[2020-06-27T10:37:09.528845+00:00] console.ERROR: Error thrown while running command "make:migration". Message: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES)" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES) at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:93)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES) at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES) at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)","command":"make:migration","message":"An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES)"} [] [2020-06-27T10:37:09.530224+00:00] console.DEBUG: Command "make:migration" exited with code "1" {"command":"make:migration","code":1} [] [2020-06-27T10:39:52.987573+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:39:52.997943+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:39:53.001583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:14.803922+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:14.827746+00:00] doctrine.DEBUG: CREATE TABLE doctrine_migration_versions (version VARCHAR(191) NOT NULL, executed_at DATETIME DEFAULT NULL, execution_time INT DEFAULT NULL, PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB [] [] [2020-06-27T10:40:14.938999+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:14.940270+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:14.943026+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-27T10:40:14.947543+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-27T10:40:14.954017+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-27T10:40:14.954965+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-27T10:40:14.963507+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-27T10:40:14.964582+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:14.965629+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:14.966403+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-27T10:40:14.967689+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-27T10:40:14.968346+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-27T10:40:14.969020+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-27T10:40:14.969655+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-27T10:40:14.970051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:14.970921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:14.971745+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-27T10:40:14.972919+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-27T10:40:14.973696+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-27T10:40:14.974321+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-27T10:40:14.975070+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-27T10:40:14.991492+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T10:40:15.039004+00:00] doctrine.DEBUG: CREATE TABLE item (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, unit VARCHAR(155) NOT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-27T10:40:15.119057+00:00] doctrine.DEBUG: CREATE TABLE service (id INT AUTO_INCREMENT NOT NULL, vehicle_id INT NOT NULL, business_unit VARCHAR(255) NOT NULL, running_hours DOUBLE PRECISION NOT NULL, work_date DATE NOT NULL, workshop VARCHAR(255) DEFAULT NULL, amount DOUBLE PRECISION DEFAULT NULL, till_amount DOUBLE PRECISION DEFAULT NULL, remarks VARCHAR(355) DEFAULT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, INDEX IDX_E19D9AD2545317D1 (vehicle_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-27T10:40:15.191340+00:00] doctrine.DEBUG: CREATE TABLE service_details (id INT AUTO_INCREMENT NOT NULL, service_id INT NOT NULL, item_id INT NOT NULL, unit VARCHAR(155) DEFAULT NULL, quantity DOUBLE PRECISION NOT NULL, unit_price DOUBLE PRECISION NOT NULL, note VARCHAR(355) DEFAULT NULL, INDEX IDX_BDA25916ED5CA9E6 (service_id), INDEX IDX_BDA25916126F525E (item_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-27T10:40:15.264622+00:00] doctrine.DEBUG: CREATE TABLE vehicle (id INT AUTO_INCREMENT NOT NULL, number VARCHAR(255) NOT NULL, name VARCHAR(255) DEFAULT NULL, purchase_date DATE DEFAULT NULL, renewal_date DATE DEFAULT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-27T10:40:15.350003+00:00] doctrine.DEBUG: ALTER TABLE service ADD CONSTRAINT FK_E19D9AD2545317D1 FOREIGN KEY (vehicle_id) REFERENCES vehicle (id) [] [] [2020-06-27T10:40:15.743410+00:00] doctrine.DEBUG: ALTER TABLE service_details ADD CONSTRAINT FK_BDA25916ED5CA9E6 FOREIGN KEY (service_id) REFERENCES service (id) [] [] [2020-06-27T10:40:15.844093+00:00] doctrine.DEBUG: ALTER TABLE service_details ADD CONSTRAINT FK_BDA25916126F525E FOREIGN KEY (item_id) REFERENCES item (id) [] [] [2020-06-27T10:40:15.938625+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-27T10:40:15.939725+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-27T10:40:15.940990+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-27T10:40:15.941502+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-27T10:40:15.941968+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-27T10:40:15.942508+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-06-27T10:40:14+00:00",946.0] [] [2020-06-27T10:40:15.945205+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T13:16:46.991947+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:16:47.294466+00:00] php.CRITICAL: Uncaught Error: Class 'Pagerfanta\Pagerfanta' not found {"exception":"[object] (Error(code: 0): Class 'Pagerfanta\\Pagerfanta' not found at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\VehicleRepository.php:46)"} [] [2020-06-27T13:16:48.241222+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Pagerfanta" from namespace "Pagerfanta". Did you forget a "use" statement for another namespace?" at C:\Apache24\htdocs\vehicle\src\Repository\VehicleRepository.php line 46 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Pagerfanta\" from namespace \"Pagerfanta\".\nDid you forget a \"use\" statement for another namespace? at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\VehicleRepository.php:46)"} [] [2020-06-27T13:16:49.294564+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a805f"},"request_uri":"http://127.0.0.1:8000/_wdt/0a805f","method":"GET"} [] [2020-06-27T13:20:09.413653+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:20:09.491024+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:20:09.492780+00:00] php.CRITICAL: Uncaught Error: Class 'App\Repository\Category' not found {"exception":"[object] (Error(code: 0): Class 'App\\Repository\\Category' not found at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\VehicleRepository.php:47)"} [] [2020-06-27T13:20:10.454052+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Category" from namespace "App\Repository". Did you forget a "use" statement for another namespace?" at C:\Apache24\htdocs\vehicle\src\Repository\VehicleRepository.php line 47 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Category\" from namespace \"App\\Repository\".\nDid you forget a \"use\" statement for another namespace? at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\VehicleRepository.php:47)"} [] [2020-06-27T13:20:10.909166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e06199"},"request_uri":"http://127.0.0.1:8000/_wdt/e06199","method":"GET"} [] [2020-06-27T13:20:36.569547+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:20:36.639741+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:20:36.663220+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "dashboard" as such route does not exist.")." at C:\Apache24\htdocs\vehicle\templates\template.html.twig line 157 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"dashboard\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\template.html.twig:157)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"dashboard\" as such route does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2020-06-27T13:20:37.224626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34a54a"},"request_uri":"http://127.0.0.1:8000/_wdt/34a54a","method":"GET"} [] [2020-06-27T13:24:42.109475+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:24:42.187517+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:24:42.278362+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "costing_new" as such route does not exist.")." at C:\Apache24\htdocs\vehicle\templates\template.html.twig line 159 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"costing_new\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\template.html.twig:159)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"costing_new\" as such route does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2020-06-27T13:24:42.824221+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"684a36"},"request_uri":"http://127.0.0.1:8000/_wdt/684a36","method":"GET"} [] [2020-06-27T13:25:07.208616+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:25:07.287476+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:25:07.453319+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:25:07.462751+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:25:09.348342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f8543"},"request_uri":"http://127.0.0.1:8000/_wdt/4f8543","method":"GET"} [] [2020-06-27T13:25:16.695720+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-27T13:25:16.760418+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\TextType": class does not exist." at C:\Apache24\htdocs\vehicle\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\TextType\": class does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2020-06-27T13:25:17.109575+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0455bb"},"request_uri":"http://127.0.0.1:8000/_wdt/0455bb","method":"GET"} [] [2020-06-27T13:25:36.779256+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:25:36.850552+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:25:37.014801+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:25:37.019987+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:25:38.034112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b2aad"},"request_uri":"http://127.0.0.1:8000/_wdt/4b2aad","method":"GET"} [] [2020-06-27T13:25:40.198417+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:25:40.301000+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:25:40.408863+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:25:40.425879+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:25:41.368263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e0537"},"request_uri":"http://127.0.0.1:8000/_wdt/0e0537","method":"GET"} [] [2020-06-27T13:26:01.797740+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:26:01.865922+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:26:02.073102+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:26:02.080645+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:26:03.064450+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5d0e4"},"request_uri":"http://127.0.0.1:8000/_wdt/a5d0e4","method":"GET"} [] [2020-06-27T13:26:07.262263+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:26:07.341848+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:26:07.442773+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:26:07.449627+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:26:08.349815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d3134"},"request_uri":"http://127.0.0.1:8000/_wdt/4d3134","method":"GET"} [] [2020-06-27T13:30:46.431868+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-27T13:30:46.545985+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\TextType": class does not exist." at C:\Apache24\htdocs\vehicle\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\TextType\": class does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2020-06-27T13:30:47.057874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1091c"},"request_uri":"http://127.0.0.1:8000/_wdt/d1091c","method":"GET"} [] [2020-06-27T13:31:52.127850+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-27T13:31:52.314914+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "admin.html.twig" (looked into: C:\Apache24\htdocs\vehicle/templates, C:\Apache24\htdocs\vehicle\vendor\symfony\twig-bridge/Resources/views/Form) in "vehicle/new.html.twig" at line 1." at C:\Apache24\htdocs\vehicle\vendor\twig\twig\src\Loader\FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"admin.html.twig\" (looked into: C:\\Apache24\\htdocs\\vehicle/templates, C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\twig-bridge/Resources/views/Form) in \"vehicle/new.html.twig\" at line 1. at C:\\Apache24\\htdocs\\vehicle\\vendor\\twig\\twig\\src\\Loader\\FilesystemLoader.php:227)"} [] [2020-06-27T13:31:52.817039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b84d1f"},"request_uri":"http://127.0.0.1:8000/_wdt/b84d1f","method":"GET"} [] [2020-06-27T13:32:14.709643+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-27T13:32:15.909608+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea6f42"},"request_uri":"http://127.0.0.1:8000/_wdt/ea6f42","method":"GET"} [] [2020-06-27T13:32:56.978921+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-06-27T13:32:57.198391+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T13:32:57.204371+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note) VALUES (?, ?, ?, ?, ?, ?) {"1":"1234","2":"Abc","3":"2015-01-27T00:00:00+00:00","4":"2021-11-27T00:00:00+00:00","5":null,"6":null} [] [2020-06-27T13:32:57.208554+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T13:32:57.448589+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:32:57.507911+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:32:57.616064+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:32:57.623530+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:32:57.628924+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:32:58.456034+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c819d"},"request_uri":"http://127.0.0.1:8000/_wdt/8c819d","method":"GET"} [] [2020-06-27T13:33:39.589457+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:33:39.659697+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:33:39.889226+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:33:39.905142+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:33:39.912622+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:33:40.785176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"912852"},"request_uri":"http://127.0.0.1:8000/_wdt/912852","method":"GET"} [] [2020-06-27T13:33:56.024109+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:33:56.092683+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:33:56.304938+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:33:56.312435+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:33:56.319135+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:33:57.146164+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95c828"},"request_uri":"http://127.0.0.1:8000/_wdt/95c828","method":"GET"} [] [2020-06-27T13:39:27.453005+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:39:27.550881+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:39:27.671126+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:39:27.681408+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:39:27.686469+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:39:28.643035+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"840419"},"request_uri":"http://127.0.0.1:8000/_wdt/840419","method":"GET"} [] [2020-06-27T13:39:50.873342+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:39:50.915992+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:39:51.032228+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:39:51.042753+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:39:51.047945+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:39:51.911979+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40ecd1"},"request_uri":"http://127.0.0.1:8000/_wdt/40ecd1","method":"GET"} [] [2020-06-27T13:39:53.299494+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/show/1","method":"GET"} [] [2020-06-27T13:39:53.386798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-06-27T13:39:54.223931+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3d77b"},"request_uri":"http://127.0.0.1:8000/_wdt/f3d77b","method":"GET"} [] [2020-06-27T13:40:06.534827+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:40:06.601270+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:40:06.702673+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:40:06.712567+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:40:06.719249+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:40:07.459375+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a23d2"},"request_uri":"http://127.0.0.1:8000/_wdt/2a23d2","method":"GET"} [] [2020-06-27T13:40:10.910019+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/show/1","method":"GET"} [] [2020-06-27T13:40:11.008186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-06-27T13:40:11.895604+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78b6ee"},"request_uri":"http://127.0.0.1:8000/_wdt/78b6ee","method":"GET"} [] [2020-06-27T13:40:22.496891+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:40:22.569054+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:40:22.662603+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:40:22.674029+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:40:22.680201+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:40:23.487721+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"590841"},"request_uri":"http://127.0.0.1:8000/_wdt/590841","method":"GET"} [] [2020-06-27T13:43:24.483562+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:43:24.570863+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:43:24.704417+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:43:24.714223+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:43:24.720530+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:43:25.645652+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5511aa"},"request_uri":"http://127.0.0.1:8000/_wdt/5511aa","method":"GET"} [] [2020-06-27T13:43:26.304595+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/1/edit","method":"GET"} [] [2020-06-27T13:43:26.378335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-06-27T13:43:27.264226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb445c"},"request_uri":"http://127.0.0.1:8000/_wdt/eb445c","method":"GET"} [] [2020-06-27T13:43:30.788594+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/1/edit","method":"POST"} [] [2020-06-27T13:43:30.863786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-06-27T13:43:31.251283+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:43:31.317413+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:43:31.415165+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:43:31.423340+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:43:31.427570+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:43:32.201383+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"050710"},"request_uri":"http://127.0.0.1:8000/_wdt/050710","method":"GET"} [] [2020-06-27T13:44:06.283127+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/1/edit","method":"GET"} [] [2020-06-27T13:44:06.362780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-06-27T13:44:07.430209+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5c72c"},"request_uri":"http://127.0.0.1:8000/_wdt/e5c72c","method":"GET"} [] [2020-06-27T13:44:08.729390+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/1/edit","method":"POST"} [] [2020-06-27T13:44:08.808438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-06-27T13:44:09.193885+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:44:09.265735+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:44:09.371540+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:44:09.379561+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:44:09.386922+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:44:10.106220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8afd7"},"request_uri":"http://127.0.0.1:8000/_wdt/b8afd7","method":"GET"} [] [2020-06-27T13:46:11.160640+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:46:11.204206+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:46:11.318611+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:46:11.325814+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-27T13:46:11.331255+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:46:11.541074+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/show/1","method":"GET"} [] [2020-06-27T13:46:11.621947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-06-27T13:46:12.549527+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98fb05"},"request_uri":"http://127.0.0.1:8000/_wdt/98fb05","method":"GET"} [] [2020-06-27T13:46:17.452790+00:00] request.INFO: Matched route "vehicle_delete". {"route":"vehicle_delete","route_parameters":{"_route":"vehicle_delete","_controller":"App\\Controller\\VehicleController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/delete/1","method":"GET"} [] [2020-06-27T13:46:17.550261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-06-27T13:46:17.563685+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T13:46:17.564675+00:00] doctrine.DEBUG: DELETE FROM vehicle WHERE id = ? [1] [] [2020-06-27T13:46:17.567428+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T13:46:17.827914+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:46:17.893614+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:46:17.992674+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:46:18.001533+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:46:18.719019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f8594"},"request_uri":"http://127.0.0.1:8000/_wdt/7f8594","method":"GET"} [] [2020-06-27T13:46:24.641524+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-27T13:46:25.488669+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1282c1"},"request_uri":"http://127.0.0.1:8000/_wdt/1282c1","method":"GET"} [] [2020-06-27T13:46:39.154464+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-06-27T13:46:39.344447+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T13:46:39.350333+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note) VALUES (?, ?, ?, ?, ?, ?) {"1":"1234","2":"Abc","3":"2020-06-27T00:00:00+00:00","4":"2020-06-27T00:00:00+00:00","5":"Asdf","6":null} [] [2020-06-27T13:46:39.350890+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T13:46:39.599808+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:46:39.694670+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:46:39.798616+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:46:39.804001+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[2]] [] [2020-06-27T13:46:39.809441+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:46:40.653344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"696008"},"request_uri":"http://127.0.0.1:8000/_wdt/696008","method":"GET"} [] [2020-06-27T13:46:49.706986+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-27T13:46:50.514023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14ee13"},"request_uri":"http://127.0.0.1:8000/_wdt/14ee13","method":"GET"} [] [2020-06-27T13:47:07.227830+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-06-27T13:47:07.359458+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T13:47:07.365662+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note) VALUES (?, ?, ?, ?, ?, ?) {"1":"2312","2":"Xyz","3":"2020-06-20T00:00:00+00:00","4":"2020-06-30T00:00:00+00:00","5":null,"6":null} [] [2020-06-27T13:47:07.366210+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T13:47:07.590728+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:47:07.653187+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:47:07.740549+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:47:07.747752+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[3,2]] [] [2020-06-27T13:47:07.752144+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:47:08.528927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"174994"},"request_uri":"http://127.0.0.1:8000/_wdt/174994","method":"GET"} [] [2020-06-27T13:47:12.476386+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-27T13:47:13.357286+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d72c3"},"request_uri":"http://127.0.0.1:8000/_wdt/6d72c3","method":"GET"} [] [2020-06-27T13:47:28.758275+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-06-27T13:47:28.892780+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T13:47:28.898423+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note) VALUES (?, ?, ?, ?, ?, ?) {"1":"7690","2":"Afer","3":"2020-06-27T00:00:00+00:00","4":"2020-06-14T00:00:00+00:00","5":null,"6":null} [] [2020-06-27T13:47:28.898926+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T13:47:29.152824+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:47:29.234507+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:47:29.343681+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:47:29.350421+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.name LIKE ? OR v0_.description LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T13:47:29.355174+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.name LIKE ? OR v0_.description LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:47:30.221798+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"730169"},"request_uri":"http://127.0.0.1:8000/_wdt/730169","method":"GET"} [] [2020-06-27T13:48:07.577517+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:48:07.637820+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:07.721923+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:48:07.728567+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T13:48:07.733895+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:48:08.526355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f7808"},"request_uri":"http://127.0.0.1:8000/_wdt/9f7808","method":"GET"} [] [2020-06-27T13:48:15.654305+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"POST"} [] [2020-06-27T13:48:15.679749+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2020-06-27T13:48:15.758671+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:15.903021+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%123%","%123%"] [] [2020-06-27T13:48:15.913225+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%123%","%123%",[2]] [] [2020-06-27T13:48:15.918853+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%123%","%123%"] [] [2020-06-27T13:48:16.566393+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6654eb"},"request_uri":"http://127.0.0.1:8000/_wdt/6654eb","method":"GET"} [] [2020-06-27T13:48:18.982828+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:48:19.054119+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:19.177280+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:48:19.187245+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T13:48:19.193494+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:48:19.954534+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ee1b4"},"request_uri":"http://127.0.0.1:8000/_wdt/2ee1b4","method":"GET"} [] [2020-06-27T13:48:29.083957+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"POST"} [] [2020-06-27T13:48:29.097282+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2020-06-27T13:48:29.137633+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:29.228286+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%afe%","%afe%"] [] [2020-06-27T13:48:29.236964+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%afe%","%afe%",[4]] [] [2020-06-27T13:48:29.245497+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%afe%","%afe%"] [] [2020-06-27T13:48:30.033081+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df2854"},"request_uri":"http://127.0.0.1:8000/_wdt/df2854","method":"GET"} [] [2020-06-27T13:48:31.634171+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:48:31.737190+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:31.863642+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:48:31.872151+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T13:48:31.878932+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:48:32.493337+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e5d2b"},"request_uri":"http://127.0.0.1:8000/_wdt/0e5d2b","method":"GET"} [] [2020-06-27T13:48:51.178773+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:48:51.249532+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:51.355483+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 2 ["%%","%%"] [] [2020-06-27T13:48:51.361705+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3]] [] [2020-06-27T13:48:51.366500+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:48:52.172488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe0a84"},"request_uri":"http://127.0.0.1:8000/_wdt/fe0a84","method":"GET"} [] [2020-06-27T13:48:53.535560+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":"2","_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle/2","method":"GET"} [] [2020-06-27T13:48:53.609790+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:53.640937+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:48:53.714844+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 2 OFFSET 2 ["%%","%%"] [] [2020-06-27T13:48:53.720238+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[2]] [] [2020-06-27T13:48:54.506729+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ef19a"},"request_uri":"http://127.0.0.1:8000/_wdt/7ef19a","method":"GET"} [] [2020-06-27T13:48:55.704591+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:48:55.761872+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:55.853282+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 2 ["%%","%%"] [] [2020-06-27T13:48:55.858701+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3]] [] [2020-06-27T13:48:55.863665+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:48:56.556665+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b3e35"},"request_uri":"http://127.0.0.1:8000/_wdt/4b3e35","method":"GET"} [] [2020-06-27T13:48:57.675325+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":"2","_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle/2","method":"GET"} [] [2020-06-27T13:48:57.745519+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:48:57.767877+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:48:57.843009+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 2 OFFSET 2 ["%%","%%"] [] [2020-06-27T13:48:57.846335+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[2]] [] [2020-06-27T13:48:58.659152+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11380e"},"request_uri":"http://127.0.0.1:8000/_wdt/11380e","method":"GET"} [] [2020-06-27T13:49:06.378818+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T13:49:06.441107+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T13:49:06.533356+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T13:49:06.539892+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T13:49:06.544825+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T13:49:07.379536+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da6f7f"},"request_uri":"http://127.0.0.1:8000/_wdt/da6f7f","method":"GET"} [] [2020-06-27T14:18:27.695267+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:18:27.739019+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:18:27.950831+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:18:27.958596+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:18:28.690109+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46e2e0"},"request_uri":"http://127.0.0.1:8000/_wdt/46e2e0","method":"GET"} [] [2020-06-27T14:18:54.215060+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:18:54.291026+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:18:54.475281+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:18:54.480341+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:18:55.141659+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79ce1d"},"request_uri":"http://127.0.0.1:8000/_wdt/79ce1d","method":"GET"} [] [2020-06-27T14:21:00.042870+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:21:00.126077+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:21:00.257516+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:21:00.262712+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:21:00.968124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"932977"},"request_uri":"http://127.0.0.1:8000/_wdt/932977","method":"GET"} [] [2020-06-27T14:21:38.377925+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:21:38.452438+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:21:38.548304+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:21:38.553459+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:21:39.345343+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aaf9e5"},"request_uri":"http://127.0.0.1:8000/_wdt/aaf9e5","method":"GET"} [] [2020-06-27T14:21:41.580256+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-27T14:21:42.370393+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a0f50"},"request_uri":"http://127.0.0.1:8000/_wdt/6a0f50","method":"GET"} [] [2020-06-27T14:22:39.738714+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-27T14:22:40.680360+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8577ed"},"request_uri":"http://127.0.0.1:8000/_wdt/8577ed","method":"GET"} [] [2020-06-27T14:24:41.703661+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-27T14:24:42.550998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67a6a4"},"request_uri":"http://127.0.0.1:8000/_wdt/67a6a4","method":"GET"} [] [2020-06-27T14:25:04.575736+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-27T14:25:04.759974+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:25:04.766251+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Abc","2":"Meter","3":"Xyz","4":null} [] [2020-06-27T14:25:04.767690+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:25:05.021753+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:25:05.080737+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:25:05.170026+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:25:05.177337+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[1]] [] [2020-06-27T14:25:05.181516+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:25:05.900645+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a4265"},"request_uri":"http://127.0.0.1:8000/_wdt/6a4265","method":"GET"} [] [2020-06-27T14:29:56.423958+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:29:56.467577+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:29:56.577039+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:29:56.584946+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[1]] [] [2020-06-27T14:29:56.592315+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:29:57.295263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51a6b1"},"request_uri":"http://127.0.0.1:8000/_wdt/51a6b1","method":"GET"} [] [2020-06-27T14:29:58.775991+00:00] request.INFO: Matched route "item_show". {"route":"item_show","route_parameters":{"_route":"item_show","_controller":"App\\Controller\\ItemController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/item/show/1","method":"GET"} [] [2020-06-27T14:29:58.856968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:29:59.703628+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3eb2eb"},"request_uri":"http://127.0.0.1:8000/_wdt/3eb2eb","method":"GET"} [] [2020-06-27T14:30:03.863999+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:30:03.931487+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:30:04.044466+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:30:04.053450+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[1]] [] [2020-06-27T14:30:04.058746+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:30:04.681717+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ceed95"},"request_uri":"http://127.0.0.1:8000/_wdt/ceed95","method":"GET"} [] [2020-06-27T14:31:43.940717+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:31:44.011600+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:31:44.126984+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:31:44.136524+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[1]] [] [2020-06-27T14:31:44.141674+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:31:44.907384+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14e77b"},"request_uri":"http://127.0.0.1:8000/_wdt/14e77b","method":"GET"} [] [2020-06-27T14:31:45.923394+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/item/1/edit","method":"GET"} [] [2020-06-27T14:31:45.996116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:31:46.176274+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "Items" does not exist." at C:\Apache24\htdocs\vehicle\templates\item\edit.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"Items\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\item\\edit.html.twig:43)"} [] [2020-06-27T14:31:46.669465+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc7ac2"},"request_uri":"http://127.0.0.1:8000/_wdt/fc7ac2","method":"GET"} [] [2020-06-27T14:32:01.742416+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/item/1/edit","method":"GET"} [] [2020-06-27T14:32:01.856236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:32:02.034413+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "items" does not exist." at C:\Apache24\htdocs\vehicle\templates\item\edit.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"items\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\item\\edit.html.twig:43)"} [] [2020-06-27T14:32:02.576527+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fb2c5"},"request_uri":"http://127.0.0.1:8000/_wdt/5fb2c5","method":"GET"} [] [2020-06-27T14:32:15.731230+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/item/1/edit","method":"GET"} [] [2020-06-27T14:32:15.814383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:32:16.738425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddf63c"},"request_uri":"http://127.0.0.1:8000/_wdt/ddf63c","method":"GET"} [] [2020-06-27T14:32:42.315351+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/item/1/edit","method":"GET"} [] [2020-06-27T14:32:42.395262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:32:43.272158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"034abb"},"request_uri":"http://127.0.0.1:8000/_wdt/034abb","method":"GET"} [] [2020-06-27T14:32:50.625835+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/item/1/edit","method":"POST"} [] [2020-06-27T14:32:50.707827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:32:50.825926+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:32:50.826392+00:00] doctrine.DEBUG: UPDATE item SET unit = ? WHERE id = ? ["Kg",1] [] [2020-06-27T14:32:50.826965+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:32:51.066896+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:32:51.132806+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:32:51.229082+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:32:51.239214+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[1]] [] [2020-06-27T14:32:51.243677+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:32:51.893319+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad97ca"},"request_uri":"http://127.0.0.1:8000/_wdt/ad97ca","method":"GET"} [] [2020-06-27T14:35:05.892463+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:35:05.951448+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:35:06.092072+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:35:06.102290+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[1]] [] [2020-06-27T14:35:06.109215+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:35:06.952788+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0f6f1"},"request_uri":"http://127.0.0.1:8000/_wdt/c0f6f1","method":"GET"} [] [2020-06-27T14:35:09.079683+00:00] request.INFO: Matched route "item_show". {"route":"item_show","route_parameters":{"_route":"item_show","_controller":"App\\Controller\\ItemController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/item/show/1","method":"GET"} [] [2020-06-27T14:35:09.159837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:35:09.791378+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f37ce1"},"request_uri":"http://127.0.0.1:8000/_wdt/f37ce1","method":"GET"} [] [2020-06-27T14:35:10.919586+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:35:10.991752+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:35:11.111240+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:35:11.120143+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[1]] [] [2020-06-27T14:35:11.125098+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:35:11.851075+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0895e1"},"request_uri":"http://127.0.0.1:8000/_wdt/0895e1","method":"GET"} [] [2020-06-27T14:35:12.967861+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/item/1/edit","method":"GET"} [] [2020-06-27T14:35:13.039112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:35:13.802738+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b8eb6"},"request_uri":"http://127.0.0.1:8000/_wdt/6b8eb6","method":"GET"} [] [2020-06-27T14:35:16.353883+00:00] request.INFO: Matched route "item_delete". {"route":"item_delete","route_parameters":{"_route":"item_delete","_controller":"App\\Controller\\ItemController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/item/delete/1","method":"GET"} [] [2020-06-27T14:35:16.433857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["1"] [] [2020-06-27T14:35:16.444498+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:35:16.445654+00:00] doctrine.DEBUG: DELETE FROM item WHERE id = ? [1] [] [2020-06-27T14:35:16.446098+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:35:16.749243+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:35:16.819461+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:35:16.915066+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:35:16.919116+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:35:17.676757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f4025"},"request_uri":"http://127.0.0.1:8000/_wdt/8f4025","method":"GET"} [] [2020-06-27T14:35:21.135876+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-27T14:35:21.825756+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d70ae9"},"request_uri":"http://127.0.0.1:8000/_wdt/d70ae9","method":"GET"} [] [2020-06-27T14:35:28.363413+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-27T14:35:28.551561+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:35:28.560902+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Abc","2":"Feet","3":"Xyz","4":null} [] [2020-06-27T14:35:28.563502+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:35:28.816136+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:35:28.884148+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:35:28.980592+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:35:28.989608+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2]] [] [2020-06-27T14:35:28.998126+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:35:29.638146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc4a0a"},"request_uri":"http://127.0.0.1:8000/_wdt/fc4a0a","method":"GET"} [] [2020-06-27T14:35:30.468720+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-27T14:35:31.161490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a31e4"},"request_uri":"http://127.0.0.1:8000/_wdt/7a31e4","method":"GET"} [] [2020-06-27T14:35:48.584366+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-27T14:35:48.726882+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:35:48.732982+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Xyz","2":"Kg","3":"Maa","4":null} [] [2020-06-27T14:35:48.735513+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:35:48.959057+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:35:49.027142+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:35:49.111590+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:35:49.117161+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[3,2]] [] [2020-06-27T14:35:49.122040+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:35:50.001690+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0c51b"},"request_uri":"http://127.0.0.1:8000/_wdt/d0c51b","method":"GET"} [] [2020-06-27T14:35:51.533806+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-27T14:35:52.210568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"843936"},"request_uri":"http://127.0.0.1:8000/_wdt/843936","method":"GET"} [] [2020-06-27T14:35:59.998374+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-27T14:36:00.145341+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:36:00.151742+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"ASdf","2":"Liter","3":"Xyz","4":null} [] [2020-06-27T14:36:00.154649+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:36:00.462451+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:36:00.554068+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:36:00.666833+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:36:00.672793+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:36:00.677065+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:36:01.296577+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa811b"},"request_uri":"http://127.0.0.1:8000/_wdt/aa811b","method":"GET"} [] [2020-06-27T14:36:07.514148+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"POST"} [] [2020-06-27T14:36:07.528885+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2020-06-27T14:36:07.576817+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:36:07.669469+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%fee%","%fee%"] [] [2020-06-27T14:36:07.675813+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%fee%","%fee%",[2]] [] [2020-06-27T14:36:07.679823+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%fee%","%fee%"] [] [2020-06-27T14:36:08.344034+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20c0b1"},"request_uri":"http://127.0.0.1:8000/_wdt/20c0b1","method":"GET"} [] [2020-06-27T14:36:10.614379+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T14:36:10.690377+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:36:10.802242+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:36:10.808916+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:36:10.813049+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:36:11.520674+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"952bd6"},"request_uri":"http://127.0.0.1:8000/_wdt/952bd6","method":"GET"} [] [2020-06-27T14:36:14.120817+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:36:14.188994+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:36:14.288483+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:36:14.294016+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:36:14.298090+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:36:14.629193+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"903c81"},"request_uri":"http://127.0.0.1:8000/_wdt/903c81","method":"GET"} [] [2020-06-27T14:36:22.504387+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"POST"} [] [2020-06-27T14:36:22.517168+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2020-06-27T14:36:22.561873+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:36:22.658811+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%as%","%as%"] [] [2020-06-27T14:36:22.664423+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%as%","%as%",[4]] [] [2020-06-27T14:36:22.670176+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%as%","%as%"] [] [2020-06-27T14:36:23.311956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d36153"},"request_uri":"http://127.0.0.1:8000/_wdt/d36153","method":"GET"} [] [2020-06-27T14:36:27.321262+00:00] request.INFO: Matched route "item_show". {"route":"item_show","route_parameters":{"_route":"item_show","_controller":"App\\Controller\\ItemController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/item/show/4","method":"GET"} [] [2020-06-27T14:36:27.434710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["4"] [] [2020-06-27T14:36:28.035691+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d36e0"},"request_uri":"http://127.0.0.1:8000/_wdt/5d36e0","method":"GET"} [] [2020-06-27T14:36:28.989971+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:36:29.057903+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:36:29.157019+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:36:29.164322+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:36:29.169914+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:36:29.770020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"618976"},"request_uri":"http://127.0.0.1:8000/_wdt/618976","method":"GET"} [] [2020-06-27T14:36:30.851243+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/item/4/edit","method":"GET"} [] [2020-06-27T14:36:30.917652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["4"] [] [2020-06-27T14:36:31.621789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0af4af"},"request_uri":"http://127.0.0.1:8000/_wdt/0af4af","method":"GET"} [] [2020-06-27T14:36:33.825572+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/item/4/edit","method":"POST"} [] [2020-06-27T14:36:33.902872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["4"] [] [2020-06-27T14:36:34.234108+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:36:34.308642+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:36:34.406291+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:36:34.416179+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:36:34.422132+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:36:35.043045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6a86d"},"request_uri":"http://127.0.0.1:8000/_wdt/c6a86d","method":"GET"} [] [2020-06-27T14:36:46.024819+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/item/4/edit","method":"GET"} [] [2020-06-27T14:36:46.095970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["4"] [] [2020-06-27T14:36:46.851050+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28fedd"},"request_uri":"http://127.0.0.1:8000/_wdt/28fedd","method":"GET"} [] [2020-06-27T14:36:48.534233+00:00] request.INFO: Matched route "item_delete". {"route":"item_delete","route_parameters":{"_route":"item_delete","_controller":"App\\Controller\\ItemController::delete","id":"4"},"request_uri":"http://127.0.0.1:8000/item/delete/4","method":"GET"} [] [2020-06-27T14:36:48.617587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["4"] [] [2020-06-27T14:36:48.628890+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:36:48.629617+00:00] doctrine.DEBUG: DELETE FROM item WHERE id = ? [4] [] [2020-06-27T14:36:48.632289+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:36:48.942039+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:36:49.038482+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:36:49.148089+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:36:49.153138+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[3,2]] [] [2020-06-27T14:36:49.156956+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:36:49.770635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8eb66b"},"request_uri":"http://127.0.0.1:8000/_wdt/8eb66b","method":"GET"} [] [2020-06-27T14:36:53.353044+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-27T14:36:54.048506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bf7dd"},"request_uri":"http://127.0.0.1:8000/_wdt/4bf7dd","method":"GET"} [] [2020-06-27T14:37:02.133905+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-27T14:37:02.297091+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:37:02.303322+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"ASdf","2":"Meter","3":"Xyz","4":null} [] [2020-06-27T14:37:02.306262+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:37:02.552370+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:37:02.615468+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:37:02.711340+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:37:02.717542+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:37:02.721858+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:37:03.365122+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"859b42"},"request_uri":"http://127.0.0.1:8000/_wdt/859b42","method":"GET"} [] [2020-06-27T14:37:04.844177+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/item/5/edit","method":"GET"} [] [2020-06-27T14:37:04.952163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["5"] [] [2020-06-27T14:37:05.586207+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f6143"},"request_uri":"http://127.0.0.1:8000/_wdt/9f6143","method":"GET"} [] [2020-06-27T14:37:10.271211+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/item/5/edit","method":"POST"} [] [2020-06-27T14:37:10.386875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["5"] [] [2020-06-27T14:37:10.538501+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T14:37:10.539102+00:00] doctrine.DEBUG: UPDATE item SET name = ? WHERE id = ? ["Asdf",5] [] [2020-06-27T14:37:10.542218+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T14:37:10.777725+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:37:10.836358+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:37:10.952925+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:37:10.961616+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:37:10.966665+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:37:11.563866+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6e633"},"request_uri":"http://127.0.0.1:8000/_wdt/f6e633","method":"GET"} [] [2020-06-27T14:37:31.867738+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:37:31.966248+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:37:32.098018+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 2 ["%%","%%"] [] [2020-06-27T14:37:32.110139+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3]] [] [2020-06-27T14:37:32.115970+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:37:32.851913+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d55b5"},"request_uri":"http://127.0.0.1:8000/_wdt/7d55b5","method":"GET"} [] [2020-06-27T14:37:33.966038+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":"2","_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item/2","method":"GET"} [] [2020-06-27T14:37:34.024408+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:37:34.043988+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:37:34.112273+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 2 OFFSET 2 ["%%","%%"] [] [2020-06-27T14:37:34.115563+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2]] [] [2020-06-27T14:37:34.717215+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"267d5e"},"request_uri":"http://127.0.0.1:8000/_wdt/267d5e","method":"GET"} [] [2020-06-27T14:37:35.683547+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:37:35.767530+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:37:35.870823+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 2 ["%%","%%"] [] [2020-06-27T14:37:35.877282+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3]] [] [2020-06-27T14:37:35.882132+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:37:36.520341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74b4bc"},"request_uri":"http://127.0.0.1:8000/_wdt/74b4bc","method":"GET"} [] [2020-06-27T14:37:44.569917+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:37:44.648336+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:37:44.754302+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:37:44.760485+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:37:44.766046+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:37:45.405444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3be459"},"request_uri":"http://127.0.0.1:8000/_wdt/3be459","method":"GET"} [] [2020-06-27T14:40:07.074515+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:40:07.165948+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:40:07.362171+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:40:07.368252+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:40:07.375098+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:40:08.066711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"425cf0"},"request_uri":"http://127.0.0.1:8000/_wdt/425cf0","method":"GET"} [] [2020-06-27T14:40:24.738990+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:40:24.829661+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:40:25.010079+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:40:25.016816+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:40:25.023419+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:40:25.717933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1177de"},"request_uri":"http://127.0.0.1:8000/_wdt/1177de","method":"GET"} [] [2020-06-27T14:40:39.440158+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:40:39.525623+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:40:39.641416+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:40:39.647207+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:40:39.653486+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:40:40.344528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"578722"},"request_uri":"http://127.0.0.1:8000/_wdt/578722","method":"GET"} [] [2020-06-27T14:41:06.919455+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:41:06.991786+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:41:07.173765+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:41:07.182657+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:41:07.188334+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:41:08.071370+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb3ef3"},"request_uri":"http://127.0.0.1:8000/_wdt/fb3ef3","method":"GET"} [] [2020-06-27T14:41:09.826695+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:41:09.896398+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:41:09.998236+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:41:10.003641+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:41:10.007822+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:41:10.607822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc7e10"},"request_uri":"http://127.0.0.1:8000/_wdt/bc7e10","method":"GET"} [] [2020-06-27T14:41:12.353744+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T14:41:12.422383+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:41:12.539516+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:41:12.547794+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:41:12.552955+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:41:13.254583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50b4a3"},"request_uri":"http://127.0.0.1:8000/_wdt/50b4a3","method":"GET"} [] [2020-06-27T14:41:15.324008+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T14:41:15.399106+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:41:15.499374+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:41:15.505728+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:41:15.511727+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:41:16.131857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae2c39"},"request_uri":"http://127.0.0.1:8000/_wdt/ae2c39","method":"GET"} [] [2020-06-27T14:41:23.389541+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T14:41:23.458304+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:41:23.551333+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:41:23.556761+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:41:23.561861+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:41:24.329385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e3172"},"request_uri":"http://127.0.0.1:8000/_wdt/3e3172","method":"GET"} [] [2020-06-27T14:41:26.874584+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-27T14:41:26.944509+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:41:27.041059+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:41:27.048650+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-27T14:41:27.053111+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:41:27.682815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8bdfb4"},"request_uri":"http://127.0.0.1:8000/_wdt/8bdfb4","method":"GET"} [] [2020-06-27T14:41:28.073924+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-27T14:41:28.147197+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T14:41:28.247224+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T14:41:28.253518+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-27T14:41:28.260331+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T14:41:28.866591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1a876"},"request_uri":"http://127.0.0.1:8000/_wdt/f1a876","method":"GET"} [] [2020-06-27T18:25:14.239932+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-27T18:25:16.384329+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T18:25:16.483499+00:00] php.CRITICAL: Uncaught Error: Class 'App\Repository\Vehicle' not found {"exception":"[object] (Error(code: 0): Class 'App\\Repository\\Vehicle' not found at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php:46)"} [] [2020-06-27T18:25:18.710818+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Vehicle" from namespace "App\Repository". Did you forget a "use" statement for "App\Entity\Vehicle"?" at C:\Apache24\htdocs\vehicle\src\Repository\ServiceRepository.php line 46 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Vehicle\" from namespace \"App\\Repository\".\nDid you forget a \"use\" statement for \"App\\Entity\\Vehicle\"? at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php:46)"} [] [2020-06-27T18:25:20.319365+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"114ed9"},"request_uri":"http://127.0.0.1:8000/_wdt/114ed9","method":"GET"} [] [2020-06-27T18:25:43.047940+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-27T18:25:43.153886+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T18:25:47.613207+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("[Semantical Error] line 0, col 51 near 'number LIKE ': Error: Class App\Entity\Service has no field or association named vehicle.number")." at C:\Apache24\htdocs\vehicle\templates\service\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] line 0, col 51 near 'number LIKE ': Error: Class App\\Entity\\Service has no field or association named vehicle.number\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\index.html.twig:86)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 51 near 'number LIKE ': Error: Class App\\Entity\\Service has no field or association named vehicle.number at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT t FROM App\\Entity\\Service t WHERE t.vehicle.number LIKE :val OR t.businessUnit LIKE :val ORDER BY t.id DESC at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} [] [2020-06-27T18:25:48.974133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b429d7"},"request_uri":"http://127.0.0.1:8000/_wdt/b429d7","method":"GET"} [] [2020-06-27T18:28:24.333861+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-27T18:28:24.483295+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T18:28:25.081158+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T18:28:25.303734+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T18:28:27.272249+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b1c3a"},"request_uri":"http://127.0.0.1:8000/_wdt/8b1c3a","method":"GET"} [] [2020-06-27T18:28:31.750677+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-27T18:28:31.859237+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T18:28:32.000830+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T18:28:32.010728+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T18:28:33.069048+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b98dcf"},"request_uri":"http://127.0.0.1:8000/_wdt/b98dcf","method":"GET"} [] [2020-06-27T19:02:50.714958+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-27T19:02:51.475025+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-27T19:02:51.626060+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-27T19:02:52.987956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f44fd"},"request_uri":"http://127.0.0.1:8000/_wdt/3f44fd","method":"GET"} [] [2020-06-27T19:03:33.366621+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-27T19:03:33.534254+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-27T19:03:33.546970+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-27T19:03:34.681188+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"235e4f"},"request_uri":"http://127.0.0.1:8000/_wdt/235e4f","method":"GET"} [] [2020-06-27T19:04:42.882566+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-27T19:04:43.048256+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-27T19:04:43.055676+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-27T19:04:44.080334+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffee81"},"request_uri":"http://127.0.0.1:8000/_wdt/ffee81","method":"GET"} [] [2020-06-27T19:05:53.321503+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-27T19:05:53.700505+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-27T19:05:53.792487+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-27T19:05:53.826230+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["3"]] [] [2020-06-27T19:05:57.979370+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMInvalidArgumentException: "Multiple non-persisted new entities were found through the given association graph: * A new entity was found through the relationship 'App\Entity\Service#serviceDetails' that was not configured to cascade persist operations for entity: App\Entity\ServiceDetails@0000000039393b6f000000003d245d27. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(..,cascade={"persist"}). If you cannot find out which entity causes the problem implement 'App\Entity\ServiceDetails#__toString()' to get a clue. * A new entity was found through the relationship 'App\Entity\Service#serviceDetails' that was not configured to cascade persist operations for entity: App\Entity\ServiceDetails@0000000039393cb3000000003d245d27. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(..,cascade={"persist"}). If you cannot find out which entity causes the problem implement 'App\Entity\ServiceDetails#__toString()' to get a clue." at C:\Apache24\htdocs\vehicle\vendor\doctrine\orm\lib\Doctrine\ORM\ORMInvalidArgumentException.php line 105 {"exception":"[object] (Doctrine\\ORM\\ORMInvalidArgumentException(code: 0): Multiple non-persisted new entities were found through the given association graph:\n\n * A new entity was found through the relationship 'App\\Entity\\Service#serviceDetails' that was not configured to cascade persist operations for entity: App\\Entity\\ServiceDetails@0000000039393b6f000000003d245d27. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(..,cascade={\"persist\"}). If you cannot find out which entity causes the problem implement 'App\\Entity\\ServiceDetails#__toString()' to get a clue.\n * A new entity was found through the relationship 'App\\Entity\\Service#serviceDetails' that was not configured to cascade persist operations for entity: App\\Entity\\ServiceDetails@0000000039393cb3000000003d245d27. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(..,cascade={\"persist\"}). If you cannot find out which entity causes the problem implement 'App\\Entity\\ServiceDetails#__toString()' to get a clue. at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\ORMInvalidArgumentException.php:105)"} [] [2020-06-27T19:05:58.621661+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"142a5b"},"request_uri":"http://127.0.0.1:8000/_wdt/142a5b","method":"GET"} [] [2020-06-27T19:07:02.522707+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-27T19:07:02.678662+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-27T19:07:02.690977+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-27T19:07:02.693408+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["3"]] [] [2020-06-27T19:07:02.765665+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-27T19:07:02.955654+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, workshop, amount, till_amount, remarks, description, note, vehicle_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":120.0,"3":"2020-06-28T00:00:00+00:00","4":"Abc","5":10000.0,"6":null,"7":"rtr","8":null,"9":null,"10":2} [] [2020-06-27T19:07:02.960456+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Meter","2":2.0,"3":500.0,"4":null,"5":1,"6":2} [] [2020-06-27T19:07:02.975971+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Inches","2":4.0,"3":3500.0,"4":null,"5":1,"6":3} [] [2020-06-27T19:07:03.064725+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-27T19:07:03.354555+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-27T19:07:03.444040+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T19:07:03.587100+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T19:07:03.770699+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-27T19:07:03.932770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:07:03.961727+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T19:07:05.167535+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"733e4d"},"request_uri":"http://127.0.0.1:8000/_wdt/733e4d","method":"GET"} [] [2020-06-27T19:19:26.827900+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-27T19:19:26.905341+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T19:19:27.076114+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T19:19:27.089664+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-27T19:19:27.148268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:19:27.152628+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T19:19:28.229677+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca6d6f"},"request_uri":"http://127.0.0.1:8000/_wdt/ca6d6f","method":"GET"} [] [2020-06-27T19:19:30.276447+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:19:30.404807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:19:30.680807+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "services_index" as such route does not exist.")." at C:\Apache24\htdocs\vehicle\templates\service\show.html.twig line 24 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"services_index\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\show.html.twig:24)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"services_index\" as such route does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2020-06-27T19:19:31.551500+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61ebc2"},"request_uri":"http://127.0.0.1:8000/_wdt/61ebc2","method":"GET"} [] [2020-06-27T19:20:11.846609+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:20:11.963943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:20:12.149265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:20:12.152159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:20:12.198827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:20:12.217329+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "unitRate" nor one of the methods "unitRate()", "getunitRate()"/"isunitRate()"/"hasunitRate()" or "__call()" exist and have public access in class "App\Entity\ServiceDetails"." at C:\Apache24\htdocs\vehicle\templates\service\show.html.twig line 131 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"unitRate\" nor one of the methods \"unitRate()\", \"getunitRate()\"/\"isunitRate()\"/\"hasunitRate()\" or \"__call()\" exist and have public access in class \"App\\Entity\\ServiceDetails\". at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\show.html.twig:131)"} [] [2020-06-27T19:20:12.702313+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ceaa6"},"request_uri":"http://127.0.0.1:8000/_wdt/1ceaa6","method":"GET"} [] [2020-06-27T19:21:23.381891+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:21:23.471017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:21:23.668454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:21:23.670738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:21:23.718519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:21:23.747113+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "unitRate" nor one of the methods "unitRate()", "getunitRate()"/"isunitRate()"/"hasunitRate()" or "__call()" exist and have public access in class "App\Entity\ServiceDetails"." at C:\Apache24\htdocs\vehicle\templates\service\show.html.twig line 132 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"unitRate\" nor one of the methods \"unitRate()\", \"getunitRate()\"/\"isunitRate()\"/\"hasunitRate()\" or \"__call()\" exist and have public access in class \"App\\Entity\\ServiceDetails\". at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\show.html.twig:132)"} [] [2020-06-27T19:21:24.228830+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74097a"},"request_uri":"http://127.0.0.1:8000/_wdt/74097a","method":"GET"} [] [2020-06-27T19:21:36.907812+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:21:37.015727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:21:37.218880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:21:37.222372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:21:37.271832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:21:37.296990+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Warning: A non-numeric value encountered")." at C:\Apache24\htdocs\vehicle\templates\service\show.html.twig line 132 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Warning: A non-numeric value encountered\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\show.html.twig:132)\n[previous exception] [object] (ErrorException(code: 0): Warning: A non-numeric value encountered at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\2c\\2c17cf17138f7966513eb02cb5e6000a02b2f968d70ddd9e443186269f059d39.php:272)"} [] [2020-06-27T19:21:37.874761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34b9d7"},"request_uri":"http://127.0.0.1:8000/_wdt/34b9d7","method":"GET"} [] [2020-06-27T19:23:04.525357+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:23:04.644465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:23:04.828875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:23:04.832033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:23:04.875787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:23:04.896986+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Warning: A non-numeric value encountered")." at C:\Apache24\htdocs\vehicle\templates\service\show.html.twig line 132 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Warning: A non-numeric value encountered\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\show.html.twig:132)\n[previous exception] [object] (ErrorException(code: 0): Warning: A non-numeric value encountered at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\2c\\2c17cf17138f7966513eb02cb5e6000a02b2f968d70ddd9e443186269f059d39.php:272)"} [] [2020-06-27T19:23:05.447243+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6001fe"},"request_uri":"http://127.0.0.1:8000/_wdt/6001fe","method":"GET"} [] [2020-06-27T19:25:30.653291+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:25:30.773833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:25:30.949702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:25:30.953217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:25:30.999427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:25:31.000209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:25:32.138561+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ee780"},"request_uri":"http://127.0.0.1:8000/_wdt/9ee780","method":"GET"} [] [2020-06-27T19:27:45.836145+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:27:45.943122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:27:46.119141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:27:46.122107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:27:46.163578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:27:46.164496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:27:47.171428+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd2804"},"request_uri":"http://127.0.0.1:8000/_wdt/fd2804","method":"GET"} [] [2020-06-27T19:28:01.631102+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:28:01.725096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:28:01.804424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:28:01.807303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:28:01.851453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:28:01.852939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:28:02.826727+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fb877"},"request_uri":"http://127.0.0.1:8000/_wdt/5fb877","method":"GET"} [] [2020-06-27T19:29:05.787018+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:29:05.879408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:29:06.056220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:29:06.060263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:29:06.103158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:29:06.104091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:29:07.165250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68db77"},"request_uri":"http://127.0.0.1:8000/_wdt/68db77","method":"GET"} [] [2020-06-27T19:29:43.169570+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:29:43.295392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:29:43.475600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:29:43.478251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:29:43.526303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:29:43.527323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:29:44.591764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bdf68"},"request_uri":"http://127.0.0.1:8000/_wdt/9bdf68","method":"GET"} [] [2020-06-27T19:30:05.671965+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:30:05.787494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:30:05.998676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:30:06.002093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:30:06.050412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:30:06.051415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:30:07.112990+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49a99b"},"request_uri":"http://127.0.0.1:8000/_wdt/49a99b","method":"GET"} [] [2020-06-27T19:30:31.201813+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:30:31.299876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:30:31.477257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:30:31.479707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:30:31.528843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:30:31.529907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:30:32.588548+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c54b2b"},"request_uri":"http://127.0.0.1:8000/_wdt/c54b2b","method":"GET"} [] [2020-06-27T19:30:51.746095+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:30:51.847361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:30:52.031891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:30:52.034483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:30:52.078887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:30:52.079690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:30:53.084139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf25b4"},"request_uri":"http://127.0.0.1:8000/_wdt/bf25b4","method":"GET"} [] [2020-06-27T19:31:28.207349+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-27T19:31:28.321255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-27T19:31:28.525324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:31:28.527435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-27T19:31:28.570986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-27T19:31:28.571811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-27T19:31:29.753050+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b8c36"},"request_uri":"http://127.0.0.1:8000/_wdt/6b8c36","method":"GET"} [] [2020-06-27T19:31:41.367624+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-27T19:31:41.480498+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-27T19:31:41.652774+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-27T19:31:41.665712+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-27T19:31:41.725814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-27T19:31:41.730400+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-27T19:31:42.967803+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7da1f"},"request_uri":"http://127.0.0.1:8000/_wdt/c7da1f","method":"GET"} [] [2020-06-28T04:56:54.268002+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T04:56:56.174780+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T04:56:59.083306+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T04:56:59.425555+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-28T04:56:59.776750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T04:56:59.849376+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T04:57:02.169337+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"783a11"},"request_uri":"http://127.0.0.1:8000/_wdt/783a11","method":"GET"} [] [2020-06-28T04:57:07.430008+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/1/edit","method":"GET"} [] [2020-06-28T04:57:07.561632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-28T04:57:08.272915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T04:57:08.326068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T04:57:08.394069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T04:57:08.395466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T04:57:08.420812+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T04:57:08.480593+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T04:57:10.423809+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "project_delete" as such route does not exist.")." at C:\Apache24\htdocs\vehicle\templates\service\edit.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"project_delete\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\edit.html.twig:42)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"project_delete\" as such route does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2020-06-28T04:57:11.623288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f4274"},"request_uri":"http://127.0.0.1:8000/_wdt/4f4274","method":"GET"} [] [2020-06-28T04:57:42.013525+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/1/edit","method":"GET"} [] [2020-06-28T04:57:42.109009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-28T04:57:42.243116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T04:57:42.244603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T04:57:42.290977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T04:57:42.292094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T04:57:42.311663+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T04:57:42.313887+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T04:57:42.466325+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "project" does not exist." at C:\Apache24\htdocs\vehicle\templates\service\edit.html.twig line 54 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"project\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\edit.html.twig:54)"} [] [2020-06-28T04:57:42.984874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e835b"},"request_uri":"http://127.0.0.1:8000/_wdt/0e835b","method":"GET"} [] [2020-06-28T04:58:05.689488+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/1/edit","method":"GET"} [] [2020-06-28T04:58:05.779957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-28T04:58:05.941941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T04:58:05.943570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T04:58:05.998727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T04:58:06.000450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T04:58:06.037363+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T04:58:06.041549+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T04:58:06.224616+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "App\Entity\Service"." at C:\Apache24\htdocs\vehicle\templates\service\edit.html.twig line 54 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"name\" nor one of the methods \"name()\", \"getname()\"/\"isname()\"/\"hasname()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Service\". at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\edit.html.twig:54)"} [] [2020-06-28T04:58:06.788739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"032f92"},"request_uri":"http://127.0.0.1:8000/_wdt/032f92","method":"GET"} [] [2020-06-28T04:58:31.967707+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/1/edit","method":"GET"} [] [2020-06-28T04:58:32.107474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-28T04:58:32.268268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T04:58:32.269558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T04:58:32.309154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T04:58:32.310831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T04:58:32.331153+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T04:58:32.333823+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T04:58:33.680076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ed01e"},"request_uri":"http://127.0.0.1:8000/_wdt/9ed01e","method":"GET"} [] [2020-06-28T04:59:55.518341+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/1/edit","method":"POST"} [] [2020-06-28T04:59:55.653419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-28T04:59:55.819928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T04:59:55.821962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T04:59:55.865510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T04:59:55.866616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T04:59:55.987110+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-28T04:59:56.020187+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-28T04:59:56.050971+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["3"]] [] [2020-06-28T04:59:56.052568+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["5"]] [] [2020-06-28T04:59:56.070509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T04:59:59.915902+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T04:59:59.947339+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Kg","2":3.0,"3":5000.0,"4":null,"5":1,"6":5} [] [2020-06-28T05:00:00.044276+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:00:00.543596+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:00:00.688147+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:00:00.863422+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:00:00.873204+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-28T05:00:00.926089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:00:00.930417+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:00:02.218303+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8c163"},"request_uri":"http://127.0.0.1:8000/_wdt/d8c163","method":"GET"} [] [2020-06-28T05:01:15.079120+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/1/edit","method":"GET"} [] [2020-06-28T05:01:15.212114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-28T05:01:15.389005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:01:15.391171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T05:01:15.429198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:01:15.430400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T05:01:15.431353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [5] [] [2020-06-28T05:01:15.456471+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:01:15.459351+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:01:16.792362+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6710b"},"request_uri":"http://127.0.0.1:8000/_wdt/c6710b","method":"GET"} [] [2020-06-28T05:08:43.667505+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:08:45.511204+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:08:48.340841+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:08:48.666427+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-28T05:08:49.009922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:08:49.084339+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:08:51.475056+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebcd89"},"request_uri":"http://127.0.0.1:8000/_wdt/ebcd89","method":"GET"} [] [2020-06-28T05:08:55.067241+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-28T05:08:55.198187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-28T05:08:55.321601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:08:55.324935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T05:08:55.367627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:08:55.368716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T05:08:55.369432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [5] [] [2020-06-28T05:08:56.421875+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d49bb"},"request_uri":"http://127.0.0.1:8000/_wdt/5d49bb","method":"GET"} [] [2020-06-28T05:09:09.228955+00:00] request.INFO: Matched route "service_delete". {"route":"service_delete","route_parameters":{"_route":"service_delete","_controller":"App\\Controller\\ServiceController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/service/delete/1","method":"GET"} [] [2020-06-28T05:09:09.353666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-28T05:09:09.415249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-28T05:09:09.482290+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:09:09.482830+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1] [] [2020-06-28T05:09:09.484358+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [2] [] [2020-06-28T05:09:09.485116+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [3] [] [2020-06-28T05:09:09.485712+00:00] doctrine.DEBUG: DELETE FROM service WHERE id = ? [1] [] [2020-06-28T05:09:09.490361+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:09:09.947787+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:09:10.081586+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:09:10.263744+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:09:10.271451+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:09:11.283743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e50247"},"request_uri":"http://127.0.0.1:8000/_wdt/e50247","method":"GET"} [] [2020-06-28T05:09:16.880299+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T05:09:17.614963+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:09:17.657953+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:09:20.490216+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31c759"},"request_uri":"http://127.0.0.1:8000/_wdt/31c759","method":"GET"} [] [2020-06-28T05:10:15.919482+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-28T05:10:16.253139+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-28T05:10:16.285405+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-28T05:10:16.318916+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["5"]] [] [2020-06-28T05:10:19.876912+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:10:19.925910+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, workshop, amount, till_amount, remarks, description, note, vehicle_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":124.0,"3":"2020-06-28T00:00:00+00:00","4":"asdf","5":5000.0,"6":null,"7":"rtr","8":null,"9":null,"10":2} [] [2020-06-28T05:10:19.929173+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Inches","2":12.0,"3":6000.0,"4":null,"5":2,"6":2} [] [2020-06-28T05:10:19.930191+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Pcs","2":4.0,"3":3500.0,"4":null,"5":2,"6":5} [] [2020-06-28T05:10:20.031802+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:10:20.389112+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:10:20.498989+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:10:20.657336+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:10:20.669374+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:10:20.727015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:10:20.730809+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:10:21.848494+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f450f0"},"request_uri":"http://127.0.0.1:8000/_wdt/f450f0","method":"GET"} [] [2020-06-28T05:10:26.258428+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:10:26.381137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:10:26.460901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:10:26.464211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:10:26.507969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:10:26.509163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [5] [] [2020-06-28T05:10:27.560543+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30b605"},"request_uri":"http://127.0.0.1:8000/_wdt/30b605","method":"GET"} [] [2020-06-28T05:35:05.258044+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:35:05.334112+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:35:05.497679+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:35:05.508938+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:35:05.558039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:35:05.562767+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:35:06.777571+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf2ba0"},"request_uri":"http://127.0.0.1:8000/_wdt/cf2ba0","method":"GET"} [] [2020-06-28T05:35:08.658496+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/service/edit/2","method":"GET"} [] [2020-06-28T05:35:08.787889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:35:08.869519+00:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\ArrayCollection' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\ArrayCollection' not found at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ServiceController.php:90)"} [] [2020-06-28T05:35:11.123291+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "ArrayCollection" from namespace "App\Controller". Did you forget a "use" statement for "Doctrine\Common\Collections\ArrayCollection"?" at C:\Apache24\htdocs\vehicle\src\Controller\ServiceController.php line 90 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"ArrayCollection\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for \"Doctrine\\Common\\Collections\\ArrayCollection\"? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ServiceController.php:90)"} [] [2020-06-28T05:35:11.929848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b71a3"},"request_uri":"http://127.0.0.1:8000/_wdt/2b71a3","method":"GET"} [] [2020-06-28T05:35:40.509372+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/service/edit/2","method":"GET"} [] [2020-06-28T05:35:40.605722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:35:40.656343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:35:40.781925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:35:40.786000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:35:40.787373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [5] [] [2020-06-28T05:35:40.813340+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:35:40.816547+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:35:42.000725+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bfe3a"},"request_uri":"http://127.0.0.1:8000/_wdt/0bfe3a","method":"GET"} [] [2020-06-28T05:35:52.151410+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/service/edit/2","method":"POST"} [] [2020-06-28T05:35:52.283460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:35:52.344572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:35:52.489330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:35:52.493748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:35:52.494918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [5] [] [2020-06-28T05:35:52.528248+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-28T05:35:52.534113+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-28T05:35:52.636156+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:35:52.638885+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [5] [] [2020-06-28T05:35:52.642044+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:35:53.066871+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:35:53.188429+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:35:53.343419+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:35:53.354508+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:35:53.417869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:35:53.423245+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:35:54.469116+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f8413"},"request_uri":"http://127.0.0.1:8000/_wdt/3f8413","method":"GET"} [] [2020-06-28T05:35:55.810193+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/service/edit/2","method":"GET"} [] [2020-06-28T05:35:55.947169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:35:56.005083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:35:56.159871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:35:56.164540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:35:56.190999+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:35:56.194127+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:35:57.229073+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"688ab7"},"request_uri":"http://127.0.0.1:8000/_wdt/688ab7","method":"GET"} [] [2020-06-28T05:36:03.193686+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/service/edit/2","method":"POST"} [] [2020-06-28T05:36:03.331478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:36:03.390588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:36:03.542887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:36:03.546913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:36:03.578084+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-28T05:36:03.683552+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:36:03.686514+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [4] [] [2020-06-28T05:36:03.689583+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:36:04.104257+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:36:04.270589+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:36:04.450398+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:36:04.462689+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:36:04.523622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:36:04.528828+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:36:05.665966+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f47dec"},"request_uri":"http://127.0.0.1:8000/_wdt/f47dec","method":"GET"} [] [2020-06-28T05:36:07.257803+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/service/edit/2","method":"GET"} [] [2020-06-28T05:36:07.384528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:36:07.440840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:36:07.557738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:36:07.587875+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:36:07.590989+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:36:08.787479+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a7b5f"},"request_uri":"http://127.0.0.1:8000/_wdt/3a7b5f","method":"GET"} [] [2020-06-28T05:36:22.744170+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/service/edit/2","method":"POST"} [] [2020-06-28T05:36:22.877640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:36:22.933465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:36:23.045393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:36:23.077563+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-28T05:36:23.082076+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-28T05:36:23.187886+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:36:23.190033+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Feet","2":5.0,"3":5000.0,"4":null,"5":2,"6":2} [] [2020-06-28T05:36:23.194629+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:36:23.621037+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:36:23.748409+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:36:23.896842+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:36:23.907140+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:36:23.963263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:36:23.967732+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:36:25.123181+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"483188"},"request_uri":"http://127.0.0.1:8000/_wdt/483188","method":"GET"} [] [2020-06-28T05:36:27.958544+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:36:28.089257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:36:28.171445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:36:28.175015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:36:28.211077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:36:29.221231+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b14083"},"request_uri":"http://127.0.0.1:8000/_wdt/b14083","method":"GET"} [] [2020-06-28T05:37:47.343348+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:37:47.442967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:37:47.603212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:37:47.606579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:37:47.646861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:37:48.662736+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5e1a3"},"request_uri":"http://127.0.0.1:8000/_wdt/a5e1a3","method":"GET"} [] [2020-06-28T05:38:02.579793+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:38:02.680279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:38:02.843657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:38:02.847020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:38:02.889065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:38:03.840417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d5599"},"request_uri":"http://127.0.0.1:8000/_wdt/5d5599","method":"GET"} [] [2020-06-28T05:38:51.125872+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:38:51.236738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:38:51.393174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:38:51.395381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:38:51.437099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:38:52.424322+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4ab09"},"request_uri":"http://127.0.0.1:8000/_wdt/b4ab09","method":"GET"} [] [2020-06-28T05:39:08.262694+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:39:08.346469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:39:08.498526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:39:08.502400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:39:08.557720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:39:09.347600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6f935"},"request_uri":"http://127.0.0.1:8000/_wdt/c6f935","method":"GET"} [] [2020-06-28T05:39:39.619783+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:39:39.708342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:39:39.841688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:39:39.844486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:39:39.886388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:39:40.603582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d94e5c"},"request_uri":"http://127.0.0.1:8000/_wdt/d94e5c","method":"GET"} [] [2020-06-28T05:42:09.798152+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:42:09.941810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:42:10.139877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:42:10.143308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:42:10.188723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:42:11.000646+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83d910"},"request_uri":"http://127.0.0.1:8000/_wdt/83d910","method":"GET"} [] [2020-06-28T05:44:01.223701+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:44:01.325262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:44:01.469975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:44:01.472344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:44:01.513571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:44:02.248101+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2c544"},"request_uri":"http://127.0.0.1:8000/_wdt/f2c544","method":"GET"} [] [2020-06-28T05:44:08.819576+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:44:08.957794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:44:09.040885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:44:09.044709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:44:09.081882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:44:09.853334+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00018f"},"request_uri":"http://127.0.0.1:8000/_wdt/00018f","method":"GET"} [] [2020-06-28T05:44:23.818974+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:44:23.924834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:44:24.080643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:44:24.082715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:44:24.123939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:44:24.912763+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2e44f"},"request_uri":"http://127.0.0.1:8000/_wdt/c2e44f","method":"GET"} [] [2020-06-28T05:44:35.212040+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:44:35.334109+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:44:35.572657+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:44:35.585240+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-28T05:44:35.593100+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:44:36.350712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c826e"},"request_uri":"http://127.0.0.1:8000/_wdt/2c826e","method":"GET"} [] [2020-06-28T05:44:37.857901+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T05:44:41.624332+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c5501"},"request_uri":"http://127.0.0.1:8000/_wdt/0c5501","method":"GET"} [] [2020-06-28T05:44:42.392934+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:44:42.499268+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:44:42.635192+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:44:42.644941+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-28T05:44:42.652628+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:44:43.447668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c88744"},"request_uri":"http://127.0.0.1:8000/_wdt/c88744","method":"GET"} [] [2020-06-28T05:44:44.169498+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T05:44:45.031548+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"576a96"},"request_uri":"http://127.0.0.1:8000/_wdt/576a96","method":"GET"} [] [2020-06-28T05:44:46.970800+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:44:47.072716+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:44:47.216057+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:44:47.226040+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-28T05:44:47.234554+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:44:47.970277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cff0c7"},"request_uri":"http://127.0.0.1:8000/_wdt/cff0c7","method":"GET"} [] [2020-06-28T05:44:49.329878+00:00] request.INFO: Matched route "item_show". {"route":"item_show","route_parameters":{"_route":"item_show","_controller":"App\\Controller\\ItemController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/item/show/5","method":"GET"} [] [2020-06-28T05:44:49.438695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["5"] [] [2020-06-28T05:44:50.182598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ca0e2"},"request_uri":"http://127.0.0.1:8000/_wdt/5ca0e2","method":"GET"} [] [2020-06-28T05:44:52.113000+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/item/5/edit","method":"GET"} [] [2020-06-28T05:44:52.216946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["5"] [] [2020-06-28T05:44:53.074150+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"818939"},"request_uri":"http://127.0.0.1:8000/_wdt/818939","method":"GET"} [] [2020-06-28T05:44:54.591108+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:44:54.689223+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:44:54.822890+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:44:54.833082+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-28T05:44:54.840606+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:44:55.555095+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20c5aa"},"request_uri":"http://127.0.0.1:8000/_wdt/20c5aa","method":"GET"} [] [2020-06-28T05:44:56.858451+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:44:56.958826+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:44:57.170371+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:44:57.179884+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T05:44:57.188247+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:44:57.925158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"703d9c"},"request_uri":"http://127.0.0.1:8000/_wdt/703d9c","method":"GET"} [] [2020-06-28T05:45:00.303453+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-28T05:45:01.231579+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e39803"},"request_uri":"http://127.0.0.1:8000/_wdt/e39803","method":"GET"} [] [2020-06-28T05:45:02.848805+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:45:02.948249+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:45:03.091249+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:45:03.099793+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T05:45:03.105894+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:45:03.786610+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2eb648"},"request_uri":"http://127.0.0.1:8000/_wdt/2eb648","method":"GET"} [] [2020-06-28T05:46:12.026484+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:46:12.105911+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:46:12.333126+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:46:12.342124+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T05:46:12.348948+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:46:13.241055+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e0985"},"request_uri":"http://127.0.0.1:8000/_wdt/4e0985","method":"GET"} [] [2020-06-28T05:46:15.068133+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:46:15.141702+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:46:15.239558+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:46:15.248704+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:46:15.306559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:46:15.310996+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:46:16.125437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8faa8e"},"request_uri":"http://127.0.0.1:8000/_wdt/8faa8e","method":"GET"} [] [2020-06-28T05:46:22.479477+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T05:46:22.732624+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:46:22.744664+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:46:23.473991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b74c6"},"request_uri":"http://127.0.0.1:8000/_wdt/4b74c6","method":"GET"} [] [2020-06-28T05:46:25.118353+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:46:25.224629+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:46:25.360731+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:46:25.369963+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:46:25.426066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:46:25.430238+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:46:26.299795+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38f3f0"},"request_uri":"http://127.0.0.1:8000/_wdt/38f3f0","method":"GET"} [] [2020-06-28T05:46:27.553417+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-06-28T05:46:27.682535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:46:27.763675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:46:27.766805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:46:27.806360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:46:28.566762+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bce4e7"},"request_uri":"http://127.0.0.1:8000/_wdt/bce4e7","method":"GET"} [] [2020-06-28T05:46:30.043926+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:46:30.165267+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:46:30.323174+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:46:30.333529+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:46:30.384416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:46:30.389056+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:46:31.184335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fe0d8"},"request_uri":"http://127.0.0.1:8000/_wdt/0fe0d8","method":"GET"} [] [2020-06-28T05:46:32.381507+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/service/edit/2","method":"GET"} [] [2020-06-28T05:46:32.519864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-06-28T05:46:32.580852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-06-28T05:46:32.743542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:46:32.747492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T05:46:32.782492+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:46:32.785746+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:46:33.628123+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d05422"},"request_uri":"http://127.0.0.1:8000/_wdt/d05422","method":"GET"} [] [2020-06-28T05:46:37.871860+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:46:38.022822+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:46:38.197490+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:46:38.208574+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:46:38.274566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:46:38.279841+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:46:39.117968+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ec100"},"request_uri":"http://127.0.0.1:8000/_wdt/6ec100","method":"GET"} [] [2020-06-28T05:46:40.665231+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:46:40.783576+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:46:40.961761+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:46:40.972338+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-28T05:46:40.980687+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:46:41.740433+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d360f"},"request_uri":"http://127.0.0.1:8000/_wdt/4d360f","method":"GET"} [] [2020-06-28T05:46:42.539156+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:46:42.642714+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:46:42.798783+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:46:42.808524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T05:46:42.816618+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:46:43.550506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0655ed"},"request_uri":"http://127.0.0.1:8000/_wdt/0655ed","method":"GET"} [] [2020-06-28T05:46:58.687043+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:46:58.793267+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:46:58.946467+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:46:58.953602+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-28T05:46:58.960819+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:46:59.745238+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"507ae0"},"request_uri":"http://127.0.0.1:8000/_wdt/507ae0","method":"GET"} [] [2020-06-28T05:47:02.578674+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:47:02.680859+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:47:02.828927+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:47:02.838376+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T05:47:02.846538+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:47:03.532701+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fe863"},"request_uri":"http://127.0.0.1:8000/_wdt/2fe863","method":"GET"} [] [2020-06-28T05:47:29.858977+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:47:29.959028+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:47:30.111263+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:47:30.121881+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:47:30.180971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:47:30.186004+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:47:31.049991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d59d6"},"request_uri":"http://127.0.0.1:8000/_wdt/9d59d6","method":"GET"} [] [2020-06-28T05:47:36.249455+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:47:36.367042+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:47:36.535866+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:47:36.545668+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T05:47:36.553446+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:47:37.261092+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00260c"},"request_uri":"http://127.0.0.1:8000/_wdt/00260c","method":"GET"} [] [2020-06-28T05:47:39.693962+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:47:39.794720+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:47:39.937559+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:47:39.946855+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-28T05:47:39.954332+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:47:40.650997+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a102a4"},"request_uri":"http://127.0.0.1:8000/_wdt/a102a4","method":"GET"} [] [2020-06-28T05:48:00.614871+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:48:00.719361+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:48:00.866080+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:48:00.875779+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,3,2]] [] [2020-06-28T05:48:00.883974+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:48:01.667499+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46a748"},"request_uri":"http://127.0.0.1:8000/_wdt/46a748","method":"GET"} [] [2020-06-28T05:48:02.333326+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T05:48:03.175195+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fe325"},"request_uri":"http://127.0.0.1:8000/_wdt/1fe325","method":"GET"} [] [2020-06-28T05:51:47.884730+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T05:51:48.698600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57f152"},"request_uri":"http://127.0.0.1:8000/_wdt/57f152","method":"GET"} [] [2020-06-28T05:52:06.132635+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-28T05:52:06.437948+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:52:06.448904+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Seat belt","2":"Pcs","3":null,"4":null} [] [2020-06-28T05:52:06.450264+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:52:06.806376+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:52:06.913333+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:52:07.070346+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:52:07.081683+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T05:52:07.088834+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:52:07.839133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65be64"},"request_uri":"http://127.0.0.1:8000/_wdt/65be64","method":"GET"} [] [2020-06-28T05:52:11.469096+00:00] request.INFO: Matched route "item_show". {"route":"item_show","route_parameters":{"_route":"item_show","_controller":"App\\Controller\\ItemController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/item/show/6","method":"GET"} [] [2020-06-28T05:52:11.596815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["6"] [] [2020-06-28T05:52:12.351774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a45e2"},"request_uri":"http://127.0.0.1:8000/_wdt/2a45e2","method":"GET"} [] [2020-06-28T05:52:17.057834+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:52:17.174443+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:52:17.330543+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:52:17.342399+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T05:52:17.350255+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:52:18.136922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be0dc3"},"request_uri":"http://127.0.0.1:8000/_wdt/be0dc3","method":"GET"} [] [2020-06-28T05:52:19.463698+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/item/6/edit","method":"GET"} [] [2020-06-28T05:52:19.581716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["6"] [] [2020-06-28T05:52:20.402777+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f82e2"},"request_uri":"http://127.0.0.1:8000/_wdt/9f82e2","method":"GET"} [] [2020-06-28T05:52:24.046522+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/item/6/edit","method":"POST"} [] [2020-06-28T05:52:24.154721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["6"] [] [2020-06-28T05:52:24.647045+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:52:24.749393+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:52:24.896688+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:52:24.906697+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T05:52:24.915216+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:52:25.640413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6644b"},"request_uri":"http://127.0.0.1:8000/_wdt/f6644b","method":"GET"} [] [2020-06-28T05:52:27.048676+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:52:27.152133+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:52:27.303666+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:52:27.313173+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T05:52:27.320644+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:52:28.055094+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fa0e7"},"request_uri":"http://127.0.0.1:8000/_wdt/3fa0e7","method":"GET"} [] [2020-06-28T05:52:31.560197+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-28T05:52:32.395554+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7a8aa"},"request_uri":"http://127.0.0.1:8000/_wdt/d7a8aa","method":"GET"} [] [2020-06-28T05:52:59.139416+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-06-28T05:52:59.378235+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:52:59.386653+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note) VALUES (?, ?, ?, ?, ?, ?) {"1":"5080","2":"BGF","3":"2020-06-28T00:00:00+00:00","4":"2020-06-29T00:00:00+00:00","5":null,"6":null} [] [2020-06-28T05:52:59.389571+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:52:59.738162+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:52:59.842971+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:52:59.993951+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:53:00.002374+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T05:53:00.011833+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:53:00.935995+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1e544"},"request_uri":"http://127.0.0.1:8000/_wdt/c1e544","method":"GET"} [] [2020-06-28T05:53:02.852931+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:53:02.960832+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:53:03.112275+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:53:03.120518+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:53:03.177926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:53:03.181843+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:53:04.048427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3dc850"},"request_uri":"http://127.0.0.1:8000/_wdt/3dc850","method":"GET"} [] [2020-06-28T05:53:04.929634+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T05:53:05.168196+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:53:05.182410+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:53:05.883511+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74149c"},"request_uri":"http://127.0.0.1:8000/_wdt/74149c","method":"GET"} [] [2020-06-28T05:53:39.115635+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T05:53:39.290840+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:53:39.300412+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:53:40.068636+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a3c93"},"request_uri":"http://127.0.0.1:8000/_wdt/6a3c93","method":"GET"} [] [2020-06-28T05:53:43.518816+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:53:43.630053+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:53:43.805699+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:53:43.819283+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2]] [] [2020-06-28T05:53:43.886358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:53:43.892200+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:53:44.805635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf80c3"},"request_uri":"http://127.0.0.1:8000/_wdt/cf80c3","method":"GET"} [] [2020-06-28T05:53:45.713314+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T05:53:45.971679+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:53:45.985970+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:53:46.694524+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42b8ad"},"request_uri":"http://127.0.0.1:8000/_wdt/42b8ad","method":"GET"} [] [2020-06-28T05:54:16.707117+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-28T05:54:16.947149+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["3"]] [] [2020-06-28T05:54:16.966769+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["3"]] [] [2020-06-28T05:54:17.103606+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:54:17.115870+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, workshop, amount, till_amount, remarks, description, note, vehicle_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":123.0,"3":"2020-06-28T00:00:00+00:00","4":"asd","5":5000.0,"6":null,"7":null,"8":null,"9":null,"10":3} [] [2020-06-28T05:54:17.120312+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Feet","2":5.0,"3":6000.0,"4":null,"5":3,"6":3} [] [2020-06-28T05:54:17.127205+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:54:17.521707+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:54:17.644025+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:54:17.796063+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:54:17.808839+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T05:54:17.867560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:54:17.869750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:54:17.873138+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:54:18.703196+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b34ef0"},"request_uri":"http://127.0.0.1:8000/_wdt/b34ef0","method":"GET"} [] [2020-06-28T05:54:39.371525+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:54:39.498504+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:54:39.667654+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:54:39.678059+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T05:54:39.739505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:54:39.742330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:54:39.745711+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:54:40.532733+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"198a0c"},"request_uri":"http://127.0.0.1:8000/_wdt/198a0c","method":"GET"} [] [2020-06-28T05:54:47.418132+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/service/show/3","method":"GET"} [] [2020-06-28T05:54:47.550001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-06-28T05:54:47.638193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:54:47.642567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-06-28T05:54:47.682921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T05:54:48.458267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6d260"},"request_uri":"http://127.0.0.1:8000/_wdt/f6d260","method":"GET"} [] [2020-06-28T05:54:55.651911+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/service/edit/3","method":"GET"} [] [2020-06-28T05:54:55.785106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-06-28T05:54:55.844829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-06-28T05:54:56.002391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:54:56.007228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T05:54:56.032629+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:54:56.035956+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:54:56.844474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd9cb6"},"request_uri":"http://127.0.0.1:8000/_wdt/dd9cb6","method":"GET"} [] [2020-06-28T05:55:10.898336+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/service/edit/3","method":"POST"} [] [2020-06-28T05:55:11.029194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-06-28T05:55:11.087952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-06-28T05:55:11.235255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:55:11.238494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T05:55:11.269617+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["3"]] [] [2020-06-28T05:55:11.273800+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["3"]] [] [2020-06-28T05:55:11.275903+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-06-28T05:55:11.383707+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T05:55:11.386290+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Pcs","2":4.0,"3":3500.0,"4":null,"5":3,"6":6} [] [2020-06-28T05:55:11.392067+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T05:55:11.860718+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:55:11.983725+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:55:12.138548+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:55:12.148089+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T05:55:12.205348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:55:12.207500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:55:12.210685+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:55:13.029144+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c70820"},"request_uri":"http://127.0.0.1:8000/_wdt/c70820","method":"GET"} [] [2020-06-28T05:55:14.183273+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/service/edit/3","method":"GET"} [] [2020-06-28T05:55:14.307164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-06-28T05:55:14.356565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-06-28T05:55:14.502534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:55:14.507194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T05:55:14.508245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-28T05:55:14.534782+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T05:55:14.538819+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T05:55:15.431794+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"230dea"},"request_uri":"http://127.0.0.1:8000/_wdt/230dea","method":"GET"} [] [2020-06-28T05:55:20.239193+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:55:20.353847+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:55:20.510633+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:55:20.522132+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T05:55:20.578498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:55:20.580376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:55:20.583429+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:55:21.367496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a9179"},"request_uri":"http://127.0.0.1:8000/_wdt/3a9179","method":"GET"} [] [2020-06-28T05:55:39.437761+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:55:39.560921+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:55:39.736362+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:55:39.750156+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T05:55:39.806891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:55:39.808756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:55:39.811218+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:55:40.636277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"872a08"},"request_uri":"http://127.0.0.1:8000/_wdt/872a08","method":"GET"} [] [2020-06-28T05:55:55.787888+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:55:55.905447+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:55:56.079768+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:55:56.090779+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T05:55:56.098952+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:55:56.871262+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4bd8b"},"request_uri":"http://127.0.0.1:8000/_wdt/c4bd8b","method":"GET"} [] [2020-06-28T05:55:57.849703+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:55:57.954384+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:55:58.106824+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:55:58.116722+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T05:55:58.124890+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:55:58.841724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"050209"},"request_uri":"http://127.0.0.1:8000/_wdt/050209","method":"GET"} [] [2020-06-28T05:56:00.139961+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:56:00.250402+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:56:00.405385+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:56:00.414271+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T05:56:00.473991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:56:00.476726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:56:00.480290+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:56:01.352806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"523d98"},"request_uri":"http://127.0.0.1:8000/_wdt/523d98","method":"GET"} [] [2020-06-28T05:56:03.978796+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:56:04.094384+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:56:04.264263+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:56:04.273194+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T05:56:04.280193+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:56:05.005292+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"084e10"},"request_uri":"http://127.0.0.1:8000/_wdt/084e10","method":"GET"} [] [2020-06-28T05:56:18.304351+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:56:18.415230+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:56:18.582519+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:56:18.593276+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T05:56:18.657406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:56:18.660765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:56:18.665205+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:56:19.618603+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aece1b"},"request_uri":"http://127.0.0.1:8000/_wdt/aece1b","method":"GET"} [] [2020-06-28T05:58:38.598590+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:58:38.727228+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:58:38.929639+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:58:38.944908+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T05:58:38.956836+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:58:39.769703+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f39e8"},"request_uri":"http://127.0.0.1:8000/_wdt/3f39e8","method":"GET"} [] [2020-06-28T05:58:50.683399+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T05:58:50.789849+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:58:50.932780+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:58:50.942289+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T05:58:50.950268+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:58:51.723700+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e86a8"},"request_uri":"http://127.0.0.1:8000/_wdt/4e86a8","method":"GET"} [] [2020-06-28T05:58:54.720925+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T05:58:54.830651+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:58:54.988174+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:58:54.996786+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T05:58:55.004327+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:58:55.763220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57b173"},"request_uri":"http://127.0.0.1:8000/_wdt/57b173","method":"GET"} [] [2020-06-28T05:58:58.905607+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T05:58:59.016005+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T05:58:59.176023+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T05:58:59.185399+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T05:58:59.246021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T05:58:59.247781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T05:58:59.250594+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T05:59:00.069117+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78753e"},"request_uri":"http://127.0.0.1:8000/_wdt/78753e","method":"GET"} [] [2020-06-28T06:26:06.092364+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /irem"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /irem\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/irem/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-06-28T06:26:08.210186+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T06:26:10.308208+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:26:14.263282+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:26:14.661526+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T06:26:14.810504+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:26:17.243279+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"159ec2"},"request_uri":"http://127.0.0.1:8000/_wdt/159ec2","method":"GET"} [] [2020-06-28T06:26:21.953745+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T06:26:22.052619+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:26:22.200419+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:26:22.211670+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T06:26:22.219755+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:26:23.242386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96d3c5"},"request_uri":"http://127.0.0.1:8000/_wdt/96d3c5","method":"GET"} [] [2020-06-28T06:26:24.370186+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T06:26:24.566282+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:26:24.788431+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:26:24.821631+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T06:26:24.829402+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:26:25.843602+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c80c7"},"request_uri":"http://127.0.0.1:8000/_wdt/0c80c7","method":"GET"} [] [2020-06-28T06:26:27.164621+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T06:26:27.267811+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:26:27.414324+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:26:27.425169+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T06:26:27.432662+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:26:28.530352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0df2dd"},"request_uri":"http://127.0.0.1:8000/_wdt/0df2dd","method":"GET"} [] [2020-06-28T06:26:29.340595+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T06:26:29.418601+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:26:29.531498+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:26:29.542045+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T06:26:29.548400+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:26:30.567428+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72bed9"},"request_uri":"http://127.0.0.1:8000/_wdt/72bed9","method":"GET"} [] [2020-06-28T06:26:31.585231+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T06:26:31.782206+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:26:32.125394+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:26:32.152768+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T06:26:32.432427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T06:26:32.460890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T06:26:32.464345+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:26:33.584554+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e1abc"},"request_uri":"http://127.0.0.1:8000/_wdt/2e1abc","method":"GET"} [] [2020-06-28T06:26:42.805604+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T06:26:42.916594+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:26:43.102488+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:26:43.115068+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T06:26:43.123821+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:26:44.183034+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e7f94"},"request_uri":"http://127.0.0.1:8000/_wdt/3e7f94","method":"GET"} [] [2020-06-28T06:27:07.229398+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T06:27:07.328005+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:27:07.480008+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:27:07.491406+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T06:27:07.501054+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:27:08.621297+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89bd48"},"request_uri":"http://127.0.0.1:8000/_wdt/89bd48","method":"GET"} [] [2020-06-28T06:27:09.204722+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T06:27:09.320342+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:27:09.477757+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:27:09.487452+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T06:27:09.495452+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:27:10.570926+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00e5d6"},"request_uri":"http://127.0.0.1:8000/_wdt/00e5d6","method":"GET"} [] [2020-06-28T06:27:11.138385+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T06:27:11.242059+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:27:11.384079+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:27:11.393854+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T06:27:11.450422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T06:27:11.452316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T06:27:11.455771+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:27:12.502314+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5293ad"},"request_uri":"http://127.0.0.1:8000/_wdt/5293ad","method":"GET"} [] [2020-06-28T06:27:18.525614+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T06:27:18.625098+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:27:18.779670+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:27:18.790371+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T06:27:18.799457+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:27:19.862953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68420e"},"request_uri":"http://127.0.0.1:8000/_wdt/68420e","method":"GET"} [] [2020-06-28T06:27:21.517210+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T06:27:21.625038+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:27:21.755405+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:27:21.764462+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T06:27:21.771841+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:27:22.834090+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6bb6c"},"request_uri":"http://127.0.0.1:8000/_wdt/b6bb6c","method":"GET"} [] [2020-06-28T06:27:23.294907+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T06:27:23.398814+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:27:23.548362+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:27:23.560856+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T06:27:23.619679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T06:27:23.621980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T06:27:23.624983+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:27:24.714009+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dd20a"},"request_uri":"http://127.0.0.1:8000/_wdt/9dd20a","method":"GET"} [] [2020-06-28T06:27:54.706599+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T06:27:54.817443+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:27:54.979844+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:27:54.990279+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T06:27:54.996037+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:27:56.032311+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f5d48"},"request_uri":"http://127.0.0.1:8000/_wdt/9f5d48","method":"GET"} [] [2020-06-28T06:28:01.302889+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T06:28:01.405559+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:28:01.552657+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:28:01.561534+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T06:28:01.569881+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:28:02.564533+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ee793"},"request_uri":"http://127.0.0.1:8000/_wdt/4ee793","method":"GET"} [] [2020-06-28T06:28:03.920565+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T06:28:04.021974+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T06:28:04.153550+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T06:28:04.162892+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T06:28:04.218120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T06:28:04.220416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T06:28:04.223816+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T06:28:05.327699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe75cf"},"request_uri":"http://127.0.0.1:8000/_wdt/fe75cf","method":"GET"} [] [2020-06-28T08:37:10.754528+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:10.791090+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:10.808365+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:10.815714+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:10.819719+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:10.820193+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-28T08:37:10.822472+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-28T08:37:10.855241+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:10.856237+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:10.857004+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:10.857977+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:10.858538+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:10.859070+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-28T08:37:10.859517+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-28T08:37:10.862173+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:10.863100+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:10.863954+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:10.864452+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:10.864986+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-28T08:37:10.865370+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'item' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:10.866447+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'item' */ WHERE k.table_name = 'item' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:10.867047+00:00] doctrine.DEBUG: 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_NAME = 'item' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:10.867952+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'item' [] [] [2020-06-28T08:37:10.868326+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'service' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:10.869777+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'service' */ WHERE k.table_name = 'service' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:10.871904+00:00] doctrine.DEBUG: 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_NAME = 'service' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:10.872531+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'service' [] [] [2020-06-28T08:37:10.872910+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'service_details' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:10.873884+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'service_details' */ WHERE k.table_name = 'service_details' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:10.876060+00:00] doctrine.DEBUG: 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_NAME = 'service_details' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:10.876674+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'service_details' [] [] [2020-06-28T08:37:10.877082+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'vehicle' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:10.878002+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'vehicle' */ WHERE k.table_name = 'vehicle' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:10.879484+00:00] doctrine.DEBUG: 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_NAME = 'vehicle' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:10.879947+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'vehicle' [] [] [2020-06-28T08:37:33.421288+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:33.444433+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:33.446784+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:33.448510+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:33.449026+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-28T08:37:33.455967+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:33.458254+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:33.460230+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:33.461409+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:33.462184+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:33.462637+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-28T08:37:33.463026+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-28T08:37:33.464024+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:33.464884+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:33.465753+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:33.466521+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:33.466926+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:33.467305+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-28T08:37:33.467991+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-28T08:37:33.468486+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:33.469413+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:33.470475+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:33.472045+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:33.473543+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:33.474031+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-28T08:37:33.474502+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-28T08:37:33.485909+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T08:37:33.529759+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-28T08:37:33.564002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-28T08:37:33.565240+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-28T08:37:33.566137+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-28T08:37:33.566594+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-28T08:37:33.566993+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-28T08:37:33.567561+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-06-28T08:37:33+00:00",77.0] [] [2020-06-28T08:37:33.570544+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T09:01:12.923357+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:01:13.003888+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:01:13.131476+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:01:13.174496+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:01:13.182794+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:01:13.187677+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:01:14.658557+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f1d0e"},"request_uri":"http://127.0.0.1:8000/_wdt/0f1d0e","method":"GET"} [] [2020-06-28T09:01:28.737744+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:01:28.852887+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:01:28.936699+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:01:28.974896+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:01:28.982464+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:01:28.988158+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:01:29.732987+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de92f5"},"request_uri":"http://127.0.0.1:8000/_wdt/de92f5","method":"GET"} [] [2020-06-28T09:01:30.502894+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T09:01:30.579427+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:01:30.648733+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:01:30.677470+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:01:30.684174+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:01:30.691223+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:01:31.494549+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e025dd"},"request_uri":"http://127.0.0.1:8000/_wdt/e025dd","method":"GET"} [] [2020-06-28T09:01:32.686431+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:01:32.753301+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:01:32.815742+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:01:32.847479+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:01:32.853313+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T09:01:32.891346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:01:32.892926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:01:32.894941+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:01:33.641022+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56432a"},"request_uri":"http://127.0.0.1:8000/_wdt/56432a","method":"GET"} [] [2020-06-28T09:35:39.800929+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:35:39.949512+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:35:40.092067+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:35:40.136826+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:35:40.148278+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:35:40.156326+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:35:41.223751+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc728c"},"request_uri":"http://127.0.0.1:8000/_wdt/dc728c","method":"GET"} [] [2020-06-28T09:35:42.179118+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:35:42.283807+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:35:42.390421+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:35:42.434138+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:35:42.443742+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:35:42.451564+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:35:43.432083+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba17f6"},"request_uri":"http://127.0.0.1:8000/_wdt/ba17f6","method":"GET"} [] [2020-06-28T09:35:47.138893+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:35:47.251512+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:35:47.359384+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:35:47.405011+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:35:47.415488+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:35:47.423386+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:35:48.435499+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0408f3"},"request_uri":"http://127.0.0.1:8000/_wdt/0408f3","method":"GET"} [] [2020-06-28T09:35:53.362056+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:35:53.472739+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:35:53.582233+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:35:53.633230+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:35:53.648364+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:35:53.658614+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:35:54.587675+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"000b2a"},"request_uri":"http://127.0.0.1:8000/_wdt/000b2a","method":"GET"} [] [2020-06-28T09:35:57.748553+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:35:57.862665+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:35:57.970292+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:35:58.013945+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:35:58.023455+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:35:58.031343+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:35:58.764997+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61564a"},"request_uri":"http://127.0.0.1:8000/_wdt/61564a","method":"GET"} [] [2020-06-28T09:36:01.131963+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T09:36:01.303115+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:02.018181+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38104f"},"request_uri":"http://127.0.0.1:8000/_wdt/38104f","method":"GET"} [] [2020-06-28T09:36:10.344524+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T09:36:10.462913+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:36:10.575506+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:10.612200+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:36:10.622481+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:36:10.630430+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:36:11.471511+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3f9c1"},"request_uri":"http://127.0.0.1:8000/_wdt/e3f9c1","method":"GET"} [] [2020-06-28T09:36:12.907939+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-28T09:36:13.063440+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:13.798347+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"052e53"},"request_uri":"http://127.0.0.1:8000/_wdt/052e53","method":"GET"} [] [2020-06-28T09:36:15.800181+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T09:36:15.907755+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:36:16.005840+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:16.053227+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:36:16.063025+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:36:16.072110+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:36:16.812156+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"694ff6"},"request_uri":"http://127.0.0.1:8000/_wdt/694ff6","method":"GET"} [] [2020-06-28T09:36:21.441164+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/vehicle/show/5","method":"GET"} [] [2020-06-28T09:36:21.557107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["5"] [] [2020-06-28T09:36:21.617747+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:22.297035+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b62a7"},"request_uri":"http://127.0.0.1:8000/_wdt/7b62a7","method":"GET"} [] [2020-06-28T09:36:25.479049+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T09:36:25.591405+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:36:25.704653+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:25.753876+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:36:25.762602+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:36:25.769930+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:36:26.567776+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee5721"},"request_uri":"http://127.0.0.1:8000/_wdt/ee5721","method":"GET"} [] [2020-06-28T09:36:29.888031+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:36:30.000469+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:36:30.108951+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:30.157230+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:36:30.166622+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T09:36:30.225479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:36:30.227697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:36:30.231112+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:36:31.043836+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f23e8"},"request_uri":"http://127.0.0.1:8000/_wdt/5f23e8","method":"GET"} [] [2020-06-28T09:36:32.626997+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:36:32.754767+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:36:32.869547+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:32.919311+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:36:32.928615+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T09:36:32.984784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:36:32.988260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:36:32.991601+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:36:33.822019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d29e2e"},"request_uri":"http://127.0.0.1:8000/_wdt/d29e2e","method":"GET"} [] [2020-06-28T09:36:34.717027+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T09:36:34.974253+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T09:36:34.985668+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T09:36:35.038687+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:36:35.732736+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0117b9"},"request_uri":"http://127.0.0.1:8000/_wdt/0117b9","method":"GET"} [] [2020-06-28T09:39:24.692649+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:39:24.771798+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:39:24.849259+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:39:24.883485+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:39:24.889227+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:39:24.893457+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:39:25.764157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e07cb"},"request_uri":"http://127.0.0.1:8000/_wdt/8e07cb","method":"GET"} [] [2020-06-28T09:39:53.263585+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:39:53.334680+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:39:53.403249+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:39:53.433329+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:39:53.439388+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:39:53.445036+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:39:54.338155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"601e07"},"request_uri":"http://127.0.0.1:8000/_wdt/601e07","method":"GET"} [] [2020-06-28T09:41:34.797156+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:41:34.930602+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:41:35.063547+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:41:35.110336+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:41:35.122597+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:41:35.131504+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:41:35.953819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46a602"},"request_uri":"http://127.0.0.1:8000/_wdt/46a602","method":"GET"} [] [2020-06-28T09:41:41.305570+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T09:41:41.478229+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:41:42.191376+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e1954"},"request_uri":"http://127.0.0.1:8000/_wdt/7e1954","method":"GET"} [] [2020-06-28T09:41:56.550058+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:41:56.663783+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:41:56.772455+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:41:56.818434+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:41:56.829846+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:41:56.838135+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:41:57.645320+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"446d4e"},"request_uri":"http://127.0.0.1:8000/_wdt/446d4e","method":"GET"} [] [2020-06-28T09:42:00.714039+00:00] request.INFO: Matched route "item_show". {"route":"item_show","route_parameters":{"_route":"item_show","_controller":"App\\Controller\\ItemController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/item/show/6","method":"GET"} [] [2020-06-28T09:42:00.822603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["6"] [] [2020-06-28T09:42:00.879194+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:42:01.641431+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"079cc1"},"request_uri":"http://127.0.0.1:8000/_wdt/079cc1","method":"GET"} [] [2020-06-28T09:42:04.233077+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/item/6/edit","method":"GET"} [] [2020-06-28T09:42:04.344263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["6"] [] [2020-06-28T09:42:04.473698+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:42:05.199150+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"014098"},"request_uri":"http://127.0.0.1:8000/_wdt/014098","method":"GET"} [] [2020-06-28T09:42:10.487542+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T09:42:10.598196+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:42:10.705526+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:42:10.745198+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:42:10.755645+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:42:10.764173+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:42:11.546313+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8efc88"},"request_uri":"http://127.0.0.1:8000/_wdt/8efc88","method":"GET"} [] [2020-06-28T09:42:18.177742+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-28T09:42:18.337791+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:42:19.136288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc03f6"},"request_uri":"http://127.0.0.1:8000/_wdt/dc03f6","method":"GET"} [] [2020-06-28T09:42:34.017823+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T09:42:34.129448+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:42:34.235397+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:42:34.280857+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:42:34.290122+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:42:34.298279+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:42:35.048259+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0dc7a0"},"request_uri":"http://127.0.0.1:8000/_wdt/0dc7a0","method":"GET"} [] [2020-06-28T09:42:42.463376+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:42:42.580830+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:42:42.692768+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:42:42.743272+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:42:42.755567+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2]] [] [2020-06-28T09:42:42.811359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:42:42.814835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:42:42.818834+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:42:43.666357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88244d"},"request_uri":"http://127.0.0.1:8000/_wdt/88244d","method":"GET"} [] [2020-06-28T09:42:46.377372+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T09:42:46.636691+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T09:42:46.645695+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T09:42:46.699749+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:42:47.402959+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e4086"},"request_uri":"http://127.0.0.1:8000/_wdt/2e4086","method":"GET"} [] [2020-06-28T09:48:12.445915+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:48:12.585408+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:48:12.747971+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:48:12.796146+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:48:12.810778+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:48:12.820697+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:48:13.721814+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f3aab"},"request_uri":"http://127.0.0.1:8000/_wdt/7f3aab","method":"GET"} [] [2020-06-28T09:48:16.650434+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/item/6/edit","method":"GET"} [] [2020-06-28T09:48:16.760223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["6"] [] [2020-06-28T09:48:16.888929+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:48:17.648282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e9046"},"request_uri":"http://127.0.0.1:8000/_wdt/3e9046","method":"GET"} [] [2020-06-28T09:51:40.002351+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-28T09:51:40.039040+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:51:40.319672+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-28T09:51:40.381129+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-06-28T09:51:40.386927+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["3"]] [] [2020-06-28T09:51:40.501478+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T09:51:40.512849+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, workshop, amount, till_amount, remarks, description, note, vehicle_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Shakti Engineering Ltd","2":250.0,"3":"2020-06-20T00:00:00+00:00","4":"abc","5":5000.0,"6":null,"7":null,"8":null,"9":null,"10":2} [] [2020-06-28T09:51:40.518782+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Pcs","2":1.0,"3":600.0,"4":null,"5":4,"6":6} [] [2020-06-28T09:51:40.521546+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Meter","2":2.0,"3":600.0,"4":null,"5":4,"6":3} [] [2020-06-28T09:51:40.524980+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T09:51:40.891325+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:51:41.004018+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:51:41.116300+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:51:41.162477+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:51:41.173095+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T09:51:41.232759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:51:41.234759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:51:41.237604+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:51:42.122276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cad9e7"},"request_uri":"http://127.0.0.1:8000/_wdt/cad9e7","method":"GET"} [] [2020-06-28T09:51:45.470974+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/service/show/4","method":"GET"} [] [2020-06-28T09:51:45.613690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["4"] [] [2020-06-28T09:51:45.706759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:51:45.708987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-06-28T09:51:45.753309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-28T09:51:45.754262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-28T09:51:45.798528+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:51:46.588637+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13171e"},"request_uri":"http://127.0.0.1:8000/_wdt/13171e","method":"GET"} [] [2020-06-28T09:52:46.822941+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:52:46.948718+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:52:47.073007+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:52:47.123781+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:52:47.136851+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T09:52:47.200816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:52:47.204775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:52:47.208333+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:52:48.069838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb1d41"},"request_uri":"http://127.0.0.1:8000/_wdt/bb1d41","method":"GET"} [] [2020-06-28T09:52:49.791488+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T09:52:50.029880+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T09:52:50.041121+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T09:52:50.095717+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:52:50.799193+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ff2cc"},"request_uri":"http://127.0.0.1:8000/_wdt/7ff2cc","method":"GET"} [] [2020-06-28T09:52:53.544911+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:52:53.655296+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:52:53.765082+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:52:53.811735+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:52:53.822891+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[6,5,3,2]] [] [2020-06-28T09:52:53.830731+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:52:54.594148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f4313"},"request_uri":"http://127.0.0.1:8000/_wdt/0f4313","method":"GET"} [] [2020-06-28T09:53:04.976586+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T09:53:05.156996+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:53:05.927253+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2efa69"},"request_uri":"http://127.0.0.1:8000/_wdt/2efa69","method":"GET"} [] [2020-06-28T09:53:30.790445+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-28T09:53:30.815146+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:53:31.071668+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T09:53:31.080739+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Break pad","2":"Pcs","3":null,"4":null} [] [2020-06-28T09:53:31.083537+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T09:53:31.420923+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T09:53:31.528465+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:53:31.631990+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:53:31.677910+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:53:31.687221+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-28T09:53:31.695636+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:53:32.522896+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"094cef"},"request_uri":"http://127.0.0.1:8000/_wdt/094cef","method":"GET"} [] [2020-06-28T09:53:40.574418+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T09:53:40.687855+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:53:40.799377+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:53:40.847250+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:53:40.857322+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:53:40.864682+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:53:41.767217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7346ec"},"request_uri":"http://127.0.0.1:8000/_wdt/7346ec","method":"GET"} [] [2020-06-28T09:53:46.644466+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-28T09:53:46.798942+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:53:47.515541+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d695b"},"request_uri":"http://127.0.0.1:8000/_wdt/4d695b","method":"GET"} [] [2020-06-28T09:53:50.043750+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:53:50.159313+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:53:50.269342+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:53:50.314051+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:53:50.325088+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2]] [] [2020-06-28T09:53:50.380348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:53:50.382517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:53:50.385945+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:53:51.267150+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a6f45"},"request_uri":"http://127.0.0.1:8000/_wdt/4a6f45","method":"GET"} [] [2020-06-28T09:53:54.313211+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T09:53:54.566394+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T09:53:54.577964+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T09:53:54.632688+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:53:55.356949+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcbb2a"},"request_uri":"http://127.0.0.1:8000/_wdt/fcbb2a","method":"GET"} [] [2020-06-28T09:59:45.757367+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-28T09:59:45.790021+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:59:46.019344+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-28T09:59:46.031622+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-06-28T09:59:46.140229+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T09:59:46.151044+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, workshop, amount, till_amount, remarks, description, note, vehicle_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":500.0,"3":"2020-06-26T00:00:00+00:00","4":"saf","5":0.0,"6":null,"7":null,"8":null,"9":null,"10":2} [] [2020-06-28T09:59:46.154500+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Inches","2":2.0,"3":700.0,"4":null,"5":5,"6":6} [] [2020-06-28T09:59:46.162391+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T09:59:46.524837+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:59:46.632682+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:59:46.745927+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:59:46.784927+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:59:46.794332+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:59:46.847541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:59:46.849297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:59:46.852070+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:59:47.788508+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c94338"},"request_uri":"http://127.0.0.1:8000/_wdt/c94338","method":"GET"} [] [2020-06-28T09:59:48.681108+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T09:59:48.807316+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T09:59:48.931744+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:59:48.984224+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T09:59:48.995947+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T09:59:49.052586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:59:49.055207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T09:59:49.059009+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T09:59:49.876454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af9480"},"request_uri":"http://127.0.0.1:8000/_wdt/af9480","method":"GET"} [] [2020-06-28T09:59:52.034141+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/service/show/5","method":"GET"} [] [2020-06-28T09:59:52.172291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["5"] [] [2020-06-28T09:59:52.254321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T09:59:52.255894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-06-28T09:59:52.296484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-28T09:59:52.338791+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T09:59:53.194834+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3c1a6"},"request_uri":"http://127.0.0.1:8000/_wdt/d3c1a6","method":"GET"} [] [2020-06-28T10:00:52.690511+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/service/edit/5","method":"GET"} [] [2020-06-28T10:00:52.827843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["5"] [] [2020-06-28T10:00:52.890414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-06-28T10:00:53.043034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T10:00:53.047494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-28T10:00:53.075795+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:00:53.080866+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:00:53.149193+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:00:54.033825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcbca5"},"request_uri":"http://127.0.0.1:8000/_wdt/dcbca5","method":"GET"} [] [2020-06-28T10:32:57.237678+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /type"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /type\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/type/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-06-28T10:32:58.114353+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21b3e6"},"request_uri":"http://127.0.0.1:8000/_wdt/21b3e6","method":"GET"} [] [2020-06-28T10:33:02.993634+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T10:33:03.119554+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:33:03.247466+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:03.287023+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:33:03.296343+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-28T10:33:03.303411+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:33:04.326387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f047d"},"request_uri":"http://127.0.0.1:8000/_wdt/2f047d","method":"GET"} [] [2020-06-28T10:33:08.089641+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T10:33:08.205159+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:33:08.331219+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:08.383912+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:33:08.395738+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-28T10:33:08.404505+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:33:09.366059+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af7171"},"request_uri":"http://127.0.0.1:8000/_wdt/af7171","method":"GET"} [] [2020-06-28T10:33:09.872485+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T10:33:10.043186+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:11.132261+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8db68f"},"request_uri":"http://127.0.0.1:8000/_wdt/8db68f","method":"GET"} [] [2020-06-28T10:33:23.118685+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T10:33:23.217170+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:33:23.311884+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:23.357052+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:33:23.364774+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-28T10:33:23.371852+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:33:24.448128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16be6f"},"request_uri":"http://127.0.0.1:8000/_wdt/16be6f","method":"GET"} [] [2020-06-28T10:33:26.042548+00:00] request.INFO: Matched route "item_show". {"route":"item_show","route_parameters":{"_route":"item_show","_controller":"App\\Controller\\ItemController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/item/show/7","method":"GET"} [] [2020-06-28T10:33:26.164826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["7"] [] [2020-06-28T10:33:26.222506+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:27.207226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef5055"},"request_uri":"http://127.0.0.1:8000/_wdt/ef5055","method":"GET"} [] [2020-06-28T10:33:32.621466+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/item/7/edit","method":"GET"} [] [2020-06-28T10:33:32.733399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? ["7"] [] [2020-06-28T10:33:32.876645+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:33.882024+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7e80e"},"request_uri":"http://127.0.0.1:8000/_wdt/d7e80e","method":"GET"} [] [2020-06-28T10:33:36.804926+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T10:33:36.915914+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:33:37.021829+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:37.067081+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:33:37.076528+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-28T10:33:37.084618+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:33:38.069610+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6c52b"},"request_uri":"http://127.0.0.1:8000/_wdt/c6c52b","method":"GET"} [] [2020-06-28T10:33:38.829137+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T10:33:38.949663+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:33:39.058871+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:39.104683+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:33:39.114277+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-28T10:33:39.121776+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:33:40.109552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7be3e1"},"request_uri":"http://127.0.0.1:8000/_wdt/7be3e1","method":"GET"} [] [2020-06-28T10:33:42.735998+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T10:33:42.844732+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:33:42.951816+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:42.998256+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:33:43.008127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T10:33:43.016195+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:33:43.979823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3abbb"},"request_uri":"http://127.0.0.1:8000/_wdt/d3abbb","method":"GET"} [] [2020-06-28T10:33:45.075984+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-28T10:33:45.242935+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:33:46.223252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a82d0"},"request_uri":"http://127.0.0.1:8000/_wdt/0a82d0","method":"GET"} [] [2020-06-28T10:33:59.958102+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-28T10:34:00.068680+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:34:00.178584+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:34:00.230668+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:34:00.243665+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T10:34:00.254174+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:34:01.274236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f183fc"},"request_uri":"http://127.0.0.1:8000/_wdt/f183fc","method":"GET"} [] [2020-06-28T10:34:02.595566+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/vehicle/show/5","method":"GET"} [] [2020-06-28T10:34:02.725668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["5"] [] [2020-06-28T10:34:02.781310+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:34:03.705620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d0816"},"request_uri":"http://127.0.0.1:8000/_wdt/0d0816","method":"GET"} [] [2020-06-28T10:34:05.139171+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/5","method":"GET"} [] [2020-06-28T10:34:05.256568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? ["5"] [] [2020-06-28T10:34:05.379658+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:34:06.397453+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f7739"},"request_uri":"http://127.0.0.1:8000/_wdt/0f7739","method":"GET"} [] [2020-06-28T10:34:15.715098+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T10:34:15.829111+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:34:15.940281+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:34:15.980072+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:34:15.991479+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T10:34:16.048777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T10:34:16.052351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:34:16.056759+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:34:17.271220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"892978"},"request_uri":"http://127.0.0.1:8000/_wdt/892978","method":"GET"} [] [2020-06-28T10:34:21.247119+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T10:34:21.372770+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:34:21.500131+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:34:21.543321+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:34:21.554587+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T10:34:21.613909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T10:34:21.616313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:34:21.621310+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:34:22.792179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"567c8d"},"request_uri":"http://127.0.0.1:8000/_wdt/567c8d","method":"GET"} [] [2020-06-28T10:34:25.424310+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T10:34:25.546195+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:34:25.676839+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:34:25.732129+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:34:25.741953+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[5,4,3,2]] [] [2020-06-28T10:34:25.801144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T10:34:25.803415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:34:25.806834+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:34:26.964810+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28a9b5"},"request_uri":"http://127.0.0.1:8000/_wdt/28a9b5","method":"GET"} [] [2020-06-28T10:34:45.947688+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T10:34:46.201809+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:34:46.211224+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:34:46.258974+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:34:47.219490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d27e1"},"request_uri":"http://127.0.0.1:8000/_wdt/7d27e1","method":"GET"} [] [2020-06-28T10:35:39.265011+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-28T10:35:39.290077+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:35:39.488587+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["3"]] [] [2020-06-28T10:35:39.505148+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-06-28T10:35:39.508717+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-06-28T10:35:39.613798+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T10:35:39.624646+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, workshop, amount, till_amount, remarks, description, note, vehicle_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":500.0,"3":"2020-06-28T00:00:00+00:00","4":"asd","5":0.0,"6":null,"7":null,"8":null,"9":null,"10":3} [] [2020-06-28T10:35:39.627867+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Meter","2":5.0,"3":7000.0,"4":null,"5":6,"6":6} [] [2020-06-28T10:35:39.628674+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Pcs","2":4.0,"3":700.0,"4":null,"5":6,"6":6} [] [2020-06-28T10:35:39.635688+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T10:35:40.013443+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T10:35:40.130045+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:35:40.243602+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:35:40.292047+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:35:40.303358+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[6,5,4,3,2]] [] [2020-06-28T10:35:40.361006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:35:40.363244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T10:35:40.366290+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:35:41.536623+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c14201"},"request_uri":"http://127.0.0.1:8000/_wdt/c14201","method":"GET"} [] [2020-06-28T10:50:10.916101+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T10:50:11.058972+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:50:11.188820+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:50:11.231849+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:50:11.243742+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[6,5,4,3,2]] [] [2020-06-28T10:50:11.307351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:50:11.310997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T10:50:11.314296+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:50:12.524422+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75df69"},"request_uri":"http://127.0.0.1:8000/_wdt/75df69","method":"GET"} [] [2020-06-28T10:50:14.009073+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T10:50:14.132872+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:50:14.262955+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:50:14.313592+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:50:14.325591+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[6,5,4,3,2]] [] [2020-06-28T10:50:14.394943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:50:14.397235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T10:50:14.400668+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:50:15.526372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce8911"},"request_uri":"http://127.0.0.1:8000/_wdt/ce8911","method":"GET"} [] [2020-06-28T10:50:16.001223+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T10:50:16.257732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:50:16.269583+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:50:16.437768+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:50:17.508681+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5d93f"},"request_uri":"http://127.0.0.1:8000/_wdt/e5d93f","method":"GET"} [] [2020-06-28T10:50:18.376105+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T10:50:18.502567+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T10:50:18.614627+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:50:18.664842+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T10:50:18.677800+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[6,5,4,3,2]] [] [2020-06-28T10:50:18.736115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:50:18.738118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T10:50:18.743105+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T10:50:19.861968+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ec00c"},"request_uri":"http://127.0.0.1:8000/_wdt/1ec00c","method":"GET"} [] [2020-06-28T10:50:20.853830+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/service/edit/6","method":"GET"} [] [2020-06-28T10:50:20.987787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["6"] [] [2020-06-28T10:50:21.040397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-06-28T10:50:21.190043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:50:21.198988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-28T10:50:21.224581+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:50:21.227760+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:50:21.295733+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:50:22.353489+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"804480"},"request_uri":"http://127.0.0.1:8000/_wdt/804480","method":"GET"} [] [2020-06-28T10:50:25.669521+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/service/edit/6","method":"GET"} [] [2020-06-28T10:50:25.810659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["6"] [] [2020-06-28T10:50:25.872539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-06-28T10:50:26.030807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T10:50:26.035415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-28T10:50:26.061804+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:50:26.065008+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:50:26.140732+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:50:27.228545+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cffcc5"},"request_uri":"http://127.0.0.1:8000/_wdt/cffcc5","method":"GET"} [] [2020-06-28T10:50:31.629559+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T10:50:31.856609+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:50:31.866316+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:50:31.914564+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:50:32.975906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"849a85"},"request_uri":"http://127.0.0.1:8000/_wdt/849a85","method":"GET"} [] [2020-06-28T10:52:44.983836+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T10:52:45.194028+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:52:45.203968+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:52:45.356745+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:52:46.156422+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de11c2"},"request_uri":"http://127.0.0.1:8000/_wdt/de11c2","method":"GET"} [] [2020-06-28T10:53:13.917242+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T10:53:14.164021+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:53:14.174106+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:53:14.226296+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:53:14.929927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d4c96"},"request_uri":"http://127.0.0.1:8000/_wdt/8d4c96","method":"GET"} [] [2020-06-28T10:53:16.118678+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T10:53:16.310087+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T10:53:16.319757+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T10:53:16.361551+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T10:53:16.962119+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15d825"},"request_uri":"http://127.0.0.1:8000/_wdt/15d825","method":"GET"} [] [2020-06-28T11:03:02.853604+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:03:03.027528+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:03:03.038709+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:03:03.184863+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:03:03.965142+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"780e09"},"request_uri":"http://127.0.0.1:8000/_wdt/780e09","method":"GET"} [] [2020-06-28T11:03:45.534930+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:03:46.356776+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:03:46.916069+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:03:47.897764+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:03:49.117844+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d077b"},"request_uri":"http://127.0.0.1:8000/_wdt/2d077b","method":"GET"} [] [2020-06-28T11:03:51.733220+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:03:52.001734+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:03:52.021884+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:03:52.081211+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:03:52.924760+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62968d"},"request_uri":"http://127.0.0.1:8000/_wdt/62968d","method":"GET"} [] [2020-06-28T11:05:43.625682+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:05:43.823199+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:05:43.839714+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:05:44.001552+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "__name__" has already been rendered, save the result of previous render call to a variable and output that instead.")." at C:\Apache24\htdocs\vehicle\vendor\symfony\twig-bridge\Resources\views\Form\form_div_layout.html.twig line 383 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"__name__\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\twig-bridge\\Resources\\views\\Form\\form_div_layout.html.twig:383)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"__name__\" has already been rendered, save the result of previous render call to a variable and output that instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2020-06-28T11:05:44.230396+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:05:45.040155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7574b"},"request_uri":"http://127.0.0.1:8000/_wdt/a7574b","method":"GET"} [] [2020-06-28T11:06:21.411928+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:06:21.685791+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:06:21.708980+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:06:21.775062+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "__name__" has already been rendered, save the result of previous render call to a variable and output that instead.")." at C:\Apache24\htdocs\vehicle\vendor\symfony\twig-bridge\Resources\views\Form\form_div_layout.html.twig line 383 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"__name__\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\twig-bridge\\Resources\\views\\Form\\form_div_layout.html.twig:383)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"__name__\" has already been rendered, save the result of previous render call to a variable and output that instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2020-06-28T11:06:22.023563+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:06:22.642796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ff2b9"},"request_uri":"http://127.0.0.1:8000/_wdt/5ff2b9","method":"GET"} [] [2020-06-28T11:08:52.867313+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:08:53.114333+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:08:53.137702+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:08:53.286120+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "__name__" has already been rendered, save the result of previous render call to a variable and output that instead.")." at C:\Apache24\htdocs\vehicle\vendor\symfony\twig-bridge\Resources\views\Form\form_div_layout.html.twig line 383 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"__name__\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\twig-bridge\\Resources\\views\\Form\\form_div_layout.html.twig:383)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"__name__\" has already been rendered, save the result of previous render call to a variable and output that instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2020-06-28T11:08:53.436653+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:08:54.000134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e48c5f"},"request_uri":"http://127.0.0.1:8000/_wdt/e48c5f","method":"GET"} [] [2020-06-28T11:10:08.499633+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:10:08.677397+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:10:08.691724+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:10:08.849280+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:10:09.667246+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8b7b3"},"request_uri":"http://127.0.0.1:8000/_wdt/e8b7b3","method":"GET"} [] [2020-06-28T11:12:55.043009+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:12:55.260079+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:12:55.277410+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:12:55.426198+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:12:56.113488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8acc5b"},"request_uri":"http://127.0.0.1:8000/_wdt/8acc5b","method":"GET"} [] [2020-06-28T11:14:30.579642+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:14:30.759159+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:14:30.774505+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:14:30.815869+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:14:31.499753+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ea0d0"},"request_uri":"http://127.0.0.1:8000/_wdt/5ea0d0","method":"GET"} [] [2020-06-28T11:15:35.318745+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:15:35.519341+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:15:35.536127+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:15:35.582786+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:15:36.380478+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8ae55"},"request_uri":"http://127.0.0.1:8000/_wdt/c8ae55","method":"GET"} [] [2020-06-28T11:16:01.226162+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T11:16:01.346147+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T11:16:01.617285+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:16:01.688240+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T11:16:01.699545+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[6,5,4,3,2]] [] [2020-06-28T11:16:01.756390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T11:16:01.758594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:16:01.762183+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T11:16:02.578394+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b52b7"},"request_uri":"http://127.0.0.1:8000/_wdt/8b52b7","method":"GET"} [] [2020-06-28T11:16:03.727675+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:16:03.985824+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:16:04.007142+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:16:04.070147+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:16:04.775060+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc4909"},"request_uri":"http://127.0.0.1:8000/_wdt/cc4909","method":"GET"} [] [2020-06-28T11:17:20.582697+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:17:20.735272+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:17:20.748899+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:17:20.796168+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:17:21.486177+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3396f4"},"request_uri":"http://127.0.0.1:8000/_wdt/3396f4","method":"GET"} [] [2020-06-28T11:17:57.991221+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-28T11:17:58.015172+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:17:58.210479+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-06-28T11:17:58.226932+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-28T11:17:58.232996+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["5"]] [] [2020-06-28T11:18:03.033935+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-28T11:18:03.046628+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, workshop, amount, till_amount, remarks, description, note, vehicle_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":550.0,"3":"2020-06-28T00:00:00+00:00","4":"123","5":134.0,"6":null,"7":null,"8":null,"9":null,"10":2} [] [2020-06-28T11:18:03.051700+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":5000.0,"4":null,"5":7,"6":2} [] [2020-06-28T11:18:03.057428+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":700.0,"4":null,"5":7,"6":5} [] [2020-06-28T11:18:03.063558+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-28T11:18:03.574607+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T11:18:03.738623+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T11:18:03.865709+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:18:03.925706+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T11:18:03.936474+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6,5,4,3,2]] [] [2020-06-28T11:18:03.989430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:18:03.991463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T11:18:03.994764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T11:18:04.881157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9908b5"},"request_uri":"http://127.0.0.1:8000/_wdt/9908b5","method":"GET"} [] [2020-06-28T11:18:07.960032+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/service/show/7","method":"GET"} [] [2020-06-28T11:18:08.119407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["7"] [] [2020-06-28T11:18:08.305435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:18:08.313447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [7] [] [2020-06-28T11:18:08.356837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T11:18:08.357745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [5] [] [2020-06-28T11:18:08.390513+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:18:09.165528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"008c34"},"request_uri":"http://127.0.0.1:8000/_wdt/008c34","method":"GET"} [] [2020-06-28T11:19:26.614122+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/service/show/7","method":"GET"} [] [2020-06-28T11:19:26.749224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["7"] [] [2020-06-28T11:19:26.942323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:19:26.948692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [7] [] [2020-06-28T11:19:26.993814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T11:19:26.994828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [5] [] [2020-06-28T11:19:27.023197+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:19:27.736906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b45320"},"request_uri":"http://127.0.0.1:8000/_wdt/b45320","method":"GET"} [] [2020-06-28T11:19:31.622176+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/service/show/7","method":"GET"} [] [2020-06-28T11:19:31.789585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["7"] [] [2020-06-28T11:19:31.890942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:19:31.901120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [7] [] [2020-06-28T11:19:31.943802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-28T11:19:31.944900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [5] [] [2020-06-28T11:19:31.983735+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:19:32.741755+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43c847"},"request_uri":"http://127.0.0.1:8000/_wdt/43c847","method":"GET"} [] [2020-06-28T11:19:40.288209+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-28T11:19:40.420780+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T11:19:40.678385+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:19:40.737283+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T11:19:40.748743+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-28T11:19:40.757236+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T11:19:41.577096+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb104d"},"request_uri":"http://127.0.0.1:8000/_wdt/cb104d","method":"GET"} [] [2020-06-28T11:19:42.752922+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-28T11:19:43.079743+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:19:43.908611+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d59a9a"},"request_uri":"http://127.0.0.1:8000/_wdt/d59a9a","method":"GET"} [] [2020-06-28T11:19:45.884387+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T11:19:46.022938+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T11:19:46.140420+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:19:46.191103+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T11:19:46.202462+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6,5,4,3,2]] [] [2020-06-28T11:19:46.263429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:19:46.267092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T11:19:46.270868+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T11:19:47.098378+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed5998"},"request_uri":"http://127.0.0.1:8000/_wdt/ed5998","method":"GET"} [] [2020-06-28T11:19:49.141820+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:19:49.394965+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:19:49.416835+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:19:49.477192+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:19:50.142464+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d51b5"},"request_uri":"http://127.0.0.1:8000/_wdt/5d51b5","method":"GET"} [] [2020-06-28T11:20:24.994633+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T11:20:25.114842+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T11:20:25.226119+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:20:25.283549+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T11:20:25.294771+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6,5,4,3,2]] [] [2020-06-28T11:20:25.355286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:20:25.357781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T11:20:25.362594+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T11:20:26.220854+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e07c1"},"request_uri":"http://127.0.0.1:8000/_wdt/2e07c1","method":"GET"} [] [2020-06-28T11:21:05.820019+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-28T11:21:05.978490+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-28T11:21:05.998278+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-28T11:21:06.042612+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:21:06.662564+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19d7fb"},"request_uri":"http://127.0.0.1:8000/_wdt/19d7fb","method":"GET"} [] [2020-06-28T11:21:27.545757+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T11:21:27.664027+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T11:21:27.775844+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:21:27.833181+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T11:21:27.844441+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6,5,4,3,2]] [] [2020-06-28T11:21:27.906832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:21:27.909166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T11:21:27.913368+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T11:21:28.778858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f63fb"},"request_uri":"http://127.0.0.1:8000/_wdt/1f63fb","method":"GET"} [] [2020-06-28T11:21:42.252509+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-28T11:21:42.387017+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-28T11:21:42.512451+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-28T11:21:42.577623+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-28T11:21:42.586275+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6,5,4,3,2]] [] [2020-06-28T11:21:42.645537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-28T11:21:42.647770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-28T11:21:42.651422+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-28T11:21:43.579387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d97d8"},"request_uri":"http://127.0.0.1:8000/_wdt/9d97d8","method":"GET"} [] [2020-06-30T05:01:17.024815+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-30T05:01:21.545261+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:01:25.897656+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:01:27.468368+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:01:27.872668+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-30T05:01:28.019118+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:01:29.063388+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-30T05:01:29.243176+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:01:29.407460+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:01:29.485465+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:01:29.507718+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[7,6,5,3,2]] [] [2020-06-30T05:01:29.522764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:01:32.418891+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8ad47"},"request_uri":"http://127.0.0.1:8000/_wdt/a8ad47","method":"GET"} [] [2020-06-30T05:01:35.546810+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:01:35.899259+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:01:36.108666+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:01:36.564378+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:01:36.599550+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6,5,4,3,2]] [] [2020-06-30T05:01:36.946741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:01:36.988562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:01:36.995252+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:01:38.191207+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"602306"},"request_uri":"http://127.0.0.1:8000/_wdt/602306","method":"GET"} [] [2020-06-30T05:01:40.326761+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:01:41.631574+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:01:41.695173+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:01:41.806629+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:01:42.796824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fa962"},"request_uri":"http://127.0.0.1:8000/_wdt/5fa962","method":"GET"} [] [2020-06-30T05:03:55.847765+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:03:56.119095+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:03:56.136000+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:03:56.194217+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:03:57.185338+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51e018"},"request_uri":"http://127.0.0.1:8000/_wdt/51e018","method":"GET"} [] [2020-06-30T05:09:27.097513+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:09:27.307035+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:09:27.329115+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:09:27.379654+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:09:28.268956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77f089"},"request_uri":"http://127.0.0.1:8000/_wdt/77f089","method":"GET"} [] [2020-06-30T05:09:38.901065+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:09:39.066148+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:09:39.079509+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:09:39.118913+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:09:40.090806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f798bb"},"request_uri":"http://127.0.0.1:8000/_wdt/f798bb","method":"GET"} [] [2020-06-30T05:09:54.433315+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:09:54.608883+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:09:54.626846+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:09:54.671736+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:09:55.536988+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2e8a8"},"request_uri":"http://127.0.0.1:8000/_wdt/d2e8a8","method":"GET"} [] [2020-06-30T05:10:22.676951+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:10:31.334107+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:10:31.986261+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:10:33.366503+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:10:36.568348+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6610bc"},"request_uri":"http://127.0.0.1:8000/_wdt/6610bc","method":"GET"} [] [2020-06-30T05:10:59.149197+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:10:59.334071+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:10:59.352331+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:10:59.410384+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:11:00.340098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e7961"},"request_uri":"http://127.0.0.1:8000/_wdt/7e7961","method":"GET"} [] [2020-06-30T05:11:28.794322+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:11:29.024436+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:11:29.045089+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:11:29.102509+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:11:30.049475+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b9ca7"},"request_uri":"http://127.0.0.1:8000/_wdt/1b9ca7","method":"GET"} [] [2020-06-30T05:11:43.068793+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:11:43.251029+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:11:43.267086+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:11:43.306284+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:11:44.169858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97242c"},"request_uri":"http://127.0.0.1:8000/_wdt/97242c","method":"GET"} [] [2020-06-30T05:12:41.022308+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:12:41.167521+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:12:41.182637+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:12:41.226469+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:12:42.126749+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd73a0"},"request_uri":"http://127.0.0.1:8000/_wdt/fd73a0","method":"GET"} [] [2020-06-30T05:13:12.219840+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:13:12.387832+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:13:12.403536+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:13:12.449601+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:13:13.393867+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe62df"},"request_uri":"http://127.0.0.1:8000/_wdt/fe62df","method":"GET"} [] [2020-06-30T05:14:20.529022+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:14:20.772871+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:14:20.789759+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:14:20.842308+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:14:21.809226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b283e"},"request_uri":"http://127.0.0.1:8000/_wdt/8b283e","method":"GET"} [] [2020-06-30T05:15:22.828821+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:15:22.991351+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:15:23.006341+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:15:23.051227+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:15:23.923598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa9d8e"},"request_uri":"http://127.0.0.1:8000/_wdt/fa9d8e","method":"GET"} [] [2020-06-30T05:15:47.262377+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:15:47.446100+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:15:47.460571+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:15:47.497640+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:15:48.408758+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c8ab4"},"request_uri":"http://127.0.0.1:8000/_wdt/2c8ab4","method":"GET"} [] [2020-06-30T05:16:15.589553+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:16:16.005476+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:16:16.485535+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:16:16.839143+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:16:17.149034+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[7,6,5,4,3,2]] [] [2020-06-30T05:16:17.398248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:16:17.423636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:16:17.473467+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:16:18.670086+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54bc4e"},"request_uri":"http://127.0.0.1:8000/_wdt/54bc4e","method":"GET"} [] [2020-06-30T05:16:19.521963+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:16:19.811238+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:16:19.831402+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:16:19.891711+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:16:20.797018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"890920"},"request_uri":"http://127.0.0.1:8000/_wdt/890920","method":"GET"} [] [2020-06-30T05:17:49.726826+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:17:49.872105+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:17:49.880990+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:17:49.995784+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "amount" nor one of the methods "amount()", "getamount()"/"isamount()"/"hasamount()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\vehicle\templates\service\new.html.twig line 84 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"amount\" nor one of the methods \"amount()\", \"getamount()\"/\"isamount()\"/\"hasamount()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\new.html.twig:84)"} [] [2020-06-30T05:17:50.578776+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:17:51.004824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6645e0"},"request_uri":"http://127.0.0.1:8000/_wdt/6645e0","method":"GET"} [] [2020-06-30T05:18:25.252652+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:18:25.454167+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:18:25.474711+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:18:27.367146+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:18:28.235863+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90a651"},"request_uri":"http://127.0.0.1:8000/_wdt/90a651","method":"GET"} [] [2020-06-30T05:18:30.677092+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:18:30.938763+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:18:30.959673+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:18:31.015987+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:18:32.023006+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a9882"},"request_uri":"http://127.0.0.1:8000/_wdt/3a9882","method":"GET"} [] [2020-06-30T05:19:49.823833+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:19:49.984857+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:19:49.996781+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:19:50.140435+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:19:51.081719+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f685fd"},"request_uri":"http://127.0.0.1:8000/_wdt/f685fd","method":"GET"} [] [2020-06-30T05:20:43.677261+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:20:43.857524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:20:43.873434+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:20:44.015954+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:20:44.922528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0f8e3"},"request_uri":"http://127.0.0.1:8000/_wdt/a0f8e3","method":"GET"} [] [2020-06-30T05:21:07.564388+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:21:07.785040+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:21:07.807658+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:21:07.986329+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:21:08.936710+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b93d5c"},"request_uri":"http://127.0.0.1:8000/_wdt/b93d5c","method":"GET"} [] [2020-06-30T05:21:31.954365+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:21:32.216644+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:21:32.237831+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:21:32.415536+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:21:33.514157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7df75a"},"request_uri":"http://127.0.0.1:8000/_wdt/7df75a","method":"GET"} [] [2020-06-30T05:22:29.626191+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-30T05:22:29.647211+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:22:29.957449+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["3"]] [] [2020-06-30T05:22:30.049985+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["3"]] [] [2020-06-30T05:22:30.088056+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-06-30T05:22:30.089341+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["7"]] [] [2020-06-30T05:22:34.761643+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T05:22:34.803044+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, workshop, amount, till_amount, remarks, description, note, vehicle_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":600.0,"3":"2020-06-30T00:00:00+00:00","4":"qwe","5":null,"6":null,"7":null,"8":null,"9":null,"10":3} [] [2020-06-30T05:22:34.809070+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":500.0,"4":null,"5":8,"6":3} [] [2020-06-30T05:22:34.821297+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":800.0,"4":null,"5":8,"6":6} [] [2020-06-30T05:22:34.821837+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":200.0,"4":null,"5":8,"6":7} [] [2020-06-30T05:22:34.917027+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T05:22:35.413333+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:22:35.532578+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:22:35.640425+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:22:35.686745+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:22:35.698027+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3,2]] [] [2020-06-30T05:22:35.753974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:22:35.755936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:22:35.759299+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:22:36.792883+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3d0af"},"request_uri":"http://127.0.0.1:8000/_wdt/b3d0af","method":"GET"} [] [2020-06-30T05:22:40.861942+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/service/show/8","method":"GET"} [] [2020-06-30T05:22:41.031648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:22:41.149893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:22:41.157202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:22:41.199835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:22:41.200785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:22:41.201540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:22:41.233942+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:22:41.975232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"406db4"},"request_uri":"http://127.0.0.1:8000/_wdt/406db4","method":"GET"} [] [2020-06-30T05:23:48.874107+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/service/show/8","method":"GET"} [] [2020-06-30T05:23:49.004218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:23:49.296503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:23:49.302378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:23:49.340121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:23:49.341065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:23:49.341707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:23:49.370135+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:23:50.073471+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2d6d3"},"request_uri":"http://127.0.0.1:8000/_wdt/f2d6d3","method":"GET"} [] [2020-06-30T05:24:03.950783+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"GET"} [] [2020-06-30T05:24:04.132816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:24:04.196417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:24:04.326662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:24:04.332880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:24:04.334172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:24:04.336436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:24:04.362883+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:24:04.365975+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:24:04.533034+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:24:05.349017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46eff5"},"request_uri":"http://127.0.0.1:8000/_wdt/46eff5","method":"GET"} [] [2020-06-30T05:26:48.463165+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"GET"} [] [2020-06-30T05:26:48.601828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:26:48.661134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:26:48.787812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:26:48.793283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:26:48.794763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:26:48.795768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:26:48.815852+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:26:48.819847+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:26:48.965058+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:26:49.664143+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1b240"},"request_uri":"http://127.0.0.1:8000/_wdt/f1b240","method":"GET"} [] [2020-06-30T05:29:35.396982+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:29:35.510846+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:29:35.601034+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:29:35.642981+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:29:35.655831+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3,2]] [] [2020-06-30T05:29:35.712702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:29:35.714781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:29:35.717665+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:29:36.560716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83486c"},"request_uri":"http://127.0.0.1:8000/_wdt/83486c","method":"GET"} [] [2020-06-30T05:29:38.249373+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T05:29:38.493577+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:29:38.513755+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:29:38.571202+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:29:39.261783+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f31bd6"},"request_uri":"http://127.0.0.1:8000/_wdt/f31bd6","method":"GET"} [] [2020-06-30T05:30:48.997020+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:30:49.124786+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:30:49.347096+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:30:49.412774+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:30:49.424165+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3,2]] [] [2020-06-30T05:30:49.482815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:30:49.485004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:30:49.488917+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:30:50.377060+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90063e"},"request_uri":"http://127.0.0.1:8000/_wdt/90063e","method":"GET"} [] [2020-06-30T05:30:52.819359+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"GET"} [] [2020-06-30T05:30:52.962849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:30:53.030909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:30:53.184532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:30:53.189087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:30:53.192045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:30:53.193340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:30:53.217979+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:30:53.221018+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:30:53.284863+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:30:54.123343+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"091a2f"},"request_uri":"http://127.0.0.1:8000/_wdt/091a2f","method":"GET"} [] [2020-06-30T05:31:35.099825+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"GET"} [] [2020-06-30T05:31:35.206775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:31:35.273268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:31:35.367106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:31:35.370624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:31:35.371457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:31:35.372181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:31:35.392020+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:31:35.394085+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:31:35.448859+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:31:36.219182+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"719852"},"request_uri":"http://127.0.0.1:8000/_wdt/719852","method":"GET"} [] [2020-06-30T05:31:39.246998+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:31:39.378701+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:31:39.509792+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:31:39.575896+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:31:39.588088+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3,2]] [] [2020-06-30T05:31:39.650269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:31:39.652535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:31:39.657102+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:31:40.480471+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb924b"},"request_uri":"http://127.0.0.1:8000/_wdt/eb924b","method":"GET"} [] [2020-06-30T05:31:41.433749+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"GET"} [] [2020-06-30T05:31:41.580710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:31:41.652986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:31:41.801879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:31:41.806102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:31:41.807197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:31:41.808155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:31:41.833410+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:31:41.836510+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:31:41.892452+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:31:42.651829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2bb1b"},"request_uri":"http://127.0.0.1:8000/_wdt/b2bb1b","method":"GET"} [] [2020-06-30T05:31:58.724277+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"POST"} [] [2020-06-30T05:31:58.750866+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:31:58.883277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:31:58.951908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:31:59.083810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:31:59.088457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:31:59.089631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:31:59.090575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:31:59.120243+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["3"]] [] [2020-06-30T05:31:59.123367+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-06-30T05:31:59.125718+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["7"]] [] [2020-06-30T05:31:59.232432+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T05:31:59.235252+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [16] [] [2020-06-30T05:31:59.239297+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T05:31:59.659580+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:31:59.792643+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:31:59.894609+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:31:59.954221+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:31:59.963719+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3,2]] [] [2020-06-30T05:32:00.023039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:00.024773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:32:00.028448+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:32:00.925673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad0254"},"request_uri":"http://127.0.0.1:8000/_wdt/ad0254","method":"GET"} [] [2020-06-30T05:32:02.643352+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"GET"} [] [2020-06-30T05:32:02.763431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:32:02.830524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:32:02.972564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:02.976035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:32:02.978216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:32:03.003769+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:32:03.006289+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:32:03.063267+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:32:03.823224+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"968581"},"request_uri":"http://127.0.0.1:8000/_wdt/968581","method":"GET"} [] [2020-06-30T05:32:14.188032+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"POST"} [] [2020-06-30T05:32:14.214862+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:32:14.345487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:32:14.414024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:32:14.544847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:14.548118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:32:14.548918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:32:14.578627+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["3"]] [] [2020-06-30T05:32:14.583403+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-06-30T05:32:14.585592+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["7"]] [] [2020-06-30T05:32:14.586878+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["3"]] [] [2020-06-30T05:32:14.692814+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T05:32:14.694758+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":5000.0,"4":null,"5":8,"6":3} [] [2020-06-30T05:32:14.700361+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T05:32:15.125570+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:32:15.257601+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:32:15.366228+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:32:15.424231+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:32:15.435285+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3,2]] [] [2020-06-30T05:32:15.488906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:15.491316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:32:15.495090+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:32:16.387550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0ff2b"},"request_uri":"http://127.0.0.1:8000/_wdt/a0ff2b","method":"GET"} [] [2020-06-30T05:32:18.036522+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/service/edit/8","method":"GET"} [] [2020-06-30T05:32:18.176400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:32:18.256949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:32:18.403014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:18.408451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:32:18.409674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:32:18.410636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:18.435649+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T05:32:18.438786+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T05:32:18.502570+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:32:19.290365+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b7e50"},"request_uri":"http://127.0.0.1:8000/_wdt/9b7e50","method":"GET"} [] [2020-06-30T05:32:40.963869+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T05:32:41.092491+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T05:32:41.197114+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:32:41.257617+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T05:32:41.268550+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9, s0_.vehicle_id AS vehicle_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[8,7,6,5,4,3,2]] [] [2020-06-30T05:32:41.327729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:41.329810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [2] [] [2020-06-30T05:32:41.333486+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.workshop AS workshop_4, s0_.amount AS amount_5, s0_.till_amount AS till_amount_6, s0_.remarks AS remarks_7, s0_.description AS description_8, s0_.note AS note_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T05:32:42.219386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8bdca3"},"request_uri":"http://127.0.0.1:8000/_wdt/8bdca3","method":"GET"} [] [2020-06-30T05:32:43.296863+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/service/show/8","method":"GET"} [] [2020-06-30T05:32:43.442281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.workshop AS workshop_5, t0.amount AS amount_6, t0.till_amount AS till_amount_7, t0.remarks AS remarks_8, t0.description AS description_9, t0.note AS note_10, t0.vehicle_id AS vehicle_id_11 FROM service t0 WHERE t0.id = ? ["8"] [] [2020-06-30T05:32:43.527002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:43.534242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2020-06-30T05:32:43.575627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [6] [] [2020-06-30T05:32:43.576515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [7] [] [2020-06-30T05:32:43.577081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [3] [] [2020-06-30T05:32:43.608131+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T05:32:44.342177+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c238a3"},"request_uri":"http://127.0.0.1:8000/_wdt/c238a3","method":"GET"} [] [2020-06-30T05:45:10.217285+00:00] console.ERROR: Error thrown while running command "make:migration". Message: "An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'vehicle'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'vehicle' at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:93)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'vehicle' at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'vehicle' at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)","command":"make:migration","message":"An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'vehicle'"} [] [2020-06-30T05:45:10.221119+00:00] console.DEBUG: Command "make:migration" exited with code "1" {"command":"make:migration","code":1} [] [2020-06-30T05:45:45.432120+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:45:45.509181+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:45:45.640008+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:35.143692+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:35.165535+00:00] doctrine.DEBUG: CREATE TABLE doctrine_migration_versions (version VARCHAR(191) NOT NULL, executed_at DATETIME DEFAULT NULL, execution_time INT DEFAULT NULL, PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB [] [] [2020-06-30T05:46:35.348574+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:35.349541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:35.352174+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-30T05:46:35.353761+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-30T05:46:35.355478+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-30T05:46:35.356167+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-30T05:46:35.379598+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-30T05:46:35.380907+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:35.381799+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:35.382586+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-30T05:46:35.383676+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-30T05:46:35.384279+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-30T05:46:35.384722+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-30T05:46:35.385422+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-30T05:46:35.385838+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:35.386344+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:35.387019+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-30T05:46:35.387911+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-30T05:46:35.388451+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-30T05:46:35.389106+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-30T05:46:35.389841+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-06-30T05:46:35.924788+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T05:46:37.386797+00:00] doctrine.DEBUG: CREATE TABLE item (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, unit VARCHAR(155) NOT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-30T05:46:37.431213+00:00] doctrine.DEBUG: CREATE TABLE service (id INT AUTO_INCREMENT NOT NULL, vehicle_id INT NOT NULL, workshop_id INT NOT NULL, business_unit VARCHAR(255) NOT NULL, running_hours DOUBLE PRECISION NOT NULL, work_date DATE NOT NULL, amount DOUBLE PRECISION DEFAULT NULL, till_amount DOUBLE PRECISION DEFAULT NULL, remarks VARCHAR(355) DEFAULT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, INDEX IDX_E19D9AD2545317D1 (vehicle_id), INDEX IDX_E19D9AD21FDCE57C (workshop_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-30T05:46:37.479941+00:00] doctrine.DEBUG: CREATE TABLE service_details (id INT AUTO_INCREMENT NOT NULL, service_id INT NOT NULL, item_id INT NOT NULL, unit VARCHAR(155) DEFAULT NULL, quantity DOUBLE PRECISION NOT NULL, unit_price DOUBLE PRECISION NOT NULL, note VARCHAR(355) DEFAULT NULL, INDEX IDX_BDA25916ED5CA9E6 (service_id), INDEX IDX_BDA25916126F525E (item_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-30T05:46:37.530557+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-30T05:46:37.576029+00:00] doctrine.DEBUG: CREATE TABLE vehicle (id INT AUTO_INCREMENT NOT NULL, number VARCHAR(255) NOT NULL, name VARCHAR(255) DEFAULT NULL, purchase_date DATE DEFAULT NULL, renewal_date DATE DEFAULT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-30T05:46:37.623841+00:00] doctrine.DEBUG: CREATE TABLE workshop (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, address VARCHAR(355) NOT NULL, mobile VARCHAR(30) DEFAULT NULL, email VARCHAR(100) DEFAULT NULL, contact_person VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-06-30T05:46:37.669687+00:00] doctrine.DEBUG: ALTER TABLE service ADD CONSTRAINT FK_E19D9AD2545317D1 FOREIGN KEY (vehicle_id) REFERENCES vehicle (id) [] [] [2020-06-30T05:46:37.794605+00:00] doctrine.DEBUG: ALTER TABLE service ADD CONSTRAINT FK_E19D9AD21FDCE57C FOREIGN KEY (workshop_id) REFERENCES workshop (id) [] [] [2020-06-30T05:46:37.898399+00:00] doctrine.DEBUG: ALTER TABLE service_details ADD CONSTRAINT FK_BDA25916ED5CA9E6 FOREIGN KEY (service_id) REFERENCES service (id) [] [] [2020-06-30T05:46:38.006366+00:00] doctrine.DEBUG: ALTER TABLE service_details ADD CONSTRAINT FK_BDA25916126F525E FOREIGN KEY (item_id) REFERENCES item (id) [] [] [2020-06-30T05:46:38.109175+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-06-30T05:46:38.111043+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-06-30T05:46:38.112777+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-06-30T05:46:38.113846+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-06-30T05:46:38.114702+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-06-30T05:46:38.115802+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-06-30T05:46:35+00:00",2165.0] [] [2020-06-30T05:46:38.119869+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:05:21.179757+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:05:21.471767+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:05:21.672580+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable: Expected method "searchBar" on class "App\Controller\WorkshopController". Available methods: "index", "new", "show", "edit", "delete", "setContainer", "getSubscribedServices".")." at C:\Apache24\htdocs\vehicle\templates\workshop\index.html.twig line 60 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable: Expected method \"searchBar\" on class \"App\\Controller\\WorkshopController\". Available methods: \"index\", \"new\", \"show\", \"edit\", \"delete\", \"setContainer\", \"getSubscribedServices\".\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\workshop\\index.html.twig:60)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable: Expected method \"searchBar\" on class \"App\\Controller\\WorkshopController\". Available methods: \"index\", \"new\", \"show\", \"edit\", \"delete\", \"setContainer\", \"getSubscribedServices\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\Controller\\ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Expected method \"searchBar\" on class \"App\\Controller\\WorkshopController\". Available methods: \"index\", \"new\", \"show\", \"edit\", \"delete\", \"setContainer\", \"getSubscribedServices\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\Controller\\ControllerResolver.php:134)"} [] [2020-06-30T06:05:21.928275+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:05:22.857269+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0673d3"},"request_uri":"http://127.0.0.1:8000/_wdt/0673d3","method":"GET"} [] [2020-06-30T06:06:47.568476+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:06:47.649560+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:06:47.871239+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:06:47.932063+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:06:47.942512+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:06:48.928553+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd38a4"},"request_uri":"http://127.0.0.1:8000/_wdt/cd38a4","method":"GET"} [] [2020-06-30T06:13:59.627529+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:13:59.728185+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:13:59.823383+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:13:59.857182+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:13:59.862139+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:14:00.532492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"504955"},"request_uri":"http://127.0.0.1:8000/_wdt/504955","method":"GET"} [] [2020-06-30T06:14:01.278834+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://127.0.0.1:8000/workshop/new","method":"GET"} [] [2020-06-30T06:14:01.465818+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:14:02.115763+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd22d8"},"request_uri":"http://127.0.0.1:8000/_wdt/cd22d8","method":"GET"} [] [2020-06-30T06:14:27.832380+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://127.0.0.1:8000/workshop/new","method":"POST"} [] [2020-06-30T06:14:27.847374+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:14:28.424727+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:14:28.431387+00:00] doctrine.DEBUG: INSERT INTO workshop (name, address, mobile, email, contact_person) VALUES (?, ?, ?, ?, ?) {"1":"Abc","2":"Gulshan - 2","3":"0172387362","4":null,"5":null} [] [2020-06-30T06:14:28.433485+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:14:28.720736+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:14:28.795041+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:14:28.865704+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:14:28.901036+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:14:28.910827+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:14:28.915532+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:14:29.539955+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1adf8f"},"request_uri":"http://127.0.0.1:8000/_wdt/1adf8f","method":"GET"} [] [2020-06-30T06:19:03.365745+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:19:03.414186+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:19:03.539934+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:19:03.612237+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:19:03.626187+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:19:03.635222+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:19:04.302660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90257d"},"request_uri":"http://127.0.0.1:8000/_wdt/90257d","method":"GET"} [] [2020-06-30T06:19:05.783875+00:00] request.INFO: Matched route "workshop_show". {"route":"workshop_show","route_parameters":{"_route":"workshop_show","_controller":"App\\Controller\\WorkshopController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/show/1","method":"GET"} [] [2020-06-30T06:19:05.882476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:19:06.002943+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "vehicle" does not exist." at C:\Apache24\htdocs\vehicle\templates\workshop\show.html.twig line 48 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"vehicle\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\workshop\\show.html.twig:48)"} [] [2020-06-30T06:19:06.065249+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:19:06.440444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa87bd"},"request_uri":"http://127.0.0.1:8000/_wdt/aa87bd","method":"GET"} [] [2020-06-30T06:19:49.808258+00:00] request.INFO: Matched route "workshop_show". {"route":"workshop_show","route_parameters":{"_route":"workshop_show","_controller":"App\\Controller\\WorkshopController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/show/1","method":"GET"} [] [2020-06-30T06:19:49.887985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:19:50.014625+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:19:50.713684+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28b73b"},"request_uri":"http://127.0.0.1:8000/_wdt/28b73b","method":"GET"} [] [2020-06-30T06:19:54.993069+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:19:55.075220+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:19:55.175094+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:19:55.218467+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:19:55.225882+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:19:55.230127+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:19:55.885294+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7c220"},"request_uri":"http://127.0.0.1:8000/_wdt/b7c220","method":"GET"} [] [2020-06-30T06:19:58.097339+00:00] request.INFO: Matched route "workshop_show". {"route":"workshop_show","route_parameters":{"_route":"workshop_show","_controller":"App\\Controller\\WorkshopController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/show/1","method":"GET"} [] [2020-06-30T06:19:58.187084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:19:58.239542+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:19:58.818774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48aa8d"},"request_uri":"http://127.0.0.1:8000/_wdt/48aa8d","method":"GET"} [] [2020-06-30T06:20:00.374533+00:00] request.INFO: Matched route "workshop_edit". {"route":"workshop_edit","route_parameters":{"_route":"workshop_edit","_controller":"App\\Controller\\WorkshopController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/1/edit","method":"GET"} [] [2020-06-30T06:20:00.452016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:20:00.608161+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "workshop/_form.html.twig" (looked into: C:\Apache24\htdocs\vehicle/templates, C:\Apache24\htdocs\vehicle\vendor\symfony\twig-bridge/Resources/views/Form)." at C:\Apache24\htdocs\vehicle\templates\workshop\edit.html.twig line 8 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"workshop/_form.html.twig\" (looked into: C:\\Apache24\\htdocs\\vehicle/templates, C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\twig-bridge/Resources/views/Form). at C:\\Apache24\\htdocs\\vehicle\\templates\\workshop\\edit.html.twig:8)"} [] [2020-06-30T06:20:00.708087+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:20:01.128308+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"026953"},"request_uri":"http://127.0.0.1:8000/_wdt/026953","method":"GET"} [] [2020-06-30T06:20:07.853248+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:20:07.952674+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:20:08.078285+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:20:08.127205+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:20:08.140100+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:20:08.148843+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:20:08.700775+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d3234"},"request_uri":"http://127.0.0.1:8000/_wdt/5d3234","method":"GET"} [] [2020-06-30T06:22:05.477190+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:22:05.573892+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:22:05.653864+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:22:05.690755+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:22:05.700547+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:22:05.706576+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:22:06.469666+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14897a"},"request_uri":"http://127.0.0.1:8000/_wdt/14897a","method":"GET"} [] [2020-06-30T06:22:07.669117+00:00] request.INFO: Matched route "workshop_edit". {"route":"workshop_edit","route_parameters":{"_route":"workshop_edit","_controller":"App\\Controller\\WorkshopController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/1/edit","method":"GET"} [] [2020-06-30T06:22:07.747336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:22:07.923701+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:22:08.603014+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f110ce"},"request_uri":"http://127.0.0.1:8000/_wdt/f110ce","method":"GET"} [] [2020-06-30T06:22:15.221155+00:00] request.INFO: Matched route "workshop_edit". {"route":"workshop_edit","route_parameters":{"_route":"workshop_edit","_controller":"App\\Controller\\WorkshopController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/1/edit","method":"POST"} [] [2020-06-30T06:22:15.237164+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:22:15.312474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:22:15.416245+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:22:15.416643+00:00] doctrine.DEBUG: UPDATE workshop SET mobile = ? WHERE id = ? ["017238736255",1] [] [2020-06-30T06:22:15.419633+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:22:15.649236+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:22:15.720429+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:22:15.778714+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:22:15.814039+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:22:15.820343+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:22:15.826727+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:22:16.461716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"597621"},"request_uri":"http://127.0.0.1:8000/_wdt/597621","method":"GET"} [] [2020-06-30T06:22:18.262533+00:00] request.INFO: Matched route "workshop_edit". {"route":"workshop_edit","route_parameters":{"_route":"workshop_edit","_controller":"App\\Controller\\WorkshopController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/1/edit","method":"GET"} [] [2020-06-30T06:22:18.337546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:22:18.414391+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:22:18.987445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6e317"},"request_uri":"http://127.0.0.1:8000/_wdt/e6e317","method":"GET"} [] [2020-06-30T06:22:27.328538+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:22:27.438399+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:22:27.532030+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:22:27.570174+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:22:27.577383+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:22:27.582055+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:22:28.168702+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d57c0b"},"request_uri":"http://127.0.0.1:8000/_wdt/d57c0b","method":"GET"} [] [2020-06-30T06:24:21.088391+00:00] request.INFO: Matched route "workshop_show". {"route":"workshop_show","route_parameters":{"_route":"workshop_show","_controller":"App\\Controller\\WorkshopController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/show/1","method":"GET"} [] [2020-06-30T06:24:21.155794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:24:21.229471+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:24:21.850484+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e8d6e"},"request_uri":"http://127.0.0.1:8000/_wdt/3e8d6e","method":"GET"} [] [2020-06-30T06:24:25.502534+00:00] request.INFO: Matched route "workshop_delete". {"route":"workshop_delete","route_parameters":{"_route":"workshop_delete","_controller":"App\\Controller\\WorkshopController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/workshop/delete/1","method":"GET"} [] [2020-06-30T06:24:25.596011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:24:25.637902+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:24:25.638780+00:00] doctrine.DEBUG: DELETE FROM workshop WHERE id = ? [1] [] [2020-06-30T06:24:25.642114+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:24:25.666373+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:24:25.893733+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:24:25.971499+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:24:26.045561+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:24:26.085388+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:24:26.090376+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:24:26.703512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1112a2"},"request_uri":"http://127.0.0.1:8000/_wdt/1112a2","method":"GET"} [] [2020-06-30T06:25:50.761638+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:25:50.836406+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:25:50.968032+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:25:51.018395+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:25:51.027171+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:25:51.769194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"021c49"},"request_uri":"http://127.0.0.1:8000/_wdt/021c49","method":"GET"} [] [2020-06-30T06:25:52.851805+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://127.0.0.1:8000/workshop/new","method":"GET"} [] [2020-06-30T06:25:52.950529+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:25:53.507794+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60ef5a"},"request_uri":"http://127.0.0.1:8000/_wdt/60ef5a","method":"GET"} [] [2020-06-30T06:26:14.447935+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://127.0.0.1:8000/workshop/new","method":"POST"} [] [2020-06-30T06:26:14.462434+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:26:14.620872+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:26:14.627386+00:00] doctrine.DEBUG: INSERT INTO workshop (name, address, mobile, email, contact_person) VALUES (?, ?, ?, ?, ?) {"1":"Navana","2":"Rampura","3":"01766373464","4":null,"5":null} [] [2020-06-30T06:26:14.630131+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:26:14.884841+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:26:14.953586+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:26:15.014457+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:26:15.048562+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:26:15.054592+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T06:26:15.058641+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:26:15.691850+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d57a8b"},"request_uri":"http://127.0.0.1:8000/_wdt/d57a8b","method":"GET"} [] [2020-06-30T06:26:26.904169+00:00] request.INFO: Matched route "workshop_show". {"route":"workshop_show","route_parameters":{"_route":"workshop_show","_controller":"App\\Controller\\WorkshopController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/workshop/show/2","method":"GET"} [] [2020-06-30T06:26:26.977446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["2"] [] [2020-06-30T06:26:27.013487+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:26:27.633272+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"671f61"},"request_uri":"http://127.0.0.1:8000/_wdt/671f61","method":"GET"} [] [2020-06-30T06:26:31.056496+00:00] request.INFO: Matched route "workshop_edit". {"route":"workshop_edit","route_parameters":{"_route":"workshop_edit","_controller":"App\\Controller\\WorkshopController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/workshop/2/edit","method":"GET"} [] [2020-06-30T06:26:31.144460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["2"] [] [2020-06-30T06:26:31.213859+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:26:31.820681+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6213e8"},"request_uri":"http://127.0.0.1:8000/_wdt/6213e8","method":"GET"} [] [2020-06-30T06:26:33.266222+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:26:33.336392+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:26:33.402364+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:26:33.434812+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:26:33.440163+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T06:26:33.445701+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:26:34.188390+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa4a5f"},"request_uri":"http://127.0.0.1:8000/_wdt/aa4a5f","method":"GET"} [] [2020-06-30T06:26:35.680663+00:00] request.INFO: Matched route "workshop_edit". {"route":"workshop_edit","route_parameters":{"_route":"workshop_edit","_controller":"App\\Controller\\WorkshopController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/workshop/2/edit","method":"GET"} [] [2020-06-30T06:26:35.751043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? ["2"] [] [2020-06-30T06:26:35.838263+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:26:36.426397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3889d"},"request_uri":"http://127.0.0.1:8000/_wdt/e3889d","method":"GET"} [] [2020-06-30T06:26:38.583155+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:26:38.652443+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:26:38.732854+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:26:38.772475+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:26:38.781253+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T06:26:38.785874+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:26:39.518151+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2b14a"},"request_uri":"http://127.0.0.1:8000/_wdt/c2b14a","method":"GET"} [] [2020-06-30T06:27:38.210870+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:27:38.321118+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:27:38.522277+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:27:38.561110+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:27:38.569275+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T06:27:38.573588+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:27:39.306288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c073ef"},"request_uri":"http://127.0.0.1:8000/_wdt/c073ef","method":"GET"} [] [2020-06-30T06:27:41.141339+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:27:41.219408+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:27:41.278273+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:27:41.313964+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:27:41.319370+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T06:27:41.323382+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:27:41.907594+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"245221"},"request_uri":"http://127.0.0.1:8000/_wdt/245221","method":"GET"} [] [2020-06-30T06:27:42.823762+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:27:42.890397+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:27:42.953781+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:27:42.986435+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:27:42.991560+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T06:27:42.995331+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:27:43.683009+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21c494"},"request_uri":"http://127.0.0.1:8000/_wdt/21c494","method":"GET"} [] [2020-06-30T06:27:44.029013+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:27:44.105255+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:27:44.172833+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:27:44.217794+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:27:44.226196+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:27:44.865540+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d06fa"},"request_uri":"http://127.0.0.1:8000/_wdt/5d06fa","method":"GET"} [] [2020-06-30T06:29:26.634617+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:29:26.706887+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:29:26.780807+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:29:26.814143+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:29:26.819724+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:29:27.540403+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"104e06"},"request_uri":"http://127.0.0.1:8000/_wdt/104e06","method":"GET"} [] [2020-06-30T06:29:28.512360+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T06:29:28.651902+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:29:28.656139+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:29:28.712955+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Can't get a way to read the property "number" in class "App\Entity\Workshop"." at C:\Apache24\htdocs\vehicle\vendor\symfony\property-access\PropertyAccessor.php line 443 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Can't get a way to read the property \"number\" in class \"App\\Entity\\Workshop\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\property-access\\PropertyAccessor.php:443)"} [] [2020-06-30T06:29:28.770277+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:29:29.127751+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bab08d"},"request_uri":"http://127.0.0.1:8000/_wdt/bab08d","method":"GET"} [] [2020-06-30T06:30:12.023227+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T06:30:12.206961+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:30:12.211881+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:30:12.222244+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:30:12.255582+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:30:12.923673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"101f65"},"request_uri":"http://127.0.0.1:8000/_wdt/101f65","method":"GET"} [] [2020-06-30T06:31:09.357077+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-30T06:31:09.453016+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:31:09.587847+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:09.631558+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:31:09.636638+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:31:10.365812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"829752"},"request_uri":"http://127.0.0.1:8000/_wdt/829752","method":"GET"} [] [2020-06-30T06:31:13.006621+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-30T06:31:13.130261+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:13.705818+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8bf510"},"request_uri":"http://127.0.0.1:8000/_wdt/8bf510","method":"GET"} [] [2020-06-30T06:31:27.113294+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-30T06:31:27.126877+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:27.637261+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:31:27.643536+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Break pad","2":"Pcs","3":null,"4":null} [] [2020-06-30T06:31:27.646760+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:31:27.916604+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-30T06:31:27.993660+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:31:28.065000+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:28.091681+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:31:28.100095+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:31:28.104910+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:31:28.837460+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"327bc0"},"request_uri":"http://127.0.0.1:8000/_wdt/327bc0","method":"GET"} [] [2020-06-30T06:31:31.936620+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-06-30T06:31:32.032200+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:32.618640+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d356f"},"request_uri":"http://127.0.0.1:8000/_wdt/5d356f","method":"GET"} [] [2020-06-30T06:31:37.760286+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-06-30T06:31:37.773384+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:37.922994+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:31:37.929078+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Seat belt","2":"Pcs","3":null,"4":null} [] [2020-06-30T06:31:37.932468+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:31:38.155042+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-30T06:31:38.225434+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:31:38.282563+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:38.314235+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:31:38.320872+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-06-30T06:31:38.324716+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:31:38.916716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"362a58"},"request_uri":"http://127.0.0.1:8000/_wdt/362a58","method":"GET"} [] [2020-06-30T06:31:43.116678+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-30T06:31:43.196995+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:31:43.393828+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:43.432062+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:31:43.439666+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:31:44.111357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"458fb6"},"request_uri":"http://127.0.0.1:8000/_wdt/458fb6","method":"GET"} [] [2020-06-30T06:31:44.633497+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-06-30T06:31:44.900342+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:31:45.427098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56122a"},"request_uri":"http://127.0.0.1:8000/_wdt/56122a","method":"GET"} [] [2020-06-30T06:32:01.337096+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-06-30T06:32:01.351929+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:32:01.973399+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:32:01.981363+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note) VALUES (?, ?, ?, ?, ?, ?) {"1":"1234","2":"BGF","3":"2020-06-01T00:00:00+00:00","4":"2020-06-30T00:00:00+00:00","5":null,"6":null} [] [2020-06-30T06:32:01.983350+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:32:02.259656+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-30T06:32:02.336141+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:32:02.424471+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:32:02.458481+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:32:02.466015+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:32:02.470912+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:32:03.085335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4569bc"},"request_uri":"http://127.0.0.1:8000/_wdt/4569bc","method":"GET"} [] [2020-06-30T06:32:07.647103+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:32:07.727222+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:32:07.801698+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:32:07.842912+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:32:07.852502+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:32:08.531676+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c68f1e"},"request_uri":"http://127.0.0.1:8000/_wdt/c68f1e","method":"GET"} [] [2020-06-30T06:32:09.355601+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T06:32:09.511004+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:32:09.522167+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:32:09.523194+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:32:09.554839+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:32:10.108579+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d6002"},"request_uri":"http://127.0.0.1:8000/_wdt/4d6002","method":"GET"} [] [2020-06-30T06:38:03.148429+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:38:03.248192+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:38:03.341966+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:38:03.384956+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:38:03.392787+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:38:04.057484+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e85ac4"},"request_uri":"http://127.0.0.1:8000/_wdt/e85ac4","method":"GET"} [] [2020-06-30T06:39:07.704451+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:39:07.765370+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:39:07.828061+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:39:07.856015+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:39:07.862386+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:39:08.532273+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2ff71"},"request_uri":"http://127.0.0.1:8000/_wdt/c2ff71","method":"GET"} [] [2020-06-30T06:39:10.263202+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T06:39:10.399306+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:39:10.414555+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:39:10.415935+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:39:10.540715+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:39:11.155537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b0cb2"},"request_uri":"http://127.0.0.1:8000/_wdt/9b0cb2","method":"GET"} [] [2020-06-30T06:39:51.179087+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-06-30T06:39:51.193741+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:39:51.363769+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-06-30T06:39:51.377143+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.id IN (?) [["2"]] [] [2020-06-30T06:39:51.380259+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["1"]] [] [2020-06-30T06:39:51.386233+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-30T06:39:52.182876+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:39:52.192801+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":600.0,"3":"2020-06-30T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":2} [] [2020-06-30T06:39:52.195927+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":5000.0,"4":null,"5":1,"6":1} [] [2020-06-30T06:39:52.198540+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":3500.0,"4":null,"5":1,"6":2} [] [2020-06-30T06:39:52.201828+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:39:52.492247+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:39:52.581651+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:39:52.659930+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:39:52.718218+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:39:52.725202+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:39:52.787493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:39:52.804591+00:00] php.CRITICAL: Uncaught Error: Object of class Proxies\__CG__\App\Entity\Workshop could not be converted to string {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Workshop could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\f9\\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php:220)"} [] [2020-06-30T06:39:52.870120+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class Proxies\__CG__\App\Entity\Workshop could not be converted to string" at C:\Apache24\htdocs\vehicle\var\cache\dev\twig\f9\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php line 220 {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Workshop could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\f9\\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php:220)"} [] [2020-06-30T06:39:53.375665+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81dc40"},"request_uri":"http://127.0.0.1:8000/_wdt/81dc40","method":"GET"} [] [2020-06-30T06:41:06.713555+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:41:06.826100+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:41:06.912768+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:41:06.963528+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:41:06.978113+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:41:07.093992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:41:07.096471+00:00] php.CRITICAL: Uncaught Error: Object of class Proxies\__CG__\App\Entity\Workshop could not be converted to string {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Workshop could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\f9\\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php:220)"} [] [2020-06-30T06:41:07.103508+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class Proxies\__CG__\App\Entity\Workshop could not be converted to string" at C:\Apache24\htdocs\vehicle\var\cache\dev\twig\f9\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php line 220 {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Workshop could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\f9\\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php:220)"} [] [2020-06-30T06:41:07.688453+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31dc50"},"request_uri":"http://127.0.0.1:8000/_wdt/31dc50","method":"GET"} [] [2020-06-30T06:41:30.868592+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:41:30.958942+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:41:31.059874+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:41:31.116412+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:41:31.124978+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:41:31.201757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:41:31.203696+00:00] php.CRITICAL: Uncaught Error: Object of class Proxies\__CG__\App\Entity\Workshop could not be converted to string {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Workshop could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\f9\\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php:220)"} [] [2020-06-30T06:41:31.207192+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class Proxies\__CG__\App\Entity\Workshop could not be converted to string" at C:\Apache24\htdocs\vehicle\var\cache\dev\twig\f9\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php line 220 {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Workshop could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\f9\\f9fd1b13a02366e9849e382e9d9228ce2d5fd1e91145d4e31761ca7561af3c04.php:220)"} [] [2020-06-30T06:41:31.697818+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec5a00"},"request_uri":"http://127.0.0.1:8000/_wdt/ec5a00","method":"GET"} [] [2020-06-30T06:42:29.031001+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:42:29.132785+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:42:29.212678+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:42:29.475723+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:42:29.484835+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:42:29.551707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:42:29.553062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:42:29.554989+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:42:30.340880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"945247"},"request_uri":"http://127.0.0.1:8000/_wdt/945247","method":"GET"} [] [2020-06-30T06:42:32.853173+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:42:32.974968+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:42:33.065335+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:42:33.132505+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:42:33.151141+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:42:33.248007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:42:33.250537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:42:33.253826+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:42:33.884153+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c62682"},"request_uri":"http://127.0.0.1:8000/_wdt/c62682","method":"GET"} [] [2020-06-30T06:42:35.087755+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:42:35.207576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:42:35.377299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:42:35.378979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:42:35.384911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:42:35.413780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:42:35.414496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:42:35.429012+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "totalAmount" does not exist." at C:\Apache24\htdocs\vehicle\templates\service\show.html.twig line 144 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"totalAmount\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\show.html.twig:144)"} [] [2020-06-30T06:42:35.494046+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:42:35.954350+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c69bb3"},"request_uri":"http://127.0.0.1:8000/_wdt/c69bb3","method":"GET"} [] [2020-06-30T06:48:32.286600+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:48:32.414839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:48:32.578869+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "totalAmount" tag (expecting closing tag for the "for" tag defined near line 128)." at C:\Apache24\htdocs\vehicle\templates\service\show.html.twig line 129 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"totalAmount\" tag (expecting closing tag for the \"for\" tag defined near line 128). at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\show.html.twig:129)"} [] [2020-06-30T06:48:32.654856+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:48:33.089765+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23a206"},"request_uri":"http://127.0.0.1:8000/_wdt/23a206","method":"GET"} [] [2020-06-30T06:48:50.550229+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:48:50.656361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:48:50.830263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:48:50.831970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:48:50.838933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:48:50.868802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:48:50.869505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:48:50.892181+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:48:51.576059+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15a775"},"request_uri":"http://127.0.0.1:8000/_wdt/15a775","method":"GET"} [] [2020-06-30T06:49:50.327817+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:49:50.443353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:49:50.620824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:49:50.622070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:49:50.627949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:49:50.662616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:49:50.664335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:49:50.688781+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:49:51.401997+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c9fad"},"request_uri":"http://127.0.0.1:8000/_wdt/3c9fad","method":"GET"} [] [2020-06-30T06:50:22.119889+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:50:22.237163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:50:22.395395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:50:22.396563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:50:22.405242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:50:22.442355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:50:22.445860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:50:22.476858+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:50:23.134764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"995491"},"request_uri":"http://127.0.0.1:8000/_wdt/995491","method":"GET"} [] [2020-06-30T06:51:02.117252+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:51:02.231818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:51:02.395506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:51:02.396465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:51:02.400983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:51:02.432771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:51:02.434456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:51:02.460343+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:51:03.185764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5249b3"},"request_uri":"http://127.0.0.1:8000/_wdt/5249b3","method":"GET"} [] [2020-06-30T06:51:06.578967+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5249b3"},"request_uri":"http://127.0.0.1:8000/_profiler/5249b3?panel=db","method":"GET"} [] [2020-06-30T06:51:06.918049+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=db","method":"GET"} [] [2020-06-30T06:51:17.246615+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:51:17.348140+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:51:17.445206+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:51:17.497221+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:51:17.505923+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:51:17.570687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:51:17.572944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:51:17.577263+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:51:18.316865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"375bfb"},"request_uri":"http://127.0.0.1:8000/_wdt/375bfb","method":"GET"} [] [2020-06-30T06:51:19.514979+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:51:19.643936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:51:19.762640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:51:19.763638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:51:19.772060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:51:19.813065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:51:19.815392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:51:19.850194+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:51:20.524883+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b106e"},"request_uri":"http://127.0.0.1:8000/_wdt/0b106e","method":"GET"} [] [2020-06-30T06:51:38.240906+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:51:38.374217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:51:38.564105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:51:38.564959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:51:38.572785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:51:38.602471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:51:38.604156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:51:38.625885+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:51:39.300107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f59f13"},"request_uri":"http://127.0.0.1:8000/_wdt/f59f13","method":"GET"} [] [2020-06-30T06:52:09.459522+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:52:09.585191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:52:09.769131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:52:09.769861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:52:09.774641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:52:09.806248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:52:09.806997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:52:09.837071+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:52:10.556062+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c6b6c"},"request_uri":"http://127.0.0.1:8000/_wdt/3c6b6c","method":"GET"} [] [2020-06-30T06:52:46.536818+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:52:46.652407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:52:46.817408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:52:46.818315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:52:46.824076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:52:46.851454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:52:46.852137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:52:46.874904+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:52:47.548926+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9e32a"},"request_uri":"http://127.0.0.1:8000/_wdt/c9e32a","method":"GET"} [] [2020-06-30T06:54:24.063027+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:54:24.191989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:54:24.360214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:54:24.361137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:54:24.365764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:54:24.395054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:54:24.396727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:54:24.417840+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:54:25.066911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"280afe"},"request_uri":"http://127.0.0.1:8000/_wdt/280afe","method":"GET"} [] [2020-06-30T06:54:40.796993+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:54:40.923995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:54:41.092938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:54:41.093851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:54:41.099817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:54:41.130310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:54:41.131239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:54:41.156703+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:54:41.810740+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"027fcd"},"request_uri":"http://127.0.0.1:8000/_wdt/027fcd","method":"GET"} [] [2020-06-30T06:54:52.191661+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:54:52.316990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:54:52.494981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:54:52.495907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:54:52.503412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:54:52.533981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:54:52.534563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:54:52.555187+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:54:53.261742+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c12faa"},"request_uri":"http://127.0.0.1:8000/_wdt/c12faa","method":"GET"} [] [2020-06-30T06:55:09.917464+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:55:10.022034+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:55:10.125681+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:55:10.177547+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:55:10.184954+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:55:10.247047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:10.248503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:10.250381+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:55:10.978438+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e8564"},"request_uri":"http://127.0.0.1:8000/_wdt/5e8564","method":"GET"} [] [2020-06-30T06:55:12.614606+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:55:12.732945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:55:12.823780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:55:12.923520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:12.924925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:12.928287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:12.929337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:12.946633+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:55:12.948512+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:55:12.949543+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:55:13.065630+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:55:13.738765+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"840c24"},"request_uri":"http://127.0.0.1:8000/_wdt/840c24","method":"GET"} [] [2020-06-30T06:55:27.476693+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"POST"} [] [2020-06-30T06:55:27.491970+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:55:27.581305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:55:27.652293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:55:27.747254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:27.748383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:27.750353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:27.751161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:27.771161+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-06-30T06:55:27.773975+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.id IN (?) [["2"]] [] [2020-06-30T06:55:27.775945+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["1"]] [] [2020-06-30T06:55:27.778429+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-30T06:55:27.862586+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:55:27.863348+00:00] doctrine.DEBUG: UPDATE service_details SET note = ? WHERE id = ? ["Xyz",2] [] [2020-06-30T06:55:27.864618+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:55:28.149558+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:55:28.231383+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:55:28.298920+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:55:28.341439+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:55:28.352350+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:55:28.413534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:28.415133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:28.417164+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:55:29.166273+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88961c"},"request_uri":"http://127.0.0.1:8000/_wdt/88961c","method":"GET"} [] [2020-06-30T06:55:30.864721+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:55:30.991541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:55:31.081061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:31.081996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:31.087834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:55:31.118459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:31.119143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:31.144121+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:55:31.750076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e29e34"},"request_uri":"http://127.0.0.1:8000/_wdt/e29e34","method":"GET"} [] [2020-06-30T06:55:49.001150+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:55:49.117237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:55:49.282974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:49.283847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:49.292055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:55:49.321414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:55:49.322592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:55:49.344839+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:55:50.060081+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f7bc6"},"request_uri":"http://127.0.0.1:8000/_wdt/7f7bc6","method":"GET"} [] [2020-06-30T06:56:00.231945+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:56:00.323802+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:56:00.403377+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:56:00.453241+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:56:00.460429+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:56:00.536433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:00.537663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:00.539739+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:56:01.238847+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5a5f1"},"request_uri":"http://127.0.0.1:8000/_wdt/a5a5f1","method":"GET"} [] [2020-06-30T06:56:02.285027+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:56:02.407713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:56:02.497972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:02.498930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:02.504664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:56:02.532764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:02.533525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:02.556506+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:56:03.184036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3722e"},"request_uri":"http://127.0.0.1:8000/_wdt/f3722e","method":"GET"} [] [2020-06-30T06:56:05.323076+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:56:05.419072+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:56:05.499509+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:56:05.552281+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:56:05.559380+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:56:05.620781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:05.622217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:05.624122+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:56:06.278419+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f5a03"},"request_uri":"http://127.0.0.1:8000/_wdt/3f5a03","method":"GET"} [] [2020-06-30T06:56:08.243607+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:56:08.368623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:56:08.438983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:56:08.530135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:08.531403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:08.534349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:08.535469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:08.550209+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:56:08.553020+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:56:08.554068+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:56:08.595220+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:56:09.269470+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e0359"},"request_uri":"http://127.0.0.1:8000/_wdt/9e0359","method":"GET"} [] [2020-06-30T06:56:35.459497+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:56:35.576729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:56:35.653195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:56:35.747492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:35.749380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:35.751714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:35.752553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:35.769699+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:56:35.771510+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:56:35.772405+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:56:35.893551+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:56:36.678953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9d67e"},"request_uri":"http://127.0.0.1:8000/_wdt/f9d67e","method":"GET"} [] [2020-06-30T06:56:47.245950+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:56:47.352130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:56:47.448044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:56:47.573854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:47.575578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:47.579777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:47.581272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:47.605708+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:56:47.608176+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:56:47.610014+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:56:47.796655+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:56:48.439146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fc3ea"},"request_uri":"http://127.0.0.1:8000/_wdt/1fc3ea","method":"GET"} [] [2020-06-30T06:56:52.486117+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:56:52.626769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:56:52.707100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:56:52.807175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:52.811062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:52.815988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:56:52.816969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:56:52.837246+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:56:52.838971+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:56:52.839933+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:56:52.884994+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:56:53.637626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"335853"},"request_uri":"http://127.0.0.1:8000/_wdt/335853","method":"GET"} [] [2020-06-30T06:57:00.832333+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:57:00.914882+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:57:00.976159+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:01.019748+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:57:01.027888+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:57:01.085107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:01.086507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:01.088250+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:57:01.755576+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea8a07"},"request_uri":"http://127.0.0.1:8000/_wdt/ea8a07","method":"GET"} [] [2020-06-30T06:57:02.857800+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T06:57:03.034591+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:57:03.047533+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:57:03.048493+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:57:03.093040+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:03.716620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b34d7"},"request_uri":"http://127.0.0.1:8000/_wdt/1b34d7","method":"GET"} [] [2020-06-30T06:57:14.803214+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:57:14.919827+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:57:15.005370+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:15.043093+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:57:15.049702+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:57:15.123802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:15.125343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:15.127711+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:57:15.851726+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"053e5a"},"request_uri":"http://127.0.0.1:8000/_wdt/053e5a","method":"GET"} [] [2020-06-30T06:57:17.760112+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:57:17.873785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:57:17.942656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:57:18.036215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:18.038422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:18.041759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:18.042622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:18.059540+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:57:18.061332+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:57:18.062183+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:57:18.112277+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:18.750218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3ce77"},"request_uri":"http://127.0.0.1:8000/_wdt/d3ce77","method":"GET"} [] [2020-06-30T06:57:24.430740+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"POST"} [] [2020-06-30T06:57:24.448137+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:24.538498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:57:24.609371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:57:24.693744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:24.694872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:24.696818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:24.697413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:24.714568+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-06-30T06:57:24.716659+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.id IN (?) [["2"]] [] [2020-06-30T06:57:24.717424+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["1"]] [] [2020-06-30T06:57:24.719156+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-30T06:57:25.155838+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:57:25.243391+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:57:25.318964+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:25.386738+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:57:25.397750+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:57:25.485467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:25.487923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:25.491283+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:57:26.074508+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cb72e"},"request_uri":"http://127.0.0.1:8000/_wdt/8cb72e","method":"GET"} [] [2020-06-30T06:57:28.011057+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:57:28.141679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:57:28.213332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:57:28.310833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:28.312144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:28.314874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:28.315725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:28.333786+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:57:28.336664+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:57:28.337663+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:57:28.378577+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:29.101966+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4f8b0"},"request_uri":"http://127.0.0.1:8000/_wdt/b4f8b0","method":"GET"} [] [2020-06-30T06:57:47.455204+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"POST"} [] [2020-06-30T06:57:47.472436+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:47.570469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:57:47.645777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:57:47.745913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:47.747020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:47.750895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:47.752586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:47.775910+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-06-30T06:57:47.778429+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.id IN (?) [["2"]] [] [2020-06-30T06:57:47.780184+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["1"]] [] [2020-06-30T06:57:47.782512+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-06-30T06:57:47.784295+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["1"]] [] [2020-06-30T06:57:47.870987+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-06-30T06:57:47.873465+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":"123","5":1,"6":1} [] [2020-06-30T06:57:47.877474+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-06-30T06:57:48.167910+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:57:48.275390+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:57:48.342422+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:48.385430+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:57:48.392268+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:57:48.451304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:48.452767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:48.454606+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:57:49.228500+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2dbd67"},"request_uri":"http://127.0.0.1:8000/_wdt/2dbd67","method":"GET"} [] [2020-06-30T06:57:50.495266+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:57:50.623763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:57:50.694379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:57:50.790499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:50.791661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:50.794569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:50.795392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:50.813813+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:57:50.816078+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:57:50.816918+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:57:50.856119+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:51.456225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f3e92"},"request_uri":"http://127.0.0.1:8000/_wdt/0f3e92","method":"GET"} [] [2020-06-30T06:57:58.957815+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:57:59.047010+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:57:59.141077+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:57:59.184500+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:57:59.191410+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:57:59.259084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:57:59.260473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:57:59.263597+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:57:59.905521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca6c24"},"request_uri":"http://127.0.0.1:8000/_wdt/ca6c24","method":"GET"} [] [2020-06-30T06:58:01.284693+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-06-30T06:58:01.455132+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:58:01.469611+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:58:01.470763+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:58:01.505605+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:02.108719+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e68a7"},"request_uri":"http://127.0.0.1:8000/_wdt/6e68a7","method":"GET"} [] [2020-06-30T06:58:05.995744+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:58:06.082441+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:58:06.158829+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:06.199983+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:58:06.206207+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:58:06.270667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:58:06.272132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:58:06.274121+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:58:06.958019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abaf96"},"request_uri":"http://127.0.0.1:8000/_wdt/abaf96","method":"GET"} [] [2020-06-30T06:58:07.990000+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T06:58:08.111091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:58:08.185812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:58:08.283324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:58:08.284400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:58:08.287613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:58:08.288235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:58:08.305999+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T06:58:08.307537+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T06:58:08.308191+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T06:58:08.361966+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:09.074846+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"faa34b"},"request_uri":"http://127.0.0.1:8000/_wdt/faa34b","method":"GET"} [] [2020-06-30T06:58:16.593737+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:58:16.682949+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:58:16.755010+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:16.802665+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:58:16.814655+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:58:16.897768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:58:16.899378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:58:16.901501+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:58:17.581598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4489c"},"request_uri":"http://127.0.0.1:8000/_wdt/f4489c","method":"GET"} [] [2020-06-30T06:58:18.929439+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-30T06:58:19.003992+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:58:19.072716+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:19.113230+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:58:19.119075+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-06-30T06:58:19.123746+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:58:19.797073+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a72a8"},"request_uri":"http://127.0.0.1:8000/_wdt/2a72a8","method":"GET"} [] [2020-06-30T06:58:20.678692+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-30T06:58:20.745415+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:58:20.805921+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:20.840249+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:58:20.847863+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:58:20.852355+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:58:21.514072+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58885d"},"request_uri":"http://127.0.0.1:8000/_wdt/58885d","method":"GET"} [] [2020-06-30T06:58:21.946540+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T06:58:22.016692+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:58:22.082077+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:22.116977+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:58:22.122702+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T06:58:22.128167+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:58:22.739068+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60beda"},"request_uri":"http://127.0.0.1:8000/_wdt/60beda","method":"GET"} [] [2020-06-30T06:58:25.302081+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:58:25.391781+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:58:25.468679+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:25.511627+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:58:25.516975+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:58:25.585872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:58:25.587226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:58:25.589150+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:58:26.233667+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e138ee"},"request_uri":"http://127.0.0.1:8000/_wdt/e138ee","method":"GET"} [] [2020-06-30T06:58:48.652336+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T06:58:48.777965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T06:58:48.872728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:58:48.873611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:58:48.879424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T06:58:48.909110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T06:58:48.909799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T06:58:48.934460+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:58:49.709170+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13b499"},"request_uri":"http://127.0.0.1:8000/_wdt/13b499","method":"GET"} [] [2020-06-30T06:59:20.263898+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T06:59:20.425604+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T06:59:20.559237+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T06:59:20.615473+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T06:59:20.625483+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T06:59:20.723731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T06:59:20.725853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T06:59:20.729106+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T06:59:21.509933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cad213"},"request_uri":"http://127.0.0.1:8000/_wdt/cad213","method":"GET"} [] [2020-06-30T07:01:42.875203+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T07:01:42.983278+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:01:43.072718+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:01:43.122578+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:01:43.131627+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T07:01:43.198290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T07:01:43.199674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T07:01:43.201546+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:01:43.936821+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8411d1"},"request_uri":"http://127.0.0.1:8000/_wdt/8411d1","method":"GET"} [] [2020-06-30T07:01:45.188691+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T07:01:45.261729+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:01:45.334137+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:01:45.379164+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:01:45.389584+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T07:01:45.398214+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:01:46.087318+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71bc38"},"request_uri":"http://127.0.0.1:8000/_wdt/71bc38","method":"GET"} [] [2020-06-30T07:01:47.795913+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-30T07:01:47.859033+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:01:47.933980+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:01:47.969518+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:01:47.975937+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-30T07:01:47.980178+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:01:48.587110+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67374d"},"request_uri":"http://127.0.0.1:8000/_wdt/67374d","method":"GET"} [] [2020-06-30T07:01:49.620131+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-06-30T07:01:49.686630+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:01:49.751876+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:01:49.785582+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:01:49.793199+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-06-30T07:01:49.798110+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:01:50.424595+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"176f3c"},"request_uri":"http://127.0.0.1:8000/_wdt/176f3c","method":"GET"} [] [2020-06-30T07:01:53.027519+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-06-30T07:01:53.096942+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:01:53.161893+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:01:53.197441+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:01:53.203580+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-06-30T07:01:53.209536+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:01:53.825268+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8037aa"},"request_uri":"http://127.0.0.1:8000/_wdt/8037aa","method":"GET"} [] [2020-06-30T07:01:55.134886+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-06-30T07:01:55.226608+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:01:55.291386+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:01:55.327631+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:01:55.333116+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-06-30T07:01:55.339164+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:01:55.953702+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbb309"},"request_uri":"http://127.0.0.1:8000/_wdt/bbb309","method":"GET"} [] [2020-06-30T07:01:57.723326+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T07:01:57.794138+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:01:57.860663+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:01:57.900266+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:01:57.907840+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T07:01:57.974042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T07:01:57.975487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T07:01:57.977577+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:01:58.620365+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb05ec"},"request_uri":"http://127.0.0.1:8000/_wdt/fb05ec","method":"GET"} [] [2020-06-30T07:03:56.780496+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-06-30T07:03:56.884482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T07:03:56.973573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T07:03:56.974508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T07:03:56.980331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T07:03:57.012080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T07:03:57.013010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T07:03:57.043246+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:03:57.775678+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36417a"},"request_uri":"http://127.0.0.1:8000/_wdt/36417a","method":"GET"} [] [2020-06-30T07:04:13.912865+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T07:04:14.079712+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:04:14.208382+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:04:14.256860+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:04:14.265888+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T07:04:14.326839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T07:04:14.329074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T07:04:14.333715+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:04:15.026166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"033ccd"},"request_uri":"http://127.0.0.1:8000/_wdt/033ccd","method":"GET"} [] [2020-06-30T07:04:18.370151+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-06-30T07:04:18.519545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-06-30T07:04:18.598170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-06-30T07:04:18.693376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T07:04:18.695084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T07:04:18.697354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-06-30T07:04:18.698137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-06-30T07:04:18.715678+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-06-30T07:04:18.718705+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-06-30T07:04:18.719845+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-06-30T07:04:18.764699+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:04:19.518051+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd6785"},"request_uri":"http://127.0.0.1:8000/_wdt/fd6785","method":"GET"} [] [2020-06-30T07:05:36.143373+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-06-30T07:05:36.245158+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-06-30T07:05:36.311936+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-06-30T07:05:36.363176+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-06-30T07:05:36.372524+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-06-30T07:05:36.436464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-06-30T07:05:36.437786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-06-30T07:05:36.439738+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-06-30T07:05:37.187920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"622987"},"request_uri":"http://127.0.0.1:8000/_wdt/622987","method":"GET"} [] [2020-07-02T05:47:03.489092+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:03.579869+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:03.803699+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:03.820989+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:03.826255+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:03.827792+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-02T05:47:03.850197+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-02T05:47:04.044025+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:04.045516+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:04.046689+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:04.047836+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:04.048599+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:04.049239+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-02T05:47:04.049845+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-02T05:47:04.189910+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:04.191474+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:04.192797+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:04.193542+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:04.194205+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-02T05:47:04.194999+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'item' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:04.196127+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'item' */ WHERE k.table_name = 'item' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:04.196900+00:00] doctrine.DEBUG: 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_NAME = 'item' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:04.197467+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'item' [] [] [2020-07-02T05:47:04.197906+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'service' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:04.200412+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'service' */ WHERE k.table_name = 'service' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:04.232445+00:00] doctrine.DEBUG: 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_NAME = 'service' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:04.233678+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'service' [] [] [2020-07-02T05:47:04.234298+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'service_details' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:04.236144+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'service_details' */ WHERE k.table_name = 'service_details' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:04.237164+00:00] doctrine.DEBUG: 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_NAME = 'service_details' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:04.238051+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'service_details' [] [] [2020-07-02T05:47:04.238689+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:04.240037+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:04.242565+00:00] doctrine.DEBUG: 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_NAME = 'user' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:04.243263+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] [] [2020-07-02T05:47:04.243885+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'vehicle' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:04.245513+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'vehicle' */ WHERE k.table_name = 'vehicle' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:04.246420+00:00] doctrine.DEBUG: 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_NAME = 'vehicle' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:04.247072+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'vehicle' [] [] [2020-07-02T05:47:04.247684+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'workshop' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:04.249100+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'workshop' */ WHERE k.table_name = 'workshop' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:04.250012+00:00] doctrine.DEBUG: 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_NAME = 'workshop' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:04.250741+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'workshop' [] [] [2020-07-02T05:47:46.886386+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:46.915439+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:46.917615+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:46.919124+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:46.919629+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-02T05:47:46.980135+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:46.981606+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:46.983179+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:46.984054+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:46.984644+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:46.985461+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-02T05:47:46.986286+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-02T05:47:46.987644+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:46.989174+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:46.990333+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:46.991578+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:46.992229+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:46.992765+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-02T05:47:46.993484+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-02T05:47:46.993946+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:46.995204+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:46.996414+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:46.997248+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:46.997825+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:46.998260+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-02T05:47:46.998902+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-02T05:47:47.548676+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-02T05:47:49.112457+00:00] doctrine.DEBUG: ALTER TABLE user ADD name VARCHAR(255) NOT NULL, ADD pin INT NOT NULL [] [] [2020-07-02T05:47:49.254354+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-02T05:47:49.256208+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-02T05:47:49.257639+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-02T05:47:49.258424+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-02T05:47:49.258969+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-02T05:47:49.259836+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-07-02T05:47:47+00:00",1685.0] [] [2020-07-02T05:47:49.298625+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-02T05:55:07.526872+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T05:55:07.634197+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T05:55:07.634312+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T05:55:07.634383+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T05:55:11.889978+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T05:55:12.070094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T05:55:12.299410+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T05:55:12.302964+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T05:55:14.015830+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bb210"},"request_uri":"http://127.0.0.1:8001/_wdt/4bb210","method":"GET"} [] [2020-07-02T05:58:53.589325+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T05:58:53.627064+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T05:58:53.627126+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T05:58:53.627162+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T05:58:53.795185+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T05:58:53.823710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T05:58:53.832852+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T05:58:53.835207+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T05:58:54.200492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"134fc9"},"request_uri":"http://127.0.0.1:8001/_wdt/134fc9","method":"GET"} [] [2020-07-02T05:59:03.579448+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T05:59:03.640296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T05:59:03.640438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T05:59:03.640531+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T05:59:03.840072+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T05:59:03.865183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T05:59:03.874500+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T05:59:03.876504+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T05:59:04.312013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea3c7f"},"request_uri":"http://127.0.0.1:8001/_wdt/ea3c7f","method":"GET"} [] [2020-07-02T06:00:01.222209+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:00:01.251730+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:00:01.251854+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:00:01.251893+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:00:01.319582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:00:01.337589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T06:00:01.344526+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T06:00:01.345654+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:00:01.727139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c83b2"},"request_uri":"http://127.0.0.1:8001/_wdt/7c83b2","method":"GET"} [] [2020-07-02T06:00:21.036897+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:00:21.106275+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:00:21.106423+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:00:21.106514+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:00:21.263737+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:00:21.279620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T06:00:21.285172+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T06:00:21.286855+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:00:21.701946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2be2f2"},"request_uri":"http://127.0.0.1:8001/_wdt/2be2f2","method":"GET"} [] [2020-07-02T06:00:56.128611+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:00:56.207152+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:00:56.207298+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:00:56.207393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:00:56.383895+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:00:56.413269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T06:00:56.425818+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T06:00:56.429261+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:00:56.769155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc1a2d"},"request_uri":"http://127.0.0.1:8001/_wdt/cc1a2d","method":"GET"} [] [2020-07-02T06:00:58.941623+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:00:59.011476+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:00:59.011627+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:00:59.011724+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:00:59.181686+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:00:59.198169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T06:00:59.208971+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T06:00:59.211432+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:00:59.706743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89a0f9"},"request_uri":"http://127.0.0.1:8001/_wdt/89a0f9","method":"GET"} [] [2020-07-02T06:01:04.859635+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:01:04.923351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:01:04.923498+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:01:04.923593+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:01:05.097050+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:01:05.123758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T06:01:05.137591+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T06:01:05.140156+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:01:05.611408+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f6e49"},"request_uri":"http://127.0.0.1:8001/_wdt/8f6e49","method":"GET"} [] [2020-07-02T06:01:39.568490+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:01:39.611222+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:01:39.611365+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:01:39.611458+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:01:39.763045+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:01:39.790667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T06:01:39.802967+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T06:01:39.806190+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:01:40.229790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b56319"},"request_uri":"http://127.0.0.1:8001/_wdt/b56319","method":"GET"} [] [2020-07-02T06:03:41.160223+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:03:41.196572+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:03:41.196637+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:03:41.196715+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:03:41.344558+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\RepeatedType": class does not exist." at C:\Apache24\htdocs\vehicle\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\RepeatedType\": class does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2020-07-02T06:03:41.767149+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:03:41.792302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [7] [] [2020-07-02T06:03:41.807920+00:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-07-02T06:03:41.811158+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:03:42.153313+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11a01b"},"request_uri":"http://127.0.0.1:8001/_wdt/11a01b","method":"GET"} [] [2020-07-02T06:04:08.003849+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:04:08.035885+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:04:08.035945+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:04:08.035980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:04:08.181473+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:04:08.459934+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbaf64"},"request_uri":"http://127.0.0.1:8001/_wdt/dbaf64","method":"GET"} [] [2020-07-02T06:04:27.059603+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:04:27.094318+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:04:27.094384+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:04:27.094420+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:04:27.256384+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:04:27.680176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b80d1"},"request_uri":"http://127.0.0.1:8001/_wdt/8b80d1","method":"GET"} [] [2020-07-02T06:05:18.768351+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:05:18.795575+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:05:18.795638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:05:18.795674+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:05:18.918344+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:05:19.303089+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab086a"},"request_uri":"http://127.0.0.1:8001/_wdt/ab086a","method":"GET"} [] [2020-07-02T06:05:21.595298+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:05:21.630679+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:05:21.630813+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:05:21.630855+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:05:21.723164+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:05:22.079864+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c993e"},"request_uri":"http://127.0.0.1:8001/_wdt/6c993e","method":"GET"} [] [2020-07-02T06:05:36.755278+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:05:36.788594+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:05:36.788654+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:05:36.788693+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:05:36.911467+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:05:37.376654+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc6649"},"request_uri":"http://127.0.0.1:8001/_wdt/cc6649","method":"GET"} [] [2020-07-02T06:05:55.289942+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:05:55.366349+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:05:55.366513+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:05:55.366606+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:05:55.583543+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:05:56.031135+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e17799"},"request_uri":"http://127.0.0.1:8001/_wdt/e17799","method":"GET"} [] [2020-07-02T06:07:03.585996+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:07:03.658350+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:07:03.658513+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:07:03.658607+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:07:03.812416+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:07:04.250171+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4ebc0"},"request_uri":"http://127.0.0.1:8001/_wdt/e4ebc0","method":"GET"} [] [2020-07-02T06:07:46.912487+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:07:46.946081+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:07:46.946140+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:07:46.946174+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:07:47.056570+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:07:47.457550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b2fbe"},"request_uri":"http://127.0.0.1:8001/_wdt/5b2fbe","method":"GET"} [] [2020-07-02T06:08:28.919057+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:08:28.951298+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:08:28.951363+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:08:28.951399+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:08:29.102927+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:08:29.508478+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf223c"},"request_uri":"http://127.0.0.1:8001/_wdt/bf223c","method":"GET"} [] [2020-07-02T06:09:11.195265+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:09:11.226337+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:09:11.226403+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:09:11.226442+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:09:11.380500+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:09:11.742222+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec3552"},"request_uri":"http://127.0.0.1:8001/_wdt/ec3552","method":"GET"} [] [2020-07-02T06:09:36.447915+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:09:36.478672+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:09:36.478732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:09:36.478766+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:09:36.634425+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:09:37.029643+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e35794"},"request_uri":"http://127.0.0.1:8001/_wdt/e35794","method":"GET"} [] [2020-07-02T06:10:06.125832+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:10:06.160104+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:10:06.160164+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:10:06.160198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:10:06.320439+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:10:06.665954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2a4e8"},"request_uri":"http://127.0.0.1:8001/_wdt/a2a4e8","method":"GET"} [] [2020-07-02T06:10:18.082958+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"GET"} [] [2020-07-02T06:10:18.115000+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:10:18.115060+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:10:18.115114+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:10:18.240787+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:10:18.636173+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b61486"},"request_uri":"http://127.0.0.1:8001/_wdt/b61486","method":"GET"} [] [2020-07-02T06:11:14.872034+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8001/register","method":"POST"} [] [2020-07-02T06:11:14.947710+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:11:14.947854+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:11:14.947943+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:11:14.951761+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:11:19.275528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["malaya@cross-world.com"] [] [2020-07-02T06:11:20.038309+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-02T06:11:20.070478+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"malaya@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Malay Roy","5":1342} [] [2020-07-02T06:11:20.076150+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-02T06:11:20.140670+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:13:45.836304+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:13:46.144953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44857e"},"request_uri":"http://127.0.0.1:8000/_wdt/44857e","method":"GET"} [] [2020-07-02T06:13:53.792306+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:13:53.862630+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:13:53.862782+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:13:53.862883+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:13:54.032475+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:13:54.464318+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94e4c9"},"request_uri":"http://127.0.0.1:8000/_wdt/94e4c9","method":"GET"} [] [2020-07-02T06:15:11.483227+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:15:11.558063+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:15:11.558208+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:15:11.558304+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:15:11.667496+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:15:12.052316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bb4ce"},"request_uri":"http://127.0.0.1:8000/_wdt/1bb4ce","method":"GET"} [] [2020-07-02T06:15:31.341368+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:15:31.376009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:15:31.376072+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:15:31.376110+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:15:31.434148+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:15:31.858310+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94eaf2"},"request_uri":"http://127.0.0.1:8000/_wdt/94eaf2","method":"GET"} [] [2020-07-02T06:20:27.859158+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T06:20:27.945630+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:20:27.945779+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:27.945889+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:27.970817+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:28.022874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malayaroy99@gmail.com"] [] [2020-07-02T06:20:28.065743+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:28.076364+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:28.457829+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:20:28.523191+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:20:28.523334+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:28.523435+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:28.551583+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:20:28.977918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdf7fd"},"request_uri":"http://127.0.0.1:8000/_wdt/bdf7fd","method":"GET"} [] [2020-07-02T06:20:43.354406+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T06:20:43.397297+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:20:43.397452+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:43.397569+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:43.398100+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:43.456755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T06:20:43.895695+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:43.901006+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 06:20:43 GMT\r\nLocation: http://127.0.0.1:8000/register\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/register\n \n \n Redirecting to http://127.0.0.1:8000/register.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:43.901199+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:43.901285+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:43.915612+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:20:44.246992+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T06:20:44.289414+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:20:44.289528+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:44.289567+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:20:44.471993+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:20:44.498065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:20:44.503688+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:20:44.834047+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a06756"},"request_uri":"http://127.0.0.1:8000/_wdt/a06756","method":"GET"} [] [2020-07-02T06:24:14.060332+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:24:14.102428+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:24:14.102489+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:14.102525+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:14.118225+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:24:14.159892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:24:14.163868+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:24:14.178125+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:24:14.420503+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8f624"},"request_uri":"http://127.0.0.1:8000/_wdt/c8f624","method":"GET"} [] [2020-07-02T06:24:15.773108+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:24:15.804414+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:24:15.804508+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:15.804548+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:15.817066+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:24:15.844454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:24:15.848538+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:24:15.860676+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:24:16.132252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca6c57"},"request_uri":"http://127.0.0.1:8000/_wdt/ca6c57","method":"GET"} [] [2020-07-02T06:24:19.771611+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:24:19.828894+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:24:19.829037+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:19.829136+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:19.851278+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:24:19.920179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:24:19.928438+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:24:19.959831+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:24:20.370694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a9e90"},"request_uri":"http://127.0.0.1:8000/_wdt/7a9e90","method":"GET"} [] [2020-07-02T06:24:24.395272+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T06:24:24.463996+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:24:24.530512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:24:24.540069+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:24:24.540234+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:24:24.540328+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:24.540426+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:24.541497+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:24.544511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T06:24:25.093008+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:25.099901+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 06:24:25 GMT\r\nLocation: http://127.0.0.1:8000/register\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/register\n \n \n Redirecting to http://127.0.0.1:8000/register.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:25.100261+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:25.100377+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:25.114175+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:24:25.494712+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T06:24:25.558003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:24:25.558147+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:25.558238+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:24:25.744158+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:24:25.771167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:24:25.779691+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:24:26.202569+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ba0e2"},"request_uri":"http://127.0.0.1:8000/_wdt/1ba0e2","method":"GET"} [] [2020-07-02T06:27:40.325810+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:27:40.695538+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acfb5a"},"request_uri":"http://127.0.0.1:8000/_wdt/acfb5a","method":"GET"} [] [2020-07-02T06:27:50.438732+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T06:27:50.510127+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:27:50.510274+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:27:50.510367+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:27:50.968905+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:27:51.132104+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:27:51.156888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:27:51.161641+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:27:52.090711+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:27:52.413837+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:27:52.576395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:27:52.577544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:27:52.636540+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:27:52.673556+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:27:53.466455+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2865f5"},"request_uri":"http://127.0.0.1:8000/_wdt/2865f5","method":"GET"} [] [2020-07-02T06:28:00.926912+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:28:01.000132+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:28:01.000277+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:01.000370+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:01.028525+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:28:01.108370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:28:01.119503+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:28:01.146397+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:28:01.535444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fbe7bb"},"request_uri":"http://127.0.0.1:8000/_wdt/fbe7bb","method":"GET"} [] [2020-07-02T06:28:08.499570+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T06:28:08.569497+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:28:08.637007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:28:08.640609+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:28:08.640677+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:28:08.640712+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:08.640750+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:08.641400+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:08.643316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T06:28:09.183608+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:09.190186+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 06:28:09 GMT\r\nLocation: http://127.0.0.1:8000/register\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/register\n \n \n Redirecting to http://127.0.0.1:8000/register.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:09.190375+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:09.190463+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:09.205093+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:28:09.578548+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T06:28:09.641706+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:28:09.641848+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:09.641939+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:09.811149+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:28:09.819799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:28:09.828716+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:28:10.263850+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b96a79"},"request_uri":"http://127.0.0.1:8000/_wdt/b96a79","method":"GET"} [] [2020-07-02T06:28:17.190896+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:28:17.258061+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:28:17.258220+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:17.258316+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:17.279178+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:28:17.330269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:28:17.338295+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:28:17.367180+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:28:17.717493+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"102ef9"},"request_uri":"http://127.0.0.1:8000/_wdt/102ef9","method":"GET"} [] [2020-07-02T06:28:21.430035+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T06:28:21.500449+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:28:21.566361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:28:21.574989+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:28:21.575154+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:28:21.575247+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:21.575346+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:21.576330+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:21.578779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T06:28:22.137397+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:22.147894+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:22.162422+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:28:22.438977+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T06:28:22.497629+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:28:22.497694+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:22.497801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:28:22.512859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:28:22.556621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:28:22.561481+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:28:22.578116+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:28:22.892964+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8ff83"},"request_uri":"http://127.0.0.1:8000/_wdt/a8ff83","method":"GET"} [] [2020-07-02T06:29:50.650484+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T06:29:50.691097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:29:50.691160+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:29:50.691192+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:29:50.707508+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Could not resolve argument $page of "App\Controller\ServiceController::index()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver.php line 79 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Could not resolve argument $page of \"App\\Controller\\ServiceController::index()\", maybe you forgot to register the controller as a service or missed tagging it with the \"controller.service_arguments\"? at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver.php:79)"} [] [2020-07-02T06:29:50.766987+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:29:50.810839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:29:50.815498+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:29:50.817901+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:29:51.110288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da6856"},"request_uri":"http://127.0.0.1:8000/_wdt/da6856","method":"GET"} [] [2020-07-02T06:30:57.659785+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T06:30:57.689819+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:30:57.689881+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:30:57.689916+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:30:57.704435+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Could not resolve argument $page of "App\Controller\ServiceController::index()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver.php line 79 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Could not resolve argument $page of \"App\\Controller\\ServiceController::index()\", maybe you forgot to register the controller as a service or missed tagging it with the \"controller.service_arguments\"? at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver.php:79)"} [] [2020-07-02T06:30:57.722302+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:30:57.757265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:30:57.765590+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:30:57.769599+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:30:58.020656+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa5b22"},"request_uri":"http://127.0.0.1:8000/_wdt/aa5b22","method":"GET"} [] [2020-07-02T06:31:38.745045+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T06:31:38.816932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:31:38.817104+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:31:38.817200+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:31:38.896958+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:31:38.994098+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:31:39.010668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:31:39.013790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:31:39.050087+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:31:39.056104+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:31:39.123177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:31:39.124404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:31:39.127792+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:31:39.130273+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:31:39.842685+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"177953"},"request_uri":"http://127.0.0.1:8000/_wdt/177953","method":"GET"} [] [2020-07-02T06:31:45.503718+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T06:31:45.563054+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:31:45.563156+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:31:45.563217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:31:45.605451+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:31:45.683735+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T06:31:45.712812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T06:31:45.717310+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T06:31:45.776282+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:31:45.785057+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:31:45.874244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:31:45.875952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:31:45.879044+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:31:45.881004+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T06:31:46.534059+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c69714"},"request_uri":"http://127.0.0.1:8000/_wdt/c69714","method":"GET"} [] [2020-07-02T06:32:12.106239+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:32:12.376958+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e3ea1"},"request_uri":"http://127.0.0.1:8000/_wdt/8e3ea1","method":"GET"} [] [2020-07-02T06:32:15.334194+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:32:15.696469+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e29e3"},"request_uri":"http://127.0.0.1:8000/_wdt/8e29e3","method":"GET"} [] [2020-07-02T06:32:33.174103+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:32:33.358161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1462ac"},"request_uri":"http://127.0.0.1:8000/_wdt/1462ac","method":"GET"} [] [2020-07-02T06:32:40.684737+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:32:41.039065+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"130c33"},"request_uri":"http://127.0.0.1:8000/_wdt/130c33","method":"GET"} [] [2020-07-02T06:32:43.019610+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:32:43.360454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"860858"},"request_uri":"http://127.0.0.1:8000/_wdt/860858","method":"GET"} [] [2020-07-02T06:33:36.776287+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:33:37.035659+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eaa1a"},"request_uri":"http://127.0.0.1:8000/_wdt/9eaa1a","method":"GET"} [] [2020-07-02T06:33:39.774561+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:33:40.115976+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ac4f0"},"request_uri":"http://127.0.0.1:8000/_wdt/8ac4f0","method":"GET"} [] [2020-07-02T06:34:15.748095+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:34:16.059264+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"394716"},"request_uri":"http://127.0.0.1:8000/_wdt/394716","method":"GET"} [] [2020-07-02T06:34:18.661970+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:34:18.992722+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44b90b"},"request_uri":"http://127.0.0.1:8000/_wdt/44b90b","method":"GET"} [] [2020-07-02T06:36:12.674959+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:36:12.884788+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24516f"},"request_uri":"http://127.0.0.1:8000/_wdt/24516f","method":"GET"} [] [2020-07-02T06:36:18.826748+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:36:19.157307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"186c47"},"request_uri":"http://127.0.0.1:8000/_wdt/186c47","method":"GET"} [] [2020-07-02T06:36:55.440793+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:36:56.329145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec0b17"},"request_uri":"http://127.0.0.1:8000/_wdt/ec0b17","method":"GET"} [] [2020-07-02T06:36:59.353364+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:36:59.680050+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d14d24"},"request_uri":"http://127.0.0.1:8000/_wdt/d14d24","method":"GET"} [] [2020-07-02T06:37:04.710921+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:37:05.050425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"153d59"},"request_uri":"http://127.0.0.1:8000/_wdt/153d59","method":"GET"} [] [2020-07-02T06:37:17.512220+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:37:17.923770+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8aca5"},"request_uri":"http://127.0.0.1:8000/_wdt/a8aca5","method":"GET"} [] [2020-07-02T06:37:18.910991+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:37:19.244735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2833f8"},"request_uri":"http://127.0.0.1:8000/_wdt/2833f8","method":"GET"} [] [2020-07-02T06:37:39.201656+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:37:39.547654+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab1a46"},"request_uri":"http://127.0.0.1:8000/_wdt/ab1a46","method":"GET"} [] [2020-07-02T06:37:45.466505+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T06:37:45.536546+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:37:45.536690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:37:45.536782+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:37:46.223789+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:37:46.864393+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:37:47.995254+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:37:48.007298+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:37:48.110408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:37:48.111847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:37:48.114451+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:37:49.272449+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daaa4e"},"request_uri":"http://127.0.0.1:8000/_wdt/daaa4e","method":"GET"} [] [2020-07-02T06:37:54.727478+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:37:55.094799+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50d73f"},"request_uri":"http://127.0.0.1:8000/_wdt/50d73f","method":"GET"} [] [2020-07-02T06:38:50.845549+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T06:38:50.872954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:38:50.873016+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:38:50.873051+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:38:50.909394+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:38:50.961291+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:38:50.997836+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:38:51.002983+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:38:51.064476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:38:51.066225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:38:51.068330+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:38:51.732077+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ce260"},"request_uri":"http://127.0.0.1:8000/_wdt/9ce260","method":"GET"} [] [2020-07-02T06:40:29.617811+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:40:30.016901+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98f286"},"request_uri":"http://127.0.0.1:8000/_wdt/98f286","method":"GET"} [] [2020-07-02T06:40:31.773778+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:40:31.992533+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da73b0"},"request_uri":"http://127.0.0.1:8000/_wdt/da73b0","method":"GET"} [] [2020-07-02T06:40:58.118871+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T06:40:58.202360+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:40:58.202538+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:40:58.202634+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:40:58.244894+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Could not resolve argument $page of "App\Controller\ServiceController::index()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver.php line 79 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Could not resolve argument $page of \"App\\Controller\\ServiceController::index()\", maybe you forgot to register the controller as a service or missed tagging it with the \"controller.service_arguments\"? at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver.php:79)"} [] [2020-07-02T06:40:58.388052+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:40:58.792029+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"832903"},"request_uri":"http://127.0.0.1:8000/_wdt/832903","method":"GET"} [] [2020-07-02T06:41:06.748181+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T06:41:06.814454+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:41:06.814599+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:41:06.814691+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:41:06.859420+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Could not resolve argument $page of "App\Controller\ServiceController::index()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver.php line 79 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Could not resolve argument $page of \"App\\Controller\\ServiceController::index()\", maybe you forgot to register the controller as a service or missed tagging it with the \"controller.service_arguments\"? at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver.php:79)"} [] [2020-07-02T06:41:06.911356+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:41:07.301451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"891913"},"request_uri":"http://127.0.0.1:8000/_wdt/891913","method":"GET"} [] [2020-07-02T06:44:24.386458+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T06:44:24.424541+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:44:24.424599+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:44:24.424632+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:44:24.440967+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Could not resolve argument $page of "App\Controller\ServiceController::index()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver.php line 79 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Could not resolve argument $page of \"App\\Controller\\ServiceController::index()\", maybe you forgot to register the controller as a service or missed tagging it with the \"controller.service_arguments\"? at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver.php:79)"} [] [2020-07-02T06:44:24.470951+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:44:24.748018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"880fb7"},"request_uri":"http://127.0.0.1:8000/_wdt/880fb7","method":"GET"} [] [2020-07-02T06:47:47.050975+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:47:47.327228+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9717f4"},"request_uri":"http://127.0.0.1:8000/_wdt/9717f4","method":"GET"} [] [2020-07-02T06:47:48.528646+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:47:48.738269+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1333da"},"request_uri":"http://127.0.0.1:8000/_wdt/1333da","method":"GET"} [] [2020-07-02T06:47:51.797885+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:47:52.148993+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6d479"},"request_uri":"http://127.0.0.1:8000/_wdt/b6d479","method":"GET"} [] [2020-07-02T06:49:01.923609+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T06:49:02.003687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:49:02.003920+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:49:02.004304+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:49:02.558893+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T06:49:02.593876+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T06:49:02.595620+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T06:49:02.824319+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:49:03.822737+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fa041"},"request_uri":"http://127.0.0.1:8000/_wdt/6fa041","method":"GET"} [] [2020-07-02T06:53:44.128821+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "The file "C:\Apache24\htdocs\vehicle\config/routes.yaml" does not contain valid YAML: A colon cannot be used in an unquoted mapping value at line 4 (near " page: 1") in C:\Apache24\htdocs\vehicle\config/routes.yaml (which is being imported from "C:\Apache24\htdocs\vehicle\src\Kernel.php")." at C:\Apache24\htdocs\vehicle\vendor\symfony\config\Loader\FileLoader.php line 173 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): The file \"C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml\" does not contain valid YAML: A colon cannot be used in an unquoted mapping value at line 4 (near \" page: 1\") in C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml (which is being imported from \"C:\\Apache24\\htdocs\\vehicle\\src\\Kernel.php\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\config\\Loader\\FileLoader.php:173)\n[previous exception] [object] (InvalidArgumentException(code: 0): The file \"C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml\" does not contain valid YAML: A colon cannot be used in an unquoted mapping value at line 4 (near \" page: 1\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Loader\\YamlFileLoader.php:70)\n[previous exception] [object] (Symfony\\Component\\Yaml\\Exception\\ParseException(code: 0): A colon cannot be used in an unquoted mapping value at line 4 (near \" page: 1\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\yaml\\Parser.php:791)"} [] [2020-07-02T06:53:46.933899+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "The file "C:\Apache24\htdocs\vehicle\config/routes.yaml" does not contain valid YAML: A colon cannot be used in an unquoted mapping value at line 4 (near " page: 1") in C:\Apache24\htdocs\vehicle\config/routes.yaml (which is being imported from "C:\Apache24\htdocs\vehicle\src\Kernel.php")." at C:\Apache24\htdocs\vehicle\vendor\symfony\config\Loader\FileLoader.php line 173 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): The file \"C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml\" does not contain valid YAML: A colon cannot be used in an unquoted mapping value at line 4 (near \" page: 1\") in C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml (which is being imported from \"C:\\Apache24\\htdocs\\vehicle\\src\\Kernel.php\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\config\\Loader\\FileLoader.php:173)\n[previous exception] [object] (InvalidArgumentException(code: 0): The file \"C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml\" does not contain valid YAML: A colon cannot be used in an unquoted mapping value at line 4 (near \" page: 1\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Loader\\YamlFileLoader.php:70)\n[previous exception] [object] (Symfony\\Component\\Yaml\\Exception\\ParseException(code: 0): A colon cannot be used in an unquoted mapping value at line 4 (near \" page: 1\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\yaml\\Parser.php:791)"} [] [2020-07-02T06:54:49.086053+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:54:49.757975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"333c40"},"request_uri":"http://127.0.0.1:8000/_wdt/333c40","method":"GET"} [] [2020-07-02T06:54:51.857558+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:54:52.191372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecec4f"},"request_uri":"http://127.0.0.1:8000/_wdt/ecec4f","method":"GET"} [] [2020-07-02T06:54:57.444993+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T06:54:57.512429+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:54:57.512570+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:54:57.512663+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:54:58.059362+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:54:58.586301+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:54:59.582954+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:54:59.595344+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:54:59.691119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:54:59.693368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:54:59.696961+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:55:00.989405+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8b235"},"request_uri":"http://127.0.0.1:8000/_wdt/c8b235","method":"GET"} [] [2020-07-02T06:55:06.081934+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"1","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/1","method":"GET"} [] [2020-07-02T06:55:06.160010+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:55:06.160151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:55:06.160242+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:55:06.259735+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:55:06.401693+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:55:06.455573+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:55:06.461929+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:55:06.528922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:55:06.531015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:55:06.534560+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:55:07.526044+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"110f0f"},"request_uri":"http://127.0.0.1:8000/_wdt/110f0f","method":"GET"} [] [2020-07-02T06:55:12.150856+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2020-07-02T06:55:12.218641+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:55:12.218784+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:55:12.218874+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:55:12.293844+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:55:12.341695+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:55:12.412174+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\Exception\Exception" interface is deprecated and will be removed in 3.0, exceptions should implement "Pagerfanta\Exception\PagerfantaException" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\Exception\\Exception\" interface is deprecated and will be removed in 3.0, exceptions should implement \"Pagerfanta\\Exception\\PagerfantaException\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\Exception\\Exception.php:5)"} [] [2020-07-02T06:55:12.449376+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page Not Found" at C:\Apache24\htdocs\vehicle\vendor\babdev\pagerfanta-bundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener.php line 29 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page Not Found at C:\\Apache24\\htdocs\\vehicle\\vendor\\babdev\\pagerfanta-bundle\\EventListener\\ConvertNotValidCurrentPageToNotFoundListener.php:29)\n[previous exception] [object] (Pagerfanta\\Exception\\OutOfRangeCurrentPageException(code: 0): Page \"2\" does not exist. The currentPage must be inferior to \"1\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\Pagerfanta.php:291)"} [] [2020-07-02T06:55:12.613576+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:55:13.109829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"310f09"},"request_uri":"http://127.0.0.1:8000/_wdt/310f09","method":"GET"} [] [2020-07-02T06:55:17.729468+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"1","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/1","method":"GET"} [] [2020-07-02T06:55:17.814549+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:55:17.814647+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:55:17.814708+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:55:17.898888+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:55:18.028212+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:55:18.101239+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:55:18.113597+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:55:18.217640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:55:18.220035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:55:18.223640+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:55:19.011076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9723d"},"request_uri":"http://127.0.0.1:8000/_wdt/d9723d","method":"GET"} [] [2020-07-02T06:55:23.422989+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T06:55:23.496160+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T06:55:23.496327+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:55:23.496440+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T06:55:23.581788+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T06:55:23.696820+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T06:55:23.768433+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T06:55:23.780905+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T06:55:23.881047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T06:55:23.883391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T06:55:23.886782+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T06:55:24.739577+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97fbd5"},"request_uri":"http://127.0.0.1:8000/_wdt/97fbd5","method":"GET"} [] [2020-07-02T06:55:30.774979+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:55:31.117303+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fffab"},"request_uri":"http://127.0.0.1:8000/_wdt/4fffab","method":"GET"} [] [2020-07-02T06:55:50.690097+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T06:55:51.026702+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00b300"},"request_uri":"http://127.0.0.1:8000/_wdt/00b300","method":"GET"} [] [2020-07-02T07:00:17.183303+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:00:17.268904+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:00:17.269047+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:00:17.269302+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:00:17.324837+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:00:17.455283+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:00:17.524323+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:00:17.538131+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:00:17.689725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:00:17.692224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:00:17.695722+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:00:18.705191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"948807"},"request_uri":"http://127.0.0.1:8000/_wdt/948807","method":"GET"} [] [2020-07-02T07:04:37.324491+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:04:37.615971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9529e1"},"request_uri":"http://127.0.0.1:8000/_wdt/9529e1","method":"GET"} [] [2020-07-02T07:04:39.682249+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:04:39.897186+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0407e0"},"request_uri":"http://127.0.0.1:8000/_wdt/0407e0","method":"GET"} [] [2020-07-02T07:04:42.024117+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:04:42.337083+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0176b9"},"request_uri":"http://127.0.0.1:8000/_wdt/0176b9","method":"GET"} [] [2020-07-02T07:11:55.308451+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "The file "C:\Apache24\htdocs\vehicle\config/routes.yaml" does not contain valid YAML: Unable to parse at line 7 (near " page: 1") in C:\Apache24\htdocs\vehicle\config/routes.yaml (which is being imported from "C:\Apache24\htdocs\vehicle\src\Kernel.php")." at C:\Apache24\htdocs\vehicle\vendor\symfony\config\Loader\FileLoader.php line 173 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): The file \"C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml\" does not contain valid YAML: Unable to parse at line 7 (near \" page: 1\") in C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml (which is being imported from \"C:\\Apache24\\htdocs\\vehicle\\src\\Kernel.php\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\config\\Loader\\FileLoader.php:173)\n[previous exception] [object] (InvalidArgumentException(code: 0): The file \"C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml\" does not contain valid YAML: Unable to parse at line 7 (near \" page: 1\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Loader\\YamlFileLoader.php:70)\n[previous exception] [object] (Symfony\\Component\\Yaml\\Exception\\ParseException(code: 0): Unable to parse at line 7 (near \" page: 1\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\yaml\\Parser.php:480)"} [] [2020-07-02T07:12:02.454655+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "The file "C:\Apache24\htdocs\vehicle\config/routes.yaml" does not contain valid YAML: Unable to parse at line 7 (near " page: 1") in C:\Apache24\htdocs\vehicle\config/routes.yaml (which is being imported from "C:\Apache24\htdocs\vehicle\src\Kernel.php")." at C:\Apache24\htdocs\vehicle\vendor\symfony\config\Loader\FileLoader.php line 173 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): The file \"C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml\" does not contain valid YAML: Unable to parse at line 7 (near \" page: 1\") in C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml (which is being imported from \"C:\\Apache24\\htdocs\\vehicle\\src\\Kernel.php\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\config\\Loader\\FileLoader.php:173)\n[previous exception] [object] (InvalidArgumentException(code: 0): The file \"C:\\Apache24\\htdocs\\vehicle\\config/routes.yaml\" does not contain valid YAML: Unable to parse at line 7 (near \" page: 1\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Loader\\YamlFileLoader.php:70)\n[previous exception] [object] (Symfony\\Component\\Yaml\\Exception\\ParseException(code: 0): Unable to parse at line 7 (near \" page: 1\"). at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\yaml\\Parser.php:480)"} [] [2020-07-02T07:12:24.364769+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:12:24.636837+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b472c4"},"request_uri":"http://127.0.0.1:8000/_wdt/b472c4","method":"GET"} [] [2020-07-02T07:12:25.811413+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:12:26.035238+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82b09f"},"request_uri":"http://127.0.0.1:8000/_wdt/82b09f","method":"GET"} [] [2020-07-02T07:12:26.790481+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:12:27.014349+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb7801"},"request_uri":"http://127.0.0.1:8000/_wdt/eb7801","method":"GET"} [] [2020-07-02T07:15:03.164838+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:15:03.648829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6df6f7"},"request_uri":"http://127.0.0.1:8000/_wdt/6df6f7","method":"GET"} [] [2020-07-02T07:15:04.734865+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:15:05.059652+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a6497"},"request_uri":"http://127.0.0.1:8000/_wdt/9a6497","method":"GET"} [] [2020-07-02T07:15:06.296768+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:15:06.668146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"861684"},"request_uri":"http://127.0.0.1:8000/_wdt/861684","method":"GET"} [] [2020-07-02T07:16:04.143852+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:16:04.640250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe243c"},"request_uri":"http://127.0.0.1:8000/_wdt/fe243c","method":"GET"} [] [2020-07-02T07:16:06.712678+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:16:07.028623+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd0ec6"},"request_uri":"http://127.0.0.1:8000/_wdt/fd0ec6","method":"GET"} [] [2020-07-02T07:16:14.965048+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:16:15.294811+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d08eb"},"request_uri":"http://127.0.0.1:8000/_wdt/7d08eb","method":"GET"} [] [2020-07-02T07:16:17.538249+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:16:17.824999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d873ba"},"request_uri":"http://127.0.0.1:8000/_wdt/d873ba","method":"GET"} [] [2020-07-02T07:16:57.718204+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:16:58.305213+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f94246"},"request_uri":"http://127.0.0.1:8000/_wdt/f94246","method":"GET"} [] [2020-07-02T07:17:00.751097+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:17:01.130863+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c523e9"},"request_uri":"http://127.0.0.1:8000/_wdt/c523e9","method":"GET"} [] [2020-07-02T07:18:10.115822+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:18:10.578363+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f692d6"},"request_uri":"http://127.0.0.1:8000/_wdt/f692d6","method":"GET"} [] [2020-07-02T07:18:11.739352+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:18:12.095607+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93f30c"},"request_uri":"http://127.0.0.1:8000/_wdt/93f30c","method":"GET"} [] [2020-07-02T07:18:14.748634+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:18:15.133535+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89645b"},"request_uri":"http://127.0.0.1:8000/_wdt/89645b","method":"GET"} [] [2020-07-02T07:18:30.671039+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:18:30.956115+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52d3ce"},"request_uri":"http://127.0.0.1:8000/_wdt/52d3ce","method":"GET"} [] [2020-07-02T07:18:33.897774+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:18:34.117595+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"847577"},"request_uri":"http://127.0.0.1:8000/_wdt/847577","method":"GET"} [] [2020-07-02T07:19:21.354004+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:19:21.627946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd2899"},"request_uri":"http://127.0.0.1:8000/_wdt/cd2899","method":"GET"} [] [2020-07-02T07:19:23.106680+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:19:23.302250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc99e7"},"request_uri":"http://127.0.0.1:8000/_wdt/cc99e7","method":"GET"} [] [2020-07-02T07:19:26.603832+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:19:26.950812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"365b7d"},"request_uri":"http://127.0.0.1:8000/_wdt/365b7d","method":"GET"} [] [2020-07-02T07:20:06.077487+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:20:06.352248+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4df658"},"request_uri":"http://127.0.0.1:8000/_wdt/4df658","method":"GET"} [] [2020-07-02T07:20:07.379287+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-07-02T07:20:07.607707+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48967a"},"request_uri":"http://127.0.0.1:8000/_wdt/48967a","method":"GET"} [] [2020-07-02T07:21:45.528716+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:21:46.491476+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:21:51.255925+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:21:51.878933+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:22:14.530797+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:22:14.966892+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:22:15.955404+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:22:16.325344+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:22:18.738844+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:22:19.325299+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: "The parameter "app.locales" must be defined." at C:\Apache24\htdocs\vehicle\var\cache\dev\ContainerWzTVVvK\App_KernelDevDebugContainer.php line 1533 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException(code: 0): The parameter \"app.locales\" must be defined. at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\ContainerWzTVVvK\\App_KernelDevDebugContainer.php:1533)"} [] [2020-07-02T07:26:14.895979+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:26:14.938132+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:26:14.938198+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:26:14.938232+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:26:15.791207+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:26:16.204819+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:26:16.206397+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:26:16.846677+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:26:17.348831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"668a75"},"request_uri":"http://127.0.0.1:8000/_wdt/668a75","method":"GET"} [] [2020-07-02T07:26:45.410626+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:26:45.476742+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:26:45.476857+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:26:45.476929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:26:45.686672+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:26:45.708815+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:26:45.710322+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:26:45.798100+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:26:46.497891+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e11781"},"request_uri":"http://127.0.0.1:8000/_wdt/e11781","method":"GET"} [] [2020-07-02T07:27:01.959559+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:27:02.029450+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:27:02.029594+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:27:02.029851+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:27:02.119182+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:27:02.360487+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:27:02.425320+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:27:02.437009+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:27:02.533489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:27:02.535298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:27:02.538201+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:27:03.312783+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fb21e"},"request_uri":"http://127.0.0.1:8000/_wdt/9fb21e","method":"GET"} [] [2020-07-02T07:27:12.607370+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:27:12.637835+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:27:12.637894+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:27:12.637929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:27:12.730889+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:27:12.752551+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:27:12.754265+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:27:12.796427+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:27:13.323123+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e9680"},"request_uri":"http://127.0.0.1:8000/_wdt/8e9680","method":"GET"} [] [2020-07-02T07:27:22.598273+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:27:22.636778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:27:22.636890+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:27:22.636943+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:27:22.703649+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:27:22.803987+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:27:22.864554+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:27:22.875073+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:27:22.984992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:27:22.987479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:27:22.991204+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:27:23.733145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87051d"},"request_uri":"http://127.0.0.1:8000/_wdt/87051d","method":"GET"} [] [2020-07-02T07:28:11.660880+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:28:11.696021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:28:11.696080+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:28:11.696114+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:28:11.738167+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:28:11.787720+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:28:11.823866+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:28:11.828887+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:28:11.911909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:28:11.913274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:28:11.915102+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:28:12.499542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daae4b"},"request_uri":"http://127.0.0.1:8000/_wdt/daae4b","method":"GET"} [] [2020-07-02T07:28:14.581538+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-02T07:28:14.647097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:28:14.647238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:28:14.647331+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:28:14.828514+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:28:14.848676+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:28:14.850302+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:28:14.921373+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:28:15.568994+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43cdad"},"request_uri":"http://127.0.0.1:8000/_wdt/43cdad","method":"GET"} [] [2020-07-02T07:31:19.400742+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-02T07:31:19.408418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:31:19.408482+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:19.408520+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:19.410247+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:31:19.490784+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:31:19.513191+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:31:19.985363+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:31:20.063993+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:31:20.064139+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:20.064234+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:20.171196+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:31:20.623891+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24efed"},"request_uri":"http://127.0.0.1:8000/_wdt/24efed","method":"GET"} [] [2020-07-02T07:31:24.602043+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:31:24.682481+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:31:24.682671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:24.682809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:24.712652+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:31:25.008163+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"342b69"},"request_uri":"http://127.0.0.1:8000/_wdt/342b69","method":"GET"} [] [2020-07-02T07:31:47.767792+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T07:31:47.811027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:31:47.811133+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:47.811185+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:47.812326+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:48.111633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T07:31:48.523019+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:48.527024+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 07:31:48 GMT\r\nLocation: http://127.0.0.1:8000/service/new\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/service/new\n \n \n Redirecting to http://127.0.0.1:8000/service/new.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:48.527196+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:48.527235+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:48.539260+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:31:48.859039+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-02T07:31:48.911714+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:31:48.911840+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:48.911886+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:48.914433+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:31:48.982284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:31:48.992985+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:31:49.106586+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:31:49.117716+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:31:49.118576+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:31:49.152084+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:31:49.844000+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d17ff0"},"request_uri":"http://127.0.0.1:8000/_wdt/d17ff0","method":"GET"} [] [2020-07-02T07:31:58.649205+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-02T07:31:58.718784+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:31:58.718926+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:58.719019+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:31:58.722192+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:31:58.780309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:31:58.786927+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:31:58.814458+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:31:59.102240+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:31:59.111102+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-07-02T07:31:59.121626+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:31:59.124576+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:31:59.832063+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64a02c"},"request_uri":"http://127.0.0.1:8000/_wdt/64a02c","method":"GET"} [] [2020-07-02T07:32:00.658530+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-02T07:32:00.720079+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:32:00.720250+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:00.720371+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:00.725759+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:32:00.818902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:00.827737+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:32:00.864855+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:32:01.200856+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:32:01.208805+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:32:01.217915+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:32:01.221689+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:32:02.177328+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"776d9d"},"request_uri":"http://127.0.0.1:8000/_wdt/776d9d","method":"GET"} [] [2020-07-02T07:32:02.662287+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-02T07:32:02.736526+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:32:02.736666+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:02.736757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:02.741343+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:32:02.811464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:02.819931+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:32:02.851939+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:32:03.148917+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:32:03.157403+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-02T07:32:03.166309+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:32:03.169568+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:32:03.896129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8521f0"},"request_uri":"http://127.0.0.1:8000/_wdt/8521f0","method":"GET"} [] [2020-07-02T07:32:04.631446+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:32:04.707013+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:32:04.707156+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:04.707247+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:04.712303+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:32:04.792872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:04.801186+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:32:04.835730+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:32:04.988078+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:32:04.994857+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:32:05.080545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:05.081389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:32:05.084214+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:32:05.087034+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:32:05.718004+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4612ea"},"request_uri":"http://127.0.0.1:8000/_wdt/4612ea","method":"GET"} [] [2020-07-02T07:32:12.304371+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-02T07:32:12.363460+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:32:12.363575+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:12.363647+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:12.365831+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:32:12.430186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:12.439742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:32:12.461833+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:32:12.556576+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:32:12.562860+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-07-02T07:32:12.567435+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:32:12.568972+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:32:13.149046+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a6830"},"request_uri":"http://127.0.0.1:8000/_wdt/7a6830","method":"GET"} [] [2020-07-02T07:32:14.180631+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-02T07:32:14.240660+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:32:14.240860+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:14.240942+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:14.243883+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:32:14.276255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:14.281027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:32:14.305933+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:32:14.412324+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:32:14.419522+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:32:14.428762+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:32:14.430722+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:32:14.936261+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c789d"},"request_uri":"http://127.0.0.1:8000/_wdt/1c789d","method":"GET"} [] [2020-07-02T07:32:15.699820+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-02T07:32:15.748834+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:32:15.748893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:15.748928+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:15.750040+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:32:15.805643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:15.812058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:32:15.836952+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:32:15.966229+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:32:15.973399+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-02T07:32:15.981123+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:32:15.983899+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:32:16.535522+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af7e7e"},"request_uri":"http://127.0.0.1:8000/_wdt/af7e7e","method":"GET"} [] [2020-07-02T07:32:17.736300+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:32:17.803997+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:32:17.804140+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:17.804233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:32:17.807299+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:32:17.873777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:17.882079+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:32:17.914765+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:32:18.023908+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:32:18.028954+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:32:18.094679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:32:18.095689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:32:18.099513+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:32:18.103132+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:32:18.686512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69d3e3"},"request_uri":"http://127.0.0.1:8000/_wdt/69d3e3","method":"GET"} [] [2020-07-02T07:36:33.401171+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:36:33.436791+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:36:33.436881+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:33.436915+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:33.438724+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:36:33.479530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:36:33.483926+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:36:33.503690+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:36:33.658163+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:36:33.663287+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:36:33.739949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:36:33.741364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:36:33.745309+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:36:33.748927+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:36:34.263187+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"323a64"},"request_uri":"http://127.0.0.1:8000/_wdt/323a64","method":"GET"} [] [2020-07-02T07:36:38.026165+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} [] [2020-07-02T07:36:38.095303+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:36:38.095404+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:38.095463+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:38.099615+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:36:38.170812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:36:38.181236+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:36:38.507207+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:36:38.568145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:36:38.568291+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:38.568383+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:38.573375+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:36:38.592560+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:36:38.593802+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:36:38.898716+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:36:38.963664+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:36:38.963810+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:38.963904+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:38.992954+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:36:39.252921+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2bbd2"},"request_uri":"http://127.0.0.1:8000/_wdt/c2bbd2","method":"GET"} [] [2020-07-02T07:36:46.583399+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-02T07:36:46.639310+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:36:46.639428+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:46.639525+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:46.645070+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:36:46.664207+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:36:46.664588+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:36:46.966971+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:36:47.033013+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:36:47.033154+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:47.033249+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:47.057946+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:36:47.358133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7c164"},"request_uri":"http://127.0.0.1:8000/_wdt/a7c164","method":"GET"} [] [2020-07-02T07:36:57.958152+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-02T07:36:58.020385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:36:58.020531+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:58.020780+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:58.026135+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:36:58.045398+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:36:58.046321+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:36:58.333471+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:36:58.405884+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:36:58.406028+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:58.406105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:36:58.434800+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:36:58.742939+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04f7cf"},"request_uri":"http://127.0.0.1:8000/_wdt/04f7cf","method":"GET"} [] [2020-07-02T07:37:14.237844+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:37:14.291856+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:37:14.291954+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:37:14.292013+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:37:14.295801+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:37:14.310425+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:37:14.311032+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:37:14.613917+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:37:14.659004+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:37:14.659109+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:37:14.659206+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:37:14.675453+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:37:14.951891+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e7e5c"},"request_uri":"http://127.0.0.1:8000/_wdt/6e7e5c","method":"GET"} [] [2020-07-02T07:38:52.156472+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:38:52.247466+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:38:52.247611+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:38:52.247705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:38:52.351543+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:38:52.689321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1767f3"},"request_uri":"http://127.0.0.1:8000/_wdt/1767f3","method":"GET"} [] [2020-07-02T07:38:54.335363+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:38:54.407654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:38:54.407798+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:38:54.407907+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:38:54.438202+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:38:54.713986+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6eba2"},"request_uri":"http://127.0.0.1:8000/_wdt/f6eba2","method":"GET"} [] [2020-07-02T07:39:04.477086+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7Bpath('app_register')%7D" (from "http://127.0.0.1:8000/login")" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7Bpath('app_register')%7D\" (from \"http://127.0.0.1:8000/login\") at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7Bpath('app_register')%7D/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-07-02T07:39:04.948107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"841c13"},"request_uri":"http://127.0.0.1:8000/_wdt/841c13","method":"GET"} [] [2020-07-02T07:39:31.703561+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:39:31.738512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:39:31.738628+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:39:31.738678+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:39:31.808834+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:39:32.098337+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13d2fd"},"request_uri":"http://127.0.0.1:8000/_wdt/13d2fd","method":"GET"} [] [2020-07-02T07:39:34.036390+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T07:39:34.084561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:39:34.084630+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:39:34.084665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:39:34.087218+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:39:34.097902+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:39:34.098356+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:39:34.397163+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:39:34.450361+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:39:34.450521+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:39:34.450617+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:39:34.486353+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:39:34.724223+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1cd29"},"request_uri":"http://127.0.0.1:8000/_wdt/d1cd29","method":"GET"} [] [2020-07-02T07:40:24.790245+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:40:24.804568+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:40:24.804716+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:40:24.804811+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:40:24.854980+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:40:25.240074+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:40:25.315308+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:40:25.315452+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:40:25.315549+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:40:25.352755+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:40:25.674631+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cb1b5"},"request_uri":"http://127.0.0.1:8000/_wdt/4cb1b5","method":"GET"} [] [2020-07-02T07:40:26.080552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93584c"},"request_uri":"http://127.0.0.1:8000/_wdt/93584c","method":"GET"} [] [2020-07-02T07:40:27.508955+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T07:40:27.577613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:40:27.577707+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:40:27.577765+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:40:28.579211+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:40:28.934040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35fbf7"},"request_uri":"http://127.0.0.1:8000/_wdt/35fbf7","method":"GET"} [] [2020-07-02T07:41:09.585905+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} [] [2020-07-02T07:41:09.647786+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:41:09.647926+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:41:09.648011+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:41:09.652052+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:41:13.615833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["asad@cross-world.com"] [] [2020-07-02T07:41:14.305953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3a469"},"request_uri":"http://127.0.0.1:8000/_wdt/c3a469","method":"GET"} [] [2020-07-02T07:41:24.310675+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} [] [2020-07-02T07:41:24.397536+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:41:24.397679+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:41:24.397769+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:41:24.403100+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:41:24.649103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["asad@cross-world.com"] [] [2020-07-02T07:41:25.153114+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-02T07:41:25.154209+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"asad@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Asad","5":1234} [] [2020-07-02T07:41:25.158186+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-02T07:41:25.169602+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:41:25.462717+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T07:41:25.523654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:41:25.523805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:41:25.523924+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:41:25.679318+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:41:25.704478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] [] [2020-07-02T07:41:25.710709+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"asad@cross-world.com"} [] [2020-07-02T07:41:25.952043+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05d225"},"request_uri":"http://127.0.0.1:8000/_wdt/05d225","method":"GET"} [] [2020-07-02T07:41:41.125395+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-02T07:41:41.194328+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:41:41.194474+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:41:41.194565+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:41:41.197716+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:41:41.263959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] [] [2020-07-02T07:41:41.271354+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"asad@cross-world.com"} [] [2020-07-02T07:41:41.301338+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:41:41.435364+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:41:41.442850+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-07-02T07:41:41.449421+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:41:41.451859+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:41:41.992712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f79a0d"},"request_uri":"http://127.0.0.1:8000/_wdt/f79a0d","method":"GET"} [] [2020-07-02T07:44:02.562141+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-02T07:44:02.603345+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:02.603406+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:02.603441+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:02.605272+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:44:02.645759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] [] [2020-07-02T07:44:02.655707+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"asad@cross-world.com"} [] [2020-07-02T07:44:02.684256+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:44:02.766429+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:44:02.770119+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-07-02T07:44:02.773980+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:44:02.775411+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:44:03.210335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50bfae"},"request_uri":"http://127.0.0.1:8000/_wdt/50bfae","method":"GET"} [] [2020-07-02T07:44:06.098330+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} [] [2020-07-02T07:44:06.170563+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:06.170696+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:06.170778+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:06.175114+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:44:06.236729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] [] [2020-07-02T07:44:06.243142+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"asad@cross-world.com"} [] [2020-07-02T07:44:06.539251+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:44:06.601360+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:06.601501+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:06.601590+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:06.606948+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:44:06.626994+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:44:06.628101+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:44:06.889891+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:44:06.932490+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:06.932590+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:06.932653+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:06.957866+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:44:07.217530+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9408c"},"request_uri":"http://127.0.0.1:8000/_wdt/d9408c","method":"GET"} [] [2020-07-02T07:44:27.785537+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T07:44:27.832978+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:27.833137+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:27.833265+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:27.833899+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:27.881715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T07:44:28.321225+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:28.326777+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 07:44:28 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:28.327025+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:28.327276+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:28.341650+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:44:28.661499+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:44:28.722831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:28.722961+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:28.723043+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:28.726160+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:44:28.791224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:44:28.800186+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:44:28.920330+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:44:28.931865+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:44:28.932967+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:44:28.985785+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:44:29.573124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bf3bc"},"request_uri":"http://127.0.0.1:8000/_wdt/4bf3bc","method":"GET"} [] [2020-07-02T07:44:36.260152+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} [] [2020-07-02T07:44:36.324287+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:36.324404+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:36.324465+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:36.327127+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:44:36.388508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:44:36.400822+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:44:36.660003+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:44:36.712430+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:36.712573+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:36.712666+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:36.714984+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:44:36.730449+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:44:36.731415+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:44:37.039024+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:44:37.096315+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:37.096451+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:37.096540+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:37.125023+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:44:37.416002+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ad7a3"},"request_uri":"http://127.0.0.1:8000/_wdt/5ad7a3","method":"GET"} [] [2020-07-02T07:44:40.071404+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:44:40.136402+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:40.136506+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:40.136561+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:40.140737+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:44:40.155780+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:44:40.157132+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:44:40.460126+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:44:40.528416+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:40.528563+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:40.528668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:40.559376+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:44:40.813549+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f66207"},"request_uri":"http://127.0.0.1:8000/_wdt/f66207","method":"GET"} [] [2020-07-02T07:44:48.037496+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T07:44:48.104682+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:44:48.104859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:48.104950+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:44:48.283711+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:44:48.530257+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9aafd7"},"request_uri":"http://127.0.0.1:8000/_wdt/9aafd7","method":"GET"} [] [2020-07-02T07:45:05.755149+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T07:45:05.820628+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:45:05.820697+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:05.820745+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:05.821288+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:05.866280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["asad@cross-world.com"] [] [2020-07-02T07:45:06.420717+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"asad@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:06.425410+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 07:45:06 GMT\r\nLocation: http://127.0.0.1:8000/service\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/service\n \n \n Redirecting to http://127.0.0.1:8000/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:06.425777+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:06.425875+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:06.439661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:45:06.786929+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:45:06.823895+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:45:06.823965+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:06.824004+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:06.825706+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:45:06.884443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] [] [2020-07-02T07:45:06.890937+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"asad@cross-world.com"} [] [2020-07-02T07:45:06.924267+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:45:07.019433+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:45:07.025990+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:45:07.117440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:45:07.118734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:45:07.122791+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:45:07.126098+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:45:07.790218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44ca35"},"request_uri":"http://127.0.0.1:8000/_wdt/44ca35","method":"GET"} [] [2020-07-02T07:45:28.359121+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} [] [2020-07-02T07:45:28.407159+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:45:28.407264+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:28.407305+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:28.409757+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:45:28.484248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] [] [2020-07-02T07:45:28.489876+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"asad@cross-world.com"} [] [2020-07-02T07:45:28.792976+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:45:28.853266+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:45:28.853427+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:28.853499+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:28.858123+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:45:28.872576+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:45:28.873555+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:45:29.186709+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:45:29.252409+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:45:29.252553+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:29.252648+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:29.284396+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:45:29.572706+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80c610"},"request_uri":"http://127.0.0.1:8000/_wdt/80c610","method":"GET"} [] [2020-07-02T07:45:31.684871+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T07:45:31.760600+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:45:31.760724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:31.760788+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:45:31.936107+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:45:32.250165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3da9f"},"request_uri":"http://127.0.0.1:8000/_wdt/a3da9f","method":"GET"} [] [2020-07-02T07:46:12.720387+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} [] [2020-07-02T07:46:12.791441+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:46:12.791583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:12.791673+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:12.795295+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:46:13.029746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["simul@gmail.com"] [] [2020-07-02T07:46:13.588562+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-02T07:46:13.589354+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"simul@gmail.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Simul","5":1235} [] [2020-07-02T07:46:13.590175+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-02T07:46:13.932049+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:46:13.999068+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:46:13.999214+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:13.999305+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:14.004377+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:46:14.021869+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:46:14.022622+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:46:14.323453+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:46:14.383307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:46:14.383373+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:14.383414+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:14.399812+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:46:14.675970+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5590a4"},"request_uri":"http://127.0.0.1:8000/_wdt/5590a4","method":"GET"} [] [2020-07-02T07:46:41.185116+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T07:46:41.252004+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:46:41.252148+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:41.252259+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:41.253570+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:41.320820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["simul@cross-world.com"] [] [2020-07-02T07:46:41.331281+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:41.340857+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:41.688193+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:46:41.755285+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:46:41.755424+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:41.755514+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:41.786611+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:46:42.040632+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f22289"},"request_uri":"http://127.0.0.1:8000/_wdt/f22289","method":"GET"} [] [2020-07-02T07:46:59.930319+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T07:46:59.988383+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:46:59.988524+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:59.988637+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:46:59.989813+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:00.050729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["simul@gmail.com"] [] [2020-07-02T07:47:00.612138+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"simul@gmail.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:00.616594+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 07:47:00 GMT\r\nLocation: http://127.0.0.1:8000/service\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/service\n \n \n Redirecting to http://127.0.0.1:8000/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:00.616699+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:00.616743+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:00.626255+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:00.901508+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:47:00.950749+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:00.950899+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:00.950990+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:00.954361+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:01.016811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-07-02T07:47:01.025400+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"simul@gmail.com"} [] [2020-07-02T07:47:01.062638+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:47:01.208667+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:47:01.215752+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:47:01.291767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:47:01.292272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:47:01.294024+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:47:01.295981+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:01.934943+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3953ac"},"request_uri":"http://127.0.0.1:8000/_wdt/3953ac","method":"GET"} [] [2020-07-02T07:47:12.562012+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-02T07:47:12.638340+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:12.638494+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:12.638589+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:12.643137+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:12.724522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-07-02T07:47:12.733592+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"simul@gmail.com"} [] [2020-07-02T07:47:12.765961+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:47:12.915929+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:47:12.923613+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-07-02T07:47:12.929972+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:47:12.931930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:13.492313+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fb2a8"},"request_uri":"http://127.0.0.1:8000/_wdt/9fb2a8","method":"GET"} [] [2020-07-02T07:47:14.325000+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-02T07:47:14.394367+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:14.394672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:14.394779+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:14.398137+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:14.464527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-07-02T07:47:14.473103+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"simul@gmail.com"} [] [2020-07-02T07:47:14.504344+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:47:14.636238+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:47:14.643574+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:47:14.651493+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:47:14.654324+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:15.328380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a39485"},"request_uri":"http://127.0.0.1:8000/_wdt/a39485","method":"GET"} [] [2020-07-02T07:47:16.313439+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-02T07:47:16.381831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:16.381910+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:16.381950+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:16.384230+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:16.451010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-07-02T07:47:16.457776+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"simul@gmail.com"} [] [2020-07-02T07:47:16.484765+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:47:16.606376+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:47:16.610737+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-02T07:47:16.617213+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:47:16.619647+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:17.096868+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99319e"},"request_uri":"http://127.0.0.1:8000/_wdt/99319e","method":"GET"} [] [2020-07-02T07:47:17.694700+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-02T07:47:17.743207+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:17.743321+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:17.743404+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:17.745264+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:17.783621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-07-02T07:47:17.792109+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"simul@gmail.com"} [] [2020-07-02T07:47:17.817767+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-02T07:47:17.911972+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-02T07:47:17.915696+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-02T07:47:17.974039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-02T07:47:17.974881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-02T07:47:17.977231+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-02T07:47:17.979556+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:18.550275+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"953f70"},"request_uri":"http://127.0.0.1:8000/_wdt/953f70","method":"GET"} [] [2020-07-02T07:47:21.148023+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:47:21.219977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:21.220122+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:21.220214+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:21.224898+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:21.302048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-07-02T07:47:21.310938+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"simul@gmail.com"} [] [2020-07-02T07:47:21.454537+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:47:21.472960+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:47:21.474704+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:47:21.528878+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:22.045310+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4a8a2"},"request_uri":"http://127.0.0.1:8000/_wdt/a4a8a2","method":"GET"} [] [2020-07-02T07:47:28.420726+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} [] [2020-07-02T07:47:28.488199+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:28.488353+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:28.488461+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:28.493645+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:28.547858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-07-02T07:47:28.552129+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"simul@gmail.com"} [] [2020-07-02T07:47:28.881492+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:47:28.943015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:28.943152+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:28.943246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:28.947510+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:47:28.966908+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:47:28.968255+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:47:29.305789+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:47:29.370066+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:29.370209+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:29.370304+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:29.404053+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:47:29.672188+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"401c32"},"request_uri":"http://127.0.0.1:8000/_wdt/401c32","method":"GET"} [] [2020-07-02T07:47:34.028132+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:47:34.095564+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:34.095678+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:34.095748+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:34.100534+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:47:34.118862+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:47:34.119781+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:47:34.463360+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:47:34.530899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:34.531061+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:34.531171+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:34.560474+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:47:34.820098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"524946"},"request_uri":"http://127.0.0.1:8000/_wdt/524946","method":"GET"} [] [2020-07-02T07:47:38.758422+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T07:47:38.835697+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:38.835995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:38.836115+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:38.837700+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:38.903486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T07:47:39.468039+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:39.471382+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 07:47:39 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:39.471501+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:39.471558+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:39.478131+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:39.827041+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:47:39.894978+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:39.895121+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:39.895212+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:39.898581+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:39.962194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:47:39.971532+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:47:40.092075+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:47:40.105928+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:47:40.107531+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:47:40.157736+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:40.653567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ef0df"},"request_uri":"http://127.0.0.1:8000/_wdt/2ef0df","method":"GET"} [] [2020-07-02T07:47:50.136364+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} [] [2020-07-02T07:47:50.194675+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:50.194788+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:50.194859+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:50.197792+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:50.257627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:47:50.267092+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:47:50.559308+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:47:50.608417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:50.608483+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:50.608521+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:50.610566+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:47:50.626018+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:47:50.626940+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:47:50.943278+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:47:51.009187+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:51.009334+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:51.009431+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:51.038954+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:47:51.307650+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c66a0b"},"request_uri":"http://127.0.0.1:8000/_wdt/c66a0b","method":"GET"} [] [2020-07-02T07:47:57.992109+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T07:47:58.051175+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:58.051561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:58.051728+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:58.053553+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:58.113243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T07:47:58.571284+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:58.576747+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 07:47:58 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:58.576927+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:58.577010+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:58.590173+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:58.934774+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:47:58.999186+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:47:58.999330+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:58.999420+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:47:59.002942+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:47:59.067016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:47:59.076101+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:47:59.194239+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:47:59.206852+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:47:59.207566+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:47:59.248854+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:47:59.724463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e0a8f"},"request_uri":"http://127.0.0.1:8000/_wdt/8e0a8f","method":"GET"} [] [2020-07-02T07:48:04.928820+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} [] [2020-07-02T07:48:05.005953+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:05.006070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:05.006146+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:05.009182+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:48:05.057929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:48:05.066076+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:48:05.370068+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:48:05.409353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:05.409542+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:05.409641+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:05.414324+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:48:05.433444+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:48:05.434397+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:48:05.750390+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:48:05.818761+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:05.818908+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:05.819002+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:05.849049+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:48:06.110490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cc9ff"},"request_uri":"http://127.0.0.1:8000/_wdt/4cc9ff","method":"GET"} [] [2020-07-02T07:48:12.539251+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-02T07:48:12.586571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:12.586673+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:12.586733+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:12.587591+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:12.633653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-02T07:48:13.064291+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:13.068721+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 02 Jul 2020 07:48:13 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:13.068985+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:13.069120+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:13.080342+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:48:13.341883+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:48:13.412809+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:13.412953+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:13.413041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:13.416421+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:48:13.458325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:48:13.463608+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:48:13.534341+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-02T07:48:13.540680+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-02T07:48:13.541384+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-02T07:48:13.569269+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-02T07:48:14.050692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e1047"},"request_uri":"http://127.0.0.1:8000/_wdt/9e1047","method":"GET"} [] [2020-07-02T07:48:23.265883+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} [] [2020-07-02T07:48:23.335133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:23.335280+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:23.335387+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:23.338798+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-02T07:48:23.405086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-02T07:48:23.414352+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-02T07:48:23.682870+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-02T07:48:23.746354+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:23.746527+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:23.746659+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:23.750483+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:48:23.768082+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:48:23.768881+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:48:24.055150+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:48:24.092552+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:24.092692+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:24.092787+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:24.112150+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:48:24.371443+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f14215"},"request_uri":"http://127.0.0.1:8000/_wdt/f14215","method":"GET"} [] [2020-07-02T07:48:28.533504+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-02T07:48:28.580049+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:28.580197+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:28.580291+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:28.753464+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:48:29.025677+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5a52a"},"request_uri":"http://127.0.0.1:8000/_wdt/e5a52a","method":"GET"} [] [2020-07-02T07:48:44.924362+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-02T07:48:44.985915+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:44.986064+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:44.986289+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:44.989488+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:48:45.000810+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-02T07:48:45.001503+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-02T07:48:45.335992+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-02T07:48:45.398210+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-02T07:48:45.398354+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:45.398448+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-02T07:48:45.427463+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-02T07:48:45.674012+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd8099"},"request_uri":"http://127.0.0.1:8000/_wdt/dd8099","method":"GET"} [] [2020-07-06T06:23:43.660919+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-07-06T06:23:44.501187+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a03ff"},"request_uri":"http://127.0.0.1:8000/_wdt/3a03ff","method":"GET"} [] [2020-07-06T06:23:53.714029+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-06T06:23:53.786711+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:23:53.786854+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:23:53.786961+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:23:53.793730+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-06T06:23:53.814337+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-06T06:23:53.815637+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-06T06:23:54.174951+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-06T06:23:54.242098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:23:54.242266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:23:54.242368+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:23:54.282028+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-06T06:23:55.772869+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45b061"},"request_uri":"http://127.0.0.1:8000/_wdt/45b061","method":"GET"} [] [2020-07-06T06:24:05.758081+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-06T06:24:05.828429+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:24:05.828633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:05.828824+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:05.830699+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:05.951731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-06T06:24:06.586815+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:06.597515+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:06.962885+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-06T06:24:07.030664+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:24:07.030809+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:07.030906+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:07.065094+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-06T06:24:07.630367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f5f85"},"request_uri":"http://127.0.0.1:8000/_wdt/2f5f85","method":"GET"} [] [2020-07-06T06:24:17.426775+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-06T06:24:17.494439+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:24:17.494588+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:17.494698+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:17.495937+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:17.555893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-06T06:24:18.131913+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:18.138860+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 06 Jul 2020 06:24:18 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:18.139022+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:18.139089+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:18.150843+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:24:18.533852+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-06T06:24:18.600814+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:24:18.600981+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:18.601127+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:18.604403+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:24:18.661364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:24:18.673801+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:24:18.805946+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-06T06:24:18.819693+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-06T06:24:18.821410+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-06T06:24:18.872720+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:24:20.144312+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"731edd"},"request_uri":"http://127.0.0.1:8000/_wdt/731edd","method":"GET"} [] [2020-07-06T06:24:21.420848+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-06T06:24:21.488112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:24:21.488284+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:21.488434+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:21.491050+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:24:21.557497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:24:21.564145+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:24:21.594522+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-06T06:24:21.725253+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-06T06:24:21.741666+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-07-06T06:24:21.751041+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-06T06:24:21.756244+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:24:22.846609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5abb6"},"request_uri":"http://127.0.0.1:8000/_wdt/d5abb6","method":"GET"} [] [2020-07-06T06:24:29.408215+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-07-06T06:24:29.474966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:24:29.475109+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:29.475197+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:29.478089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:24:29.545366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:24:29.554070+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:24:29.660755+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:24:30.706496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85ba0c"},"request_uri":"http://127.0.0.1:8000/_wdt/85ba0c","method":"GET"} [] [2020-07-06T06:24:35.737737+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:24:35.821270+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:24:35.889314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:24:35.898076+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:24:35.898252+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:24:35.898354+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:35.898435+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:36.149529+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:24:37.332209+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"edb36c"},"request_uri":"http://127.0.0.1:8000/_wdt/edb36c","method":"GET"} [] [2020-07-06T06:24:54.777576+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:24:54.848573+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:24:54.899335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:24:54.906800+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:24:54.906943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:24:54.907010+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:54.907066+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:24:55.095751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:24:56.115821+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d79a79"},"request_uri":"http://127.0.0.1:8000/_wdt/d79a79","method":"GET"} [] [2020-07-06T06:25:00.545303+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:25:00.617975+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:25:00.670454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:25:00.679869+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:25:00.680088+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:25:00.680187+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:25:00.680268+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:25:00.848746+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:25:01.826175+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9f759"},"request_uri":"http://127.0.0.1:8000/_wdt/e9f759","method":"GET"} [] [2020-07-06T06:25:10.487192+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:25:10.555484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:25:10.620219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:25:10.628439+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:25:10.628598+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:25:10.628686+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:25:10.628760+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:25:10.804978+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:25:11.949778+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6efc0"},"request_uri":"http://127.0.0.1:8000/_wdt/d6efc0","method":"GET"} [] [2020-07-06T06:25:21.134017+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:25:21.199223+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:25:21.264793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:25:21.273617+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:25:21.273821+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:25:21.273924+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:25:21.274004+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:25:21.454187+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:25:22.612492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b76ab0"},"request_uri":"http://127.0.0.1:8000/_wdt/b76ab0","method":"GET"} [] [2020-07-06T06:25:55.248171+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:25:55.338502+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:25:55.405052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:25:55.412608+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:25:55.412923+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:25:55.413026+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:25:55.413139+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:25:55.604819+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:25:56.771361+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5376b"},"request_uri":"http://127.0.0.1:8000/_wdt/f5376b","method":"GET"} [] [2020-07-06T06:29:00.746719+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:00.832123+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:00.857821+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.869934+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.871483+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.872505+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-06T06:29:00.874520+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-06T06:29:00.939825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:00.941583+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:00.942958+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.944176+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.945073+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.945665+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-06T06:29:00.946444+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-06T06:29:00.950002+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:00.951523+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.952575+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.953174+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.953660+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-06T06:29:00.954210+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'item' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.955275+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'item' */ WHERE k.table_name = 'item' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.955857+00:00] doctrine.DEBUG: 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_NAME = 'item' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.956368+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'item' [] [] [2020-07-06T06:29:00.956790+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'service' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.958696+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'service' */ WHERE k.table_name = 'service' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.960371+00:00] doctrine.DEBUG: 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_NAME = 'service' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.961110+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'service' [] [] [2020-07-06T06:29:00.961523+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'service_details' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.962564+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'service_details' */ WHERE k.table_name = 'service_details' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.963267+00:00] doctrine.DEBUG: 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_NAME = 'service_details' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.964480+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'service_details' [] [] [2020-07-06T06:29:00.965173+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.966332+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.966873+00:00] doctrine.DEBUG: 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_NAME = 'user' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.967295+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] [] [2020-07-06T06:29:00.967762+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'vehicle' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.969121+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'vehicle' */ WHERE k.table_name = 'vehicle' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.969641+00:00] doctrine.DEBUG: 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_NAME = 'vehicle' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.970113+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'vehicle' [] [] [2020-07-06T06:29:00.970478+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'workshop' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:00.971375+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'workshop' */ WHERE k.table_name = 'workshop' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:00.972045+00:00] doctrine.DEBUG: 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_NAME = 'workshop' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:00.972477+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'workshop' [] [] [2020-07-06T06:29:27.049514+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:27.076755+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:27.080476+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:27.084553+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:27.085246+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-06T06:29:27.092234+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:27.093424+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:27.094693+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:27.096911+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:27.097829+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:27.098339+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-06T06:29:27.098906+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-06T06:29:27.100238+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:27.101367+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:27.102434+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:27.103299+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:27.103942+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:27.104378+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-06T06:29:27.104913+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-06T06:29:27.105376+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:27.106541+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:27.107636+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:27.108477+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:27.109048+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:27.109524+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-06T06:29:27.110069+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-06T06:29:27.120980+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-06T06:29:27.180809+00:00] doctrine.DEBUG: CREATE UNIQUE INDEX UNIQ_1F1B251E5E237E06 ON item (name) [] [] [2020-07-06T06:29:27.241767+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-06T06:29:27.243491+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-06T06:29:27.244997+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-06T06:29:27.245809+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-06T06:29:27.246472+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-06T06:29:27.247243+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-07-06T06:29:27+00:00",120.0] [] [2020-07-06T06:29:27.251225+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-06T06:29:41.625188+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-06T06:29:41.716120+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:29:41.716277+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:29:41.716372+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:29:41.721068+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:29:41.792481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:29:41.802033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:29:41.835000+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-06T06:29:41.993554+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-06T06:29:42.003922+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-07-06T06:29:42.012281+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-06T06:29:42.015666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:29:43.156779+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05d967"},"request_uri":"http://127.0.0.1:8000/_wdt/05d967","method":"GET"} [] [2020-07-06T06:29:43.893123+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-06T06:29:43.970395+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:29:43.970540+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:29:43.970631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:29:43.973606+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:29:44.049784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:29:44.058604+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:29:44.088265+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-06T06:29:44.220771+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-06T06:29:44.232308+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[2,1]] [] [2020-07-06T06:29:44.240108+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-06T06:29:44.244043+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:29:45.359318+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb00c3"},"request_uri":"http://127.0.0.1:8000/_wdt/eb00c3","method":"GET"} [] [2020-07-06T06:29:51.006148+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-07-06T06:29:51.053074+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:29:51.053254+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:29:51.053342+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:29:51.056029+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:29:51.101359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:29:51.106932+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:29:51.179197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:29:51.800642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60f91c"},"request_uri":"http://127.0.0.1:8000/_wdt/60f91c","method":"GET"} [] [2020-07-06T06:29:59.131622+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:29:59.201398+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:29:59.252759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:29:59.259709+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:29:59.259801+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:29:59.259845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:29:59.259882+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:29:59.423792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.name = ? ["Seat belt"] [] [2020-07-06T06:29:59.482446+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:30:00.165662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7eb1b9"},"request_uri":"http://127.0.0.1:8000/_wdt/7eb1b9","method":"GET"} [] [2020-07-06T06:30:05.594558+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:30:05.672678+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:30:05.729022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:30:05.736507+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:30:05.736706+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:30:05.736968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:30:05.737074+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:30:05.869842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.name = ? ["Seat belt1"] [] [2020-07-06T06:30:05.881582+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-06T06:30:05.883353+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Seat belt1","2":"Feet","3":null,"4":null} [] [2020-07-06T06:30:05.884364+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-06T06:30:05.909489+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:30:06.299994+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-06T06:30:06.374148+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:30:06.374310+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:30:06.374410+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:30:06.377667+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:30:06.439767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:30:06.448714+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:30:06.482582+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-06T06:30:06.612520+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-06T06:30:06.621657+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-06T06:30:06.630272+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-06T06:30:06.633330+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:30:07.345155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc97ee"},"request_uri":"http://127.0.0.1:8000/_wdt/bc97ee","method":"GET"} [] [2020-07-06T06:30:16.542438+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-07-06T06:30:16.635400+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:30:16.635703+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:30:16.635876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:30:16.640657+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:30:16.730051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:30:16.735599+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:30:16.838326+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:30:17.457710+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"904e91"},"request_uri":"http://127.0.0.1:8000/_wdt/904e91","method":"GET"} [] [2020-07-06T06:30:26.403051+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:30:26.472644+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:30:26.539834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:30:26.548158+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:30:26.548349+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:30:26.548444+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:30:26.548523+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:30:26.677380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.name = ? ["break pad"] [] [2020-07-06T06:30:26.733825+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:30:27.503649+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdc4e5"},"request_uri":"http://127.0.0.1:8000/_wdt/bdc4e5","method":"GET"} [] [2020-07-06T06:31:01.602432+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:31:01.674713+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:31:01.741178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:31:01.749691+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:31:01.749860+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:31:01.749955+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:31:01.750034+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:31:01.875950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.name = ? ["break pad"] [] [2020-07-06T06:31:01.932275+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:31:02.577006+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16c9b9"},"request_uri":"http://127.0.0.1:8000/_wdt/16c9b9","method":"GET"} [] [2020-07-06T06:31:20.764673+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-06T06:31:20.835402+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:31:20.901939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:31:20.911329+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:31:20.911495+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:31:20.911589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:31:20.911668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:31:21.037245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.name = ? ["Breake pad"] [] [2020-07-06T06:31:21.045968+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-06T06:31:21.047097+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note) VALUES (?, ?, ?, ?) {"1":"Breake pad","2":"Pcs","3":null,"4":null} [] [2020-07-06T06:31:21.047930+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-06T06:31:21.067154+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:31:21.413251+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-06T06:31:21.486575+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-06T06:31:21.486731+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:31:21.486826+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-06T06:31:21.490106+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-06T06:31:21.552239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-06T06:31:21.564481+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-06T06:31:21.594939+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-06T06:31:21.732463+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-06T06:31:21.741512+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-06T06:31:21.749728+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-06T06:31:21.752554+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-06T06:31:22.438543+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"129a8b"},"request_uri":"http://127.0.0.1:8000/_wdt/129a8b","method":"GET"} [] [2020-07-12T06:01:03.173869+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-07-12T06:01:06.808375+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"792da4"},"request_uri":"http://127.0.0.1:8000/_wdt/792da4","method":"GET"} [] [2020-07-12T06:01:10.736636+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-12T06:01:11.275086+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:01:11.275281+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:11.275416+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:11.444235+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-12T06:01:11.558346+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-12T06:01:11.617008+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-12T06:01:11.993908+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-12T06:01:12.047132+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:01:12.047235+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:12.047281+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:12.458453+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-12T06:01:13.671945+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c7d63"},"request_uri":"http://127.0.0.1:8000/_wdt/3c7d63","method":"GET"} [] [2020-07-12T06:01:31.489367+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-12T06:01:31.558796+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:01:31.558938+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:31.559045+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:31.606237+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:33.376513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malayaroy99@gmail.com"] [] [2020-07-12T06:01:33.611964+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:33.621339+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:33.980227+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-12T06:01:34.049292+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:01:34.049437+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:34.049534+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:01:34.080630+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-12T06:01:34.512655+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70cd26"},"request_uri":"http://127.0.0.1:8000/_wdt/70cd26","method":"GET"} [] [2020-07-12T06:02:33.125308+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-12T06:02:33.194308+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:02:33.194478+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:33.194585+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:33.195777+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:33.264807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-12T06:02:34.074619+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:34.137290+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 12 Jul 2020 06:02:34 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:34.137476+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:34.137594+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:34.148747+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:02:34.517170+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-12T06:02:34.572151+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:02:34.572219+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:34.572262+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:34.575391+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:02:34.626408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:02:34.634003+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:02:38.791692+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T06:02:38.980670+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-12T06:02:38.983286+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-12T06:02:39.375046+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:02:40.130216+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea08a4"},"request_uri":"http://127.0.0.1:8000/_wdt/ea08a4","method":"GET"} [] [2020-07-12T06:02:45.010237+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-12T06:02:45.049859+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:02:45.049924+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:45.049960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:45.051877+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:02:45.094463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:02:45.103574+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:02:45.418062+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T06:02:46.271843+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T06:02:46.573684+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-12T06:02:46.706013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T06:02:46.707063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T06:02:46.759990+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T06:02:46.795685+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:02:47.565231+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"217617"},"request_uri":"http://127.0.0.1:8000/_wdt/217617","method":"GET"} [] [2020-07-12T06:02:53.700165+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-07-12T06:02:53.774874+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:02:53.775019+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:53.775111+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:02:53.779546+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:02:53.859031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:02:53.868640+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:02:53.885935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-07-12T06:02:54.059392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T06:02:54.060682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T06:02:54.066759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T06:02:54.116569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T06:02:54.118001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T06:02:54.141372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:02:54.929906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d12e1e"},"request_uri":"http://127.0.0.1:8000/_wdt/d12e1e","method":"GET"} [] [2020-07-12T06:03:10.209150+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-12T06:03:10.285877+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:03:10.286021+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:03:10.286113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:03:10.290603+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:03:10.367950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:03:10.378073+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:03:10.407954+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T06:03:10.541542+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T06:03:10.551336+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-12T06:03:10.643661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T06:03:10.644605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T06:03:10.648890+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T06:03:10.652620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:03:11.405942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"898b04"},"request_uri":"http://127.0.0.1:8000/_wdt/898b04","method":"GET"} [] [2020-07-12T06:03:16.684249+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-07-12T06:03:16.758178+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:03:16.758323+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:03:16.758415+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:03:16.762897+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:03:16.839919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:03:16.849460+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:03:16.870130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-07-12T06:03:16.965322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T06:03:17.108042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T06:03:17.155295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T06:03:17.159616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T06:03:17.160890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T06:03:17.189369+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T06:03:17.191785+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-12T06:03:17.192882+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-12T06:03:17.317858+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:03:18.246729+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b0d7b"},"request_uri":"http://127.0.0.1:8000/_wdt/1b0d7b","method":"GET"} [] [2020-07-12T06:03:25.865172+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-12T06:03:25.940470+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:03:25.940613+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:03:25.940705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:03:25.945330+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:03:26.032125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:03:26.038033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:03:26.057903+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T06:03:26.145857+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T06:03:26.151419+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[1]] [] [2020-07-12T06:03:26.220993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T06:03:26.221660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T06:03:26.225001+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T06:03:26.227953+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:03:27.111843+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56850f"},"request_uri":"http://127.0.0.1:8000/_wdt/56850f","method":"GET"} [] [2020-07-12T06:04:06.714243+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-12T06:04:06.791159+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:04:06.791306+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:04:06.791581+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:04:06.796235+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:04:06.874831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:04:06.884059+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:04:07.011823+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T06:04:07.015812+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-12T06:04:07.016614+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-12T06:04:07.042555+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:04:07.778761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f1530"},"request_uri":"http://127.0.0.1:8000/_wdt/1f1530","method":"GET"} [] [2020-07-12T06:04:43.308723+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-07-12T06:04:43.382288+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:04:43.438526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:04:43.445772+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:04:43.445935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:04:43.446037+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:04:43.446115+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:04:43.659793+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T06:04:43.697440+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.id IN (?) [["2"]] [] [2020-07-12T06:04:43.701911+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["1"]] [] [2020-07-12T06:04:43.735490+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.id IN (?) [["2"]] [] [2020-07-12T06:04:47.867793+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-12T06:04:47.899574+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":600.0,"3":"2020-07-02T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":2} [] [2020-07-12T06:04:47.904142+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":5000.0,"4":"eqr","5":2,"6":1} [] [2020-07-12T06:04:47.904938+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":3500.0,"4":null,"5":2,"6":2} [] [2020-07-12T06:04:48.005131+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-12T06:04:48.026234+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:04:48.383028+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-12T06:04:48.449716+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T06:04:48.449833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:04:48.449904+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T06:04:48.452774+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T06:04:48.518069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T06:04:48.526378+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T06:04:48.552378+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T06:04:48.679338+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T06:04:48.687599+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-12T06:04:48.780942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T06:04:48.782080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T06:04:48.786146+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T06:04:48.789542+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T06:04:49.583608+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3dbf1a"},"request_uri":"http://127.0.0.1:8000/_wdt/3dbf1a","method":"GET"} [] [2020-07-12T08:05:21.003749+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-12T08:05:21.081735+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:05:21.081998+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:05:21.082117+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:05:21.101380+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:05:21.138797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:05:21.145813+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:05:21.275887+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T08:05:21.285673+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-12T08:05:21.287459+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-12T08:05:21.362964+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:05:23.029810+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07b980"},"request_uri":"http://127.0.0.1:8000/_wdt/07b980","method":"GET"} [] [2020-07-12T08:05:30.361255+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-12T08:05:30.412648+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:05:30.412763+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:05:30.412837+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:05:30.415201+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:05:30.486175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:05:30.495773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:05:30.522959+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T08:05:30.667563+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T08:05:30.677761+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-12T08:05:30.685922+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T08:05:30.688992+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:05:31.628648+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e14c1b"},"request_uri":"http://127.0.0.1:8000/_wdt/e14c1b","method":"GET"} [] [2020-07-12T08:05:32.800536+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-12T08:05:32.871808+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:05:32.871968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:05:32.872246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:05:32.875463+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:05:32.949533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:05:32.954899+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:05:32.972782+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T08:05:33.079344+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T08:05:33.089682+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-12T08:05:33.166529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T08:05:33.167373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T08:05:33.172214+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T08:05:33.174397+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:05:34.157779+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"242c32"},"request_uri":"http://127.0.0.1:8000/_wdt/242c32","method":"GET"} [] [2020-07-12T08:05:54.997076+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:05:55.029287+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:05:55.029350+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:05:55.029392+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:05:55.031152+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:05:55.069090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:05:55.074954+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:05:55.082164+00:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Options' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Options' not found at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:28)"} [] [2020-07-12T08:05:56.684946+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Options" from namespace "App\Controller". Did you forget a "use" statement for e.g. "Symfony\Flex\Options", "Symfony\Component\OptionsResolver\Options" or "Dompdf\Options"?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 28 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Options\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for e.g. \"Symfony\\Flex\\Options\", \"Symfony\\Component\\OptionsResolver\\Options\" or \"Dompdf\\Options\"? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:28)"} [] [2020-07-12T08:05:56.957904+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:05:57.388344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1e9e4"},"request_uri":"http://127.0.0.1:8000/_wdt/a1e9e4","method":"GET"} [] [2020-07-12T08:06:24.365281+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:06:24.411111+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:06:24.411171+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:06:24.411204+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:06:24.412961+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:06:24.451324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:06:24.456555+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:06:24.490873+00:00] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class App\Controller\ServiceDetails does not exist" at C:\Apache24\htdocs\vehicle\vendor\doctrine\persistence\lib\Doctrine\Persistence\AbstractManagerRegistry.php line 168 {"exception":"[object] (ReflectionException(code: -1): Class App\\Controller\\ServiceDetails does not exist at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\AbstractManagerRegistry.php:168)"} [] [2020-07-12T08:06:24.525477+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:06:24.831864+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"767c69"},"request_uri":"http://127.0.0.1:8000/_wdt/767c69","method":"GET"} [] [2020-07-12T08:07:00.242129+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:07:00.277750+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:07:00.277815+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:07:00.277850+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:07:00.279657+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:07:00.319917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:07:00.326769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:07:00.362745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:07:00.493404+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "end of print statement" of value ""." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 35 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"end of print statement\" of value \"\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:35)"} [] [2020-07-12T08:07:00.548574+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:07:00.839856+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25d2ad"},"request_uri":"http://127.0.0.1:8000/_wdt/25d2ad","method":"GET"} [] [2020-07-12T08:07:30.663038+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:07:30.697619+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:07:30.697724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:07:30.697870+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:07:30.699694+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:07:30.741833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:07:30.752324+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:07:30.789748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:07:30.976888+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "workDate" nor one of the methods "workDate()", "getworkDate()"/"isworkDate()"/"hasworkDate()" or "__call()" exist and have public access in class "App\Entity\ServiceDetails"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 82 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"workDate\" nor one of the methods \"workDate()\", \"getworkDate()\"/\"isworkDate()\"/\"hasworkDate()\" or \"__call()\" exist and have public access in class \"App\\Entity\\ServiceDetails\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:82)"} [] [2020-07-12T08:07:31.017207+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:07:31.318927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c4870"},"request_uri":"http://127.0.0.1:8000/_wdt/8c4870","method":"GET"} [] [2020-07-12T08:09:46.031815+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:09:46.064433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:09:46.064496+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:09:46.064530+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:09:46.066425+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:09:46.105608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:09:46.112709+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:09:46.153697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:09:46.307739+00:00] php.CRITICAL: Uncaught Error: Object of class DateTime could not be converted to string {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:223)"} [] [2020-07-12T08:09:46.328229+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\vehicle\var\cache\dev\twig\65\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php line 223 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:223)"} [] [2020-07-12T08:09:46.374528+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:09:46.673425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f35c49"},"request_uri":"http://127.0.0.1:8000/_wdt/f35c49","method":"GET"} [] [2020-07-12T08:10:26.154500+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:10:26.186925+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:10:26.186989+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:10:26.187026+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:10:26.188734+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:10:26.219043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:10:26.223300+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:10:26.248340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:10:26.380214+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unclosed "("." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 82 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unclosed \"(\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:82)"} [] [2020-07-12T08:10:26.420328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:10:26.714218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5743e3"},"request_uri":"http://127.0.0.1:8000/_wdt/5743e3","method":"GET"} [] [2020-07-12T08:10:51.966047+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:10:51.998303+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:10:51.998366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:10:51.998400+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:10:52.000128+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:10:52.041257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:10:52.050249+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:10:52.090190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:10:52.242255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:10:52.299331+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "item" nor one of the methods "item()", "getitem()"/"isitem()"/"hasitem()" or "__call()" exist and have public access in class "Doctrine\ORM\PersistentCollection"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 83 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"item\" nor one of the methods \"item()\", \"getitem()\"/\"isitem()\"/\"hasitem()\" or \"__call()\" exist and have public access in class \"Doctrine\\ORM\\PersistentCollection\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:83)"} [] [2020-07-12T08:10:52.353458+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:10:52.651027+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c0d15"},"request_uri":"http://127.0.0.1:8000/_wdt/1c0d15","method":"GET"} [] [2020-07-12T08:11:42.609738+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:11:42.641472+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:11:42.641534+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:11:42.641568+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:11:42.643332+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:11:42.683508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:11:42.690810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:11:42.717860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:11:42.802722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:11:42.863142+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "item" nor one of the methods "item()", "getitem()"/"isitem()"/"hasitem()" or "__call()" exist and have public access in class "Doctrine\ORM\PersistentCollection"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 83 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"item\" nor one of the methods \"item()\", \"getitem()\"/\"isitem()\"/\"hasitem()\" or \"__call()\" exist and have public access in class \"Doctrine\\ORM\\PersistentCollection\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:83)"} [] [2020-07-12T08:11:42.907262+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:11:43.195278+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a981c"},"request_uri":"http://127.0.0.1:8000/_wdt/2a981c","method":"GET"} [] [2020-07-12T08:13:41.800099+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:13:41.835557+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:13:41.835637+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:13:41.835671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:13:41.837521+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:13:41.876757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:13:41.883532+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:13:41.917635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:13:42.047572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:13:42.136223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:13:42.161066+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "serviceDetails" nor one of the methods "serviceDetails()", "getserviceDetails()"/"isserviceDetails()"/"hasserviceDetails()" or "__call()" exist and have public access in class "App\Entity\ServiceDetails"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 85 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"serviceDetails\" nor one of the methods \"serviceDetails()\", \"getserviceDetails()\"/\"isserviceDetails()\"/\"hasserviceDetails()\" or \"__call()\" exist and have public access in class \"App\\Entity\\ServiceDetails\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:85)"} [] [2020-07-12T08:13:42.221710+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:13:42.520203+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdc418"},"request_uri":"http://127.0.0.1:8000/_wdt/bdc418","method":"GET"} [] [2020-07-12T08:13:57.545580+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:13:57.578113+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:13:57.578179+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:13:57.578216+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:13:57.580168+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:13:57.620560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:13:57.625606+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:13:57.650321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:13:57.810023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:13:57.893630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:13:57.895360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:13:57.895786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:13:57.905930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:13:58.152056+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25028f"},"request_uri":"http://127.0.0.1:8000/_wdt/25028f","method":"GET"} [] [2020-07-12T08:14:16.355865+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:14:16.429479+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:14:16.429620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:14:16.429710+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:14:16.433818+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:14:16.509132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:14:16.516888+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:14:16.560733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:14:16.659161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:14:16.749227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:14:16.752290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:14:16.753203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:14:16.775784+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:14:17.183878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72d3f2"},"request_uri":"http://127.0.0.1:8000/_wdt/72d3f2","method":"GET"} [] [2020-07-12T08:16:22.816195+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:16:22.863003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:16:22.863086+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:16:22.863125+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:16:22.865155+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:16:22.901149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:16:22.905229+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:16:22.927245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:16:23.023782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:16:23.099809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:16:23.100494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:16:23.100861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:16:23.276349+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:16:23.317116+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:17:48.843327+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:17:48.890456+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:17:48.890638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:17:48.890701+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:17:48.893167+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:17:48.938714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:17:48.943897+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:17:48.973418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:17:49.144075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:17:49.230800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:17:49.231646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:17:49.232256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:17:49.349344+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:17:49.386416+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:18:34.441454+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:18:34.480081+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:18:34.480141+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:18:34.480175+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:18:34.481866+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:18:34.524070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:34.533690+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:18:34.570026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:18:34.743464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:34.825638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:34.826372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:18:34.826924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:18:34.943259+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:18:34.980587+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:18:49.055697+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:18:49.092906+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:18:49.092969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:18:49.093004+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:18:49.094576+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:18:49.134219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:49.142094+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:18:49.176635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:18:49.331789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:49.416708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:49.417476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:18:49.418131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:18:49.539961+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:18:49.577002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:18:55.806035+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:18:55.889096+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:18:55.889205+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:18:55.889272+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:18:55.893294+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:18:55.959019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:55.969294+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:18:56.036333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:18:56.104630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:56.179472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:18:56.180614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:18:56.181412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:18:56.402546+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:18:56.438948+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:19:13.365650+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:19:13.405885+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:19:13.405945+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:19:13.405980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:19:13.407539+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:19:13.437783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:13.442709+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:19:13.466818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:19:13.637959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:13.719965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:13.722573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:19:13.723371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:19:13.839420+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:19:13.873501+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:19:30.370445+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:19:30.433294+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:19:30.433438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:19:30.433530+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:19:30.437680+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:19:30.515706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:30.526242+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:19:30.578712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:19:30.756097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:30.810565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:30.811818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:19:30.812518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:19:31.035934+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:19:31.071198+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:19:45.304234+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:19:45.355882+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:19:45.355971+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:19:45.356025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:19:45.360429+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:19:45.394714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:45.398816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:19:45.423112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:19:45.544152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:45.627595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:45.628549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:19:45.629000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:19:45.737932+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:19:45.777910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:19:59.676796+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:19:59.712078+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:19:59.712137+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:19:59.712170+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:19:59.713712+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:19:59.741743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:59.745557+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:19:59.770826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:19:59.919589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:59.997195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:19:59.997943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:19:59.998446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:20:00.146517+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:20:00.186376+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:21:26.747607+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:21:26.786376+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:21:26.786437+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:21:26.786473+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:21:26.788026+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:21:26.827441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:26.831951+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:21:26.858933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:21:27.017173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:27.079027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:27.080828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:21:27.081371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:21:27.197339+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:21:27.232555+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:21:47.882195+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:21:47.924481+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:21:47.924550+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:21:47.924586+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:21:47.926182+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:21:47.957291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:47.961125+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:21:47.984557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:21:48.174758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:48.241344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:48.242380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:21:48.243222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:21:48.353091+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:21:48.390149+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:21:51.829824+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:21:51.922101+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:21:51.922204+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:21:51.922272+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:21:51.925542+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:21:51.994624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:52.001767+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:21:52.055553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:21:52.133181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:52.222159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:21:52.223274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:21:52.223914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:21:52.459261+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:21:52.511152+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:24:00.706912+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:24:00.750720+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:24:00.750787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:24:00.750825+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:24:00.752696+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:24:00.796230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:24:00.804590+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:24:00.851393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:24:01.007920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:24:01.090028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:24:01.090862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:24:01.091381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:24:01.210864+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:24:01.250371+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:25:38.065008+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:25:38.140746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:25:38.140818+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:25:38.140861+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:25:38.145072+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:25:38.231847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:25:38.239653+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:25:38.303326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:25:38.499181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:25:38.589857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:25:38.590776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:25:38.591452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:25:38.808870+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:25:38.849719+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:27:45.060003+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:27:45.098751+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:27:45.098844+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:27:45.098879+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:27:45.100698+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:27:45.141029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:27:45.149007+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:27:45.187314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:27:45.355577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:27:45.440974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:27:45.441621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:27:45.442245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:27:45.556167+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:27:45.597857+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:28:31.753141+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:28:31.799681+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:28:31.799747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:28:31.799862+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:28:31.801628+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:28:31.838496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:28:31.842498+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:28:31.875362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:28:32.016614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:28:32.090964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:28:32.091452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:28:32.091799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:28:32.209592+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:28:32.249243+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:29:01.377177+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:29:01.412920+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:29:01.412982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:29:01.413017+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:29:01.414668+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:29:01.455306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:01.465682+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:29:01.512212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:29:01.663116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:01.749061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:01.749963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:29:01.750610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:29:01.874118+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:29:01.917643+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:29:15.305847+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:29:15.345407+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:29:15.345499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:29:15.345538+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:29:15.347172+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:29:15.391627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:15.400462+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:29:15.440318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:29:15.574249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:15.647375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:15.648120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:29:15.648620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:29:15.753755+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:29:15.789839+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:29:17.656416+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:29:17.694279+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:29:17.694341+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:29:17.694376+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:29:17.695900+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:29:17.734661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:17.742905+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:29:17.784660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:29:17.879395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:17.954100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:17.956036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:29:17.957206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:29:18.060221+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:29:18.093160+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:29:57.555087+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:29:57.598025+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:29:57.598091+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:29:57.598127+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:29:57.599795+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:29:57.639363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:57.646457+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:29:57.672738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:29:57.826408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:57.878631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:29:57.881091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:29:57.882139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:29:58.005183+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:29:58.037257+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:30:07.574267+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:30:07.612204+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:30:07.612278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:30:07.612315+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:30:07.613925+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:30:07.652194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:30:07.659557+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:30:07.697687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:30:07.857833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:30:07.939131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:30:07.939780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:30:07.940229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:30:08.051244+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:30:08.085921+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:30:48.524799+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:30:48.596368+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:30:48.596544+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:30:48.596637+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:30:48.600857+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:30:48.670117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:30:48.678807+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:30:48.729947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:30:48.927076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:30:49.018679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:30:49.020014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:30:49.020963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:30:49.225374+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:30:49.261540+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:31:56.220987+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:31:56.262702+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:31:56.262796+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:31:56.262836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:31:56.264718+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:31:56.293668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:31:56.297529+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:31:56.320314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:31:56.440358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:31:56.521945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:31:56.522488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:31:56.522915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:31:56.622926+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:31:56.659198+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:32:32.271285+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:32:32.310984+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:32:32.311042+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:32:32.311076+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:32:32.312694+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:32:32.354577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:32:32.363747+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:32:32.408822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:32:32.558039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:32:32.629805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:32:32.630813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:32:32.631605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:32:32.766292+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:32:32.805772+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:39:43.487776+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:39:43.528261+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:39:43.528323+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:39:43.528358+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:39:43.530076+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:39:43.561854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:39:43.565788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:39:43.590489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:39:43.711454+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "arrow function" of value "=>"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 63 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"arrow function\" of value \"=>\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:63)"} [] [2020-07-12T08:39:43.779750+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:39:44.149422+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c325db"},"request_uri":"http://127.0.0.1:8000/_wdt/c325db","method":"GET"} [] [2020-07-12T08:45:30.063003+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:45:31.407674+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:45:31.407742+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:45:31.407776+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:45:31.479739+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:45:32.263288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:45:32.349501+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:45:32.829526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:45:33.885233+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "arrow function" of value "=>"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 63 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"arrow function\" of value \"=>\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:63)"} [] [2020-07-12T08:45:34.361091+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:45:34.927496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b97c54"},"request_uri":"http://127.0.0.1:8000/_wdt/b97c54","method":"GET"} [] [2020-07-12T08:46:57.319771+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:46:57.354609+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:46:57.354673+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:46:57.354707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:46:57.356524+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:46:57.396982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:46:57.400765+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:46:57.426151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:46:57.550381+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "group_by" filter." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 63 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"group_by\" filter. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:63)"} [] [2020-07-12T08:46:57.617063+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:46:57.916546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"342a75"},"request_uri":"http://127.0.0.1:8000/_wdt/342a75","method":"GET"} [] [2020-07-12T08:48:58.784710+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:48:58.831483+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:48:58.831544+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:48:58.831579+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:48:58.833417+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:48:58.874626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:48:58.878816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:48:58.902487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 [] [] [2020-07-12T08:48:59.106399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [1] [] [2020-07-12T08:48:59.194785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:48:59.195323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:48:59.195678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? [2] [] [2020-07-12T08:48:59.925252+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:48:59.972006+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:49:46.313336+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:49:46.346790+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:49:46.346852+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:49:46.346886+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:49:46.348841+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:49:46.384963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:49:46.388626+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:49:46.411608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:49:46.473331+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "service" nor one of the methods "service()", "getservice()"/"isservice()"/"hasservice()" or "__call()" exist and have public access in class "App\Entity\Service"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 66 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"service\" nor one of the methods \"service()\", \"getservice()\"/\"isservice()\"/\"hasservice()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Service\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:66)"} [] [2020-07-12T08:49:46.557149+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:49:46.854183+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e192c"},"request_uri":"http://127.0.0.1:8000/_wdt/8e192c","method":"GET"} [] [2020-07-12T08:52:13.411957+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:52:13.453523+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:52:13.453593+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:52:13.453634+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:52:13.455507+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:52:13.495839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:52:13.500345+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:52:13.526701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:52:13.618617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:52:13.650221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:52:13.650925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:52:13.651519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T08:52:13.742081+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:52:13.784055+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:53:34.011309+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:53:34.050365+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:53:34.050430+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:53:34.050465+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:53:34.052519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:53:34.090722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:53:34.094456+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:53:34.117327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:53:34.208183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:53:34.228901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:53:34.229377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:53:34.229759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T08:53:34.340319+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:53:34.381213+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:53:37.484939+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:53:37.523661+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:53:37.523725+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:53:37.523763+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:53:37.525331+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:53:37.564340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:53:37.569088+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:53:37.598808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:53:37.658027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:53:37.681405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:53:37.681976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:53:37.682392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T08:53:37.778626+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:53:37.826005+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:55:26.708778+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:55:26.746720+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:55:26.746789+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:55:26.746824+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:55:26.751277+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:55:26.801425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:55:26.805271+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:55:26.829121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:55:26.922836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:55:26.944357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:55:26.944883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:55:26.945238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T08:55:27.043914+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:55:27.086046+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:55:40.775233+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:55:40.836354+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:55:40.836519+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:55:40.836617+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:55:40.839982+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:55:40.884218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:55:40.888333+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:55:40.913252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:55:40.966370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:55:40.988856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:55:40.989489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:55:40.990126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T08:55:41.093159+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:55:41.133296+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:56:57.055611+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:56:57.104242+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:56:57.104304+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:56:57.104339+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:56:57.105888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:56:57.145252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:56:57.154722+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:56:57.187373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:56:57.309066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:56:57.335979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:56:57.336602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:56:57.337043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T08:56:57.442847+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:56:57.493201+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:58:02.877056+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:58:02.928364+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:58:02.928441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:58:02.928485+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:58:02.930577+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:58:02.970695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:58:02.975578+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:58:03.004847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:58:03.130864+00:00] php.CRITICAL: Uncaught Error: Object of class Proxies\__CG__\App\Entity\Vehicle could not be converted to string {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Vehicle could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:181)"} [] [2020-07-12T08:58:03.184269+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class Proxies\__CG__\App\Entity\Vehicle could not be converted to string" at C:\Apache24\htdocs\vehicle\var\cache\dev\twig\65\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php line 181 {"exception":"[object] (Error(code: 0): Object of class Proxies\\__CG__\\App\\Entity\\Vehicle could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:181)"} [] [2020-07-12T08:58:03.225619+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:58:03.539987+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4113f"},"request_uri":"http://127.0.0.1:8000/_wdt/e4113f","method":"GET"} [] [2020-07-12T08:58:21.007454+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:58:21.038919+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:58:21.038979+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:58:21.039082+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:58:21.040779+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:58:21.077460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:58:21.081177+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:58:21.104762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:58:21.194920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T08:58:21.196020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:58:21.216905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:58:21.217707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:58:21.218231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T08:58:21.308992+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:58:21.344282+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T08:59:07.620173+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T08:59:07.668232+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T08:59:07.668338+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:59:07.668381+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T08:59:07.670525+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T08:59:07.705910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T08:59:07.710690+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T08:59:07.733520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T08:59:07.831254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T08:59:07.832299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T08:59:07.851751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T08:59:07.852207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T08:59:07.852590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T08:59:07.948961+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T08:59:08.000216+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:01:21.894223+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:01:21.934445+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:01:21.934683+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:01:21.934762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:01:21.937406+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:01:21.975380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:01:21.978981+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:01:22.002372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:01:22.072389+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Expected name or number." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 53 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Expected name or number. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:53)"} [] [2020-07-12T09:01:22.130837+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:01:22.466375+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b50c9"},"request_uri":"http://127.0.0.1:8000/_wdt/4b50c9","method":"GET"} [] [2020-07-12T09:01:46.314939+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:01:46.345629+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:01:46.345747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:01:46.345807+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:01:46.348172+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:01:46.385508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:01:46.389305+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:01:46.418157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:01:46.510780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T09:01:46.513033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:01:46.533619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:01:46.534175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:01:46.534566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:01:46.632630+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:01:46.671436+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:03:47.918019+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:03:47.987717+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:03:47.987817+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:03:47.987866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:03:47.991733+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:03:48.050493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:03:48.057060+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:03:48.095174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:03:48.200288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:03:48.220414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:03:48.220892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:03:48.221222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:03:48.324143+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:03:48.365118+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:04:51.173676+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:04:51.214084+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:04:51.214164+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:04:51.214219+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:04:51.216015+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:04:51.246838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:04:51.250578+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:04:51.273534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:04:51.363874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:04:51.399098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:04:51.399654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:04:51.400040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:04:51.500598+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:04:51.542518+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:05:43.014923+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:05:43.061353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:05:43.061435+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:05:43.061482+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:05:43.064178+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:05:43.112776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:05:43.117529+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:05:43.150003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:05:43.261291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:05:43.262955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:05:43.298331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:05:43.299197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:05:43.300024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:05:43.510099+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:05:43.570220+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:07:09.804177+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:07:09.845270+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:07:09.845331+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:07:09.845367+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:07:09.846933+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:07:09.892124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:07:09.895857+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:07:09.919674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:07:10.008986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:07:10.010083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:07:10.029574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:07:10.030092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:07:10.030462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:07:10.131948+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:07:10.173877+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:08:33.180636+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:08:33.219566+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:08:33.219671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:08:33.219711+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:08:33.223245+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:08:33.262675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:08:33.266663+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:08:33.294681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:08:33.397162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:08:33.398245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:08:33.418956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:08:33.419400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:08:33.419856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:08:33.526904+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:08:33.567296+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:09:20.001821+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:09:20.040201+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:09:20.040261+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:09:20.040294+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:09:20.041838+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:09:20.084354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:09:20.088073+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:09:20.111043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:09:20.204373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:09:20.205401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:09:20.226011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:09:20.226492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:09:20.226886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:09:20.334823+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:09:20.374166+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:09:52.715621+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:09:52.756183+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:09:52.756279+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:09:52.756320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:09:52.759457+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:09:52.798898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:09:52.802527+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:09:52.827051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:09:52.916574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:09:52.917622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:09:52.937690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:09:52.938320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:09:52.938852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:09:53.043771+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:09:53.082488+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:11:01.098956+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:11:01.136387+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:11:01.136463+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:11:01.136505+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:11:01.138565+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:11:01.180184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:11:01.184149+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:11:01.207050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:11:01.298082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:11:01.299175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:11:01.321492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:11:01.321964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:11:01.322333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:11:01.421928+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:11:01.462377+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:11:28.931822+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:11:28.968269+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:11:28.968443+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:11:28.968495+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:11:28.970688+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:11:29.010149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:11:29.013817+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:11:29.036769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:11:29.126973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:11:29.128109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:11:29.148108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:11:29.148581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:11:29.148962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:11:29.248122+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:11:29.316013+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:15:19.242409+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:15:19.281789+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:15:19.282023+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:15:19.282265+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:15:19.285619+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:15:19.331202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:15:19.335158+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:15:19.358317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:15:19.519302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:15:19.520382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:15:19.539842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:15:19.540387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:15:19.540786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:15:19.662031+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:15:19.702189+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:15:40.875830+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:15:40.915803+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:15:40.915865+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:15:40.915901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:15:40.917525+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:15:40.972132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:15:40.979745+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:15:41.018474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:15:41.173412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:15:41.175161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:15:41.203204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:15:41.203698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:15:41.204766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:15:41.317180+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:15:41.360496+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:15:58.809550+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:15:58.849145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:15:58.849205+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:15:58.849240+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:15:58.850807+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:15:58.897075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:15:58.900803+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:15:58.926326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:15:59.014858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:15:59.015948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:15:59.035559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:15:59.036171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:15:59.036570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:15:59.145987+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:15:59.186373+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:16:29.991508+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:16:30.038624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:16:30.038699+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:16:30.038740+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:16:30.040649+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:16:30.088634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:16:30.092811+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:16:30.119301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:16:30.230885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:16:30.232068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:16:30.255040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:16:30.255553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:16:30.255958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:16:30.363137+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:16:30.403461+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:16:43.642270+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:16:43.683541+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:16:43.683630+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:16:43.683670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:16:43.686161+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:16:43.733120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:16:43.736883+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:16:43.761107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:16:43.870867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:16:43.872500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:16:43.905203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:16:43.905832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:16:43.906425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:16:44.101986+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:16:44.158692+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:17:25.058522+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:17:25.094495+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:17:25.094557+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:17:25.094592+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:17:25.096153+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:17:25.135532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:17:25.139457+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:17:25.163744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:17:25.255061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:17:25.256674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:17:25.279815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:17:25.280321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:17:25.280700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:17:25.404203+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:17:25.454348+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:19:08.092098+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:19:08.131539+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:19:08.131612+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:19:08.131670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:19:08.133855+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:19:08.178021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:19:08.185552+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:19:08.213025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:19:08.309827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:19:08.310913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:19:08.331925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:19:08.332528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:19:08.332954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:19:08.445631+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:19:08.489540+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:20:09.566887+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:20:09.605018+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:20:09.605079+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:20:09.605114+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:20:09.606755+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:20:09.657434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:20:09.663458+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:20:09.687810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:20:09.781376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:20:09.782483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:20:09.802463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:20:09.802955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:20:09.803385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:20:09.908496+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:20:09.950168+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:20:27.077192+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:20:27.111882+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:20:27.111943+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:20:27.111976+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:20:27.113531+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:20:27.153343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:20:27.158153+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:20:27.180939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:20:27.271808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:20:27.273369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:20:27.293824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:20:27.294362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:20:27.294774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:20:27.397610+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:20:27.435149+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:20:42.774854+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:20:42.811728+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:20:42.811789+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:20:42.811824+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:20:42.813446+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:20:42.857943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:20:42.861669+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:20:42.884718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:20:42.933660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:20:42.934558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:20:42.955431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:20:42.955943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:20:42.956363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:20:43.062057+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:20:43.107521+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:21:34.576672+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-07-12T09:21:34.619078+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:21:34.619140+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:21:34.619175+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:21:34.620806+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:21:34.665729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:21:34.669766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:21:34.688674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-07-12T09:21:34.771166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T09:21:34.771720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:21:34.772466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:21:34.791966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:21:34.792530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:21:34.802360+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:21:35.649418+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd2ab7"},"request_uri":"http://127.0.0.1:8000/_wdt/bd2ab7","method":"GET"} [] [2020-07-12T09:21:54.052039+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-12T09:21:54.081135+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:21:54.081198+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:21:54.081231+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:21:54.082971+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:21:54.119955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:21:54.123845+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:21:54.301291+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T09:21:55.919979+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T09:21:56.045628+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-12T09:21:56.084735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T09:21:56.085376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:21:56.107763+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T09:21:56.122824+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:22:15.333262+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:22:15.369763+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:22:15.369919+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:22:15.369980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:22:15.371962+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:22:15.409720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:22:15.413364+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:22:15.437124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:22:15.481307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:22:15.482213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:22:15.501847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:22:15.502751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:22:15.503400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:22:15.600962+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:22:15.641724+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:23:40.389162+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:23:40.425339+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:23:40.425401+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:23:40.425435+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:23:40.426996+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:23:40.463684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:23:40.467464+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:23:40.492730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:23:40.591474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:23:40.592577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:23:40.614097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:23:40.614566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:23:40.614995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:23:40.729479+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:23:40.773109+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:23:52.276618+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:23:52.312933+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:23:52.312993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:23:52.313027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:23:52.314740+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:23:52.356902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:23:52.360598+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:23:52.383936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:23:52.480136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:23:52.481090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:23:52.500543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:23:52.501454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:23:52.502220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:23:52.613585+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:23:52.653949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:25:35.352665+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:25:35.408962+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:25:35.409024+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:25:35.409058+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:25:35.410630+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:25:35.454216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:25:35.461388+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:25:35.488332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:25:35.579585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:25:35.580667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:25:35.604106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:25:35.604643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:25:35.605062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:25:35.720333+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:25:35.760822+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:25:54.089045+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:25:54.127555+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:25:54.127620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:25:54.127654+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:25:54.129810+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:25:54.171627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:25:54.175485+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:25:54.203456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:25:54.299838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:25:54.300974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:25:54.320846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:25:54.321342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:25:54.321705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:25:54.435539+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:25:54.516266+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:26:07.603147+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:26:07.641115+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:26:07.641177+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:26:07.641247+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:26:07.642785+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:26:07.684759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:26:07.688355+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:26:07.712320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:26:07.802459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:26:07.803429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:26:07.823124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:26:07.823641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:26:07.824033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:26:07.935404+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:26:07.978408+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:26:24.382443+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:26:24.434287+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:26:24.434365+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:26:24.434412+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:26:24.436447+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:26:24.475407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:26:24.480374+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:26:24.510028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:26:24.609229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:26:24.610351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:26:24.634648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:26:24.635180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:26:24.635628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:26:24.781669+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:26:24.829453+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:26:57.247948+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:26:57.285419+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:26:57.285519+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:26:57.285585+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:26:57.287639+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:26:57.327708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:26:57.331768+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:26:57.358561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:26:57.456667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:26:57.457662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:26:57.477842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:26:57.478334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:26:57.478718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:26:57.612800+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:26:57.680813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:27:37.162633+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:27:37.200024+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:27:37.200087+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:27:37.200121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:27:37.201697+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:27:37.247750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:27:37.256562+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:27:37.285102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:27:37.379944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:27:37.380975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:27:37.401568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:27:37.402030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:27:37.402420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:27:37.525230+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:27:37.568808+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:28:57.837997+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:28:57.874191+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:28:57.874341+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:28:57.874380+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:28:57.875944+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:28:57.916718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:28:57.921027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:28:57.946556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:28:58.038678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:28:58.039578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:28:58.058995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:28:58.059612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:28:58.060013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:28:58.192229+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:28:58.268964+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:29:08.031095+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:29:08.067524+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:29:08.067584+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:29:08.067697+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:29:08.069259+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:29:08.098176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:29:08.102134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:29:08.124669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:29:08.172173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:29:08.173071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:29:08.192815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:29:08.193723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:29:08.194507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:29:08.309204+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:29:08.352417+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:31:40.623730+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:31:40.660134+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:31:40.660195+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:31:40.660228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:31:40.662290+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:31:40.705903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:31:40.709773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:31:40.734429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:31:40.828622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:31:40.829591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:31:40.849541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:31:40.850372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:31:40.850876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:31:41.010350+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:31:41.079031+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:31:53.005087+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:31:53.042941+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:31:53.043003+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:31:53.043038+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:31:53.044629+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:31:53.075816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:31:53.081183+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:31:53.110144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:31:53.224525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:31:53.225669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:31:53.250325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:31:53.251159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:31:53.251866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:31:53.370586+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:31:53.412957+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:32:15.172695+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:32:15.216271+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:32:15.216381+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:32:15.216421+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:32:15.217989+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:32:15.259198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:32:15.263873+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:32:15.288797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:32:15.380685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:32:15.381640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:32:15.402016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:32:15.402481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:32:15.402861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:32:15.523157+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:32:15.565346+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:33:10.492755+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:33:10.545237+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:33:10.545301+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:33:10.545338+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:33:10.546913+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:33:10.574770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:33:10.578299+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:33:10.606701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:33:10.714168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:33:10.715030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:33:10.739816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:33:10.740281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:33:10.740606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:33:10.864644+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:33:10.905787+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:33:46.737600+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:33:46.779855+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:33:46.779922+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:33:46.779960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:33:46.781665+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:33:46.820873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:33:46.824719+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:33:46.850828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:33:46.944874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:33:46.945861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:33:46.965582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:33:46.966075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:33:46.966429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:33:47.113019+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:33:47.173621+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:34:03.337960+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:34:03.380946+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:34:03.381035+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:34:03.381090+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:34:03.383673+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:34:03.421087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:34:03.426853+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:34:03.454695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:34:03.561106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:34:03.562096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:34:03.582143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:34:03.582631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:34:03.583021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:34:03.718313+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:34:03.769813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:35:27.243542+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:35:27.298657+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:35:27.298750+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:35:27.298813+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:35:27.301300+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:35:27.346874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:35:27.361991+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:35:27.410516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:35:27.502706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:35:27.503738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:35:27.524943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:35:27.525647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:35:27.526182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:35:27.640824+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:35:27.684233+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:35:46.094002+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:35:46.129880+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:35:46.129940+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:35:46.129993+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:35:46.131577+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:35:46.178616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:35:46.182288+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:35:46.209546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:35:46.303089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:35:46.304586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:35:46.326756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:35:46.327237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:35:46.327686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:35:46.442130+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:35:46.483460+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:36:24.108541+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:36:24.151997+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:36:24.152065+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:36:24.152104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:36:24.153787+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:36:24.192164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:36:24.195924+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:36:24.220144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:36:24.318295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:36:24.319217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:36:24.339729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:36:24.340223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:36:24.340599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:36:24.458581+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:36:24.501733+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:41:39.294150+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:41:39.330260+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:41:39.330322+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:41:39.330356+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:41:39.332095+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:41:39.362796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:41:39.366607+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:41:39.391635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:41:39.485939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:41:39.486886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:41:39.512707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:41:39.513242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:41:39.513630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:41:39.637002+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:41:39.677386+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:44:13.904974+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:44:13.954647+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:44:13.954716+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:44:13.954755+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:44:13.957891+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:44:14.008187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:44:14.013887+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:44:14.041485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:44:14.163192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:44:14.165164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:44:14.189291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:44:14.189761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:44:14.190208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:44:14.314031+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:44:14.357887+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:44:36.716904+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:44:36.752592+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:44:36.752657+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:44:36.752691+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:44:36.754297+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:44:36.796377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:44:36.800073+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:44:36.823640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:44:36.914407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:44:36.915334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:44:36.934428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:44:36.934930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:44:36.935295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:44:37.053548+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:44:37.092219+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:46:19.994381+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:46:20.034090+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:46:20.034177+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:46:20.034212+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:46:20.035800+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:46:20.076344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:46:20.080262+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:46:20.102797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:46:20.197833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:46:20.198742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:46:20.218633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:46:20.219126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:46:20.219501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:46:20.354774+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:46:20.398000+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:48:57.679500+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:48:57.719675+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:48:57.719736+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:48:57.719771+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:48:57.721489+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:48:57.764940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:48:57.768719+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:48:57.797119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:48:57.891942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:48:57.893329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:48:57.914054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:48:57.914565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:48:57.914971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:48:58.035411+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:48:58.079603+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:50:36.757391+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:50:36.797683+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:50:36.797745+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:50:36.797784+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:50:36.799511+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:50:36.840882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:50:36.845895+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:50:36.870388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:50:36.972842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:50:36.974639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:50:36.996788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:50:36.997334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:50:36.997749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:50:37.132266+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:50:37.179432+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:51:38.846095+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:51:38.884797+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:51:38.884859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:51:38.884895+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:51:38.886518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:51:38.932169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:51:38.936289+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:51:38.960033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:51:39.051915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:51:39.052916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:51:39.073408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:51:39.073875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:51:39.074286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:51:39.202446+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:51:39.246849+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:53:39.076464+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:53:39.114238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:53:39.114320+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:53:39.114364+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:53:39.116764+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:53:39.156698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:53:39.161704+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:53:39.186141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:53:39.282967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:53:39.283889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:53:39.303735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:53:39.304300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:53:39.304705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:53:39.434459+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:53:39.475850+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:54:16.003915+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::serviceDetails"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T09:54:16.045907+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:54:16.045966+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:54:16.045999+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:54:16.047540+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:54:16.094692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:54:16.098385+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:54:16.128166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T09:54:16.246305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T09:54:16.247263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T09:54:16.273464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T09:54:16.274010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T09:54:16.274432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T09:54:16.412818+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 61 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:61)"} [] [2020-07-12T09:54:16.455786+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:55:45.229116+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /reports"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /reports\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/reports/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-07-12T09:55:45.555185+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d36f5"},"request_uri":"http://127.0.0.1:8000/_wdt/8d36f5","method":"GET"} [] [2020-07-12T09:56:12.799154+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /reports"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /reports\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/reports/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-07-12T09:56:13.075804+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"426e15"},"request_uri":"http://127.0.0.1:8000/_wdt/426e15","method":"GET"} [] [2020-07-12T09:56:54.482961+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T09:56:54.489268+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T09:56:54.489333+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:56:54.489369+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T09:56:54.490888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T09:56:54.527188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T09:56:54.531026+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T09:56:54.594627+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T09:56:55.008017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc13c1"},"request_uri":"http://127.0.0.1:8000/_wdt/dc13c1","method":"GET"} [] [2020-07-12T10:05:16.668036+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:05:16.701412+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:05:16.701478+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:05:16.701513+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:05:16.703364+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:05:16.730689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:05:16.734650+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:05:16.779294+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Controller\EntityType": class does not exist." at C:\Apache24\htdocs\vehicle\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Controller\\EntityType\": class does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2020-07-12T10:05:16.811503+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:05:17.070395+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2bd9e"},"request_uri":"http://127.0.0.1:8000/_wdt/a2bd9e","method":"GET"} [] [2020-07-12T10:06:09.800306+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:06:09.845094+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:06:09.845191+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:09.845228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:09.847147+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:06:09.888651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:06:09.892574+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:06:10.159166+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: request" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 49 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: request at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:49)"} [] [2020-07-12T10:06:10.189074+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:06:10.431282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"783be6"},"request_uri":"http://127.0.0.1:8000/_wdt/783be6","method":"GET"} [] [2020-07-12T10:06:25.604102+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:06:25.638510+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:06:25.638572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:25.638607+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:25.640342+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:06:25.675783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:06:25.679539+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:06:25.724664+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: request" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 50 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: request at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:50)"} [] [2020-07-12T10:06:25.754505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:06:25.999322+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6a6b6"},"request_uri":"http://127.0.0.1:8000/_wdt/e6a6b6","method":"GET"} [] [2020-07-12T10:06:47.647562+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:06:47.653747+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:06:47.653804+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:47.653838+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:47.655288+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:06:47.691815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:06:47.696082+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:06:47.745679+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:06:47.800025+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:06:48.187992+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b43b95"},"request_uri":"http://127.0.0.1:8000/_wdt/b43b95","method":"GET"} [] [2020-07-12T10:06:51.844576+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:06:51.878511+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:06:51.878609+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:51.878652+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:51.883492+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:06:51.916133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:06:51.920144+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:06:51.971347+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:06:51.988550+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:06:52.402669+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d571e"},"request_uri":"http://127.0.0.1:8000/_wdt/1d571e","method":"GET"} [] [2020-07-12T10:06:55.952651+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:06:55.980313+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:06:55.980380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:55.980413+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:06:55.981565+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:06:56.014428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:06:56.017835+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:06:56.065425+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:06:56.081118+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:06:56.388906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"186efc"},"request_uri":"http://127.0.0.1:8000/_wdt/186efc","method":"GET"} [] [2020-07-12T10:07:09.123679+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:07:09.151788+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:07:09.151849+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:07:09.151883+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:07:09.152997+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:07:09.176987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:07:09.182027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:07:09.233553+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:07:09.341360+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:07:09.739696+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"867d88"},"request_uri":"http://127.0.0.1:8000/_wdt/867d88","method":"GET"} [] [2020-07-12T10:07:41.998330+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:07:42.033262+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:07:42.033348+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:07:42.033389+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:07:42.035522+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:07:42.074545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:07:42.078270+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:07:42.130472+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:07:42.162875+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:07:42.649119+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db30c0"},"request_uri":"http://127.0.0.1:8000/_wdt/db30c0","method":"GET"} [] [2020-07-12T10:08:48.285340+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:08:48.315898+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:08:48.315959+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:08:48.315993+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:08:48.317677+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:08:48.356077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:08:48.360656+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:08:48.409644+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:08:48.484725+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:08:48.882004+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef2014"},"request_uri":"http://127.0.0.1:8000/_wdt/ef2014","method":"GET"} [] [2020-07-12T10:09:21.391234+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:09:21.431969+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:09:21.432039+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:09:21.432080+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:09:21.435088+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:09:21.474824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:09:21.478499+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:09:21.527213+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:09:21.596961+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:09:22.059931+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb05de"},"request_uri":"http://127.0.0.1:8000/_wdt/eb05de","method":"GET"} [] [2020-07-12T10:09:36.195253+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:09:36.225789+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:09:36.225849+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:09:36.225883+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:09:36.227631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:09:36.265985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:09:36.269970+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:09:36.319416+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:09:36.393512+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:09:36.854122+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b037d1"},"request_uri":"http://127.0.0.1:8000/_wdt/b037d1","method":"GET"} [] [2020-07-12T10:20:27.302952+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"GET"} [] [2020-07-12T10:20:27.335771+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:20:27.335831+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:20:27.335866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:20:27.337576+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:20:27.364253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:20:27.368067+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:20:27.417591+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:20:27.450420+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:20:27.986367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b9c3c"},"request_uri":"http://127.0.0.1:8000/_wdt/5b9c3c","method":"GET"} [] [2020-07-12T10:20:38.110273+00:00] request.INFO: Matched route "reports". {"route":"reports","route_parameters":{"_route":"reports","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports","method":"POST"} [] [2020-07-12T10:20:38.161454+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:20:38.207226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:20:38.213405+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:20:38.213570+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:20:38.213649+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:20:38.213695+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:20:38.337356+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:20:40.818718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T10:20:40.893391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T10:20:40.894352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T10:20:40.913652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T10:20:40.914131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T10:20:40.914493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T10:20:41.013218+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:20:41.043409+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:21:41.406448+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:21:41.412465+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:21:41.412522+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:21:41.412555+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:21:41.413950+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:21:41.451301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:21:41.455088+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:21:41.491913+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:21:41.557246+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:21:41.965864+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40c0f4"},"request_uri":"http://127.0.0.1:8000/_wdt/40c0f4","method":"GET"} [] [2020-07-12T10:21:46.143413+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:21:46.173657+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:21:46.173717+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:21:46.173750+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:21:46.175447+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:21:46.219639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:21:46.223398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:21:46.276345+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:21:46.299511+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:21:46.819886+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6439ce"},"request_uri":"http://127.0.0.1:8000/_wdt/6439ce","method":"GET"} [] [2020-07-12T10:22:01.971153+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:22:02.001196+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:22:02.032902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:22:02.036409+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:22:02.036475+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:22:02.036510+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:22:02.036544+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:22:02.080465+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:22:02.143901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 [] [] [2020-07-12T10:22:02.169336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T10:22:02.170328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T10:22:02.188263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T10:22:02.188783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T10:22:02.189119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T10:22:02.321627+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:22:02.370640+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:22:37.533766+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:22:37.574709+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:22:37.574781+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:22:37.574821+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:22:37.576913+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:22:37.618801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:22:37.623758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:22:37.678729+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:22:37.704445+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:22:38.033120+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a83cc8"},"request_uri":"http://127.0.0.1:8000/_wdt/a83cc8","method":"GET"} [] [2020-07-12T10:22:52.309364+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:22:52.336991+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:22:52.337071+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:22:52.337134+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:22:52.338465+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:22:52.373658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:22:52.378927+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:22:52.426097+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:22:52.495553+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:22:52.894665+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca1a7d"},"request_uri":"http://127.0.0.1:8000/_wdt/ca1a7d","method":"GET"} [] [2020-07-12T10:23:08.445414+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:23:08.476085+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:23:08.476145+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:23:08.476179+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:23:08.477955+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:23:08.515964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:23:08.521107+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:23:08.574073+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:23:08.643031+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:23:09.044560+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3587c"},"request_uri":"http://127.0.0.1:8000/_wdt/c3587c","method":"GET"} [] [2020-07-12T10:25:33.222586+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:25:33.257145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:25:33.257211+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:25:33.257246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:25:33.259126+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:25:33.296689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:25:33.303464+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:25:33.357002+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:25:33.388191+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:25:33.765323+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26391b"},"request_uri":"http://127.0.0.1:8000/_wdt/26391b","method":"GET"} [] [2020-07-12T10:25:42.435471+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:25:42.471436+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:25:42.510387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:25:42.514364+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:25:42.514437+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:25:42.514472+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:25:42.514501+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:25:42.599409+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:27:24.205451+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:27:24.252947+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:27:24.253097+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:27:24.253260+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:27:24.256338+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:27:24.293627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:27:24.298222+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:27:24.345905+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:27:24.377419+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:27:24.780803+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98e6ab"},"request_uri":"http://127.0.0.1:8000/_wdt/98e6ab","method":"GET"} [] [2020-07-12T10:27:32.316130+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:27:32.358779+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:27:32.397632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:27:32.405306+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:27:32.405434+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:27:32.405499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:27:32.405552+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:27:32.461343+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:27:56.461288+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:27:56.495385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:27:56.495495+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:27:56.495560+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:27:56.498084+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:27:56.534071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:27:56.537734+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:27:56.586356+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:27:56.618720+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:27:57.032139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fddd88"},"request_uri":"http://127.0.0.1:8000/_wdt/fddd88","method":"GET"} [] [2020-07-12T10:28:04.610115+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:28:04.644845+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:28:04.683664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:28:04.687725+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:28:04.687803+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:28:04.687843+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:28:04.687875+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:28:04.743870+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:28:59.088332+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:28:59.122289+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:28:59.122356+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:28:59.122392+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:28:59.124144+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:28:59.159871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:28:59.163598+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:28:59.211688+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:28:59.243174+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:28:59.616457+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"130c1d"},"request_uri":"http://127.0.0.1:8000/_wdt/130c1d","method":"GET"} [] [2020-07-12T10:29:06.382531+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:29:06.418127+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:29:06.457340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:29:06.461398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:29:06.461492+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:29:06.461536+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:29:06.461570+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:29:06.521058+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:29:06.570144+00:00] php.CRITICAL: Uncaught Error: Call to a member function get() on array {"exception":"[object] (Error(code: 0): Call to a member function get() on array at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:58)"} [] [2020-07-12T10:29:06.576774+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function get() on array" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 58 {"exception":"[object] (Error(code: 0): Call to a member function get() on array at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:58)"} [] [2020-07-12T10:29:06.596571+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:29:06.804783+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b01b48"},"request_uri":"http://127.0.0.1:8000/_wdt/b01b48","method":"GET"} [] [2020-07-12T10:30:35.572201+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:30:35.606399+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:30:35.641508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:30:35.645166+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:30:35.645255+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:30:35.645290+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:30:35.645319+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:30:35.695263+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:33:05.660398+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:33:05.694090+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:33:05.731242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:33:05.735995+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:33:05.736085+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:33:05.736132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:33:05.736168+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:33:05.798250+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:34:10.979995+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:34:11.052087+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:34:11.102214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:34:11.106675+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:34:11.106763+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:34:11.106809+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:34:11.106848+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:34:11.164582+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:42:13.552042+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:42:13.558676+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:42:13.558738+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:42:13.558773+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:42:13.560199+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:42:13.588484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:42:13.593913+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:42:13.632139+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:42:13.661213+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:42:14.152150+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f82fa"},"request_uri":"http://127.0.0.1:8000/_wdt/5f82fa","method":"GET"} [] [2020-07-12T10:42:26.233499+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:42:26.265014+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:42:26.265077+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:42:26.265113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:42:26.266932+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:42:26.303247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:42:26.307626+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:42:26.354669+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:42:26.389437+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:42:26.778313+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da2a96"},"request_uri":"http://127.0.0.1:8000/_wdt/da2a96","method":"GET"} [] [2020-07-12T10:42:34.224891+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:42:34.278403+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:42:34.313424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:42:34.317038+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:42:34.317115+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:42:34.317151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:42:34.317181+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:42:34.371174+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:42:34.450207+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? [1] [] [2020-07-12T10:42:34.510829+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\NonUniqueResultException: "More than one result was found for query although one row or none was expected." at C:\Apache24\htdocs\vehicle\vendor\doctrine\orm\lib\Doctrine\ORM\AbstractQuery.php line 803 {"exception":"[object] (Doctrine\\ORM\\NonUniqueResultException(code: 0): More than one result was found for query although one row or none was expected. at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\AbstractQuery.php:803)"} [] [2020-07-12T10:42:34.542343+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:42:34.797651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e266f"},"request_uri":"http://127.0.0.1:8000/_wdt/3e266f","method":"GET"} [] [2020-07-12T10:43:51.848317+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:43:51.883806+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:43:51.926458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:43:51.930773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:43:51.930872+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:43:51.930910+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:43:51.930941+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:43:51.981431+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:43:52.045820+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? [1] [] [2020-07-12T10:43:52.066538+00:00] php.CRITICAL: Uncaught Error: Return value of App\Repository\ServiceRepository::findOneByDateRange() must be an instance of App\Entity\Service or null, array returned {"exception":"[object] (TypeError(code: 0): Return value of App\\Repository\\ServiceRepository::findOneByDateRange() must be an instance of App\\Entity\\Service or null, array returned at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php:79)"} [] [2020-07-12T10:43:52.074956+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Return value of App\Repository\ServiceRepository::findOneByDateRange() must be an instance of App\Entity\Service or null, array returned" at C:\Apache24\htdocs\vehicle\src\Repository\ServiceRepository.php line 79 {"exception":"[object] (TypeError(code: 0): Return value of App\\Repository\\ServiceRepository::findOneByDateRange() must be an instance of App\\Entity\\Service or null, array returned at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php:79)"} [] [2020-07-12T10:43:52.097080+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:43:52.364679+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26b0c2"},"request_uri":"http://127.0.0.1:8000/_wdt/26b0c2","method":"GET"} [] [2020-07-12T10:47:00.683158+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:47:00.690996+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:00.728185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:00.737126+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:00.737287+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:00.737375+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:00.737453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:00.785632+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:47:00.849065+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? [1] [] [2020-07-12T10:47:00.874612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T10:47:00.875647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T10:47:00.893339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:00.893961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T10:47:00.894353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T10:47:00.995228+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:47:01.029086+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:07.249998+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:47:07.299850+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:07.338761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:07.343576+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:07.343651+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:07.343687+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:07.343718+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:07.395652+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:47:07.460750+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? [1] [] [2020-07-12T10:47:07.486237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T10:47:07.487248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T10:47:07.505408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:07.505958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T10:47:07.506468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T10:47:07.606344+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:47:07.643648+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:16.126178+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:47:16.168018+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:16.168099+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:16.168142+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:16.169998+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:16.197677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:16.204628+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:16.262485+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:47:16.289256+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:16.613620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c294df"},"request_uri":"http://127.0.0.1:8000/_wdt/c294df","method":"GET"} [] [2020-07-12T10:47:17.801096+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-12T10:47:17.837030+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:17.837103+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:17.837200+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:17.838640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:17.867685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:17.873642+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:17.888853+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T10:47:17.985744+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T10:47:17.989727+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[1]] [] [2020-07-12T10:47:17.993024+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T10:47:17.994324+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:18.425986+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fb875"},"request_uri":"http://127.0.0.1:8000/_wdt/0fb875","method":"GET"} [] [2020-07-12T10:47:19.641368+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-07-12T10:47:19.680318+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:19.680394+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:19.680439+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:19.681842+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:19.712370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:19.717799+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:19.790029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:20.181328+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15f9f4"},"request_uri":"http://127.0.0.1:8000/_wdt/15f9f4","method":"GET"} [] [2020-07-12T10:47:31.149038+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-07-12T10:47:31.178864+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:31.212623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:31.216929+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:31.217003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:31.217040+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:31.217070+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:31.309692+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-12T10:47:31.323708+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note) VALUES (?, ?, ?, ?, ?, ?) {"1":"23334","2":"fa","3":"2020-07-12T00:00:00+00:00","4":"2020-07-12T00:00:00+00:00","5":null,"6":null} [] [2020-07-12T10:47:31.326710+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-12T10:47:31.348524+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:31.493116+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-12T10:47:31.520781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:31.520842+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:31.520876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:31.521981+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:31.553742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:31.559043+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:31.568373+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T10:47:31.619982+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T10:47:31.622910+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[2,1]] [] [2020-07-12T10:47:31.626499+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T10:47:31.628002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:32.033629+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41c669"},"request_uri":"http://127.0.0.1:8000/_wdt/41c669","method":"GET"} [] [2020-07-12T10:47:34.804486+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-07-12T10:47:34.837673+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:34.837732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:34.837766+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:34.838892+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:34.871737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:34.875384+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:34.919305+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:35.167405+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0ceaa"},"request_uri":"http://127.0.0.1:8000/_wdt/b0ceaa","method":"GET"} [] [2020-07-12T10:47:39.224730+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:47:39.251994+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:39.252060+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:39.252095+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:39.253225+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:39.285992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:39.289654+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:39.330123+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:47:39.352049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:39.668904+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1889e8"},"request_uri":"http://127.0.0.1:8000/_wdt/1889e8","method":"GET"} [] [2020-07-12T10:47:50.515642+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:47:50.545398+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:50.579159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:50.583099+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:50.583176+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:50.583214+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:50.583246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:50.625221+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-07-12T10:47:50.676815+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? [2] [] [2020-07-12T10:47:50.741313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:47:50.765450+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:47:59.901814+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:47:59.937388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:47:59.979547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:47:59.985947+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:47:59.986060+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:47:59.986098+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:47:59.986129+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:48:00.044719+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-07-12T10:48:00.097181+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? [2] [] [2020-07-12T10:48:00.166429+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:48:00.201328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:50:58.756500+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:50:58.819544+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:50:58.819618+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:50:58.819674+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:50:58.822537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:50:58.867823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:50:58.871711+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:50:58.939061+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:50:58.972148+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:50:59.289459+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dea4ce"},"request_uri":"http://127.0.0.1:8000/_wdt/dea4ce","method":"GET"} [] [2020-07-12T10:54:11.867746+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:54:11.873959+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:54:11.874024+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:54:11.874060+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:54:11.875489+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:54:11.912396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:54:11.916123+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:54:11.958256+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:54:11.985791+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:54:12.391208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d565ec"},"request_uri":"http://127.0.0.1:8000/_wdt/d565ec","method":"GET"} [] [2020-07-12T10:54:21.983511+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:54:22.016757+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:54:22.060832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:54:22.067973+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:54:22.068089+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:54:22.068152+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:54:22.068205+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:54:22.129354+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:55:40.501533+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:55:40.534966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:55:40.535073+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:55:40.535107+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:55:40.536945+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:55:40.577990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:55:40.586816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:55:40.637802+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:55:40.669861+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:55:41.145134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6ab71"},"request_uri":"http://127.0.0.1:8000/_wdt/e6ab71","method":"GET"} [] [2020-07-12T10:55:43.204263+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-12T10:55:43.244053+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:55:43.244127+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:55:43.244167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:55:43.246009+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:55:43.283060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:55:43.286684+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:55:43.301380+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T10:55:43.406364+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T10:55:43.411841+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-12T10:55:43.415480+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T10:55:43.416816+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:55:43.760056+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d37871"},"request_uri":"http://127.0.0.1:8000/_wdt/d37871","method":"GET"} [] [2020-07-12T10:55:54.195170+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-12T10:55:54.223172+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:55:54.223249+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:55:54.223291+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:55:54.224984+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:55:54.259872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:55:54.265470+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:55:54.276944+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T10:55:54.334950+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T10:55:54.339287+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-12T10:55:54.382668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T10:55:54.383218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T10:55:54.384879+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T10:55:54.386253+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:55:54.800182+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31a0fd"},"request_uri":"http://127.0.0.1:8000/_wdt/31a0fd","method":"GET"} [] [2020-07-12T10:56:14.434570+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:56:14.468675+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:56:14.506923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:56:14.510491+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:56:14.510579+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:56:14.510658+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:56:14.510693+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:56:14.564917+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:56:14.673251+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 83 near 'WorkDate BETWEEN': Error: Class App\Entity\Service has no field or association named WorkDate" at C:\Apache24\htdocs\vehicle\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 83 near 'WorkDate BETWEEN': Error: Class App\\Entity\\Service has no field or association named WorkDate at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT s FROM App\\Entity\\Service s INNER JOIN s.vehicle v WHERE v.id = :val AND (s.WorkDate BETWEEN :from AND :to) at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} [] [2020-07-12T10:56:14.814055+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:56:15.082616+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe22f0"},"request_uri":"http://127.0.0.1:8000/_wdt/fe22f0","method":"GET"} [] [2020-07-12T10:56:43.557907+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:56:43.584403+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:56:43.584469+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:56:43.584502+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:56:43.585656+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:56:43.617633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:56:43.622161+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:56:43.664535+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:56:43.686019+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:56:44.070468+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af9b06"},"request_uri":"http://127.0.0.1:8000/_wdt/af9b06","method":"GET"} [] [2020-07-12T10:56:56.177521+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:56:56.207000+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:56:56.241859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:56:56.247854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:56:56.247935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:56:56.247975+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:56:56.248009+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:56:56.292251+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T10:56:56.343156+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T10:56:56.372339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T10:56:56.373370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T10:56:56.395293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T10:56:56.395958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T10:56:56.479023+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:56:56.510216+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:57:10.778063+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T10:57:10.855647+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:57:10.855781+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:57:10.855832+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:57:10.860225+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:57:10.901205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:57:10.909203+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:57:10.979802+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:57:11.002708+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T10:57:11.364511+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb73b6"},"request_uri":"http://127.0.0.1:8000/_wdt/bb73b6","method":"GET"} [] [2020-07-12T10:57:14.674603+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T10:57:14.722464+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T10:57:14.766529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T10:57:14.772227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T10:57:14.772331+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T10:57:14.772381+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:57:14.772422+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T10:57:14.846012+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-07-12T10:57:14.923126+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [2,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T10:57:14.982719+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T10:57:15.007705+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:00:39.591470+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:00:39.648729+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:00:39.648803+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:00:39.648845+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:00:39.650919+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:00:39.698609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:00:39.710147+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:00:39.775264+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:00:39.802591+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:00:40.079867+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6417e5"},"request_uri":"http://127.0.0.1:8000/_wdt/6417e5","method":"GET"} [] [2020-07-12T11:00:47.270740+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:00:47.301025+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:00:47.337761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:00:47.342888+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:00:47.342968+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:00:47.343007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:00:47.343041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:00:47.388944+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:00:47.457129+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:00:47.484201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:00:47.485624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:00:47.503799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:00:47.504384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:00:47.584152+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:00:47.612107+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:00:50.882335+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:00:50.920776+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:00:50.920889+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:00:50.920938+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:00:50.923026+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:00:50.953409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:00:50.957539+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:00:51.008232+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:00:51.028990+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:00:51.287616+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cc127"},"request_uri":"http://127.0.0.1:8000/_wdt/0cc127","method":"GET"} [] [2020-07-12T11:01:01.181174+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:01:01.211683+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:01:01.249053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:01:01.258565+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:01:01.258666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:01:01.258704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:01:01.258736+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:01:01.311885+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:01:01.377833+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:01:01.404602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:01:01.405581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:01:01.426617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:01:01.427238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:01:01.427673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:01:01.535251+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:01:01.568173+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:03:23.610892+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/service/show/2","method":"GET"} [] [2020-07-12T11:03:23.645379+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:03:23.645440+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:03:23.645475+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:03:23.647269+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:03:23.689145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:03:23.695185+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:03:23.704112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.vehicle_id AS vehicle_id_10, t0.workshop_id AS workshop_id_11 FROM service t0 WHERE t0.id = ? ["2"] [] [2020-07-12T11:03:23.764881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T11:03:23.765452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:03:23.766256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:03:23.785098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:03:23.785587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:03:23.794925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:03:24.204286+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c61f93"},"request_uri":"http://127.0.0.1:8000/_wdt/c61f93","method":"GET"} [] [2020-07-12T11:06:03.917452+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:06:03.976872+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:06:04.015041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:06:04.019795+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:06:04.019909+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:06:04.019950+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:04.019982+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:04.073190+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:06:04.139131+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:06:04.211418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:06:04.212449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:06:04.230984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:06:04.231532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:06:04.231885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:06:04.331401+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:06:04.378188+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:06:08.451950+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:06:08.493264+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:06:08.531485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:06:08.535457+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:06:08.535572+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:06:08.535656+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:08.535711+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:08.585694+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:06:08.649383+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:06:08.674750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:06:08.676130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:06:08.694456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:06:08.695002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:06:08.695380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:06:08.794988+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:06:08.834658+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:06:12.397327+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:06:12.435468+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:06:12.435558+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:12.435593+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:12.437594+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:06:12.479578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:06:12.483284+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:06:12.533293+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:06:12.554139+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:06:12.896162+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b26d5"},"request_uri":"http://127.0.0.1:8000/_wdt/5b26d5","method":"GET"} [] [2020-07-12T11:06:15.469744+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:06:15.500098+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:06:15.533362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:06:15.536878+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:06:15.536955+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:06:15.536991+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:15.537022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:15.596135+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-07-12T11:06:15.664913+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [2,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:06:15.723169+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:06:15.746138+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:06:53.042513+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:06:53.075645+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:06:53.110528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:06:53.115394+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:06:53.115492+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:06:53.115543+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:53.115584+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:06:53.166701+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["2"]] [] [2020-07-12T11:06:53.215659+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [2,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:06:53.322991+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:06:53.357749+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:07:24.916885+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:07:24.958135+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:07:24.958198+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:07:24.958235+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:07:24.960060+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:07:25.001799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:07:25.006021+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:07:25.058297+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:07:25.089140+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:07:25.353664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b2c00"},"request_uri":"http://127.0.0.1:8000/_wdt/2b2c00","method":"GET"} [] [2020-07-12T11:07:28.606919+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:07:28.635492+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:07:28.667750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:07:28.672206+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:07:28.672275+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:07:28.672311+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:07:28.672346+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:07:28.713709+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:07:28.777352+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:07:28.803408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:07:28.804439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:07:28.823522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:07:28.824052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:07:28.824430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:07:28.934901+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:07:28.967237+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:09:00.966183+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:09:01.004425+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:09:01.043027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:09:01.048072+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:09:01.048145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:09:01.048181+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:09:01.048211+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:09:01.098483+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:09:01.161900+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:09:01.234652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:09:01.235681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:09:01.255174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:09:01.255915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:09:01.256461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:09:01.360625+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:09:01.398406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:09:19.298722+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:09:19.336433+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:09:19.373473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:09:19.378755+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:09:19.378828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:09:19.378864+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:09:19.378894+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:09:19.428440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:09:19.491196+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:09:19.565102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:09:19.566080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:09:19.584549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:09:19.585025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:09:19.585379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:09:19.686459+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:09:19.720813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:09:54.728230+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:09:54.792380+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:09:54.840057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:09:54.846339+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:09:54.846475+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:09:54.846558+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:09:54.846625+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:09:54.907715+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:09:54.973565+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:09:55.046909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:09:55.047989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:09:55.066225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:09:55.067012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:09:55.067670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:09:55.168847+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:09:55.205525+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:11:28.515261+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:11:28.562007+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:11:28.601673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:11:28.605640+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:11:28.605711+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:11:28.605746+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:11:28.605776+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:11:28.658729+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:11:28.721936+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:11:28.790868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:11:28.791842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:11:28.809878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:11:28.810369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:11:28.810694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:11:28.911034+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:11:28.945836+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:11:55.569092+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:11:55.604377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:11:55.604438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:11:55.604473+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:11:55.606057+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:11:55.649312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:11:55.652983+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:11:55.703913+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:11:55.725887+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:11:56.018255+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"707664"},"request_uri":"http://127.0.0.1:8000/_wdt/707664","method":"GET"} [] [2020-07-12T11:12:01.843017+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:12:01.874641+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:12:01.913749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:12:01.917697+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:12:01.917775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:12:01.917814+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:12:01.917847+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:12:01.964899+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:12:02.031896+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:12:02.058321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:12:02.059267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:12:02.079609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:12:02.080143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:12:02.162090+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:12:02.196315+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:12:27.066397+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:12:27.114746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:12:27.114825+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:12:27.114871+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:12:27.116896+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:12:27.153466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:12:27.158881+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:12:27.208852+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:12:27.230191+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:12:27.525542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c53465"},"request_uri":"http://127.0.0.1:8000/_wdt/c53465","method":"GET"} [] [2020-07-12T11:12:35.151366+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:12:35.181117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:12:35.213238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:12:35.216578+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:12:35.216646+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:12:35.216682+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:12:35.216784+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:12:35.262189+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:12:35.331479+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:12:35.362303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:12:35.363258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:12:35.381257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:12:35.381730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:12:35.382177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:12:35.503338+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:12:35.533770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:12:59.944906+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:12:59.984185+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:12:59.984344+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:12:59.984403+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:12:59.987545+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:13:00.040850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:13:00.044956+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:13:00.096559+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:13:00.123236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:13:00.412246+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d45d2d"},"request_uri":"http://127.0.0.1:8000/_wdt/d45d2d","method":"GET"} [] [2020-07-12T11:14:51.860020+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:14:51.888181+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:14:51.888240+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:14:51.888274+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:14:51.889428+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:14:51.922396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:14:51.925789+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:14:51.974901+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:14:52.039647+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:14:52.462416+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2276e"},"request_uri":"http://127.0.0.1:8000/_wdt/e2276e","method":"GET"} [] [2020-07-12T11:14:57.090540+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:14:57.121237+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:14:57.121297+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:14:57.121331+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:14:57.123004+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:14:57.162399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:14:57.166413+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:14:57.220242+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:14:57.244878+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:14:57.585544+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccd29e"},"request_uri":"http://127.0.0.1:8000/_wdt/ccd29e","method":"GET"} [] [2020-07-12T11:14:59.520602+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-12T11:14:59.547634+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:14:59.547700+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:14:59.547735+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:14:59.548883+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:14:59.583739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:14:59.590419+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:14:59.604701+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-12T11:14:59.662079+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, v1_.number AS number_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-12T11:14:59.665728+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-12T11:14:59.704537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-12T11:14:59.705114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:14:59.706796+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-12T11:14:59.708197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:15:00.171383+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6540c5"},"request_uri":"http://127.0.0.1:8000/_wdt/6540c5","method":"GET"} [] [2020-07-12T11:15:00.905928+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:15:00.936282+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:15:00.936344+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:00.936378+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:00.938018+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:15:00.978714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:15:00.983105+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:15:01.034597+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:15:01.057236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:15:01.378019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea9f82"},"request_uri":"http://127.0.0.1:8000/_wdt/ea9f82","method":"GET"} [] [2020-07-12T11:15:14.866972+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:15:14.897303+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:15:14.919756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:15:14.925087+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:15:14.925250+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:15:14.925311+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:14.925359+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:14.969521+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:15:15.036720+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-07-12T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:15:15.100440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:15:15.125104+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:15:22.272877+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:15:22.304557+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:15:22.304629+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:22.304715+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:22.305973+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:15:22.342802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:15:22.346483+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:15:22.391888+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:15:22.414135+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:15:22.747055+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e31175"},"request_uri":"http://127.0.0.1:8000/_wdt/e31175","method":"GET"} [] [2020-07-12T11:15:28.503446+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:15:28.534653+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:15:28.570286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:15:28.574789+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:15:28.574876+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:15:28.574918+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:28.574955+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:28.620800+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:15:28.672361+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:15:28.699509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:15:28.700346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:15:28.719269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:15:28.719726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:15:28.806216+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:15:28.835030+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:15:39.899174+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-12T11:15:39.935990+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:15:39.936056+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:39.936093+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:39.938583+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:15:39.978274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:15:39.981921+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:15:40.035985+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:15:40.058481+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:15:40.323439+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"617f12"},"request_uri":"http://127.0.0.1:8000/_wdt/617f12","method":"GET"} [] [2020-07-12T11:15:46.518015+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-12T11:15:46.550527+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-12T11:15:46.587669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-12T11:15:46.591584+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-12T11:15:46.591656+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:15:46.591691+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:46.591721+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:15:46.639729+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-12T11:15:46.709044+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-12T11:15:46.745568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-12T11:15:46.746610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-12T11:15:46.773433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-12T11:15:46.774076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-12T11:15:46.774591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-12T11:15:46.895811+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-12T11:15:46.927965+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-12T11:25:25.243293+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-12T11:25:25.329695+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:25:25.329871+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:25:25.329969+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:25:25.335773+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-12T11:25:25.364723+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-12T11:25:25.366073+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-12T11:25:25.739432+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-12T11:25:25.803613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:25:25.803759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:25:25.803853+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:25:25.841826+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-12T11:25:26.391194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"449cff"},"request_uri":"http://127.0.0.1:8000/_wdt/449cff","method":"GET"} [] [2020-07-12T11:25:29.492754+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-12T11:25:29.556542+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-12T11:25:29.556630+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:25:29.556683+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-12T11:25:29.589293+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-12T11:25:30.061029+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b1f50"},"request_uri":"http://127.0.0.1:8000/_wdt/2b1f50","method":"GET"} [] [2020-07-13T06:13:37.729467+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-13T06:13:40.681621+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:13:40.681775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:13:40.681865+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:13:40.901514+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-13T06:13:41.698199+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-13T06:13:41.731142+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-13T06:13:42.873499+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-13T06:13:42.943137+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:13:42.943280+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:13:42.943374+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:13:43.805173+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-13T06:13:45.420252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"445eb0"},"request_uri":"http://127.0.0.1:8000/_wdt/445eb0","method":"GET"} [] [2020-07-13T06:14:06.051654+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-13T06:14:06.118413+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:14:06.118547+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:06.118741+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:06.165591+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:08.012683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-13T06:14:08.996687+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:09.008809+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:09.406869+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-13T06:14:09.469820+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:14:09.469966+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:09.470060+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:09.504729+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-13T06:14:09.958627+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48c112"},"request_uri":"http://127.0.0.1:8000/_wdt/48c112","method":"GET"} [] [2020-07-13T06:14:45.873804+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-13T06:14:45.940113+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:14:45.940276+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:45.940417+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:45.941743+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:46.008393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-13T06:14:46.587989+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:46.597750+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:46.963946+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-13T06:14:47.028444+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:14:47.028588+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:47.028682+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:47.062938+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-13T06:14:47.584599+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdeb9b"},"request_uri":"http://127.0.0.1:8000/_wdt/cdeb9b","method":"GET"} [] [2020-07-13T06:14:50.900443+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-13T06:14:50.967912+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:14:50.968053+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:50.968161+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:50.969325+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:51.036761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-13T06:14:51.654686+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:51.722799+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 13 Jul 2020 06:14:51 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:51.722973+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:51.723041+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:51.737875+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:14:52.177472+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-13T06:14:52.241840+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:14:52.241986+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:52.242085+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:14:52.245155+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:14:52.301514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:14:52.315107+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:14:56.546780+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:14:56.740988+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-13T06:14:56.742747+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-13T06:14:57.132176+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:14:57.921765+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b7f04"},"request_uri":"http://127.0.0.1:8000/_wdt/4b7f04","method":"GET"} [] [2020-07-13T06:15:01.962975+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-13T06:15:02.028962+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:15:02.029120+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:15:02.029225+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:15:02.032162+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:15:02.098833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:15:02.108121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:15:02.334937+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:15:02.437561+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:15:03.083703+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3c741"},"request_uri":"http://127.0.0.1:8000/_wdt/c3c741","method":"GET"} [] [2020-07-13T06:15:15.801894+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:15:15.864901+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:15:15.932412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:15:15.940314+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:15:15.940478+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:15:15.940567+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:15:15.940642+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:15:16.356516+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:15:22.132747+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:15:23.678109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:15:23.680412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:15:23.726306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:15:23.727565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:15:23.728504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:15:25.385637+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:15:25.462044+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:17:00.970455+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:17:04.247277+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:17:06.337104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:17:06.541394+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:17:06.541546+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:17:06.541628+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:17:06.541696+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:17:11.493051+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:17:17.918680+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:17:20.226313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:17:20.230212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:17:20.275552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:17:20.277235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:17:20.279945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:17:22.092350+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-13T06:17:22.179042+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:17:22.179219+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:17:22.179313+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:17:22.183537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:17:22.261308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:17:22.270549+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:17:22.454613+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:17:23.475475+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:17:26.185661+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c040aa"},"request_uri":"http://127.0.0.1:8000/_wdt/c040aa","method":"GET"} [] [2020-07-13T06:17:35.783950+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:17:35.855017+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:17:35.925965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:17:35.934478+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:17:35.934652+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:17:35.934757+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:17:35.934837+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:17:36.044596+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:17:36.242323+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:17:36.311764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:17:36.313968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:17:36.364868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:17:36.366369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:17:36.367441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:17:36.685908+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:17:36.747236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:17:56.460356+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-13T06:17:56.545875+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:17:56.545969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:17:56.546025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:17:56.550000+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:17:56.633359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:17:56.642142+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:17:56.766313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:17:56.817390+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:17:57.353197+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c7d6e"},"request_uri":"http://127.0.0.1:8000/_wdt/6c7d6e","method":"GET"} [] [2020-07-13T06:18:00.001098+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-13T06:18:00.074309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:18:00.074426+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:18:00.074498+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:18:00.077255+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:18:00.142712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:18:00.151349+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:18:00.330638+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-13T06:18:01.026969+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-13T06:18:01.253024+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[2,1]] [] [2020-07-13T06:18:01.322779+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-13T06:18:01.360848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:18:02.444040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11cad2"},"request_uri":"http://127.0.0.1:8000/_wdt/11cad2","method":"GET"} [] [2020-07-13T06:18:03.732873+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:18:03.808163+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:18:03.868380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:18:03.880327+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:18:03.880530+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:18:03.880660+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:18:03.880781+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:18:03.993638+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:18:04.163817+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:18:04.228541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:18:04.230782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:18:04.280229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:18:04.281421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:18:04.282307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:18:04.577582+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:18:04.633500+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:32:59.027159+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:32:59.047064+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:32:59.114410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:32:59.126648+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:32:59.126822+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:32:59.126917+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:32:59.126996+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:32:59.225760+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:32:59.388108+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:32:59.434968+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:32:59.561985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:32:59.563659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:32:59.608258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:32:59.609447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:32:59.610326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:32:59.884486+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:33:00.028440+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:33:37.495454+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:33:37.550293+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:33:37.600006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:33:37.607570+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:33:37.607721+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:33:37.607863+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:33:37.607944+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:33:37.694628+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:33:37.818015+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:33:37.861952+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:33:37.968653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:33:37.970347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:33:38.008705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:33:38.009665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:33:38.010175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:33:38.219806+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:33:38.286685+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:34:27.097662+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:34:27.156329+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:34:27.206286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:34:27.215712+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:34:27.215880+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:34:27.215978+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:34:27.216060+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:34:27.309313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:34:27.470563+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:34:27.527025+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:34:27.658708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:34:27.660575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:34:27.702370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:34:27.703225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:34:27.703824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:34:27.875739+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:34:27.923606+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:35:58.145905+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:35:58.205484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:35:58.260381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:35:58.268153+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:35:58.268350+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:35:58.268512+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:35:58.268613+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:35:58.351396+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:35:58.449768+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:35:58.495153+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:35:58.597667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:35:58.599696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:35:58.643926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:35:58.644889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:35:58.645571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:35:58.812869+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:35:58.863533+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:36:16.108783+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:36:16.161265+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:36:16.212149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:36:16.217192+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:36:16.217268+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:36:16.217308+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:36:16.217341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:36:16.290293+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:36:16.393127+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:36:16.442076+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:36:16.535789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:36:16.538065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:36:16.581199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:36:16.582380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:36:16.583328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:36:16.825425+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:36:16.900751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:37:37.589482+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:37:37.642792+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:37:37.693142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:37:37.701762+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:37:37.701925+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:37:37.702019+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:37:37.702098+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:37:37.803209+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:37:37.903856+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:37:37.946870+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:37:38.041701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:37:38.043484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:37:38.086579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:37:38.087729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:37:38.088493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:37:38.252732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:37:38.310328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:38:19.434806+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:38:19.511314+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:38:19.562115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:38:19.571496+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:38:19.571588+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:38:19.571635+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:38:19.571673+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:38:19.696738+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:38:19.810545+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:38:19.870125+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:38:19.986905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:38:19.989070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:38:20.030265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:38:20.031411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:38:20.032386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:38:20.263575+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:38:20.314198+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:38:32.963728+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:38:33.054642+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:38:33.132709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:38:33.142174+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:38:33.142346+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:38:33.142441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:38:33.142519+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:38:33.268668+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:38:33.456716+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:38:33.514399+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:38:33.530470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:38:33.532606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:38:33.583638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:38:33.584741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:38:33.585814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:38:33.854401+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:38:33.905595+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:39:20.164435+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:39:20.219305+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:39:20.272054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:39:20.281232+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:39:20.281396+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:39:20.281490+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:39:20.281569+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:39:20.368720+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:39:20.469437+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:39:20.511271+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:39:20.617752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:39:20.619666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:39:20.662018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:39:20.663048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:39:20.664050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:39:20.827439+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:39:20.884661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:39:56.772188+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:39:56.860018+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:39:56.923533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:39:56.933049+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:39:56.933357+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:39:56.933459+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:39:56.933539+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:39:57.017204+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:39:57.115890+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:39:57.157195+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:39:57.251380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:39:57.253358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:39:57.295960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:39:57.296880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:39:57.297465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:39:57.457724+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:39:57.517693+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:41:28.063769+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:41:28.117644+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:41:28.184036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:41:28.192314+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:41:28.192506+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:41:28.192638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:41:28.192732+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:41:28.326431+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:41:28.481826+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:41:28.534530+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:41:28.643128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:41:28.645334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:41:28.690134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:41:28.691103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:41:28.691993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:41:28.871456+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:41:28.926795+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:41:51.542121+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:41:51.595807+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:41:51.650552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:41:51.659497+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:41:51.659698+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:41:51.659810+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:41:51.659902+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:41:51.751236+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:41:51.862125+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:41:51.905600+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:41:51.989479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:41:51.991316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:41:52.035470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:41:52.036475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:41:52.037299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:41:52.202118+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:41:52.255690+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:42:25.274949+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:42:25.336324+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:42:25.391783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:42:25.400025+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:42:25.400192+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:42:25.400304+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:42:25.400402+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:42:25.493430+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:42:25.600459+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:42:25.647113+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:42:25.743551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:42:25.745083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:42:25.784537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:42:25.785614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:42:25.786671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:42:25.978257+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:42:26.032981+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:43:31.261891+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:43:31.330976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:43:31.376895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:43:31.383132+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:43:31.383248+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:43:31.383310+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:43:31.383363+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:43:31.470508+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:43:31.581291+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:43:31.624487+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:43:31.720282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:43:31.722477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:43:31.770112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:43:31.771516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:43:31.772303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:43:31.928703+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:43:31.981691+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:44:32.297154+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:44:32.351806+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:44:32.402536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:44:32.411752+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:44:32.411921+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:44:32.412016+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:44:32.412104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:44:32.496737+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:44:32.606287+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:44:32.655760+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:44:32.741484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:44:32.743162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:44:32.783922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:44:32.785055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:44:32.785729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:44:32.961206+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:44:33.019066+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:45:27.634522+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:45:27.690713+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:45:27.732453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:45:27.738686+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:45:27.738771+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:45:27.738813+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:45:27.738849+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:45:27.809808+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:45:27.913197+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:45:27.958867+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:45:28.048568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:45:28.050341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:45:28.094291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:45:28.095336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:45:28.096115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:45:28.276875+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:45:28.334669+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:45:49.918704+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:45:49.978904+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:45:50.035980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:45:50.042492+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:45:50.042652+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:45:50.042709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:45:50.042756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:45:50.129366+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:45:50.236785+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:45:50.284226+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:45:50.382542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:45:50.384268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:45:50.425004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:45:50.425910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:45:50.426662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:45:50.695672+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:45:50.763181+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:46:16.677593+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:46:16.766606+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:46:16.846190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:46:16.854702+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:46:16.854869+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:46:16.854963+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:46:16.855042+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:46:16.981973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:46:17.145127+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:46:17.195307+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:46:17.206253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:46:17.208269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:46:17.251753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:46:17.252742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:46:17.253626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:46:17.508584+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:46:17.567455+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:47:35.455768+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-13T06:47:35.517790+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:47:35.517868+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:47:35.517914+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:47:35.520217+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:47:35.577736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:47:35.586534+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:47:35.672499+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:47:35.713474+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:47:36.179093+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f5673"},"request_uri":"http://127.0.0.1:8000/_wdt/9f5673","method":"GET"} [] [2020-07-13T06:47:37.134577+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-13T06:47:37.173373+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:47:37.173442+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:47:37.173480+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:47:37.175036+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:47:37.220035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:47:37.226106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:47:37.239940+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-13T06:47:37.408651+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-13T06:47:37.414361+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-13T06:47:37.418509+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-13T06:47:37.420136+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:47:38.418366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26ac62"},"request_uri":"http://127.0.0.1:8000/_wdt/26ac62","method":"GET"} [] [2020-07-13T06:54:48.986891+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-13T06:54:49.077173+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:54:49.077318+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:54:49.077408+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:54:49.082296+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:54:49.151313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:54:49.160551+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:54:49.288452+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:54:49.347158+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:54:50.391582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1ad9d"},"request_uri":"http://127.0.0.1:8000/_wdt/e1ad9d","method":"GET"} [] [2020-07-13T06:54:59.427039+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:54:59.500760+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:54:59.567686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:54:59.574591+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:54:59.574700+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:54:59.574833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:54:59.574916+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:54:59.683323+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:54:59.853000+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:54:59.901509+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:55:00.024464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:55:00.026512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:55:00.070369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:55:00.171034+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "qunit" nor one of the methods "qunit()", "getqunit()"/"isqunit()"/"hasqunit()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\Item"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 125 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"qunit\" nor one of the methods \"qunit()\", \"getqunit()\"/\"isqunit()\"/\"hasqunit()\" or \"__call()\" exist and have public access in class \"Proxies\\__CG__\\App\\Entity\\Item\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:125)"} [] [2020-07-13T06:55:00.666017+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:55:01.259636+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f467fa"},"request_uri":"http://127.0.0.1:8000/_wdt/f467fa","method":"GET"} [] [2020-07-13T06:55:20.018257+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:55:20.066525+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:55:20.117571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:55:20.125839+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:55:20.126007+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:55:20.126232+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:55:20.126347+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:55:20.209554+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:55:20.315905+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:55:20.359374+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:55:20.462930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:55:20.464632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:55:20.502339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:55:20.503393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:55:20.504325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:55:20.686626+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:55:20.740563+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:56:55.617465+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:56:55.669934+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:56:55.736028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:56:55.747156+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:56:55.747326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:56:55.747427+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:56:55.747512+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:56:55.859254+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:56:55.968668+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:56:56.016494+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:56:56.133461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:56:56.134978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:56:56.176154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:56:56.177232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:56:56.178169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:56:56.406968+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:56:56.469682+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:57:32.158597+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:57:32.222805+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:57:32.281873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:57:32.291419+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:57:32.291513+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:57:32.291564+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:57:32.291628+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:57:32.377330+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:57:32.476317+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:57:32.521007+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:57:32.613876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:57:32.615997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:57:32.658310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:57:32.659253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:57:32.660012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:57:32.840947+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:57:32.897899+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:58:31.740824+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:58:31.818001+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:58:31.873705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:58:31.884566+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:58:31.884691+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:58:31.884760+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:58:31.884835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:58:31.990282+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:58:32.114974+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:58:32.160837+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:58:32.264969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:58:32.267033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:58:32.313028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:58:32.313956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:58:32.314914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:58:32.497318+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:58:32.547654+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T06:58:51.841348+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T06:58:51.899192+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T06:58:51.950626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T06:58:51.957777+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T06:58:51.957892+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T06:58:51.957951+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:58:51.958001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T06:58:52.034347+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T06:58:52.129983+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:58:52.172788+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T06:58:52.269578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T06:58:52.271500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T06:58:52.314126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T06:58:52.315335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T06:58:52.316216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T06:58:52.499017+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T06:58:52.552247+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T07:00:12.487586+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T07:00:12.575581+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T07:00:12.647295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T07:00:12.654186+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T07:00:12.654371+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T07:00:12.654489+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:00:12.654581+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:00:12.757183+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T07:00:12.886853+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:00:12.933045+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:00:13.050909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T07:00:13.053255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T07:00:13.098929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T07:00:13.100045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T07:00:13.101001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T07:00:13.329380+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T07:00:13.388302+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T07:00:45.933204+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T07:00:45.987455+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T07:00:46.038761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T07:00:46.045198+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T07:00:46.045334+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T07:00:46.045403+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:00:46.045462+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:00:46.130085+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T07:00:46.232943+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:00:46.274840+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:00:46.392306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T07:00:46.394402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T07:00:46.438639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T07:00:46.439691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T07:00:46.440638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T07:00:46.617327+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T07:00:46.670173+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T07:01:11.038896+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T07:01:11.106864+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T07:01:11.162629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T07:01:11.170912+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T07:01:11.171075+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T07:01:11.171162+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:01:11.171236+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:01:11.252820+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T07:01:11.369647+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:01:11.414894+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:01:11.505314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T07:01:11.506784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T07:01:11.548861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T07:01:11.549572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T07:01:11.550186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T07:01:11.749644+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T07:01:11.803252+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T07:04:05.402919+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T07:04:05.456949+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T07:04:05.506457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T07:04:05.514246+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T07:04:05.514353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T07:04:05.514405+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:04:05.514448+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:04:05.590540+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T07:04:05.688418+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:04:05.732233+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:04:05.832731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T07:04:05.834487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T07:04:05.873180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T07:04:05.874141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T07:04:05.875128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T07:04:06.054231+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T07:04:06.111110+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T07:06:56.635791+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T07:06:56.691683+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T07:06:56.745942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T07:06:56.755240+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T07:06:56.755377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T07:06:56.755450+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:06:56.755512+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:06:56.833450+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T07:06:56.943978+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:06:56.991795+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:06:57.090567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T07:06:57.092033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T07:06:57.134334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T07:06:57.135393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T07:06:57.136335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T07:06:57.316443+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T07:06:57.366286+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T07:08:04.757652+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T07:08:04.808395+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T07:08:04.862666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T07:08:04.872188+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T07:08:04.872464+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T07:08:04.872570+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:08:04.872651+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:08:04.971205+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T07:08:05.129436+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:08:05.184834+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:08:05.309686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T07:08:05.311594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T07:08:05.361689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T07:08:05.362682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T07:08:05.363781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T07:08:05.600340+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T07:08:05.657445+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T07:09:11.752992+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T07:09:11.807915+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T07:09:11.863007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T07:09:11.869208+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T07:09:11.869306+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T07:09:11.869361+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:09:11.869406+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:09:11.952581+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T07:09:12.055085+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:09:12.100726+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:09:12.215328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T07:09:12.217374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T07:09:12.261931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T07:09:12.262771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T07:09:12.263450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T07:09:12.455994+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T07:09:12.508483+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T07:09:24.455509+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T07:09:24.550512+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T07:09:24.622948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T07:09:24.630712+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T07:09:24.630877+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T07:09:24.630972+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:09:24.631053+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T07:09:24.760400+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T07:09:24.916796+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:09:24.965616+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T07:09:24.978023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T07:09:24.979968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T07:09:25.023274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T07:09:25.024301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T07:09:25.025142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T07:09:25.322570+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T07:09:25.379815+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T09:29:29.377002+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-13T09:29:31.808666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T09:29:31.808772+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:31.808829+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:32.004843+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-13T09:29:32.707180+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-13T09:29:32.747560+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-13T09:29:34.245237+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-13T09:29:34.376919+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T09:29:34.377202+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:34.377338+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:35.190081+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-13T09:29:36.537771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6678c0"},"request_uri":"http://127.0.0.1:8000/_wdt/6678c0","method":"GET"} [] [2020-07-13T09:29:45.528970+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-13T09:29:45.573184+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T09:29:45.573292+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:45.573355+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:45.605336+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:46.964810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-13T09:29:47.854337+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:47.866002+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:48.191951+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-13T09:29:48.235351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T09:29:48.235443+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:48.235501+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:48.263734+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-13T09:29:48.744169+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85a740"},"request_uri":"http://127.0.0.1:8000/_wdt/85a740","method":"GET"} [] [2020-07-13T09:29:54.632921+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-13T09:29:54.690181+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T09:29:54.690243+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:54.690285+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:54.690789+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:54.741651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-13T09:29:55.168347+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:55.226839+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 13 Jul 2020 09:29:55 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:55.227131+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:55.227220+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:55.238561+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T09:29:55.588271+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-13T09:29:55.651264+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T09:29:55.651396+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:55.651464+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:29:55.654346+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T09:29:55.713284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T09:29:55.721770+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T09:29:58.808006+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T09:29:58.942771+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5 FROM workshop w0_ [] [] [2020-07-13T09:29:58.944521+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4 FROM item i0_ [] [] [2020-07-13T09:29:59.193060+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T09:30:00.081114+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c9d33"},"request_uri":"http://127.0.0.1:8000/_wdt/1c9d33","method":"GET"} [] [2020-07-13T09:30:03.935590+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-13T09:30:03.981345+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T09:30:03.981535+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:30:03.981656+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:30:03.984480+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T09:30:04.037008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T09:30:04.043085+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T09:30:04.238612+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T09:30:04.317104+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-13T09:30:05.093259+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0d3d0"},"request_uri":"http://127.0.0.1:8000/_wdt/b0d3d0","method":"GET"} [] [2020-07-13T09:30:16.394130+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-13T09:30:16.441694+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-13T09:30:16.491284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-13T09:30:16.498216+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-13T09:30:16.498333+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-13T09:30:16.498400+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:30:16.498458+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-13T09:30:16.807626+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-13T09:30:20.981889+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T09:30:21.048082+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.vehicle_id AS vehicle_id_9, s0_.workshop_id AS workshop_id_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-06-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-13T09:30:21.096595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-13T09:30:21.098627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-13T09:30:21.126665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-13T09:30:21.127835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-13T09:30:21.128495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-13T09:30:22.229249+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6 FROM vehicle v0_ [] [] [2020-07-13T09:30:22.280664+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T11:38:25.529698+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:25.611059+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:25.843290+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:25.849065+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:25.850546+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:25.852253+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-14T11:38:25.879158+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-14T11:38:26.177156+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:26.178750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:26.180441+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:26.182547+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:26.183411+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:26.184085+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-14T11:38:26.184811+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-14T11:38:26.322225+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:26.323960+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:26.325232+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:26.325971+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:26.326626+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-14T11:38:26.327259+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'item' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:26.328595+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'item' */ WHERE k.table_name = 'item' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:26.329499+00:00] doctrine.DEBUG: 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_NAME = 'item' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:26.330418+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'item' [] [] [2020-07-14T11:38:26.331060+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'service' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:26.332690+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'service' */ WHERE k.table_name = 'service' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:26.365432+00:00] doctrine.DEBUG: 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_NAME = 'service' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:26.366790+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'service' [] [] [2020-07-14T11:38:26.367405+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'service_details' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:26.368800+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'service_details' */ WHERE k.table_name = 'service_details' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:26.369797+00:00] doctrine.DEBUG: 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_NAME = 'service_details' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:26.370852+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'service_details' [] [] [2020-07-14T11:38:26.371504+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:26.372730+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:26.373610+00:00] doctrine.DEBUG: 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_NAME = 'user' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:26.374209+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] [] [2020-07-14T11:38:26.374689+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'vehicle' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:26.375888+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'vehicle' */ WHERE k.table_name = 'vehicle' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:26.376525+00:00] doctrine.DEBUG: 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_NAME = 'vehicle' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:26.376910+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'vehicle' [] [] [2020-07-14T11:38:26.377310+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'workshop' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:26.378467+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'workshop' */ WHERE k.table_name = 'workshop' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:26.378968+00:00] doctrine.DEBUG: 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_NAME = 'workshop' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:26.379454+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'workshop' [] [] [2020-07-14T11:38:51.099581+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:51.122917+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:51.129036+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:51.134094+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:51.134737+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-14T11:38:51.196803+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:51.198333+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:51.199655+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:51.200712+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:51.201295+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:51.201752+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-14T11:38:51.202237+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-14T11:38:51.203649+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:51.205106+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:51.206366+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:51.207363+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:51.208184+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:51.208875+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-14T11:38:51.209452+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-14T11:38:51.209938+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:51.211476+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:51.212805+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:51.213749+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:51.214385+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:51.214990+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-14T11:38:51.215567+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-14T11:38:51.831317+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-14T11:38:53.465606+00:00] doctrine.DEBUG: ALTER TABLE item ADD type INT DEFAULT NULL [] [] [2020-07-14T11:38:53.676165+00:00] doctrine.DEBUG: ALTER TABLE service ADD type INT DEFAULT NULL [] [] [2020-07-14T11:38:53.800370+00:00] doctrine.DEBUG: ALTER TABLE vehicle ADD type INT DEFAULT NULL [] [] [2020-07-14T11:38:53.965272+00:00] doctrine.DEBUG: ALTER TABLE workshop ADD type INT NOT NULL [] [] [2020-07-14T11:38:54.094637+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-14T11:38:54.096589+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-14T11:38:54.097750+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-14T11:38:54.098539+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-14T11:38:54.099185+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-14T11:38:54.099917+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-07-14T11:38:51+00:00",2237.0] [] [2020-07-14T11:38:54.138621+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-14T11:57:16.540008+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-14T11:57:16.637715+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:57:16.637888+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:16.638003+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:16.640607+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-14T11:57:17.132694+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-14T11:57:17.189715+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-14T11:57:17.868157+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-14T11:57:17.955564+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:57:17.955714+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:17.955806+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:17.961873+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-14T11:57:17.988731+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-14T11:57:17.989832+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-14T11:57:18.594314+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-14T11:57:18.661238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:57:18.661383+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:18.661483+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:18.885271+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-14T11:57:20.448724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f61b41"},"request_uri":"http://127.0.0.1:8000/_wdt/f61b41","method":"GET"} [] [2020-07-14T11:57:27.992580+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-14T11:57:28.062303+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:57:28.062448+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:28.062560+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:28.111501+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:28.400264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-14T11:57:29.384410+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:29.435158+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 14 Jul 2020 11:57:29 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:29.435350+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:29.435436+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:29.450118+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T11:57:29.922025+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-14T11:57:29.990104+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:57:29.990250+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:29.990341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:29.993315+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T11:57:30.058066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T11:57:30.066662+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T11:57:32.587183+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-14T11:57:32.755930+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-14T11:57:32.759047+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-14T11:57:33.155892+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T11:57:34.346692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1728df"},"request_uri":"http://127.0.0.1:8000/_wdt/1728df","method":"GET"} [] [2020-07-14T11:57:41.294296+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-14T11:57:41.363502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:57:41.363656+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:41.363749+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:41.368213+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T11:57:41.437305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T11:57:41.445061+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T11:57:41.708808+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T11:57:42.322664+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-14T11:57:42.647033+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-14T11:57:42.709858+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-14T11:57:42.745615+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T11:57:43.813411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40bb0d"},"request_uri":"http://127.0.0.1:8000/_wdt/40bb0d","method":"GET"} [] [2020-07-14T11:57:48.976833+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-14T11:57:49.045058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:57:49.045176+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:49.045245+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:57:49.049199+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T11:57:49.116312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T11:57:49.124280+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T11:57:49.207543+00:00] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class App\Controller\Request does not exist" at C:\Apache24\htdocs\vehicle\vendor\doctrine\persistence\lib\Doctrine\Persistence\AbstractManagerRegistry.php line 168 {"exception":"[object] (ReflectionException(code: -1): Class App\\Controller\\Request does not exist at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\AbstractManagerRegistry.php:168)"} [] [2020-07-14T11:57:49.723584+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T11:57:50.289800+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b047b9"},"request_uri":"http://127.0.0.1:8000/_wdt/b047b9","method":"GET"} [] [2020-07-14T11:58:46.309649+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-14T11:58:46.326586+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:58:46.326733+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:58:46.326826+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:58:46.330431+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T11:58:46.406057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T11:58:46.415443+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T11:58:46.446167+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T11:58:48.668052+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-14T11:58:48.680237+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-14T11:58:48.688836+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-14T11:58:48.691831+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T11:58:49.859890+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f8d38"},"request_uri":"http://127.0.0.1:8000/_wdt/3f8d38","method":"GET"} [] [2020-07-14T11:59:19.654790+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-14T11:59:19.720147+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T11:59:19.720293+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:59:19.720386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T11:59:19.724109+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T11:59:19.797503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T11:59:19.806934+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T11:59:19.842666+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T11:59:19.983386+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-14T11:59:19.992542+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-14T11:59:20.000400+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-14T11:59:20.003191+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T11:59:21.003162+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"441a66"},"request_uri":"http://127.0.0.1:8000/_wdt/441a66","method":"GET"} [] [2020-07-14T12:01:03.559677+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-14T12:01:03.618670+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:01:03.618757+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:01:03.618814+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:01:03.620676+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:01:03.669250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:01:03.675459+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:01:03.695120+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T12:01:03.895553+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-14T12:01:03.901518+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-14T12:01:03.906904+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-14T12:01:03.908866+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:01:04.915639+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bf7ac"},"request_uri":"http://127.0.0.1:8000/_wdt/9bf7ac","method":"GET"} [] [2020-07-14T12:02:03.290141+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-14T12:02:03.339575+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:02:03.339653+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:02:03.339701+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:02:03.342870+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:02:03.394089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:02:03.403699+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:02:03.431218+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T12:02:03.671326+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-14T12:02:03.678231+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-14T12:02:03.683732+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-14T12:02:03.687259+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:02:04.696005+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f96f6"},"request_uri":"http://127.0.0.1:8000/_wdt/5f96f6","method":"GET"} [] [2020-07-14T12:02:26.018699+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"GET"} [] [2020-07-14T12:02:26.095688+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:02:26.095915+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:02:26.096057+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:02:26.100360+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:02:26.176538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:02:26.186276+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:02:26.462824+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:02:27.661571+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7a5fd"},"request_uri":"http://127.0.0.1:8000/_wdt/e7a5fd","method":"GET"} [] [2020-07-14T12:03:15.647849+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"GET"} [] [2020-07-14T12:03:15.698283+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:03:15.698463+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:03:15.698602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:03:15.701313+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:03:15.758315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:03:15.765608+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:03:15.951039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:03:16.941078+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f01baf"},"request_uri":"http://127.0.0.1:8000/_wdt/f01baf","method":"GET"} [] [2020-07-14T12:04:29.359742+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"GET"} [] [2020-07-14T12:04:29.433611+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:04:29.433765+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:04:29.433829+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:04:29.437178+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:04:29.502741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:04:29.512840+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:04:29.621485+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:04:33.473558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93dbff"},"request_uri":"http://127.0.0.1:8000/_wdt/93dbff","method":"GET"} [] [2020-07-14T12:04:39.346950+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"POST"} [] [2020-07-14T12:04:39.432367+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:04:39.516737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:04:39.528706+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:04:39.528876+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:04:39.528975+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:04:39.529087+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:04:44.684947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Abc"] [] [2020-07-14T12:04:44.730935+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-14T12:04:44.773094+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Abc","2":"Liter","3":"12","4":null,"5":2} [] [2020-07-14T12:04:44.774454+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-14T12:04:44.802657+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:04:45.297418+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-14T12:04:45.389834+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:04:45.389980+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:04:45.390071+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:04:45.394492+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:04:45.472441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:04:45.480982+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:04:45.510544+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T12:04:45.642718+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-14T12:04:45.652553+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.name LIKE ? OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,4,3,2,1]] [] [2020-07-14T12:04:45.661196+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.name LIKE ? OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-14T12:04:45.664406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:04:46.786865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e658ac"},"request_uri":"http://127.0.0.1:8000/_wdt/e658ac","method":"GET"} [] [2020-07-14T12:09:01.593841+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-14T12:09:01.612689+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:09:01.612834+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:09:01.612925+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:09:01.616519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:09:01.691256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:09:01.702129+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:09:01.730746+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T12:09:01.919330+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.type = 2 AND i0_.name LIKE ?) OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-14T12:09:01.929166+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE ((i0_.type = 2 AND i0_.name LIKE ?) OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,4,3,2,1]] [] [2020-07-14T12:09:01.938797+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.type = 2 AND i0_.name LIKE ?) OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-14T12:09:01.942469+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:09:03.297581+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dba36"},"request_uri":"http://127.0.0.1:8000/_wdt/9dba36","method":"GET"} [] [2020-07-14T12:09:06.131575+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-14T12:09:06.208185+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:09:06.208337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:09:06.208431+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:09:06.213735+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:09:06.307439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:09:06.316585+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:09:06.352432+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T12:09:06.491353+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.type = 2 AND i0_.name LIKE ?) OR i0_.unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-14T12:09:06.500816+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE ((i0_.type = 2 AND i0_.name LIKE ?) OR i0_.unit LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%",[5,4,3,2,1]] [] [2020-07-14T12:09:06.509063+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE (i0_.type = 2 AND i0_.name LIKE ?) OR i0_.unit LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-14T12:09:06.512009+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:09:07.613245+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"905e1e"},"request_uri":"http://127.0.0.1:8000/_wdt/905e1e","method":"GET"} [] [2020-07-14T12:09:36.707710+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-14T12:09:36.750437+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:09:36.750620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:09:36.750732+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:09:36.753313+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:09:36.800412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:09:36.807516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:09:36.824759+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T12:09:36.903646+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-14T12:09:36.907753+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[5]] [] [2020-07-14T12:09:36.912974+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-14T12:09:36.915017+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:09:37.835392+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53b109"},"request_uri":"http://127.0.0.1:8000/_wdt/53b109","method":"GET"} [] [2020-07-14T12:09:43.080630+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"POST"} [] [2020-07-14T12:09:43.150423+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-14T12:09:43.217950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-14T12:09:43.226066+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-14T12:09:43.226239+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-14T12:09:43.226338+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:09:43.226420+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-14T12:09:43.240698+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2020-07-14T12:09:43.254504+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-14T12:09:43.382483+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%abc%"] [] [2020-07-14T12:09:43.388094+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%abc%"] [] [2020-07-14T12:09:43.390564+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-14T12:09:44.324829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2bcf0"},"request_uri":"http://127.0.0.1:8000/_wdt/a2bcf0","method":"GET"} [] [2020-07-15T04:13:20.043394+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T04:13:22.667142+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:13:22.667293+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:22.667402+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:22.897926+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T04:13:23.694201+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-15T04:13:23.753374+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-15T04:13:24.890437+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-15T04:13:24.957249+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:13:24.957394+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:24.957500+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:25.801678+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T04:13:27.582369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94c37d"},"request_uri":"http://127.0.0.1:8000/_wdt/94c37d","method":"GET"} [] [2020-07-15T04:13:40.613815+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-15T04:13:40.681527+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:13:40.681673+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:40.681784+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:40.729537+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:42.075477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-15T04:13:42.793665+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:42.804133+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:43.160485+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-15T04:13:43.224151+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:13:43.224321+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:43.224417+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:43.256607+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T04:13:43.758521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"108fb2"},"request_uri":"http://127.0.0.1:8000/_wdt/108fb2","method":"GET"} [] [2020-07-15T04:13:52.835248+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-15T04:13:52.913129+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:13:52.913243+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:52.913334+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:52.914653+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:52.977543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-15T04:13:53.617642+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:53.670701+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 15 Jul 2020 04:13:53 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:53.670965+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:53.671115+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:53.688759+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:13:54.193586+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T04:13:54.262436+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:13:54.262581+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:54.262674+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:13:54.265817+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:13:54.329184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:13:54.340458+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:13:58.318479+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T04:13:58.539091+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T04:13:58.542671+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T04:13:58.931353+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:14:00.275592+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8274ad"},"request_uri":"http://127.0.0.1:8000/_wdt/8274ad","method":"GET"} [] [2020-07-15T04:14:12.327618+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T04:14:12.395598+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:14:12.395740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:12.395840+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:12.398771+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:14:12.467275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:14:12.476179+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:14:12.600088+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T04:14:12.613569+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T04:14:12.616797+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T04:14:12.667527+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:14:13.848076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16ac49"},"request_uri":"http://127.0.0.1:8000/_wdt/16ac49","method":"GET"} [] [2020-07-15T04:14:16.442886+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T04:14:16.513642+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:14:16.513739+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:16.513799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:16.516332+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:14:16.583648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:14:16.592719+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:14:16.703542+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T04:14:16.716855+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T04:14:16.719936+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T04:14:16.781104+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:14:17.761036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e2b42"},"request_uri":"http://127.0.0.1:8000/_wdt/1e2b42","method":"GET"} [] [2020-07-15T04:14:36.493810+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:14:36.561753+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:14:36.561931+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:36.562037+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:36.565049+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:14:36.632710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:14:36.641293+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:14:36.860345+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:14:37.690987+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:14:37.795053+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:14:37.800681+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:14:38.834076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8c293"},"request_uri":"http://127.0.0.1:8000/_wdt/f8c293","method":"GET"} [] [2020-07-15T04:14:43.728500+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:14:43.796404+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:14:43.796556+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:43.796657+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:43.799599+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:14:43.863278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:14:43.872152+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:14:43.976960+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:14:44.214101+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:14:44.291033+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[5]] [] [2020-07-15T04:14:44.299025+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:14:44.301856+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:14:45.432860+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea1d3c"},"request_uri":"http://127.0.0.1:8000/_wdt/ea1d3c","method":"GET"} [] [2020-07-15T04:14:50.968359+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"GET"} [] [2020-07-15T04:14:51.032480+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:14:51.032674+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:51.032887+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:14:51.035591+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:14:51.096274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:14:51.104687+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:14:51.353701+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:14:52.511302+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0734cd"},"request_uri":"http://127.0.0.1:8000/_wdt/0734cd","method":"GET"} [] [2020-07-15T04:15:02.985241+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"POST"} [] [2020-07-15T04:15:03.059510+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:15:03.128981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:15:03.137163+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:15:03.137277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:15:03.137337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:15:03.137387+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:15:07.162763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Xyz"] [] [2020-07-15T04:15:07.173379+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T04:15:07.206336+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Xyz","2":"Inches","3":null,"4":null,"5":2} [] [2020-07-15T04:15:07.210408+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T04:15:07.231662+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:15:07.635528+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:15:07.707523+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:15:07.707808+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:15:07.707911+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:15:07.710874+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:15:07.777155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:15:07.785323+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:15:07.813698+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:15:07.939892+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:15:07.947967+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[6,5]] [] [2020-07-15T04:15:07.955477+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:15:07.958514+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:15:09.183316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ccca6"},"request_uri":"http://127.0.0.1:8000/_wdt/0ccca6","method":"GET"} [] [2020-07-15T04:15:15.193435+00:00] request.INFO: Matched route "acitem_show". {"route":"acitem_show","route_parameters":{"_route":"acitem_show","_controller":"App\\Controller\\AcItemController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/acitem/show/6","method":"GET"} [] [2020-07-15T04:15:15.260385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:15:15.260550+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:15:15.260667+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:15:15.264906+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:15:15.332600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:15:15.341442+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:15:15.401534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["6"] [] [2020-07-15T04:15:17.000046+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:15:18.190013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"710b30"},"request_uri":"http://127.0.0.1:8000/_wdt/710b30","method":"GET"} [] [2020-07-15T04:15:19.965686+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/item/6/edit","method":"GET"} [] [2020-07-15T04:15:20.037578+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:15:20.037715+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:15:20.037801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:15:20.042216+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:15:20.121929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:15:20.130796+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:15:20.148993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["6"] [] [2020-07-15T04:15:20.322572+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:15:21.456757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcba8e"},"request_uri":"http://127.0.0.1:8000/_wdt/fcba8e","method":"GET"} [] [2020-07-15T04:18:43.935970+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:18:43.983072+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:18:43.983140+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:18:43.983177+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:18:43.985370+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:18:44.038200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:18:44.047479+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:18:44.078382+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:18:44.186517+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:18:44.191739+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:18:44.194250+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:18:45.162740+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"faf4a5"},"request_uri":"http://127.0.0.1:8000/_wdt/faf4a5","method":"GET"} [] [2020-07-15T04:18:50.939685+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:18:50.998973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:18:50.999122+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:18:50.999217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:18:51.002106+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:18:51.065695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:18:51.071969+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:18:51.092173+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:18:51.357698+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:18:51.365905+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[6,5]] [] [2020-07-15T04:18:51.374829+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:18:51.378488+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:18:52.778832+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3ad80"},"request_uri":"http://127.0.0.1:8000/_wdt/d3ad80","method":"GET"} [] [2020-07-15T04:18:56.091388+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:18:56.166754+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:18:56.166902+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:18:56.166995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:18:56.171633+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:18:56.248646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:18:56.256528+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:18:56.294279+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:18:56.438789+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:18:56.447454+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[6,5]] [] [2020-07-15T04:18:56.453960+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:18:56.457961+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:18:57.635415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eece00"},"request_uri":"http://127.0.0.1:8000/_wdt/eece00","method":"GET"} [] [2020-07-15T04:18:59.046858+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"GET"} [] [2020-07-15T04:18:59.114462+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:18:59.114607+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:18:59.114700+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:18:59.117694+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:18:59.183668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:18:59.193236+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:18:59.541022+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:00.604203+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fd354"},"request_uri":"http://127.0.0.1:8000/_wdt/9fd354","method":"GET"} [] [2020-07-15T04:19:06.200973+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"POST"} [] [2020-07-15T04:19:06.278525+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:06.355283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:06.363140+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:06.363255+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:06.363319+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:06.363372+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:06.546778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["ASdf"] [] [2020-07-15T04:19:06.555361+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T04:19:06.557135+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"ASdf","2":"Set","3":null,"4":null,"5":2} [] [2020-07-15T04:19:06.558563+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T04:19:06.579548+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:06.926887+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:19:06.991304+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:06.991447+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:06.991539+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:06.994405+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:07.060482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:07.068586+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:07.097982+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:19:07.232400+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:19:07.239895+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T04:19:07.247692+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:19:07.250678+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:08.317268+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afed1c"},"request_uri":"http://127.0.0.1:8000/_wdt/afed1c","method":"GET"} [] [2020-07-15T04:19:11.812855+00:00] request.INFO: Matched route "acitem_show". {"route":"acitem_show","route_parameters":{"_route":"acitem_show","_controller":"App\\Controller\\AcItemController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/acitem/show/7","method":"GET"} [] [2020-07-15T04:19:11.878321+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:11.878579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:11.878679+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:11.881677+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:11.938558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:11.947215+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:11.963608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["7"] [] [2020-07-15T04:19:12.119472+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:13.165349+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3feae"},"request_uri":"http://127.0.0.1:8000/_wdt/a3feae","method":"GET"} [] [2020-07-15T04:19:15.374229+00:00] request.INFO: Matched route "acitem_edit". {"route":"acitem_edit","route_parameters":{"_route":"acitem_edit","_controller":"App\\Controller\\AcItemController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/acitem/7/edit","method":"GET"} [] [2020-07-15T04:19:15.449035+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:15.449179+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:15.449270+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:15.453933+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:15.520170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:15.528449+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:15.585749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["7"] [] [2020-07-15T04:19:15.830359+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:16.891387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c1f01"},"request_uri":"http://127.0.0.1:8000/_wdt/9c1f01","method":"GET"} [] [2020-07-15T04:19:23.765151+00:00] request.INFO: Matched route "acitem_edit". {"route":"acitem_edit","route_parameters":{"_route":"acitem_edit","_controller":"App\\Controller\\AcItemController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/acitem/7/edit","method":"POST"} [] [2020-07-15T04:19:23.863615+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:23.943476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:23.954137+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:23.954316+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:23.954431+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:23.954514+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:23.980390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["7"] [] [2020-07-15T04:19:24.185913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Asdf"] [] [2020-07-15T04:19:24.188590+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T04:19:24.188881+00:00] doctrine.DEBUG: UPDATE item SET name = ? WHERE id = ? ["Asdf",7] [] [2020-07-15T04:19:24.192181+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T04:19:24.218575+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:24.591607+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:19:24.649984+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:24.650132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:24.650222+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:24.653026+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:24.717888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:24.724821+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:24.754225+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:19:24.889341+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:19:24.897210+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T04:19:24.905544+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:19:24.907986+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:25.972270+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b69348"},"request_uri":"http://127.0.0.1:8000/_wdt/b69348","method":"GET"} [] [2020-07-15T04:19:27.206142+00:00] request.INFO: Matched route "acitem_edit". {"route":"acitem_edit","route_parameters":{"_route":"acitem_edit","_controller":"App\\Controller\\AcItemController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/acitem/7/edit","method":"GET"} [] [2020-07-15T04:19:27.271428+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:27.271572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:27.271665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:27.274628+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:27.340377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:27.347889+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:27.361649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["7"] [] [2020-07-15T04:19:27.469328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:28.380679+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d9947"},"request_uri":"http://127.0.0.1:8000/_wdt/2d9947","method":"GET"} [] [2020-07-15T04:19:34.084203+00:00] request.INFO: Matched route "acitem_edit". {"route":"acitem_edit","route_parameters":{"_route":"acitem_edit","_controller":"App\\Controller\\AcItemController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/acitem/7/edit","method":"POST"} [] [2020-07-15T04:19:34.171474+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:34.234676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:34.243121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:34.243401+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:34.243508+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:34.243589+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:34.259825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["7"] [] [2020-07-15T04:19:34.380637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Asdf"] [] [2020-07-15T04:19:34.404156+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:34.757324+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:19:34.820632+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:34.820728+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:34.820809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:34.822937+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:34.890355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:34.897932+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:34.924659+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:19:35.050467+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:19:35.057275+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T04:19:35.065830+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:19:35.068939+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:36.147847+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e5931"},"request_uri":"http://127.0.0.1:8000/_wdt/8e5931","method":"GET"} [] [2020-07-15T04:19:45.887029+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"POST"} [] [2020-07-15T04:19:45.956506+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:46.014609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:46.023034+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:46.023226+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:46.023320+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:46.023399+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:46.036614+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2020-07-15T04:19:46.053349+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:19:46.183293+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%xyz%"] [] [2020-07-15T04:19:46.190088+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%xyz%",[6]] [] [2020-07-15T04:19:46.197477+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%xyz%"] [] [2020-07-15T04:19:46.199553+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:47.205436+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a2f0d"},"request_uri":"http://127.0.0.1:8000/_wdt/7a2f0d","method":"GET"} [] [2020-07-15T04:19:51.497242+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:19:51.564602+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:19:51.564748+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:51.564841+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:19:51.567825+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:19:51.634927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:19:51.643639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:19:51.671388+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:19:51.802905+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:19:51.806971+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:19:51.809620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:19:52.799349+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a40f69"},"request_uri":"http://127.0.0.1:8000/_wdt/a40f69","method":"GET"} [] [2020-07-15T04:24:39.034937+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:24:39.085458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:24:39.085526+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:24:39.085766+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:24:39.088085+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:24:39.140296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:24:39.149278+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:24:39.182644+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:24:39.364158+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:24:39.366866+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:24:39.368981+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:24:40.308537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44e421"},"request_uri":"http://127.0.0.1:8000/_wdt/44e421","method":"GET"} [] [2020-07-15T04:25:03.497723+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:25:03.601524+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:25:03.601671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:25:03.601762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:25:03.606593+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:25:03.680249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:25:03.691884+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:25:03.727412+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:25:03.859585+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:25:03.863782+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:25:03.866601+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:25:04.859506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"859f7d"},"request_uri":"http://127.0.0.1:8000/_wdt/859f7d","method":"GET"} [] [2020-07-15T04:29:15.304278+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:29:15.361360+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:29:15.361456+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:29:15.361516+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:29:15.364268+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:29:15.417687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:29:15.427788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:29:15.456432+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:29:15.634013+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:29:15.636497+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:29:15.638393+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:29:16.411924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1a1b1"},"request_uri":"http://127.0.0.1:8000/_wdt/a1a1b1","method":"GET"} [] [2020-07-15T04:29:18.212745+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:29:18.281527+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:29:18.281650+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:29:18.281762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:29:18.286216+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:29:18.367800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:29:18.377339+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:29:18.408871+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:29:18.538081+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:29:18.543529+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:29:18.546488+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:29:19.312128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70fa49"},"request_uri":"http://127.0.0.1:8000/_wdt/70fa49","method":"GET"} [] [2020-07-15T04:30:25.696017+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:30:25.740687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:30:25.740859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:30:25.740908+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:30:25.742664+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:30:25.795121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:30:25.803916+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:30:25.825288+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:30:26.014481+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:30:26.019319+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:30:26.022514+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:30:26.786311+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98b467"},"request_uri":"http://127.0.0.1:8000/_wdt/98b467","method":"GET"} [] [2020-07-15T04:35:02.048330+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:35:02.102176+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:35:02.102263+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:35:02.102348+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:35:02.105420+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:35:02.181484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:35:02.192027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:35:02.235378+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:35:02.477388+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:35:02.482438+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:35:02.485514+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:35:03.353944+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18fb55"},"request_uri":"http://127.0.0.1:8000/_wdt/18fb55","method":"GET"} [] [2020-07-15T04:35:56.523217+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:35:56.572539+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:35:56.572614+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:35:56.572658+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:35:56.574947+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:35:56.621913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:35:56.629887+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:35:56.661611+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:35:56.913520+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:35:56.918753+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:35:56.922240+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:35:57.801229+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b0535"},"request_uri":"http://127.0.0.1:8000/_wdt/0b0535","method":"GET"} [] [2020-07-15T04:35:59.257316+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:35:59.307803+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:35:59.307873+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:35:59.307914+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:35:59.310506+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:35:59.355399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:35:59.364104+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:35:59.390401+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:35:59.487210+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:35:59.491208+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:35:59.493908+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:36:00.225583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1d5ae"},"request_uri":"http://127.0.0.1:8000/_wdt/b1d5ae","method":"GET"} [] [2020-07-15T04:39:42.156457+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:39:42.214242+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:39:42.214337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:39:42.214391+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:39:42.217324+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:39:42.270627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:39:42.286085+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:39:42.322558+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:39:42.500751+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:39:42.504657+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:39:42.507043+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:39:43.284064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efd1f2"},"request_uri":"http://127.0.0.1:8000/_wdt/efd1f2","method":"GET"} [] [2020-07-15T04:43:08.521938+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:43:08.586112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:43:08.586277+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:43:08.586352+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:43:08.592410+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:43:08.664181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:43:08.671325+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:43:08.700087+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:43:08.944901+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "category_index" as such route does not exist.")." at C:\Apache24\htdocs\vehicle\templates\template.html.twig line 169 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"category_index\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\template.html.twig:169)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"category_index\" as such route does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2020-07-15T04:43:09.598867+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:43:10.235859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a602c8"},"request_uri":"http://127.0.0.1:8000/_wdt/a602c8","method":"GET"} [] [2020-07-15T04:44:37.048766+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:44:37.098719+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:44:37.098832+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:44:37.098877+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:44:37.101369+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:44:37.158944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:44:37.169061+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:44:37.192917+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:44:37.217918+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "category_index" as such route does not exist.")." at C:\Apache24\htdocs\vehicle\templates\template.html.twig line 169 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"category_index\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\template.html.twig:169)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"category_index\" as such route does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2020-07-15T04:44:37.303736+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:44:37.866550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73ee16"},"request_uri":"http://127.0.0.1:8000/_wdt/73ee16","method":"GET"} [] [2020-07-15T04:48:44.386365+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:48:44.443206+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:48:44.443314+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:48:44.443445+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:48:44.447176+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:48:44.503067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:48:44.512815+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:48:44.538298+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:48:44.707633+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:48:44.712461+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:48:44.715446+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:48:45.506769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e754a1"},"request_uri":"http://127.0.0.1:8000/_wdt/e754a1","method":"GET"} [] [2020-07-15T04:50:47.132629+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:50:47.185506+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:50:47.185576+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:50:47.185614+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:50:47.189709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:50:47.242460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:50:47.251592+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:50:47.282279+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:50:47.462576+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:50:47.465397+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:50:47.467305+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:50:48.176890+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfee25"},"request_uri":"http://127.0.0.1:8000/_wdt/dfee25","method":"GET"} [] [2020-07-15T04:51:24.569157+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:51:24.623112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:51:24.623182+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:51:24.623223+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:51:24.625856+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:51:24.685138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:51:24.692797+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:51:24.719353+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:51:24.906763+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:51:24.909763+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:51:24.911883+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:51:25.598552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b9f66"},"request_uri":"http://127.0.0.1:8000/_wdt/1b9f66","method":"GET"} [] [2020-07-15T04:51:58.478625+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:51:58.533850+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:51:58.533943+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:51:58.533999+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:51:58.536877+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:51:58.598813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:51:58.608190+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:51:58.635910+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:51:58.840034+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:51:58.844661+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:51:58.847151+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:51:59.604590+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdb719"},"request_uri":"http://127.0.0.1:8000/_wdt/bdb719","method":"GET"} [] [2020-07-15T04:52:05.442403+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T04:52:05.517324+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:52:05.517468+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:52:05.517558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:52:05.521924+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:52:05.600374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:52:05.609165+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:52:05.642023+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:52:05.770896+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:52:05.775148+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:52:05.780021+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:52:06.537622+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06a9ed"},"request_uri":"http://127.0.0.1:8000/_wdt/06a9ed","method":"GET"} [] [2020-07-15T04:52:08.497928+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-15T04:52:08.567973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:52:08.568107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:52:08.568188+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:52:08.571020+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:52:08.639499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:52:08.648619+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:52:08.739431+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:52:08.970382+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T04:52:08.980585+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T04:52:08.988911+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T04:52:08.992014+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:52:09.764303+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94653e"},"request_uri":"http://127.0.0.1:8000/_wdt/94653e","method":"GET"} [] [2020-07-15T04:52:11.450351+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T04:52:11.520309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:52:11.520491+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:52:11.520598+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:52:11.523936+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:52:11.595167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:52:11.603557+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:52:11.679750+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:52:11.926412+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T04:52:11.935467+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-15T04:52:11.942982+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T04:52:11.946198+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:52:12.721560+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2385f3"},"request_uri":"http://127.0.0.1:8000/_wdt/2385f3","method":"GET"} [] [2020-07-15T04:54:01.730489+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T04:54:01.818204+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:54:01.818361+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:54:01.818585+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:54:01.821954+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:54:01.889643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:54:01.901026+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:54:01.930676+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:54:02.186948+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T04:54:02.197434+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-15T04:54:02.205652+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T04:54:02.208997+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:54:03.072176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22b8d5"},"request_uri":"http://127.0.0.1:8000/_wdt/22b8d5","method":"GET"} [] [2020-07-15T04:54:17.375122+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:54:17.451193+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:54:17.451362+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:54:17.451460+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:54:17.455972+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:54:17.529041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:54:17.537463+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:54:17.570228+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:54:17.705365+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:54:17.712386+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T04:54:17.721040+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:54:17.724458+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:54:18.624911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa9ff4"},"request_uri":"http://127.0.0.1:8000/_wdt/fa9ff4","method":"GET"} [] [2020-07-15T04:54:20.767305+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:54:20.836279+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:54:20.836374+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:54:20.836431+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:54:20.838968+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:54:20.894990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:54:20.904159+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:54:20.934088+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:54:21.077784+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:54:21.084511+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T04:54:21.092426+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:54:21.095319+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:54:21.872226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8358bf"},"request_uri":"http://127.0.0.1:8000/_wdt/8358bf","method":"GET"} [] [2020-07-15T04:56:12.074910+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:56:12.124497+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:56:12.124572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:56:12.124613+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:56:12.126189+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:56:12.173399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:56:12.181536+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:56:12.209463+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:56:12.398068+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:56:12.402311+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T04:56:12.407304+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:56:12.409368+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:56:13.299057+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98a33f"},"request_uri":"http://127.0.0.1:8000/_wdt/98a33f","method":"GET"} [] [2020-07-15T04:56:41.285806+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:56:41.335927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:56:41.336018+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:56:41.336073+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:56:41.339604+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:56:41.395718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:56:41.401934+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:56:41.428151+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:56:41.621963+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:56:41.627069+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T04:56:41.632100+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:56:41.634198+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:56:42.400790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d370ca"},"request_uri":"http://127.0.0.1:8000/_wdt/d370ca","method":"GET"} [] [2020-07-15T04:56:49.266201+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T04:56:49.338472+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:56:49.338665+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:56:49.338766+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:56:49.343165+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:56:49.419968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:56:49.428654+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:56:49.462383+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:56:49.591930+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T04:56:49.598677+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T04:56:49.606173+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T04:56:49.609088+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:56:50.349980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f8306"},"request_uri":"http://127.0.0.1:8000/_wdt/6f8306","method":"GET"} [] [2020-07-15T04:56:52.153418+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T04:56:52.215394+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:56:52.215537+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:56:52.215744+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:56:52.218615+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:56:52.286035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:56:52.294513+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:56:52.390152+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:56:52.697162+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T04:56:52.705979+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T04:56:52.850570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T04:56:52.851653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T04:56:52.855330+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T04:56:52.858249+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:56:53.659721+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10ce95"},"request_uri":"http://127.0.0.1:8000/_wdt/10ce95","method":"GET"} [] [2020-07-15T04:57:07.485481+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T04:57:07.585590+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T04:57:07.585733+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:57:07.585810+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T04:57:07.590908+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T04:57:07.668340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T04:57:07.676917+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T04:57:07.719943+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T04:57:07.882153+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T04:57:07.895649+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T04:57:07.992446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T04:57:07.993614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T04:57:07.997743+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T04:57:08.001559+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T04:57:08.894567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"995904"},"request_uri":"http://127.0.0.1:8000/_wdt/995904","method":"GET"} [] [2020-07-15T05:00:38.084031+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:00:38.171349+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:00:38.171496+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:00:38.171596+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:00:38.176089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:00:38.254264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:00:38.264107+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:00:38.301050+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:00:38.465872+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:00:38.477242+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:00:38.579198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:00:38.580306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:00:38.585988+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:00:38.589495+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:00:39.419359+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f78b4c"},"request_uri":"http://127.0.0.1:8000/_wdt/f78b4c","method":"GET"} [] [2020-07-15T05:00:55.901528+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T05:00:55.978656+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:00:55.978811+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:00:55.978903+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:00:55.983775+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:00:56.059222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:00:56.068428+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:00:56.101894+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:00:56.264760+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:00:56.272059+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T05:00:56.280659+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:00:56.283712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:00:57.176341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d85d0"},"request_uri":"http://127.0.0.1:8000/_wdt/6d85d0","method":"GET"} [] [2020-07-15T05:16:00.081407+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T05:16:00.099614+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:16:00.099778+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:16:00.099839+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:16:00.103277+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:16:00.171174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:16:00.181227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:16:00.209646+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:16:00.497740+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:16:00.505903+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T05:16:00.515500+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:16:00.518898+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:16:01.621287+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f022d"},"request_uri":"http://127.0.0.1:8000/_wdt/0f022d","method":"GET"} [] [2020-07-15T05:16:04.790388+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:16:04.879781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:16:04.879974+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:16:04.880119+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:16:04.885315+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:16:04.961909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:16:04.969913+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:16:05.009821+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:16:05.538431+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:16:05.548922+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:16:05.557885+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:16:05.560882+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:16:06.553384+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67fd13"},"request_uri":"http://127.0.0.1:8000/_wdt/67fd13","method":"GET"} [] [2020-07-15T05:16:11.214893+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:16:11.316063+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:16:11.316347+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:16:11.316453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:16:11.321379+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:16:11.401055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:16:11.410445+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:16:11.446570+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:16:11.606130+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:16:11.613542+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:16:11.620232+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:16:11.623109+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:16:12.633025+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bdc6c"},"request_uri":"http://127.0.0.1:8000/_wdt/9bdc6c","method":"GET"} [] [2020-07-15T05:16:17.163956+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-07-15T05:16:17.232599+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:16:17.232745+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:16:17.232834+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:16:17.235931+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:16:17.302958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:16:17.310889+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:16:17.546933+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:16:18.620454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"657fd8"},"request_uri":"http://127.0.0.1:8000/_wdt/657fd8","method":"GET"} [] [2020-07-15T05:18:31.145986+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-07-15T05:18:31.201337+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:18:31.201401+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:18:31.201435+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:18:31.203519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:18:31.248854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:18:31.257791+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:18:31.401939+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:18:32.462982+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c38bc2"},"request_uri":"http://127.0.0.1:8000/_wdt/c38bc2","method":"GET"} [] [2020-07-15T05:18:56.777938+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"POST"} [] [2020-07-15T05:18:56.857268+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:18:56.937711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:18:56.946678+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:18:56.946844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:18:56.946939+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:18:56.947135+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:18:57.307322+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T05:18:57.309335+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note, type) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"1234","2":"Abc","3":"2020-07-15T00:00:00+00:00","4":"2020-07-23T00:00:00+00:00","5":null,"6":null,"7":2} [] [2020-07-15T05:18:57.314351+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T05:18:57.344984+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:18:57.815663+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:18:57.897867+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:18:57.897989+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:18:57.898063+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:18:57.901843+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:18:57.971948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:18:57.981559+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:18:58.015715+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:18:58.165175+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:18:58.174778+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T05:18:58.183301+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:18:58.186430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:18:59.271017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa09b6"},"request_uri":"http://127.0.0.1:8000/_wdt/fa09b6","method":"GET"} [] [2020-07-15T05:19:07.792602+00:00] request.INFO: Matched route "air_conditioner_show". {"route":"air_conditioner_show","route_parameters":{"_route":"air_conditioner_show","_controller":"App\\Controller\\AirConditionerController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/airconditioner/show/3","method":"GET"} [] [2020-07-15T05:19:07.866064+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:19:07.866160+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:19:07.866217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:19:07.868550+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:19:07.935438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:19:07.943873+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:19:07.958331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:19:08.129260+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:19:09.103882+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bb4c3"},"request_uri":"http://127.0.0.1:8000/_wdt/9bb4c3","method":"GET"} [] [2020-07-15T05:19:25.120384+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/airconditioner/edit/3","method":"GET"} [] [2020-07-15T05:19:25.195594+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:19:25.195719+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:19:25.195783+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:19:25.199363+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:19:25.268446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:19:25.279418+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:19:25.299217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:19:25.551030+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:19:26.648643+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b2004"},"request_uri":"http://127.0.0.1:8000/_wdt/8b2004","method":"GET"} [] [2020-07-15T05:20:03.071038+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/airconditioner/edit/3","method":"GET"} [] [2020-07-15T05:20:03.120724+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:20:03.120821+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:03.120873+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:03.123533+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:20:03.170192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:20:03.176890+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:20:03.191762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:20:03.276447+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:20:04.152057+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e2a63"},"request_uri":"http://127.0.0.1:8000/_wdt/7e2a63","method":"GET"} [] [2020-07-15T05:20:15.039271+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:20:15.103421+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:20:15.103543+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:15.103633+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:15.105268+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:20:15.165497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:20:15.172327+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:20:15.201338+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:20:15.335321+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:20:15.344650+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T05:20:15.352550+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:20:15.355515+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:20:16.403263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"321589"},"request_uri":"http://127.0.0.1:8000/_wdt/321589","method":"GET"} [] [2020-07-15T05:20:17.039075+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-07-15T05:20:17.108547+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:20:17.108693+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:17.108782+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:17.111873+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:20:17.179025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:20:17.187636+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:20:17.289396+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:20:18.174735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64df05"},"request_uri":"http://127.0.0.1:8000/_wdt/64df05","method":"GET"} [] [2020-07-15T05:20:40.006430+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:20:40.074990+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:20:40.075092+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:40.075150+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:40.077804+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:20:40.143988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:20:40.151622+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:20:40.171222+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:20:40.298606+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:20:40.306103+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T05:20:40.314197+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:20:40.317179+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:20:41.298315+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23ff53"},"request_uri":"http://127.0.0.1:8000/_wdt/23ff53","method":"GET"} [] [2020-07-15T05:20:44.328518+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:20:44.399115+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:20:44.399260+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:44.399364+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:44.402275+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:20:44.464370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:20:44.472639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:20:44.497150+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:20:44.629644+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:20:44.637440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T05:20:44.645275+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:20:44.647573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:20:45.556959+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"727352"},"request_uri":"http://127.0.0.1:8000/_wdt/727352","method":"GET"} [] [2020-07-15T05:20:46.279333+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-07-15T05:20:46.348944+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:20:46.349113+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:46.349328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:20:46.352304+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:20:46.408738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:20:46.419317+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:20:46.522411+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:20:47.387279+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e51e6e"},"request_uri":"http://127.0.0.1:8000/_wdt/e51e6e","method":"GET"} [] [2020-07-15T05:21:28.598619+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-07-15T05:21:28.650375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:21:28.650479+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:21:28.650565+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:21:28.653144+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:21:28.701849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:21:28.710573+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:21:28.909887+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:21:29.871605+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abc00e"},"request_uri":"http://127.0.0.1:8000/_wdt/abc00e","method":"GET"} [] [2020-07-15T05:21:37.860629+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-07-15T05:21:37.948103+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:21:37.948323+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:21:37.948436+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:21:37.954640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:21:38.039812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:21:38.054006+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:21:38.186971+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:21:39.334784+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a6b9d"},"request_uri":"http://127.0.0.1:8000/_wdt/0a6b9d","method":"GET"} [] [2020-07-15T05:21:46.006158+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:21:46.074896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:21:46.075039+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:21:46.075133+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:21:46.078020+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:21:46.144776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:21:46.155888+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:21:46.186800+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:21:46.321290+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:21:46.329886+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T05:21:46.338789+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:21:46.341978+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:21:47.300771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d36f4"},"request_uri":"http://127.0.0.1:8000/_wdt/9d36f4","method":"GET"} [] [2020-07-15T05:21:52.886137+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/airconditioner/edit/3","method":"GET"} [] [2020-07-15T05:21:52.955411+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:21:52.955554+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:21:52.955646+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:21:52.958758+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:21:53.026831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:21:53.038231+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:21:53.054173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:21:53.161004+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:21:54.142594+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47ecd8"},"request_uri":"http://127.0.0.1:8000/_wdt/47ecd8","method":"GET"} [] [2020-07-15T05:22:10.579957+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/airconditioner/edit/3","method":"POST"} [] [2020-07-15T05:22:10.650076+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:22:10.715122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:22:10.725664+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:22:10.725799+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:22:10.725874+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:22:10.725935+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:22:10.741775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:22:10.911741+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T05:22:10.912209+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["1234ttt",3] [] [2020-07-15T05:22:10.913054+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T05:22:10.936154+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:22:11.291891+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:22:11.364676+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:22:11.364836+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:22:11.364946+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:22:11.367817+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:22:11.427219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:22:11.437067+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:22:11.466405+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:22:11.613931+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:22:11.621348+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE (v0_.number LIKE ? OR v0_.name LIKE ?) AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T05:22:11.629220+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.number LIKE ? OR v0_.name LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:22:11.632464+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:22:12.673846+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebd064"},"request_uri":"http://127.0.0.1:8000/_wdt/ebd064","method":"GET"} [] [2020-07-15T05:24:40.594937+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:24:40.610277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:24:40.610415+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:24:40.610501+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:24:40.614124+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:24:40.690475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:24:40.703836+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:24:40.730893+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:24:40.902088+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:24:40.909908+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-07-15T05:24:40.918413+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:24:40.921866+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:24:41.879884+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc038f"},"request_uri":"http://127.0.0.1:8000/_wdt/cc038f","method":"GET"} [] [2020-07-15T05:24:45.026805+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-15T05:24:45.103593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:24:45.103742+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:24:45.103835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:24:45.108168+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:24:45.186546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:24:45.195631+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:24:45.227725+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:24:45.362359+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:24:45.366995+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:24:45.371233+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:24:46.211789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"826fc0"},"request_uri":"http://127.0.0.1:8000/_wdt/826fc0","method":"GET"} [] [2020-07-15T05:24:48.873086+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-15T05:24:48.942215+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:24:48.942358+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:24:48.942465+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:24:48.945603+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:24:49.013483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:24:49.021210+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:24:49.049440+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:24:49.180137+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:24:49.184300+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:24:49.187020+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:24:49.978960+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05e45"},"request_uri":"http://127.0.0.1:8000/_wdt/a05e45","method":"GET"} [] [2020-07-15T05:25:22.161883+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:25:22.198422+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:25:22.198503+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:22.198548+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:22.200254+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:25:22.244172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:25:22.251987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:25:22.277777+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:25:22.369904+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:25:22.376984+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-15T05:25:22.381902+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:25:22.383742+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:25:23.249738+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"676d98"},"request_uri":"http://127.0.0.1:8000/_wdt/676d98","method":"GET"} [] [2020-07-15T05:25:25.876535+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:25:25.943844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:25:25.943999+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:25.944095+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:25.947009+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:25:26.003057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:25:26.011242+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:25:26.037628+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:25:26.168668+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:25:26.176589+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-15T05:25:26.184354+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:25:26.187317+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:25:26.943782+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3fed0"},"request_uri":"http://127.0.0.1:8000/_wdt/c3fed0","method":"GET"} [] [2020-07-15T05:25:30.070127+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:25:30.139240+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:25:30.139387+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:30.139480+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:30.142431+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:25:30.208137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:25:30.216622+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:25:30.244327+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:25:30.377075+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:25:30.385349+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE (w0_.name LIKE ? OR w0_.address LIKE ?) AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%","%%",[2]] [] [2020-07-15T05:25:30.392417+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.name LIKE ? OR w0_.address LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:25:30.395251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:25:31.184599+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a1198"},"request_uri":"http://127.0.0.1:8000/_wdt/4a1198","method":"GET"} [] [2020-07-15T05:25:39.409411+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T05:25:39.482584+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:25:39.482785+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:39.482936+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:39.486557+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:25:39.550355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:25:39.559629+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:25:39.588606+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:25:39.718177+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:25:39.722685+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:25:39.725446+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:25:40.610232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6c5f1"},"request_uri":"http://127.0.0.1:8000/_wdt/d6c5f1","method":"GET"} [] [2020-07-15T05:25:42.809423+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T05:25:42.879074+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:25:42.879219+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:42.879311+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:25:42.882234+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:25:42.948216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:25:42.956561+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:25:42.985126+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:25:43.115661+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:25:43.122789+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T05:25:43.130357+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:25:43.133140+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:25:43.966069+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd8cff"},"request_uri":"http://127.0.0.1:8000/_wdt/bd8cff","method":"GET"} [] [2020-07-15T05:44:34.700052+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:44:34.717560+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:44:34.717710+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:44:34.717780+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:44:34.721535+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:44:34.789515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:44:34.799179+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:44:34.827358+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:44:35.028688+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:44:35.033050+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:44:35.035884+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:44:36.101209+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8dc637"},"request_uri":"http://127.0.0.1:8000/_wdt/8dc637","method":"GET"} [] [2020-07-15T05:44:38.851214+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:44:38.927737+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:44:38.927883+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:44:38.927969+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:44:38.932711+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:44:38.999221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:44:39.005113+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:44:39.033723+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:44:39.187770+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:44:39.191960+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:44:39.196035+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:44:40.023965+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93d014"},"request_uri":"http://127.0.0.1:8000/_wdt/93d014","method":"GET"} [] [2020-07-15T05:45:33.024679+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:45:33.069733+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:45:33.069883+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:45:33.069938+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:45:33.071751+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:45:33.121726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:45:33.132922+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:45:33.158849+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:45:33.341700+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:45:33.345602+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:45:33.347557+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:45:34.189389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c70cd0"},"request_uri":"http://127.0.0.1:8000/_wdt/c70cd0","method":"GET"} [] [2020-07-15T05:45:40.179467+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:45:40.271615+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:45:40.271762+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:45:40.271842+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:45:40.276185+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:45:40.365147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:45:40.374958+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:45:40.407054+00:00] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class App\Controller\Request does not exist" at C:\Apache24\htdocs\vehicle\vendor\doctrine\persistence\lib\Doctrine\Persistence\AbstractManagerRegistry.php line 168 {"exception":"[object] (ReflectionException(code: -1): Class App\\Controller\\Request does not exist at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\AbstractManagerRegistry.php:168)"} [] [2020-07-15T05:45:40.488148+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:45:40.950117+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a60afe"},"request_uri":"http://127.0.0.1:8000/_wdt/a60afe","method":"GET"} [] [2020-07-15T05:46:28.567358+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:46:28.583885+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:46:28.584027+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:28.584119+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:28.587745+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:46:28.663601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:46:28.672488+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:46:28.698366+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:46:29.016173+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:46:29.022807+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:46:29.027053+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:46:29.913701+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02244f"},"request_uri":"http://127.0.0.1:8000/_wdt/02244f","method":"GET"} [] [2020-07-15T05:46:35.454918+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:46:35.534277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:46:35.534428+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:35.534520+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:35.539404+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:46:35.613962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:46:35.622495+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:46:35.656742+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:46:35.800245+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:46:35.806057+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:46:35.808914+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:46:36.670140+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d9e51"},"request_uri":"http://127.0.0.1:8000/_wdt/2d9e51","method":"GET"} [] [2020-07-15T05:46:40.032207+00:00] request.INFO: Matched route "ac_workshop_new". {"route":"ac_workshop_new","route_parameters":{"_route":"ac_workshop_new","_controller":"App\\Controller\\AcWorkshopController::new"},"request_uri":"http://127.0.0.1:8000/acworkshop/new","method":"GET"} [] [2020-07-15T05:46:40.097971+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:46:40.098115+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:40.098230+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:40.101264+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:46:40.161814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:46:40.170341+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:46:40.399439+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:46:41.370268+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6c85f"},"request_uri":"http://127.0.0.1:8000/_wdt/e6c85f","method":"GET"} [] [2020-07-15T05:46:47.578162+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:46:47.667087+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:46:47.667234+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:47.667327+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:47.672276+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:46:47.757298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:46:47.767763+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:46:47.801481+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:46:47.959054+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:46:47.964259+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:46:47.966636+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:46:48.992288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ebf90"},"request_uri":"http://127.0.0.1:8000/_wdt/0ebf90","method":"GET"} [] [2020-07-15T05:46:50.901048+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://127.0.0.1:8000/workshop/new","method":"GET"} [] [2020-07-15T05:46:50.968662+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:46:50.968825+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:50.968967+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:46:50.972369+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:46:51.040778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:46:51.048756+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:46:51.204488+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:46:52.051500+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8bbba"},"request_uri":"http://127.0.0.1:8000/_wdt/d8bbba","method":"GET"} [] [2020-07-15T05:47:18.814079+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:47:18.873718+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:47:18.873887+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:47:18.873967+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:47:18.875943+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:47:18.937109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:47:18.944106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:47:18.969853+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:47:19.065897+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:47:19.069511+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:47:19.071896+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:47:19.810954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"baf548"},"request_uri":"http://127.0.0.1:8000/_wdt/baf548","method":"GET"} [] [2020-07-15T05:47:22.757952+00:00] request.INFO: Matched route "ac_workshop_new". {"route":"ac_workshop_new","route_parameters":{"_route":"ac_workshop_new","_controller":"App\\Controller\\AcWorkshopController::new"},"request_uri":"http://127.0.0.1:8000/acworkshop/new","method":"GET"} [] [2020-07-15T05:47:22.822747+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:47:22.822893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:47:22.822985+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:47:22.825910+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:47:22.889680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:47:22.896470+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:47:23.106945+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:47:24.025883+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f6d0d"},"request_uri":"http://127.0.0.1:8000/_wdt/7f6d0d","method":"GET"} [] [2020-07-15T05:47:37.554478+00:00] request.INFO: Matched route "ac_workshop_new". {"route":"ac_workshop_new","route_parameters":{"_route":"ac_workshop_new","_controller":"App\\Controller\\AcWorkshopController::new"},"request_uri":"http://127.0.0.1:8000/acworkshop/new","method":"POST"} [] [2020-07-15T05:47:37.627703+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:47:37.703454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:47:37.713476+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:47:37.713834+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:47:37.713936+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:47:37.714017+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:47:37.984323+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T05:47:37.986448+00:00] doctrine.DEBUG: INSERT INTO workshop (name, address, mobile, email, contact_person, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"Abc","2":"78/12, East Malibag, Dhaka.","3":"0172387362","4":null,"5":null,"6":2} [] [2020-07-15T05:47:37.989939+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T05:47:38.022899+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:47:38.485467+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:47:38.587979+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:47:38.588139+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:47:38.588233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:47:38.592544+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:47:38.679011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:47:38.685786+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:47:38.717950+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:47:38.874511+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:47:38.882353+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[3]] [] [2020-07-15T05:47:38.890739+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:47:38.893974+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:47:39.878363+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d044e3"},"request_uri":"http://127.0.0.1:8000/_wdt/d044e3","method":"GET"} [] [2020-07-15T05:48:03.880056+00:00] request.INFO: Matched route "ac_workshop_new". {"route":"ac_workshop_new","route_parameters":{"_route":"ac_workshop_new","_controller":"App\\Controller\\AcWorkshopController::new"},"request_uri":"http://127.0.0.1:8000/acworkshop/new","method":"GET"} [] [2020-07-15T05:48:03.977570+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:03.977701+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:03.977799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:03.981832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:04.065312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:04.075567+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:04.176795+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:05.050910+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6532ad"},"request_uri":"http://127.0.0.1:8000/_wdt/6532ad","method":"GET"} [] [2020-07-15T05:48:06.677920+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:48:06.747793+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:06.747938+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:06.748034+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:06.751085+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:06.816603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:06.824766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:06.850058+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:48:06.982121+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:48:06.988705+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[3]] [] [2020-07-15T05:48:06.996149+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:48:06.999082+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:07.839547+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ceb19a"},"request_uri":"http://127.0.0.1:8000/_wdt/ceb19a","method":"GET"} [] [2020-07-15T05:48:09.826203+00:00] request.INFO: Matched route "ac_workshop_show". {"route":"ac_workshop_show","route_parameters":{"_route":"ac_workshop_show","_controller":"App\\Controller\\AcWorkshopController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/acworkshop/show/3","method":"GET"} [] [2020-07-15T05:48:09.897111+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:09.897225+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:09.897297+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:09.899586+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:09.969869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:09.978206+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:09.996093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:48:10.155590+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:11.038578+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8caad"},"request_uri":"http://127.0.0.1:8000/_wdt/d8caad","method":"GET"} [] [2020-07-15T05:48:16.585924+00:00] request.INFO: Matched route "ac_workshop_edit". {"route":"ac_workshop_edit","route_parameters":{"_route":"ac_workshop_edit","_controller":"App\\Controller\\AcWorkshopController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/acworkshop/3/edit","method":"GET"} [] [2020-07-15T05:48:16.679426+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:16.679583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:16.679670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:16.684336+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:16.766645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:16.776428+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:16.798301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:48:17.056114+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:17.991995+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1a047"},"request_uri":"http://127.0.0.1:8000/_wdt/e1a047","method":"GET"} [] [2020-07-15T05:48:21.266294+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:48:21.341058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:21.341175+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:21.341241+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:21.345408+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:21.424116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:21.433324+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:21.465455+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:48:21.613761+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:48:21.620897+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[3]] [] [2020-07-15T05:48:21.631111+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:48:21.634148+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:22.532669+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86a258"},"request_uri":"http://127.0.0.1:8000/_wdt/86a258","method":"GET"} [] [2020-07-15T05:48:24.031114+00:00] request.INFO: Matched route "ac_workshop_show". {"route":"ac_workshop_show","route_parameters":{"_route":"ac_workshop_show","_controller":"App\\Controller\\AcWorkshopController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/acworkshop/show/3","method":"GET"} [] [2020-07-15T05:48:24.094604+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:24.094747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:24.094837+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:24.097837+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:24.152507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:24.160975+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:24.177691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:48:24.223194+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:24.995893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e3d72"},"request_uri":"http://127.0.0.1:8000/_wdt/4e3d72","method":"GET"} [] [2020-07-15T05:48:28.344050+00:00] request.INFO: Matched route "ac_workshop_edit". {"route":"ac_workshop_edit","route_parameters":{"_route":"ac_workshop_edit","_controller":"App\\Controller\\AcWorkshopController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/acworkshop/3/edit","method":"GET"} [] [2020-07-15T05:48:28.412283+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:28.412443+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:28.412537+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:28.415460+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:28.482013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:28.490475+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:28.507227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:48:28.615739+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:29.439689+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e4515"},"request_uri":"http://127.0.0.1:8000/_wdt/9e4515","method":"GET"} [] [2020-07-15T05:48:34.159752+00:00] request.INFO: Matched route "ac_workshop_edit". {"route":"ac_workshop_edit","route_parameters":{"_route":"ac_workshop_edit","_controller":"App\\Controller\\AcWorkshopController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/acworkshop/3/edit","method":"POST"} [] [2020-07-15T05:48:34.230715+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:34.297517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:34.306368+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:34.306544+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:34.306642+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:34.306833+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:34.324137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? ["3"] [] [2020-07-15T05:48:34.487380+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T05:48:34.487847+00:00] doctrine.DEBUG: UPDATE workshop SET name = ? WHERE id = ? ["Abcgg",3] [] [2020-07-15T05:48:34.488651+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T05:48:34.512235+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:34.854664+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:48:34.919847+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:34.920014+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:34.920105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:34.922798+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:34.986042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:34.994309+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:35.022363+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:48:35.151485+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:48:35.158137+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[3]] [] [2020-07-15T05:48:35.165888+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:48:35.169042+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:36.013499+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2e559"},"request_uri":"http://127.0.0.1:8000/_wdt/a2e559","method":"GET"} [] [2020-07-15T05:48:41.844746+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:48:41.913905+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:48:41.914047+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:41.914138+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:48:41.917419+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:48:41.982976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:48:41.991200+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:48:42.019201+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:48:42.147817+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:48:42.154064+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:48:42.156933+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:48:43.064828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2be300"},"request_uri":"http://127.0.0.1:8000/_wdt/2be300","method":"GET"} [] [2020-07-15T05:50:20.520626+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T05:50:20.600783+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:20.600932+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:20.601167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:20.604139+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:20.670502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:20.678925+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:20.709092+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:20.846424+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:50:20.852713+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[4,3,2,1]] [] [2020-07-15T05:50:20.859271+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:50:20.861758+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:21.763130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0d275"},"request_uri":"http://127.0.0.1:8000/_wdt/a0d275","method":"GET"} [] [2020-07-15T05:50:23.963429+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-15T05:50:24.041180+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:24.041327+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:24.041434+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:24.045837+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:24.114662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:24.122702+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:24.152709+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:24.303883+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:50:24.311351+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-07-15T05:50:24.319874+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:50:24.323041+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:25.189898+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5122d"},"request_uri":"http://127.0.0.1:8000/_wdt/f5122d","method":"GET"} [] [2020-07-15T05:50:27.287069+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T05:50:27.356797+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:27.356945+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:27.357037+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:27.360008+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:27.427369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:27.435552+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:27.463031+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:27.598458+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:50:27.604056+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[2]] [] [2020-07-15T05:50:27.610162+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:50:27.612395+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:28.501827+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9bc99"},"request_uri":"http://127.0.0.1:8000/_wdt/c9bc99","method":"GET"} [] [2020-07-15T05:50:30.419316+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T05:50:30.485697+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:30.485875+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:30.485967+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:30.488941+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:30.556927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:30.565811+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:30.594173+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:30.725061+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:50:30.732865+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T05:50:30.740919+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:50:30.743525+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:31.577071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad61d2"},"request_uri":"http://127.0.0.1:8000/_wdt/ad61d2","method":"GET"} [] [2020-07-15T05:50:33.321980+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T05:50:33.396830+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:33.397016+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:33.397124+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:33.400444+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:33.458845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:33.468124+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:33.499295+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:33.647301+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:50:33.657090+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-07-15T05:50:33.666087+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:50:33.669690+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:34.511340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"464dd5"},"request_uri":"http://127.0.0.1:8000/_wdt/464dd5","method":"GET"} [] [2020-07-15T05:50:36.688153+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T05:50:36.755950+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:36.756117+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:36.756210+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:36.759195+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:36.815077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:36.822583+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:36.849809+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:36.988056+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T05:50:36.994531+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[3]] [] [2020-07-15T05:50:37.001730+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T05:50:37.004051+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:37.850399+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"509f9b"},"request_uri":"http://127.0.0.1:8000/_wdt/509f9b","method":"GET"} [] [2020-07-15T05:50:50.186508+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:50:50.252357+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:50.252503+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:50.252596+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:50.255513+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:50.312288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:50.320253+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:50.351062+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:50.482050+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:50:50.492878+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:50:50.595088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:50.596067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:50:50.599570+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:50:50.602138+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:51.573341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1004f7"},"request_uri":"http://127.0.0.1:8000/_wdt/1004f7","method":"GET"} [] [2020-07-15T05:50:52.526022+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:50:52.601244+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:52.601389+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:52.601478+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:52.605980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:52.676628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:52.684361+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:52.718224+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:52.871240+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:50:52.881984+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:50:52.980353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:52.981469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:50:52.985445+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:50:52.988964+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:53.916858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e4ecc"},"request_uri":"http://127.0.0.1:8000/_wdt/1e4ecc","method":"GET"} [] [2020-07-15T05:50:56.831591+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:50:56.905471+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:56.905618+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:56.905709+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:56.909694+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:56.977232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:56.985201+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:57.019688+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:50:57.169280+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:50:57.177484+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:50:57.269624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:57.270461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:50:57.273868+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:50:57.276898+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:50:58.176615+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"336a67"},"request_uri":"http://127.0.0.1:8000/_wdt/336a67","method":"GET"} [] [2020-07-15T05:50:59.660126+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:50:59.735596+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:50:59.735739+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:59.735829+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:50:59.740180+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:50:59.817246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:50:59.826081+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:50:59.861234+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:51:00.001436+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:51:00.015404+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:51:00.101347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:51:00.102506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:51:00.106764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:51:00.111218+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:51:01.098320+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af5fb7"},"request_uri":"http://127.0.0.1:8000/_wdt/af5fb7","method":"GET"} [] [2020-07-15T05:51:09.168626+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:51:09.249209+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:51:09.249352+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:51:09.249447+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:51:09.253903+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:51:09.324943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:51:09.334143+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:51:09.373908+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:51:09.535080+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:51:09.547006+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:51:09.652859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:51:09.654082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:51:09.658624+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:51:09.663008+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:51:10.701583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1bb3e"},"request_uri":"http://127.0.0.1:8000/_wdt/e1bb3e","method":"GET"} [] [2020-07-15T05:53:13.263138+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:53:13.318020+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:53:13.318108+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:53:13.318159+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:53:13.320915+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:53:13.371787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:53:13.377363+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:53:13.400451+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:53:13.494832+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:53:13.503153+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:53:13.576937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:53:13.577704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:53:13.580167+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:53:13.582468+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:53:14.320128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d1f3d"},"request_uri":"http://127.0.0.1:8000/_wdt/1d1f3d","method":"GET"} [] [2020-07-15T05:53:22.469419+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:53:22.513308+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:53:22.513508+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:53:22.513624+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:53:22.517351+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:53:22.576934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:53:22.585978+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:53:22.618647+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:53:22.729542+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:53:22.735450+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:53:22.810418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:53:22.811530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:53:22.815967+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:53:22.819907+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:53:23.584712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e8a22"},"request_uri":"http://127.0.0.1:8000/_wdt/0e8a22","method":"GET"} [] [2020-07-15T05:53:24.545814+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:53:24.591624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:53:24.591688+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:53:24.591725+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:53:24.594350+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:53:24.649938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:53:24.655431+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:53:24.675446+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:53:24.765037+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:53:24.770236+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:53:24.832989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:53:24.833839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:53:24.836353+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:53:24.838322+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:53:25.517362+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77d349"},"request_uri":"http://127.0.0.1:8000/_wdt/77d349","method":"GET"} [] [2020-07-15T05:54:36.949128+00:00] console.ERROR: Error thrown while running command "make:controller AcServiceuse "App\Entity\Workshop"". Message: "Too many arguments, expected arguments "command" "controller-class"." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\RuntimeException(code: 0): Too many arguments, expected arguments \"command\" \"controller-class\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\console\\Input\\ArgvInput.php:171)","command":"make:controller AcServiceuse \"App\\Entity\\Workshop\"","message":"Too many arguments, expected arguments \"command\" \"controller-class\"."} [] [2020-07-15T05:54:36.951214+00:00] console.DEBUG: Command "make:controller AcServiceuse "App\Entity\Workshop"" exited with code "1" {"command":"make:controller AcServiceuse \"App\\Entity\\Workshop\"","code":1} [] [2020-07-15T05:57:00.065136+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:57:00.074597+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:57:00.074685+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:00.074738+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:00.076845+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:57:00.116266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:00.123195+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:57:00.145745+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:57:00.253233+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:57:00.259357+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:57:00.320023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:00.320812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:57:00.323117+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:57:00.325984+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:57:01.253515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"605143"},"request_uri":"http://127.0.0.1:8000/_wdt/605143","method":"GET"} [] [2020-07-15T05:57:04.086363+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:57:04.131269+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:57:04.131347+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:04.131391+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:04.133849+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:57:04.182694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:04.187359+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:57:04.206539+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:57:04.301803+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:57:04.308424+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:57:04.368537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:04.369354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:57:04.371639+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:57:04.374676+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:57:05.203126+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0407d"},"request_uri":"http://127.0.0.1:8000/_wdt/f0407d","method":"GET"} [] [2020-07-15T05:57:07.365274+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:57:07.409590+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:57:07.409687+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:07.409757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:07.412511+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:57:07.464094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:07.469540+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:57:07.491246+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:57:07.583293+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:57:07.589203+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:57:07.664577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:07.665649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:57:07.669475+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:57:07.673009+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:57:08.450670+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf9c70"},"request_uri":"http://127.0.0.1:8000/_wdt/cf9c70","method":"GET"} [] [2020-07-15T05:57:09.333950+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:57:09.386454+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:57:09.386757+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:09.386869+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:09.391183+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:57:09.441667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:09.447049+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:57:09.468292+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:57:09.557795+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:57:09.563640+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:57:09.631017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:09.631789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:57:09.634358+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:57:09.636416+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:57:10.414083+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1be3d1"},"request_uri":"http://127.0.0.1:8000/_wdt/1be3d1","method":"GET"} [] [2020-07-15T05:57:11.437478+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T05:57:11.484871+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:57:11.485039+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:11.485083+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:11.487474+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:57:11.536949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:11.544335+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:57:11.568072+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T05:57:11.677117+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T05:57:11.682114+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T05:57:11.745497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:11.746122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T05:57:11.748862+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T05:57:11.751304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:57:12.580952+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"491268"},"request_uri":"http://127.0.0.1:8000/_wdt/491268","method":"GET"} [] [2020-07-15T05:57:20.000994+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T05:57:20.043538+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T05:57:20.043610+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:20.043649+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T05:57:20.045837+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T05:57:20.098270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T05:57:20.103785+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T05:57:20.188579+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T05:57:20.196614+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T05:57:20.197476+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T05:57:20.230002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T05:57:20.956905+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91801b"},"request_uri":"http://127.0.0.1:8000/_wdt/91801b","method":"GET"} [] [2020-07-15T06:08:48.118162+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T06:08:48.128990+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:08:48.129151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:08:48.129207+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:08:48.131996+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:08:48.170164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:08:48.175476+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:08:48.192878+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:08:48.364795+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:08:48.369879+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:08:48.431359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:08:48.432201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:08:48.434578+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:08:48.436644+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:08:49.253270+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6527b"},"request_uri":"http://127.0.0.1:8000/_wdt/b6527b","method":"GET"} [] [2020-07-15T06:08:50.405898+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:08:50.446222+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:08:50.446289+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:08:50.446324+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:08:50.448410+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:08:50.497174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:08:50.503042+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:08:50.523154+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:08:50.608463+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "controller_name" does not exist." at C:\Apache24\htdocs\vehicle\templates\ac_service\index.html.twig line 12 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"controller_name\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\ac_service\\index.html.twig:12)"} [] [2020-07-15T06:08:50.672249+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:08:51.119775+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da57d9"},"request_uri":"http://127.0.0.1:8000/_wdt/da57d9","method":"GET"} [] [2020-07-15T06:12:39.455244+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:12:39.511625+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:12:39.511710+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:12:39.511775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:12:39.514273+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:12:39.568407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:12:39.576372+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:12:39.600310+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:12:39.826139+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:12:39.830997+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:12:39.897689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:12:39.898563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:12:39.901021+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:12:39.903976+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:12:40.716929+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7c523"},"request_uri":"http://127.0.0.1:8000/_wdt/a7c523","method":"GET"} [] [2020-07-15T06:12:43.596773+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:12:43.649970+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:12:43.650104+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:12:43.650155+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:12:43.655684+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:12:43.719424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:12:43.726955+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:12:43.756492+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:12:43.862461+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:12:43.869317+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:12:43.934867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:12:43.936298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:12:43.939884+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:12:43.942700+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:12:44.678422+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f043c"},"request_uri":"http://127.0.0.1:8000/_wdt/3f043c","method":"GET"} [] [2020-07-15T06:12:50.115034+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T06:12:50.157649+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:12:50.157721+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:12:50.157759+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:12:50.159862+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:12:50.209749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:12:50.214815+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:12:50.240377+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:12:50.340146+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:12:50.345274+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:12:50.407109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:12:50.407881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:12:50.410195+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:12:50.412288+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:12:51.115193+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e3045"},"request_uri":"http://127.0.0.1:8000/_wdt/5e3045","method":"GET"} [] [2020-07-15T06:12:51.945105+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:12:51.990353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:12:51.990536+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:12:51.990586+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:12:51.993083+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:12:52.039632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:12:52.044615+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:12:52.064746+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:12:52.157608+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:12:52.162888+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:12:52.224226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:12:52.225028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:12:52.227429+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:12:52.229434+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:12:52.945135+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e58ba"},"request_uri":"http://127.0.0.1:8000/_wdt/9e58ba","method":"GET"} [] [2020-07-15T06:13:44.834816+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:13:44.891355+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:13:44.891487+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:44.891542+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:44.895619+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:13:44.944707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:44.950577+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:13:44.978141+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:13:45.116778+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:13:45.121788+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:13:45.197410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:45.198145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:13:45.200572+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:13:45.202563+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:13:45.899113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49f723"},"request_uri":"http://127.0.0.1:8000/_wdt/49f723","method":"GET"} [] [2020-07-15T06:13:50.924523+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:13:50.987599+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:13:50.987672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:50.987712+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:50.993491+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:13:51.045058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:51.053112+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:13:51.086119+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:13:51.197703+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:13:51.202865+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:13:51.268888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:51.269718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:13:51.273357+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:13:51.276998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:13:52.047968+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"557a51"},"request_uri":"http://127.0.0.1:8000/_wdt/557a51","method":"GET"} [] [2020-07-15T06:13:54.652368+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T06:13:54.700416+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:13:54.700537+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:54.700618+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:54.703056+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:13:54.756634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:54.763159+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:13:54.790114+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:13:54.887000+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:13:54.893436+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:13:54.960035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:54.960856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:13:54.963335+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:13:54.965360+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:13:55.667123+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0153a"},"request_uri":"http://127.0.0.1:8000/_wdt/e0153a","method":"GET"} [] [2020-07-15T06:13:56.998365+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:13:57.053349+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:13:57.053478+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:57.053570+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:57.059905+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:13:57.126433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:57.133745+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:13:57.163921+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:13:57.277873+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:13:57.283607+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:13:57.350478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:57.351274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:13:57.354301+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:13:57.358251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:13:58.211504+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f37ad"},"request_uri":"http://127.0.0.1:8000/_wdt/7f37ad","method":"GET"} [] [2020-07-15T06:13:58.958594+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T06:13:59.007053+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:13:59.007210+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:59.007270+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:13:59.010321+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:13:59.064900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:59.070588+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:13:59.095193+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:13:59.192349+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:13:59.197827+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:13:59.261885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:13:59.262712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:13:59.265039+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:13:59.267645+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:14:00.043236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71b460"},"request_uri":"http://127.0.0.1:8000/_wdt/71b460","method":"GET"} [] [2020-07-15T06:14:00.946739+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:14:01.003889+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:14:01.004188+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:14:01.004382+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:14:01.009852+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:14:01.063255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:14:01.086742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:14:01.115542+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:14:01.230171+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:14:01.235775+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:14:01.302228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:14:01.303389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:14:01.307842+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:14:01.310289+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:14:02.039285+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e47986"},"request_uri":"http://127.0.0.1:8000/_wdt/e47986","method":"GET"} [] [2020-07-15T06:14:08.857859+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:14:08.917026+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:14:08.917120+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:14:08.917175+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:14:08.921279+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:14:08.979398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:14:08.988370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:14:09.025735+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:14:09.164380+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:14:09.170890+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:14:09.241875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:14:09.243162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:14:09.246658+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:14:09.250056+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:14:10.050352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abdca7"},"request_uri":"http://127.0.0.1:8000/_wdt/abdca7","method":"GET"} [] [2020-07-15T06:19:07.174626+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:19:07.225340+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:19:07.225404+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:19:07.225439+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:19:07.227631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:19:07.275089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:19:07.280432+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:19:07.305267+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:19:07.476160+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:19:07.483455+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:19:07.544053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:19:07.544861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:19:07.547770+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:19:07.552669+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:19:08.275862+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"831b8a"},"request_uri":"http://127.0.0.1:8000/_wdt/831b8a","method":"GET"} [] [2020-07-15T06:19:10.974051+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:19:11.019776+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:19:11.019856+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:19:11.019902+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:19:11.022229+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:19:11.072624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:19:11.077808+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:19:11.400974+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:19:11.419398+00:00] php.CRITICAL: Uncaught Error: Object of class App\Entity\Vehicle could not be converted to string {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Vehicle could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:58)"} [] [2020-07-15T06:19:11.500468+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class App\Entity\Vehicle could not be converted to string" at C:\Apache24\htdocs\vehicle\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 58 {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Vehicle could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:58)"} [] [2020-07-15T06:19:11.559562+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:19:11.985218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"282f3c"},"request_uri":"http://127.0.0.1:8000/_wdt/282f3c","method":"GET"} [] [2020-07-15T06:21:23.097950+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:21:23.152386+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:21:23.152456+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:21:23.152493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:21:23.154933+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:21:23.210263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:21:23.215313+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:21:23.371251+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:21:23.377645+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:21:23.549675+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "serviceDetails" nor one of the methods "serviceDetails()", "getserviceDetails()"/"isserviceDetails()"/"hasserviceDetails()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\vehicle\templates\ac_service\new.html.twig line 91 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"serviceDetails\" nor one of the methods \"serviceDetails()\", \"getserviceDetails()\"/\"isserviceDetails()\"/\"hasserviceDetails()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\vehicle\\templates\\ac_service\\new.html.twig:91)"} [] [2020-07-15T06:21:23.612774+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:21:24.158799+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70af8a"},"request_uri":"http://127.0.0.1:8000/_wdt/70af8a","method":"GET"} [] [2020-07-15T06:21:32.645628+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:21:32.696915+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:21:32.696991+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:21:32.697033+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:21:32.699788+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:21:32.752385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:21:32.759995+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:21:32.862839+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:21:32.866585+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:21:32.895452+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "serviceDetails" nor one of the methods "serviceDetails()", "getserviceDetails()"/"isserviceDetails()"/"hasserviceDetails()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\vehicle\templates\ac_service\new.html.twig line 91 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"serviceDetails\" nor one of the methods \"serviceDetails()\", \"getserviceDetails()\"/\"isserviceDetails()\"/\"hasserviceDetails()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\vehicle\\templates\\ac_service\\new.html.twig:91)"} [] [2020-07-15T06:21:32.946690+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:21:33.285758+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e71aec"},"request_uri":"http://127.0.0.1:8000/_wdt/e71aec","method":"GET"} [] [2020-07-15T06:25:38.985688+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:25:39.039430+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:25:39.039498+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:25:39.039534+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:25:39.042826+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:25:39.097400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:25:39.102773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:25:39.198980+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:25:39.208354+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:25:39.210731+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:25:39.247388+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:25:39.957041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70a63e"},"request_uri":"http://127.0.0.1:8000/_wdt/70a63e","method":"GET"} [] [2020-07-15T06:26:33.643255+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:26:33.696611+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:26:33.696690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:26:33.696756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:26:33.699999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:26:33.752477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:26:33.757716+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:26:33.832393+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:26:33.840225+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:26:33.841248+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:26:33.962976+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:26:34.662569+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16b8ee"},"request_uri":"http://127.0.0.1:8000/_wdt/16b8ee","method":"GET"} [] [2020-07-15T06:27:10.923091+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:27:10.969196+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:27:10.969284+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:10.969334+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:10.971927+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:27:11.024163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:11.031525+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:27:11.052911+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:27:11.141626+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:27:11.147380+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:27:11.205277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:11.206163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:27:11.209169+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:27:11.211527+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:27:11.964523+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24e228"},"request_uri":"http://127.0.0.1:8000/_wdt/24e228","method":"GET"} [] [2020-07-15T06:27:13.007360+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:27:13.072826+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:27:13.072952+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:13.073029+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:13.077953+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:27:13.151304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:13.162096+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:27:13.211034+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:27:13.390448+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:27:13.400826+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[2,1]] [] [2020-07-15T06:27:13.489277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:13.490289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:27:13.494417+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:27:13.497331+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:27:14.255866+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf82ad"},"request_uri":"http://127.0.0.1:8000/_wdt/cf82ad","method":"GET"} [] [2020-07-15T06:27:14.757656+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:27:14.810699+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:27:14.810817+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:14.810894+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:14.814539+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:27:14.872424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:14.881374+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:27:15.006639+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:27:15.016097+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:27:15.017273+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:27:15.059035+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:27:15.743160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e51cf6"},"request_uri":"http://127.0.0.1:8000/_wdt/e51cf6","method":"GET"} [] [2020-07-15T06:27:46.565911+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"POST"} [] [2020-07-15T06:27:46.608419+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:27:46.651185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:46.657135+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:27:46.657231+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:27:46.657283+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:46.657326+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:46.780524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-15T06:27:46.791612+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.id IN (?) [["2"]] [] [2020-07-15T06:27:46.793975+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.id IN (?) [["7"]] [] [2020-07-15T06:27:46.796887+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-07-15T06:27:46.870609+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T06:27:46.872189+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":2000.0,"3":"2020-07-16T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":1,"11":2} [] [2020-07-15T06:27:46.875906+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2222.0,"3":2222.0,"4":"2222","5":3,"6":7} [] [2020-07-15T06:27:46.877926+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3333.0,"3":3333.0,"4":"3333","5":3,"6":6} [] [2020-07-15T06:27:46.961478+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T06:27:46.982349+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:27:47.267884+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:27:47.316143+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:27:47.316261+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:47.316310+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:47.318133+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:27:47.354252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:47.360294+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:27:47.383139+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:27:47.474962+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:27:47.479799+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:27:47.547577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:47.548329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:27:47.550578+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:27:47.553935+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:27:48.364086+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82ffbf"},"request_uri":"http://127.0.0.1:8000/_wdt/82ffbf","method":"GET"} [] [2020-07-15T06:27:54.164008+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/acservice/show/3","method":"GET"} [] [2020-07-15T06:27:54.221758+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:27:54.221845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:54.221897+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:27:54.224350+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:27:54.277733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:54.283655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:27:54.301907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-07-15T06:27:54.473352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:27:54.474224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:27:54.476778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T06:27:54.507927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T06:27:54.508642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T06:27:54.522426+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:27:55.270884+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3feb4e"},"request_uri":"http://127.0.0.1:8000/_wdt/3feb4e","method":"GET"} [] [2020-07-15T06:28:27.224764+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/acservice/show/3","method":"GET"} [] [2020-07-15T06:28:27.278778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:28:27.279020+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:27.279334+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:27.283344+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:28:27.333999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:27.339237+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:28:27.357169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-07-15T06:28:27.524674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:27.525477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:28:27.530892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T06:28:27.565213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T06:28:27.565889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T06:28:27.579213+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:28:28.373651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69a28c"},"request_uri":"http://127.0.0.1:8000/_wdt/69a28c","method":"GET"} [] [2020-07-15T06:28:33.586870+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:28:33.628189+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:28:33.628258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:33.628294+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:33.630436+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:28:33.671789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:33.677771+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:28:33.701311+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:28:33.851521+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:28:33.859198+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:28:33.948290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:33.949217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:28:33.953023+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:28:33.955901+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:28:34.570379+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a48b8c"},"request_uri":"http://127.0.0.1:8000/_wdt/a48b8c","method":"GET"} [] [2020-07-15T06:28:37.469058+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/acservice/show/3","method":"GET"} [] [2020-07-15T06:28:37.527802+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:28:37.527965+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:37.528216+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:37.532247+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:28:37.581528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:37.587278+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:28:37.607568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-07-15T06:28:37.689594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:37.690508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:28:37.694219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T06:28:37.723781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T06:28:37.724375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T06:28:37.737526+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:28:38.434972+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79a274"},"request_uri":"http://127.0.0.1:8000/_wdt/79a274","method":"GET"} [] [2020-07-15T06:28:40.057475+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/acservice/edit/3","method":"GET"} [] [2020-07-15T06:28:40.119769+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:28:40.119842+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:40.119886+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:40.122812+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:28:40.179254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:40.184724+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:28:40.207861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-07-15T06:28:40.279267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T06:28:40.363197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:40.364397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:28:40.366271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T06:28:40.367005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T06:28:40.382805+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:28:40.385070+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:28:40.386133+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:28:40.506818+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:28:41.239559+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c24f8"},"request_uri":"http://127.0.0.1:8000/_wdt/0c24f8","method":"GET"} [] [2020-07-15T06:28:53.785202+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/acservice/edit/3","method":"POST"} [] [2020-07-15T06:28:53.843321+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:28:53.896037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:53.901240+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:28:53.901498+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:28:53.901548+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:53.901586+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:53.946504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-07-15T06:28:54.060352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T06:28:54.150387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:54.151485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:28:54.153624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T06:28:54.154279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T06:28:54.169541+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-15T06:28:54.171270+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.id IN (?) [["2"]] [] [2020-07-15T06:28:54.173819+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.id IN (?) [["7"]] [] [2020-07-15T06:28:54.176149+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.id IN (?) [["6"]] [] [2020-07-15T06:28:54.177071+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.id IN (?) [["5"]] [] [2020-07-15T06:28:54.243295+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T06:28:54.244527+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4444.0,"3":4444.0,"4":"4444","5":3,"6":5} [] [2020-07-15T06:28:54.248521+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T06:28:54.268423+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:28:54.542174+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:28:54.592204+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:28:54.592322+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:54.592368+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:54.594667+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:28:54.642190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:54.647246+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:28:54.666714+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:28:54.746859+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:28:54.751661+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:28:54.812314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:54.813181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:28:54.815947+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:28:54.818124+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:28:55.711201+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42749a"},"request_uri":"http://127.0.0.1:8000/_wdt/42749a","method":"GET"} [] [2020-07-15T06:28:57.346447+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/acservice/show/3","method":"GET"} [] [2020-07-15T06:28:57.404520+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:28:57.404590+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:57.404630+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:28:57.409216+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:28:57.493780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:57.504639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:28:57.544574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["3"] [] [2020-07-15T06:28:57.651447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:28:57.652298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:28:57.655272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T06:28:57.687661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T06:28:57.688469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T06:28:57.689547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T06:28:57.708416+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:28:58.344918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d38374"},"request_uri":"http://127.0.0.1:8000/_wdt/d38374","method":"GET"} [] [2020-07-15T06:29:05.590303+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:29:05.637390+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:29:05.637504+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:29:05.637597+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:29:05.641546+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:29:05.692238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:29:05.697558+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:29:05.724763+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:29:05.816281+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:29:05.821858+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:29:05.885821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:29:05.886645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:29:05.890801+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:29:05.893082+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:29:06.709439+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f1937"},"request_uri":"http://127.0.0.1:8000/_wdt/8f1937","method":"GET"} [] [2020-07-15T06:40:03.720157+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T06:40:03.787234+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:40:03.787453+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:03.787595+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:03.790946+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:40:03.843008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:40:03.849004+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:40:03.875410+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:40:03.973765+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:40:03.979480+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:40:04.042509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:40:04.043418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:40:04.045962+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:40:04.048326+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:40:04.811254+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b7ec8"},"request_uri":"http://127.0.0.1:8000/_wdt/1b7ec8","method":"GET"} [] [2020-07-15T06:40:06.476923+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T06:40:06.524603+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:40:06.524723+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:06.524801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:06.527825+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:40:06.584056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:40:06.591556+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:40:06.689049+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:40:06.696620+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:40:06.697771+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:40:06.732751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:40:07.483148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc2307"},"request_uri":"http://127.0.0.1:8000/_wdt/fc2307","method":"GET"} [] [2020-07-15T06:40:09.282636+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:40:09.338055+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:40:09.338163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:09.338223+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:09.340311+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:40:09.390412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:40:09.395420+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:40:09.423119+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:40:09.513861+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:40:09.520452+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:40:09.583241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:40:09.584169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:40:09.587373+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:40:09.590223+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:40:10.282980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68c7f9"},"request_uri":"http://127.0.0.1:8000/_wdt/68c7f9","method":"GET"} [] [2020-07-15T06:40:19.715601+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:40:19.772772+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:40:19.772852+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:19.772906+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:19.775362+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:40:19.826836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:40:19.834556+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:40:19.868988+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:40:20.002672+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:40:20.007845+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:40:20.071483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:40:20.072285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:40:20.075012+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:40:20.077229+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:40:20.965901+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3eab1c"},"request_uri":"http://127.0.0.1:8000/_wdt/3eab1c","method":"GET"} [] [2020-07-15T06:40:22.087714+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:40:22.139955+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:40:22.140025+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:22.140064+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:40:22.142578+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:40:22.197261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:40:22.206652+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:40:22.275131+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Form\AcServiceType::App\Form\{closure}() must be an instance of App\Form\VehicleRepository, instance of App\Repository\VehicleRepository given, called in C:\Apache24\htdocs\vehicle\vendor\symfony\doctrine-bridge\Form\Type\EntityType.php on line 32 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Form\\AcServiceType::App\\Form\\{closure}() must be an instance of App\\Form\\VehicleRepository, instance of App\\Repository\\VehicleRepository given, called in C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\EntityType.php on line 32 at C:\\Apache24\\htdocs\\vehicle\\src\\Form\\AcServiceType.php:25)"} [] [2020-07-15T06:40:22.289480+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Form\AcServiceType::App\Form\{closure}() must be an instance of App\Form\VehicleRepository, instance of App\Repository\VehicleRepository given, called in C:\Apache24\htdocs\vehicle\vendor\symfony\doctrine-bridge\Form\Type\EntityType.php on line 32" at C:\Apache24\htdocs\vehicle\src\Form\AcServiceType.php line 25 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Form\\AcServiceType::App\\Form\\{closure}() must be an instance of App\\Form\\VehicleRepository, instance of App\\Repository\\VehicleRepository given, called in C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\EntityType.php on line 32 at C:\\Apache24\\htdocs\\vehicle\\src\\Form\\AcServiceType.php:25)"} [] [2020-07-15T06:40:22.364530+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:40:22.793591+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1b947"},"request_uri":"http://127.0.0.1:8000/_wdt/b1b947","method":"GET"} [] [2020-07-15T06:41:43.646650+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:41:43.691372+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:41:43.691453+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:41:43.691500+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:41:43.693266+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:41:43.739836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:41:43.745755+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:41:43.863770+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 41 near 't.type = 2 ORDER': Error: 't' is not defined." at C:\Apache24\htdocs\vehicle\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 41 near 't.type = 2 ORDER': Error: 't' is not defined. at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT u FROM App\\Entity\\Vehicle u WHERE t.type = 2 ORDER BY u.number ASC at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} [] [2020-07-15T06:41:44.176232+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:41:44.663157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b25cc4"},"request_uri":"http://127.0.0.1:8000/_wdt/b25cc4","method":"GET"} [] [2020-07-15T06:42:11.221918+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:42:11.299109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:42:11.299238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:11.299321+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:11.302029+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:42:11.358180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:11.367153+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:42:11.448081+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T06:42:11.454701+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:42:11.455692+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:42:11.490300+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:42:12.158071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e34311"},"request_uri":"http://127.0.0.1:8000/_wdt/e34311","method":"GET"} [] [2020-07-15T06:42:14.229683+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:42:14.270883+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:42:14.270952+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:14.270990+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:14.272434+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:42:14.315245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:14.319639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:42:14.337210+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:42:14.421979+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:42:14.428498+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:42:14.491445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:14.492433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:42:14.496407+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:42:14.498465+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:42:15.206379+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ecdf8"},"request_uri":"http://127.0.0.1:8000/_wdt/3ecdf8","method":"GET"} [] [2020-07-15T06:42:16.247865+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:42:16.316829+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:42:16.316936+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:16.317009+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:16.320860+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:42:16.382232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:16.389129+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:42:16.506691+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T06:42:16.515125+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:42:16.516151+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:42:16.548305+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:42:17.178519+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f28a89"},"request_uri":"http://127.0.0.1:8000/_wdt/f28a89","method":"GET"} [] [2020-07-15T06:42:28.125458+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T06:42:28.177661+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:42:28.177763+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:28.177822+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:28.180308+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:42:28.232446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:28.237283+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:42:28.265007+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:42:28.363560+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:42:28.369776+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:42:28.439439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:28.440975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:42:28.445887+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:42:28.448063+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:42:29.230367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ae2df"},"request_uri":"http://127.0.0.1:8000/_wdt/8ae2df","method":"GET"} [] [2020-07-15T06:42:29.829455+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T06:42:29.890333+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:42:29.890489+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:29.890563+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:29.893445+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:42:29.946038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:29.952316+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:42:30.095002+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T06:42:30.108543+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:42:30.109965+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:42:30.148421+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:42:30.803449+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"256668"},"request_uri":"http://127.0.0.1:8000/_wdt/256668","method":"GET"} [] [2020-07-15T06:42:35.642029+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:42:35.687170+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:42:35.687337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:35.687464+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:35.692173+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:42:35.746462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:35.751322+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:42:35.777506+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:42:35.874170+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:42:35.880819+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:42:35.950352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:35.951145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:42:35.953362+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:42:35.955813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:42:36.687835+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2dea05"},"request_uri":"http://127.0.0.1:8000/_wdt/2dea05","method":"GET"} [] [2020-07-15T06:42:37.768414+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:42:37.834606+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:42:37.834759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:37.834870+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:42:37.839447+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:42:37.896624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:42:37.904084+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:42:38.014593+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T06:42:38.022739+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:42:38.023713+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:42:38.059124+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:42:38.655774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf8f7e"},"request_uri":"http://127.0.0.1:8000/_wdt/cf8f7e","method":"GET"} [] [2020-07-15T06:43:26.420660+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:43:26.475720+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:43:26.475827+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:43:26.475886+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:43:26.478067+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:43:26.517297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:43:26.522420+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:43:26.604635+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T06:43:26.611711+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:43:26.613264+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:43:26.643979+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:43:27.321746+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0e9a3"},"request_uri":"http://127.0.0.1:8000/_wdt/c0e9a3","method":"GET"} [] [2020-07-15T06:43:31.770029+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T06:43:31.840379+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:43:31.840489+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:43:31.840556+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:43:31.843123+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:43:31.885921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:43:31.890908+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:43:31.915730+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:43:32.004989+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:43:32.010325+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:43:32.074888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:43:32.075702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:43:32.078580+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:43:32.082192+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:43:32.802127+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3c223"},"request_uri":"http://127.0.0.1:8000/_wdt/e3c223","method":"GET"} [] [2020-07-15T06:43:33.455741+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T06:43:33.496688+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:43:33.496755+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:43:33.496789+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:43:33.498744+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:43:33.547022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:43:33.553869+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:43:33.639313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T06:43:33.647827+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ [] [] [2020-07-15T06:43:33.648979+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:43:33.684224+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:43:34.236037+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5922c9"},"request_uri":"http://127.0.0.1:8000/_wdt/5922c9","method":"GET"} [] [2020-07-15T06:45:51.906242+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T06:45:51.965212+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:45:51.965280+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:45:51.965320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:45:51.967831+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:45:52.027658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:45:52.032591+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:45:52.127643+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T06:45:52.134883+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T06:45:52.137135+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:45:52.176809+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:45:52.905909+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"654d11"},"request_uri":"http://127.0.0.1:8000/_wdt/654d11","method":"GET"} [] [2020-07-15T06:45:55.840528+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T06:45:55.883464+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:45:55.883540+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:45:55.883583+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:45:55.885750+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:45:55.928989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:45:55.934506+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:45:55.960292+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:45:56.061905+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:45:56.066652+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:45:56.152286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:45:56.154009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:45:56.157232+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:45:56.159621+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:45:56.962191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a747b2"},"request_uri":"http://127.0.0.1:8000/_wdt/a747b2","method":"GET"} [] [2020-07-15T06:45:57.943342+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T06:45:57.994747+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:45:57.994844+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:45:57.994893+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:45:57.998084+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:45:58.053610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:45:58.059748+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:45:58.152170+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T06:45:58.160268+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T06:45:58.161408+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:45:58.193970+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:45:58.798124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88054a"},"request_uri":"http://127.0.0.1:8000/_wdt/88054a","method":"GET"} [] [2020-07-15T06:46:02.705313+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T06:46:02.763406+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:46:02.763484+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:46:02.763600+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:46:02.765205+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:46:02.825593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:46:02.840319+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:46:02.863740+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:46:02.968776+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T06:46:02.975330+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T06:46:03.060767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T06:46:03.061578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T06:46:03.064092+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T06:46:03.066174+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:46:03.927866+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"770ad3"},"request_uri":"http://127.0.0.1:8000/_wdt/770ad3","method":"GET"} [] [2020-07-15T06:46:04.694220+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T06:46:04.743371+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:46:04.743472+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:46:04.743535+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:46:04.745922+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:46:04.787510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:46:04.792862+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:46:04.882737+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T06:46:04.892675+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T06:46:04.893719+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T06:46:04.927429+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:46:05.676965+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e233ae"},"request_uri":"http://127.0.0.1:8000/_wdt/e233ae","method":"GET"} [] [2020-07-15T06:46:13.821718+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T06:46:13.878330+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T06:46:13.878415+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:46:13.878466+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T06:46:13.880367+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T06:46:13.937740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T06:46:13.946255+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T06:46:13.971760+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T06:46:14.074234+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T06:46:14.079005+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[3]] [] [2020-07-15T06:46:14.085456+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T06:46:14.088399+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T06:46:14.954458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ef858"},"request_uri":"http://127.0.0.1:8000/_wdt/8ef858","method":"GET"} [] [2020-07-15T07:04:25.449169+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:04:25.459402+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:04:25.459485+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:04:25.459535+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:04:25.461744+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:04:25.501452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:04:25.507322+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:04:25.524695+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:04:25.680066+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:04:25.689833+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T07:04:25.758616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:04:25.759409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:04:25.761853+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:04:25.764080+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:04:26.620549+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"866f37"},"request_uri":"http://127.0.0.1:8000/_wdt/866f37","method":"GET"} [] [2020-07-15T07:04:42.933925+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:04:42.976817+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:04:42.976885+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:04:42.976921+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:04:42.980396+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:04:43.033396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:04:43.038794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:04:43.060901+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:04:43.155457+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:04:43.160317+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T07:04:43.224597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:04:43.225471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:04:43.228164+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:04:43.231858+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:04:43.918840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a46516"},"request_uri":"http://127.0.0.1:8000/_wdt/a46516","method":"GET"} [] [2020-07-15T07:04:45.175029+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:04:45.214818+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:04:45.214901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:04:45.214946+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:04:45.217431+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:04:45.267892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:04:45.273027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:04:45.295157+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:04:45.388252+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:04:45.392814+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T07:04:45.454951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:04:45.455778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:04:45.458480+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:04:45.460635+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:04:46.173778+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca0eb9"},"request_uri":"http://127.0.0.1:8000/_wdt/ca0eb9","method":"GET"} [] [2020-07-15T07:04:47.222031+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:04:47.267972+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:04:47.268060+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:04:47.268113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:04:47.270811+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:04:47.325118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:04:47.332443+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:04:47.439971+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\EntityType": class does not exist." at C:\Apache24\htdocs\vehicle\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\EntityType\": class does not exist. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\form\\FormRegistry.php:85)"} [] [2020-07-15T07:04:47.491873+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:04:47.924428+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee6c1b"},"request_uri":"http://127.0.0.1:8000/_wdt/ee6c1b","method":"GET"} [] [2020-07-15T07:06:15.686637+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:06:15.740388+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:06:15.740466+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:06:15.740538+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:06:15.742202+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:06:15.780935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:06:15.788391+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:06:15.908290+00:00] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class App\Form\Item does not exist" at C:\Apache24\htdocs\vehicle\vendor\doctrine\persistence\lib\Doctrine\Persistence\AbstractManagerRegistry.php line 168 {"exception":"[object] (ReflectionException(code: -1): Class App\\Form\\Item does not exist at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\AbstractManagerRegistry.php:168)"} [] [2020-07-15T07:06:16.023121+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:06:16.474131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2dc88e"},"request_uri":"http://127.0.0.1:8000/_wdt/2dc88e","method":"GET"} [] [2020-07-15T07:06:36.616711+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:06:36.661676+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:06:36.661787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:06:36.661918+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:06:36.663748+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:06:36.702973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:06:36.711945+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:06:36.892998+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Can't get a way to read the property "acServiceDetails" in class "App\Entity\Service"." at C:\Apache24\htdocs\vehicle\vendor\symfony\property-access\PropertyAccessor.php line 443 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Can't get a way to read the property \"acServiceDetails\" in class \"App\\Entity\\Service\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\property-access\\PropertyAccessor.php:443)"} [] [2020-07-15T07:06:36.944263+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:06:37.387864+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5dae5"},"request_uri":"http://127.0.0.1:8000/_wdt/a5dae5","method":"GET"} [] [2020-07-15T07:09:51.398032+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:09:51.483614+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:09:51.483739+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:09:51.483816+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:09:51.487936+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:09:51.560863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:09:51.566822+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:09:51.680651+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T07:09:51.692636+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T07:09:51.694043+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ [] [] [2020-07-15T07:09:51.852133+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:09:52.692765+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c270c8"},"request_uri":"http://127.0.0.1:8000/_wdt/c270c8","method":"GET"} [] [2020-07-15T07:13:55.255264+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:13:55.313288+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:13:55.313361+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:13:55.313459+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:13:55.315873+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:13:55.368850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:13:55.374655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:13:55.403488+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:13:55.523510+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:13:55.530558+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T07:13:55.598792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:13:55.599473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:13:55.602194+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:13:55.604266+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:13:56.371027+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de5939"},"request_uri":"http://127.0.0.1:8000/_wdt/de5939","method":"GET"} [] [2020-07-15T07:13:57.302295+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:13:57.348305+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:13:57.348456+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:13:57.348504+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:13:57.351422+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:13:57.401128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:13:57.406281+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:13:57.430581+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:13:57.525769+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:13:57.533905+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T07:13:57.596213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:13:57.597058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:13:57.599704+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:13:57.601627+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:13:58.324578+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d6f50"},"request_uri":"http://127.0.0.1:8000/_wdt/3d6f50","method":"GET"} [] [2020-07-15T07:13:59.153673+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:13:59.203735+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:13:59.203825+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:13:59.203880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:13:59.206827+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:13:59.265458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:13:59.270526+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:13:59.301139+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:13:59.408827+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:13:59.417156+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[3,2,1]] [] [2020-07-15T07:13:59.484607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:13:59.485424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:13:59.487820+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:13:59.490334+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:14:00.158878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"750fc2"},"request_uri":"http://127.0.0.1:8000/_wdt/750fc2","method":"GET"} [] [2020-07-15T07:14:00.629138+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:14:00.670420+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:14:00.670504+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:14:00.670540+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:14:00.672683+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:14:00.719231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:14:00.724161+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:14:00.808372+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 47 near 'e ORDER BY v.name': Error: 'e' is not defined." at C:\Apache24\htdocs\vehicle\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 47 near 'e ORDER BY v.name': Error: 'e' is not defined. at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT v FROM App\\Entity\\Item v WHERE v.type = e ORDER BY v.name ASC at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} [] [2020-07-15T07:14:01.053746+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:14:01.654216+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8fee6"},"request_uri":"http://127.0.0.1:8000/_wdt/c8fee6","method":"GET"} [] [2020-07-15T07:14:47.556194+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:14:47.603999+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:14:47.604123+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:14:47.604238+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:14:47.605979+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:14:47.654360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:14:47.660722+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:14:47.741899+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T07:14:47.749015+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T07:14:47.749967+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-07-15T07:14:47.784197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:14:48.446257+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53ac2e"},"request_uri":"http://127.0.0.1:8000/_wdt/53ac2e","method":"GET"} [] [2020-07-15T07:15:15.975686+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T07:15:16.032892+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:15:16.032972+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:15:16.033092+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:15:16.034977+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:15:16.088180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:15:16.092883+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:15:16.115230+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:15:16.206865+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:15:16.211018+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T07:15:16.219416+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:15:16.221349+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:15:16.896304+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daf882"},"request_uri":"http://127.0.0.1:8000/_wdt/daf882","method":"GET"} [] [2020-07-15T07:15:44.572702+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"POST"} [] [2020-07-15T07:15:44.621520+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:15:44.664761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:15:44.669599+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:15:44.669686+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:15:44.669733+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:15:44.669896+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:15:44.750391+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T07:15:44.761836+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["3"]] [] [2020-07-15T07:15:44.765339+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["5"]] [] [2020-07-15T07:15:44.767452+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["7"]] [] [2020-07-15T07:15:44.768316+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["7"]] [] [2020-07-15T07:15:44.825692+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T07:15:44.827702+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":123.0,"3":"2020-07-15T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":3,"11":3} [] [2020-07-15T07:15:44.831006+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":13.0,"3":13.0,"4":"31","5":4,"6":5} [] [2020-07-15T07:15:44.835223+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":13.0,"3":13.0,"4":"31","5":4,"6":7} [] [2020-07-15T07:15:44.840127+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":12.0,"3":2.0,"4":"1","5":4,"6":7} [] [2020-07-15T07:15:44.842942+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T07:15:44.855830+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:15:45.115054+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:15:45.155318+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:15:45.155401+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:15:45.155450+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:15:45.157554+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:15:45.200238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:15:45.204880+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:15:45.222481+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:15:45.303368+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:15:45.308143+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-15T07:15:45.370638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:15:45.371481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:15:45.372171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:15:45.372655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:15:45.375321+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:15:45.377494+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:15:46.236319+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e55363"},"request_uri":"http://127.0.0.1:8000/_wdt/e55363","method":"GET"} [] [2020-07-15T07:15:48.349537+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:15:48.401196+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:15:48.401313+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:15:48.401369+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:15:48.404176+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:15:48.459786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:15:48.465550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:15:48.556699+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T07:15:48.564521+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T07:15:48.565303+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-07-15T07:15:48.596361+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:15:49.137924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09de2c"},"request_uri":"http://127.0.0.1:8000/_wdt/09de2c","method":"GET"} [] [2020-07-15T07:17:53.441765+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:17:53.502039+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:17:53.502211+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:17:53.502281+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:17:53.505209+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:17:53.556656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:17:53.562023+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:17:53.656549+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T07:17:53.663745+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T07:17:53.664635+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-07-15T07:17:53.702508+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:17:54.384730+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b4823"},"request_uri":"http://127.0.0.1:8000/_wdt/0b4823","method":"GET"} [] [2020-07-15T07:24:22.539690+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:24:22.624436+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:24:22.624540+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:24:22.624602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:24:22.627787+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:24:22.686914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:24:22.693427+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:24:22.729121+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:24:22.877246+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:24:22.884684+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-15T07:24:22.959534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:24:22.960706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:24:22.961801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:24:22.963821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:24:22.969276+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:24:22.971963+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:24:23.805083+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"046daa"},"request_uri":"http://127.0.0.1:8000/_wdt/046daa","method":"GET"} [] [2020-07-15T07:24:24.659608+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T07:24:24.710359+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:24:24.710435+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:24:24.710479+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:24:24.714346+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:24:24.765355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:24:24.771010+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:24:24.858163+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T07:24:24.867360+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T07:24:24.868307+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-07-15T07:24:24.900569+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:24:25.476600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94f473"},"request_uri":"http://127.0.0.1:8000/_wdt/94f473","method":"GET"} [] [2020-07-15T07:26:33.409237+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T07:26:33.475583+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:26:33.475649+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:26:33.475746+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:26:33.478158+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:26:33.536176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:26:33.543630+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:26:33.652553+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T07:26:33.665908+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T07:26:33.666885+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-07-15T07:26:33.713236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:26:34.343930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2038a1"},"request_uri":"http://127.0.0.1:8000/_wdt/2038a1","method":"GET"} [] [2020-07-15T07:27:01.888821+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:27:01.930097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:27:01.930374+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:01.930432+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:01.931790+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:27:01.972853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:01.977788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:27:02.085581+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T07:27:02.092991+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T07:27:02.093848+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-07-15T07:27:02.128717+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:27:02.878520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddfe30"},"request_uri":"http://127.0.0.1:8000/_wdt/ddfe30","method":"GET"} [] [2020-07-15T07:27:14.787975+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:27:14.827498+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:27:14.827571+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:14.827634+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:14.829186+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:27:14.867562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:14.873076+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:27:14.894876+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:27:15.002102+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:27:15.007317+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-15T07:27:15.077068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:15.077936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:15.078835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:15.079432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:27:15.083700+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:27:15.085809+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:27:15.802478+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d8a7e"},"request_uri":"http://127.0.0.1:8000/_wdt/6d8a7e","method":"GET"} [] [2020-07-15T07:27:17.469488+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:27:17.519477+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:27:17.519631+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:17.519821+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:17.522686+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:27:17.584149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:17.590803+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:27:17.620750+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:27:17.736312+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:27:17.741370+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-15T07:27:17.804713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:17.805438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:17.806048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:17.806521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:27:17.808824+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:27:17.811130+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:27:18.523935+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cf35f"},"request_uri":"http://127.0.0.1:8000/_wdt/2cf35f","method":"GET"} [] [2020-07-15T07:27:19.660437+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/acservice/edit/4","method":"GET"} [] [2020-07-15T07:27:19.741352+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:27:19.741483+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:19.741573+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:19.746317+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:27:19.817377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:19.826715+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:27:19.859498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["4"] [] [2020-07-15T07:27:19.958491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T07:27:20.089719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:20.091350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:20.095626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T07:27:20.097175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T07:27:20.103081+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T07:27:20.105509+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T07:27:20.106575+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-07-15T07:27:20.274102+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:27:20.986510+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6837e2"},"request_uri":"http://127.0.0.1:8000/_wdt/6837e2","method":"GET"} [] [2020-07-15T07:27:33.508895+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/acservice/edit/4","method":"POST"} [] [2020-07-15T07:27:33.583952+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:27:33.650454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:33.660164+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:27:33.660382+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:27:33.660507+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:33.660602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:33.706258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["4"] [] [2020-07-15T07:27:33.814911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T07:27:33.928178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:33.930306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:33.933112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T07:27:33.933885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T07:27:33.940784+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T07:27:33.942843+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["3"]] [] [2020-07-15T07:27:33.944556+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["5"]] [] [2020-07-15T07:27:33.947288+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["7"]] [] [2020-07-15T07:27:34.012852+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T07:27:34.014595+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [11] [] [2020-07-15T07:27:34.019316+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T07:27:34.039334+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:27:34.326850+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:27:34.379502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:27:34.379625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:34.379675+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:34.382168+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:27:34.429422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:34.434330+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:27:34.456737+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:27:34.536222+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:27:34.541062+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-15T07:27:34.603872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:34.604665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:34.605198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:34.605742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:27:34.608294+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:27:34.611062+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:27:35.490387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b9dfa"},"request_uri":"http://127.0.0.1:8000/_wdt/1b9dfa","method":"GET"} [] [2020-07-15T07:27:37.059925+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/acservice/edit/4","method":"GET"} [] [2020-07-15T07:27:37.133301+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:27:37.133384+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:37.133435+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:27:37.136351+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:27:37.197846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:27:37.205193+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:27:37.229647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["4"] [] [2020-07-15T07:27:37.298520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T07:27:37.400312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:37.401504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:27:37.403825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T07:27:37.404616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T07:27:37.406725+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T07:27:37.408023+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T07:27:37.409235+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-07-15T07:27:37.452817+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:27:38.074031+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7afc7e"},"request_uri":"http://127.0.0.1:8000/_wdt/7afc7e","method":"GET"} [] [2020-07-15T07:33:20.712578+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:33:20.769112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:33:20.769248+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:33:20.769353+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:33:20.773041+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:33:20.817932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:33:20.824212+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:33:20.844773+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:33:20.938592+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:33:20.943313+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-15T07:33:21.006204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:33:21.007045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:33:21.007512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:33:21.008084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:33:21.010322+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:33:21.013142+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:33:21.725757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"636f49"},"request_uri":"http://127.0.0.1:8000/_wdt/636f49","method":"GET"} [] [2020-07-15T07:33:27.700143+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:33:27.742744+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:33:27.742828+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:33:27.742877+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:33:27.745181+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:33:27.796859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:33:27.804818+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:33:27.826173+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:33:27.918272+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2020-07-15T07:33:27.923629+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (v1_.number LIKE ? OR s0_.business_unit LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[4,3,2,1]] [] [2020-07-15T07:33:27.983092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:33:27.983790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:33:27.984567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:33:27.985191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:33:27.987288+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.number LIKE ? OR s0_.business_unit LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2020-07-15T07:33:27.989137+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:33:28.633077+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80af16"},"request_uri":"http://127.0.0.1:8000/_wdt/80af16","method":"GET"} [] [2020-07-15T07:44:05.028999+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:44:05.038459+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:05.038538+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:05.038584+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:05.040547+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:05.077688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:05.085440+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:05.102910+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:05.208323+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:05.214206+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[2,1]] [] [2020-07-15T07:44:05.273712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:05.274562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:05.277062+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:05.279221+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:06.014156+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64c6a0"},"request_uri":"http://127.0.0.1:8000/_wdt/64c6a0","method":"GET"} [] [2020-07-15T07:44:07.111028+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:44:07.167539+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:07.167742+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:07.167861+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:07.171958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:07.227600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:07.236244+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:07.261766+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:07.372862+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:07.377861+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[2,1]] [] [2020-07-15T07:44:07.439900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:07.440639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:07.443109+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:07.445012+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:08.090445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"900bd4"},"request_uri":"http://127.0.0.1:8000/_wdt/900bd4","method":"GET"} [] [2020-07-15T07:44:10.990328+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:44:11.052555+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:11.052655+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:11.052717+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:11.055530+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:11.115934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:11.123433+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:11.169638+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:11.331538+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:11.337029+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[4,3]] [] [2020-07-15T07:44:11.394633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:44:11.395454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:44:11.395991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:11.396769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:11.400789+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:11.403263+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:12.082284+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a4c06"},"request_uri":"http://127.0.0.1:8000/_wdt/5a4c06","method":"GET"} [] [2020-07-15T07:44:32.373630+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:44:32.431270+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:32.431413+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:32.431465+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:32.434467+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:32.493582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:32.501259+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:32.529036+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:32.635779+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:32.640821+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[4,3]] [] [2020-07-15T07:44:32.706083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:44:32.706882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:44:32.707571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:32.708074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:32.712244+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:32.715178+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:33.457601+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c66702"},"request_uri":"http://127.0.0.1:8000/_wdt/c66702","method":"GET"} [] [2020-07-15T07:44:34.401420+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:44:34.443013+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:34.443193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:34.443311+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:34.446210+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:34.496284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:34.501845+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:34.523394+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:34.613820+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:34.617950+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[2,1]] [] [2020-07-15T07:44:34.674555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:34.675645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:34.679766+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:34.681861+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:35.328214+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58eb07"},"request_uri":"http://127.0.0.1:8000/_wdt/58eb07","method":"GET"} [] [2020-07-15T07:44:36.560489+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:44:36.613752+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:36.613840+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:36.613894+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:36.616567+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:36.666447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:36.671843+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:36.696006+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:36.792440+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:36.799601+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[2,1]] [] [2020-07-15T07:44:36.859615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:36.860873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:36.864002+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:36.866121+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:37.489295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb54b4"},"request_uri":"http://127.0.0.1:8000/_wdt/fb54b4","method":"GET"} [] [2020-07-15T07:44:42.801618+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:44:42.845015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:42.845111+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:42.845153+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:42.847447+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:42.898055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:42.903159+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:42.922965+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:43.018129+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:43.022749+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[2,1]] [] [2020-07-15T07:44:43.083450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:43.084319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:43.086975+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:43.089208+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:43.708234+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e63dd4"},"request_uri":"http://127.0.0.1:8000/_wdt/e63dd4","method":"GET"} [] [2020-07-15T07:44:44.552339+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:44:44.592363+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:44.592452+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:44.592507+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:44.594582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:44.645339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:44.654350+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:44.680295+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:44.771543+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:44.777360+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[4,3]] [] [2020-07-15T07:44:44.835772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:44:44.836696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:44:44.837239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:44.837810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:44.840255+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:44.843272+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:45.507639+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"309f96"},"request_uri":"http://127.0.0.1:8000/_wdt/309f96","method":"GET"} [] [2020-07-15T07:44:46.190074+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:44:46.234733+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:46.234858+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:46.234961+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:46.237268+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:46.289984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:46.295819+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:46.317532+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:44:46.410133+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:44:46.414874+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[2,1]] [] [2020-07-15T07:44:46.489605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:46.490968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:44:46.493681+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:44:46.495581+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:47.289140+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f58193"},"request_uri":"http://127.0.0.1:8000/_wdt/f58193","method":"GET"} [] [2020-07-15T07:44:47.726890+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T07:44:47.769823+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:44:47.769921+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:47.769961+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:44:47.772230+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:44:47.823280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:44:47.832170+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:44:47.926513+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T07:44:47.933871+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T07:44:47.934792+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-07-15T07:44:47.968150+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:44:48.620965+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"169042"},"request_uri":"http://127.0.0.1:8000/_wdt/169042","method":"GET"} [] [2020-07-15T07:45:12.172085+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-07-15T07:45:12.215165+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:45:12.260210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:12.267437+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:45:12.267553+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:45:12.267615+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:12.267669+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:12.348870+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-07-15T07:45:12.359631+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2020-07-15T07:45:12.363328+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-07-15T07:45:12.365799+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-07-15T07:45:12.430558+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T07:45:12.431998+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":600.0,"3":"2020-07-15T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":2} [] [2020-07-15T07:45:12.440472+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":5000.0,"4":null,"5":5,"6":1} [] [2020-07-15T07:45:12.440981+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":3500.0,"4":null,"5":5,"6":2} [] [2020-07-15T07:45:12.443014+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T07:45:12.458182+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:45:12.698452+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:45:12.737841+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:45:12.737929+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:12.738048+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:12.739746+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:45:12.784814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:12.791992+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:45:12.827497+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:45:12.973771+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:45:12.978739+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,2,1]] [] [2020-07-15T07:45:13.037218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:13.038089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:45:13.040787+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:45:13.042787+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:45:13.735761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbc9c7"},"request_uri":"http://127.0.0.1:8000/_wdt/dbc9c7","method":"GET"} [] [2020-07-15T07:45:17.013896+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/service/show/5","method":"GET"} [] [2020-07-15T07:45:17.058478+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:45:17.058561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:17.058611+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:17.061048+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:45:17.110140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:17.115254+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:45:17.135955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["5"] [] [2020-07-15T07:45:17.245533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:17.246453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:45:17.249004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-07-15T07:45:17.281497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:17.282388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-15T07:45:17.297452+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:45:17.975410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"605b3d"},"request_uri":"http://127.0.0.1:8000/_wdt/605b3d","method":"GET"} [] [2020-07-15T07:45:23.243937+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T07:45:23.297118+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:45:23.297253+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:23.297303+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:23.300464+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:45:23.354814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:23.362577+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:45:23.389515+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:45:23.482173+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:45:23.487890+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,2,1]] [] [2020-07-15T07:45:23.548312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:23.549154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:45:23.552872+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:45:23.555632+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:45:24.190249+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74adab"},"request_uri":"http://127.0.0.1:8000/_wdt/74adab","method":"GET"} [] [2020-07-15T07:45:26.392041+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:45:26.446134+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:45:26.446202+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:26.446241+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:26.448466+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:45:26.506902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:26.512733+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:45:26.540130+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:45:26.648594+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:45:26.654607+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[4,3]] [] [2020-07-15T07:45:26.721273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:45:26.722099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:45:26.722640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:26.723084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:45:26.725355+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:45:26.727313+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:45:27.353146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9f186"},"request_uri":"http://127.0.0.1:8000/_wdt/a9f186","method":"GET"} [] [2020-07-15T07:45:29.335491+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T07:45:29.382314+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:45:29.382465+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:29.382583+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:29.385928+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:45:29.424821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:29.429811+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:45:29.516662+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T07:45:29.524271+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T07:45:29.525133+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-07-15T07:45:29.556890+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:45:30.233115+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97c16b"},"request_uri":"http://127.0.0.1:8000/_wdt/97c16b","method":"GET"} [] [2020-07-15T07:45:57.715666+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"POST"} [] [2020-07-15T07:45:57.755435+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:45:57.802063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:57.810050+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:45:57.810233+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:45:57.810342+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:57.810416+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:57.943198+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T07:45:57.955424+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["3"]] [] [2020-07-15T07:45:57.959592+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["5"]] [] [2020-07-15T07:45:57.964433+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["7"]] [] [2020-07-15T07:45:58.038143+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T07:45:58.039738+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Energy Ltd","2":12.0,"3":"2020-07-15T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":3,"11":3} [] [2020-07-15T07:45:58.044093+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2.0,"4":null,"5":6,"6":5} [] [2020-07-15T07:45:58.055295+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":1.0,"4":"2","5":6,"6":7} [] [2020-07-15T07:45:58.060578+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T07:45:58.082058+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:45:58.384914+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:45:58.444983+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:45:58.445107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:58.445186+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:45:58.447682+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:45:58.497610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:58.503014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:45:58.521515+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:45:58.640130+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:45:58.647395+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[6,4,3]] [] [2020-07-15T07:45:58.740252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:45:58.740985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:45:58.741600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:45:58.742153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:45:58.745026+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:45:58.747264+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:45:59.477781+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd0401"},"request_uri":"http://127.0.0.1:8000/_wdt/dd0401","method":"GET"} [] [2020-07-15T07:46:05.320552+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/acservice/show/6","method":"GET"} [] [2020-07-15T07:46:05.376914+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:46:05.377100+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:46:05.377300+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:46:05.383115+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:46:05.431668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:46:05.437548+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:46:05.457783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["6"] [] [2020-07-15T07:46:05.552029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:46:05.552908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:46:05.555353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-07-15T07:46:05.584231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T07:46:05.585052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T07:46:05.601314+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:46:06.238393+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99b514"},"request_uri":"http://127.0.0.1:8000/_wdt/99b514","method":"GET"} [] [2020-07-15T07:46:10.737502+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T07:46:10.785828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:46:10.785904+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:46:10.785951+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:46:10.788264+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:46:10.842669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:46:10.849146+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:46:10.872931+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T07:46:10.983528+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T07:46:10.987380+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[6,4,3]] [] [2020-07-15T07:46:11.045893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T07:46:11.046667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T07:46:11.047254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T07:46:11.047726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T07:46:11.049841+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T07:46:11.051779+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:46:11.697642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6f563"},"request_uri":"http://127.0.0.1:8000/_wdt/c6f563","method":"GET"} [] [2020-07-15T07:46:18.924770+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T07:46:18.979900+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T07:46:18.980003+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:46:18.980062+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T07:46:18.983291+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T07:46:19.037624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T07:46:19.046339+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T07:46:19.142678+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T07:46:19.278266+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T07:46:19.813369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4dfdc0"},"request_uri":"http://127.0.0.1:8000/_wdt/4dfdc0","method":"GET"} [] [2020-07-15T08:21:02.662529+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T08:21:02.745082+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:02.745203+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:02.745274+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:02.751613+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T08:21:02.782820+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-15T08:21:02.783935+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-15T08:21:03.283056+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-15T08:21:03.369055+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:03.369200+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:03.369295+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:03.411625+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T08:21:03.939192+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07daf4"},"request_uri":"http://127.0.0.1:8000/_wdt/07daf4","method":"GET"} [] [2020-07-15T08:21:08.389960+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-15T08:21:08.462096+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:08.462238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:08.462344+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:08.463895+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:08.533454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-15T08:21:09.111162+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:09.116893+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 15 Jul 2020 08:21:09 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:09.117074+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:09.117159+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:09.132340+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:09.574696+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T08:21:09.640714+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:09.640848+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:09.640918+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:09.642899+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:09.704711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:09.715004+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:09.869573+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:21:09.883507+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T08:21:09.884661+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-07-15T08:21:09.939724+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:10.702321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"736378"},"request_uri":"http://127.0.0.1:8000/_wdt/736378","method":"GET"} [] [2020-07-15T08:21:14.437670+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T08:21:14.503819+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:14.503966+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:14.504058+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:14.507077+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:14.572346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:14.580840+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:14.611910+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:21:14.753902+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:21:14.761186+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,2,1]] [] [2020-07-15T08:21:14.854765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:14.855945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T08:21:14.859880+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:21:14.863273+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:15.732666+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6f7d8"},"request_uri":"http://127.0.0.1:8000/_wdt/b6f7d8","method":"GET"} [] [2020-07-15T08:21:24.664356+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T08:21:24.740311+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:24.740459+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:24.740565+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:24.745305+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:24.824098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:24.832027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:24.867151+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:21:25.016289+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:21:25.023842+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[7,6,5]] [] [2020-07-15T08:21:25.032032+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:21:25.034296+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:25.759341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba41f1"},"request_uri":"http://127.0.0.1:8000/_wdt/ba41f1","method":"GET"} [] [2020-07-15T08:21:31.818955+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"GET"} [] [2020-07-15T08:21:31.885176+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:31.885318+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:31.885413+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:31.889254+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:31.947945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:31.956579+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:32.069409+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:32.754743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c2b29"},"request_uri":"http://127.0.0.1:8000/_wdt/3c2b29","method":"GET"} [] [2020-07-15T08:21:48.340567+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"POST"} [] [2020-07-15T08:21:48.410832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:48.487855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:48.497031+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:48.497245+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:48.497314+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:48.497365+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:48.684200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Ac Item"] [] [2020-07-15T08:21:48.694435+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T08:21:48.696060+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Ac Item","2":"Meter","3":null,"4":null,"5":2} [] [2020-07-15T08:21:48.697502+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T08:21:48.720078+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:49.070816+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-07-15T08:21:49.135860+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:49.136014+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:49.136150+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:49.139536+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:49.202432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:49.211384+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:49.234510+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:21:49.359296+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:21:49.364847+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[8,7,6,5]] [] [2020-07-15T08:21:49.373276+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:21:49.376380+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:50.075717+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b2355"},"request_uri":"http://127.0.0.1:8000/_wdt/6b2355","method":"GET"} [] [2020-07-15T08:21:52.508957+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T08:21:52.577535+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:52.577679+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:52.577770+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:52.580769+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:52.646968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:52.656092+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:52.684938+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:21:52.820248+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:21:52.827089+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-07-15T08:21:52.834584+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:21:52.837491+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:53.656873+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad3453"},"request_uri":"http://127.0.0.1:8000/_wdt/ad3453","method":"GET"} [] [2020-07-15T08:21:55.836617+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T08:21:55.903249+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:55.903448+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:55.903585+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:55.906795+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:55.962524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:55.973530+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:56.001460+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:21:56.132575+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:21:56.139628+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-07-15T08:21:56.145789+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:21:56.148580+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:56.963153+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4538a2"},"request_uri":"http://127.0.0.1:8000/_wdt/4538a2","method":"GET"} [] [2020-07-15T08:21:58.175148+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-07-15T08:21:58.245055+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:21:58.245197+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:58.245289+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:21:58.248301+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:21:58.314234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:21:58.322208+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:21:58.432232+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:21:59.184962+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9238d3"},"request_uri":"http://127.0.0.1:8000/_wdt/9238d3","method":"GET"} [] [2020-07-15T08:25:41.069279+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T08:25:41.171562+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:25:41.171661+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:25:41.171720+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:25:41.176947+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T08:25:41.200460+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-15T08:25:41.201232+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-15T08:25:41.554129+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-15T08:25:41.621065+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:25:41.621206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:25:41.621302+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:25:41.662138+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T08:25:42.199440+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29d532"},"request_uri":"http://127.0.0.1:8000/_wdt/29d532","method":"GET"} [] [2020-07-15T08:35:50.135738+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"POST"} [] [2020-07-15T08:35:50.229710+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:35:50.298474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:35:50.308210+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:35:50.308598+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:35:50.308740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:35:50.308824+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:35:50.653242+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T08:35:50.655252+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note, type) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"12456","2":"Seven Floor","3":"2020-07-15T00:00:00+00:00","4":"2020-07-15T00:00:00+00:00","5":null,"6":null,"7":2} [] [2020-07-15T08:35:50.656425+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T08:35:50.689734+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:35:51.123141+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-07-15T08:35:51.208437+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:35:51.208598+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:35:51.208697+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:35:51.213736+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:35:51.290416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:35:51.299702+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:35:51.332718+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:35:51.490211+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:35:51.497922+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[4,3]] [] [2020-07-15T08:35:51.506604+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:35:51.510111+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:35:52.199915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4dc57f"},"request_uri":"http://127.0.0.1:8000/_wdt/4dc57f","method":"GET"} [] [2020-07-15T08:35:58.581072+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T08:35:58.646662+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:35:58.646832+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:35:58.646927+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:35:58.649811+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:35:58.717565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:35:58.726088+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:35:58.757971+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:35:58.897083+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:35:58.904176+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[6,4,3]] [] [2020-07-15T08:35:59.003672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T08:35:59.004821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:35:59.005916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T08:35:59.006840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T08:35:59.010788+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:35:59.014195+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:35:59.938641+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ca5e6"},"request_uri":"http://127.0.0.1:8000/_wdt/1ca5e6","method":"GET"} [] [2020-07-15T08:36:00.893249+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-07-15T08:36:00.967129+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:36:00.967238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:00.967305+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:00.971780+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:36:01.039717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:36:01.048551+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:36:01.197164+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:36:01.210403+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-07-15T08:36:01.211828+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-07-15T08:36:01.263959+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:36:01.926900+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"500085"},"request_uri":"http://127.0.0.1:8000/_wdt/500085","method":"GET"} [] [2020-07-15T08:36:17.827421+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-07-15T08:36:17.906200+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:36:17.906354+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:17.906448+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:17.909520+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:36:17.977052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:36:17.985930+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:36:18.019699+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:36:18.172215+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:36:18.179184+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[3]] [] [2020-07-15T08:36:18.185312+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:36:18.189660+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:36:18.983289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c5356"},"request_uri":"http://127.0.0.1:8000/_wdt/8c5356","method":"GET"} [] [2020-07-15T08:36:51.373104+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"POST"} [] [2020-07-15T08:36:51.443317+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:36:51.508827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:36:51.517415+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:36:51.517598+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:36:51.517686+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:51.517762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:51.647257+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2020-07-15T08:36:51.658927+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["3"]] [] [2020-07-15T08:36:51.664229+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["8"]] [] [2020-07-15T08:36:51.667817+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["7"]] [] [2020-07-15T08:36:51.669313+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["8"]] [] [2020-07-15T08:36:51.770040+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T08:36:51.771861+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":1234.0,"3":"2020-07-15T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":4,"11":3} [] [2020-07-15T08:36:51.775208+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":12.0,"4":null,"5":7,"6":8} [] [2020-07-15T08:36:51.776066+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":3.0,"4":null,"5":7,"6":7} [] [2020-07-15T08:36:51.776754+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":4.0,"4":"5","5":7,"6":8} [] [2020-07-15T08:36:51.783060+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T08:36:51.806169+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:36:52.162463+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T08:36:52.228097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:36:52.228222+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:52.228294+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:52.231678+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:36:52.292340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:36:52.300147+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:36:52.330122+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:36:52.464184+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:36:52.471083+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[7,6,4,3]] [] [2020-07-15T08:36:52.561443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-07-15T08:36:52.562860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:36:52.563780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T08:36:52.569029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T08:36:52.569826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T08:36:52.573692+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:36:52.577103+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:36:53.407567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fb479"},"request_uri":"http://127.0.0.1:8000/_wdt/0fb479","method":"GET"} [] [2020-07-15T08:36:56.991100+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/acservice/show/7","method":"GET"} [] [2020-07-15T08:36:57.059229+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:36:57.059373+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:57.059464+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:36:57.065718+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:36:57.132984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:36:57.140144+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:36:57.171362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["7"] [] [2020-07-15T08:36:57.298057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-07-15T08:36:57.299071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:36:57.302844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [7] [] [2020-07-15T08:36:57.344107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2020-07-15T08:36:57.345119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:36:57.366350+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:36:58.175263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7abbe"},"request_uri":"http://127.0.0.1:8000/_wdt/c7abbe","method":"GET"} [] [2020-07-15T08:37:14.008368+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:37:14.080605+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:37:14.080749+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:14.080871+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:14.085294+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:37:14.160936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:37:14.169726+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:37:14.296491+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T08:37:14.356614+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:37:15.047342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1f092"},"request_uri":"http://127.0.0.1:8000/_wdt/f1f092","method":"GET"} [] [2020-07-15T08:37:29.188038+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-15T08:37:29.257202+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:37:29.324866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:37:29.332978+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:37:29.333204+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:37:29.333301+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:29.333379+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:29.440780+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.id IN (?) [["4"]] [] [2020-07-15T08:37:30.600685+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:37:30.648271+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:37:30.707030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:37:30.711761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [7] [] [2020-07-15T08:37:30.750466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2020-07-15T08:37:30.751631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:37:32.329880+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T08:37:32.406139+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:37:44.385797+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-07-15T08:37:44.476329+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:37:44.476475+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:44.476566+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:44.480783+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:37:44.559700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:37:44.568021+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:37:44.605440+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T08:37:44.761020+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T08:37:44.769008+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[7,6,4,3]] [] [2020-07-15T08:37:44.863546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-07-15T08:37:44.864593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:37:44.865364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-07-15T08:37:44.866423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T08:37:44.867195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T08:37:44.871617+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T08:37:44.875119+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:37:45.680378+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d7d93"},"request_uri":"http://127.0.0.1:8000/_wdt/8d7d93","method":"GET"} [] [2020-07-15T08:37:48.398403+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/acservice/show/7","method":"GET"} [] [2020-07-15T08:37:48.481098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:37:48.481214+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:48.481295+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:48.486287+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:37:48.577009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:37:48.585862+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:37:48.622955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["7"] [] [2020-07-15T08:37:48.771003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-07-15T08:37:48.772649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:37:48.778449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [7] [] [2020-07-15T08:37:48.829683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2020-07-15T08:37:48.830688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:37:48.856422+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:37:49.649023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c682d"},"request_uri":"http://127.0.0.1:8000/_wdt/2c682d","method":"GET"} [] [2020-07-15T08:37:58.331227+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:37:58.417787+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:37:58.417918+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:58.418123+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:37:58.426077+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:37:58.513359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:37:58.523661+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:37:58.663805+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T08:37:58.735252+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:37:59.332470+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb76b9"},"request_uri":"http://127.0.0.1:8000/_wdt/fb76b9","method":"GET"} [] [2020-07-15T08:38:01.396064+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:38:01.464581+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:38:01.464695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:38:01.464766+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:38:01.467407+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:38:01.532363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:38:01.540228+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:38:01.637578+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T08:38:01.691105+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:38:02.360205+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b0393"},"request_uri":"http://127.0.0.1:8000/_wdt/7b0393","method":"GET"} [] [2020-07-15T08:38:04.366324+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:38:04.431197+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:38:04.431344+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:38:04.431436+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:38:04.435374+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:38:04.488199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:38:04.495014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:38:04.585282+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T08:38:04.638356+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:38:05.369617+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cad85"},"request_uri":"http://127.0.0.1:8000/_wdt/0cad85","method":"GET"} [] [2020-07-15T08:38:10.198396+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:38:10.271817+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:38:10.271910+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:38:10.271967+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:38:10.274777+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:38:10.349951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:38:10.359554+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:38:10.491669+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T08:38:10.557182+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:38:11.245623+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa5351"},"request_uri":"http://127.0.0.1:8000/_wdt/aa5351","method":"GET"} [] [2020-07-15T08:42:25.084431+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:42:25.101031+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:42:25.101223+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:42:25.101318+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:42:25.105368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:42:25.182669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:42:25.199752+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:42:25.298479+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T08:42:25.388627+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:42:26.244334+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbeb13"},"request_uri":"http://127.0.0.1:8000/_wdt/cbeb13","method":"GET"} [] [2020-07-15T08:42:38.440186+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-15T08:42:38.558410+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:42:38.638244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:42:38.647455+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:42:38.647614+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:42:38.647695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:42:38.647840+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:42:38.792194+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.id IN (?) [["1"]] [] [2020-07-15T08:42:38.979632+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:42:39.036162+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:42:39.052371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T08:42:39.057270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-15T08:42:39.095971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-15T08:42:39.097058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-15T08:42:39.097922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-07-15T08:42:39.099360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T08:42:39.100649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:42:39.101582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T08:42:39.102388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T08:42:39.465184+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ [] [] [2020-07-15T08:42:39.525386+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:45:10.422294+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:45:10.483785+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:45:10.483862+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:10.483904+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:10.486386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:45:10.537824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:45:10.543763+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:45:10.618139+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:45:10.784953+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:45:11.646090+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"103953"},"request_uri":"http://127.0.0.1:8000/_wdt/103953","method":"GET"} [] [2020-07-15T08:45:12.728947+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:45:12.808420+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:45:12.808604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:12.808700+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:12.813386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:45:12.894205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:45:12.903163+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:45:13.037102+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:45:13.097092+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:45:13.808959+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85409d"},"request_uri":"http://127.0.0.1:8000/_wdt/85409d","method":"GET"} [] [2020-07-15T08:45:15.396968+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:45:15.462750+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:45:15.462854+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:15.462918+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:15.464991+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:45:15.524197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:45:15.530528+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:45:15.626319+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:45:15.672017+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:45:16.394893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"626faf"},"request_uri":"http://127.0.0.1:8000/_wdt/626faf","method":"GET"} [] [2020-07-15T08:45:17.847945+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:45:17.916486+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:45:17.916572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:17.916623+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:17.918534+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:45:17.979962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:45:17.991336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:45:18.099090+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:45:18.153707+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:45:18.882968+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aaf1a6"},"request_uri":"http://127.0.0.1:8000/_wdt/aaf1a6","method":"GET"} [] [2020-07-15T08:45:21.115405+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:45:21.182782+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:45:21.182929+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:21.183022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:21.186151+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:45:21.252565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:45:21.260439+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:45:21.391929+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:45:21.455789+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:45:22.254369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"242c49"},"request_uri":"http://127.0.0.1:8000/_wdt/242c49","method":"GET"} [] [2020-07-15T08:45:26.181234+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:45:26.253620+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:45:26.253940+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:26.254077+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:26.256884+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:45:26.324973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:45:26.337611+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:45:26.445758+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:45:26.506805+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:45:27.252117+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cb487"},"request_uri":"http://127.0.0.1:8000/_wdt/2cb487","method":"GET"} [] [2020-07-15T08:45:32.888522+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:45:32.954812+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:45:32.954936+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:32.955052+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:45:32.957688+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:45:33.021097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:45:33.027265+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:45:33.140877+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:45:33.197294+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:45:34.045225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63beb1"},"request_uri":"http://127.0.0.1:8000/_wdt/63beb1","method":"GET"} [] [2020-07-15T08:47:31.457642+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-07-15T08:47:31.548233+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:47:31.614391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:47:31.623653+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:47:31.623871+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:47:31.623971+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:47:31.624052+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:47:31.753538+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T08:47:31.930023+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2020-07-27T00:00:00+00:00"] [] [2020-07-15T08:47:31.976322+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2020-07-27T00:00:00+00:00"] [] [2020-07-15T08:47:31.991077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:47:31.996450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T08:47:32.039153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T08:47:32.040206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:47:32.041168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-07-15T08:47:32.322545+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:47:32.376031+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:51:31.424985+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:51:31.512578+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:51:31.512698+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:31.512777+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:31.516440+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:51:31.591092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:51:31.600030+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:51:31.765550+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:51:31.889390+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:51:32.674427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ca778"},"request_uri":"http://127.0.0.1:8000/_wdt/2ca778","method":"GET"} [] [2020-07-15T08:51:35.028810+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-07-15T08:51:35.114598+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:51:35.200722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:51:35.210645+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:51:35.210853+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:51:35.210982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:35.211091+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:35.348744+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T08:51:35.543957+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2020-07-27T00:00:00+00:00"] [] [2020-07-15T08:51:35.593964+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2020-07-27T00:00:00+00:00"] [] [2020-07-15T08:51:35.712055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:51:35.717095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T08:51:35.759521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T08:51:35.760579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:51:35.761338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-07-15T08:51:36.035538+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:51:36.081506+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:51:41.180729+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:51:41.286905+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:51:41.287585+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:41.287679+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:41.292040+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:51:41.376152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:51:41.384675+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:51:41.514768+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:51:41.571480+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:51:42.195070+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06f119"},"request_uri":"http://127.0.0.1:8000/_wdt/06f119","method":"GET"} [] [2020-07-15T08:51:43.314600+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:51:43.381596+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:51:43.381807+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:43.381980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:43.385404+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:51:43.450900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:51:43.458691+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:51:43.566791+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:51:43.621703+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:51:44.419184+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"098287"},"request_uri":"http://127.0.0.1:8000/_wdt/098287","method":"GET"} [] [2020-07-15T08:51:51.525754+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-07-15T08:51:51.609116+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:51:51.675471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:51:51.685322+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:51:51.685488+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:51:51.685595+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:51.685687+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:51:51.789938+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T08:51:51.957303+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:51:52.006899+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:51:52.018548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:51:52.023707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T08:51:52.066309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T08:51:52.067502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:51:52.068385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-07-15T08:51:52.355357+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:51:52.410079+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:52:27.634841+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:52:27.702552+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:52:27.702695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:27.702751+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:27.705573+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:52:27.764252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:52:27.770401+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:52:27.888568+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:52:27.983982+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:52:28.632106+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e499f3"},"request_uri":"http://127.0.0.1:8000/_wdt/e499f3","method":"GET"} [] [2020-07-15T08:52:42.726944+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T08:52:42.783355+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:52:42.783434+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:42.783480+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:42.788115+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T08:52:42.809708+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-15T08:52:42.810865+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-15T08:52:43.164437+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-15T08:52:43.230827+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:52:43.231147+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:43.231259+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:43.268607+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T08:52:44.047083+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"976575"},"request_uri":"http://127.0.0.1:8000/_wdt/976575","method":"GET"} [] [2020-07-15T08:52:46.098735+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-15T08:52:46.202235+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:52:46.202424+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:46.202560+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:46.204873+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:46.295080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-15T08:52:46.880216+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:46.886125+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 15 Jul 2020 08:52:46 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:46.886334+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:46.886434+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:46.900428+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:52:47.369035+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T08:52:47.436459+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:52:47.436640+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:47.436938+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:47.439962+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:52:47.503224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:52:47.510784+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:52:47.648017+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:52:47.659929+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T08:52:47.661352+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-07-15T08:52:47.712006+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:52:48.502683+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f11ac4"},"request_uri":"http://127.0.0.1:8000/_wdt/f11ac4","method":"GET"} [] [2020-07-15T08:52:50.195566+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:52:50.263662+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:52:50.263805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:50.263896+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:50.266834+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:52:50.322534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:52:50.330043+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:52:50.433914+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:52:50.490461+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:52:51.210658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82a063"},"request_uri":"http://127.0.0.1:8000/_wdt/82a063","method":"GET"} [] [2020-07-15T08:52:53.637819+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:52:53.704911+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:52:53.705104+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:53.705221+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:52:53.708012+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:52:53.774529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:52:53.782925+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:52:53.890620+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:52:53.946000+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:52:54.786497+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93f255"},"request_uri":"http://127.0.0.1:8000/_wdt/93f255","method":"GET"} [] [2020-07-15T08:53:02.893251+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-07-15T08:53:02.973717+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:53:03.033853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:53:03.043291+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:53:03.043458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:53:03.043560+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:53:03.043638+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:53:03.159336+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T08:53:03.318918+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:53:03.365905+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:53:03.380540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T08:53:03.385699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T08:53:03.429273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T08:53:03.430457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:53:03.431354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-07-15T08:53:03.714552+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:53:03.764968+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:54:30.777635+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:54:30.884550+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:54:30.884738+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:54:30.884870+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:54:30.892292+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:54:30.978104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:54:30.989674+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:54:31.135192+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:54:31.199588+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:54:31.847759+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef2a40"},"request_uri":"http://127.0.0.1:8000/_wdt/ef2a40","method":"GET"} [] [2020-07-15T08:54:33.328835+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:54:33.396207+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:54:33.396348+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:54:33.396441+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:54:33.399392+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:54:33.469128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:54:33.477714+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:54:33.583909+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:54:33.639015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:54:34.440661+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f5c8d"},"request_uri":"http://127.0.0.1:8000/_wdt/6f5c8d","method":"GET"} [] [2020-07-15T08:54:40.934864+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-15T08:54:41.000600+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:54:41.065922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:54:41.075311+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:54:41.075474+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:54:41.075566+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:54:41.075641+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:54:41.209008+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-07-15T08:54:41.403476+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:54:41.462169+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T08:54:41.479915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T08:54:41.485922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-15T08:54:41.531939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-15T08:54:41.532798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-15T08:54:41.533613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-07-15T08:54:41.534574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T08:54:41.535579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T08:54:41.536565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T08:54:41.537362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T08:54:41.894973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:54:41.949871+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:55:29.071400+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:55:29.129568+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:55:29.129665+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:55:29.129723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:55:29.132662+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:55:29.196403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:55:29.203536+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:55:29.309174+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:55:29.402111+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:55:30.062412+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0bc64"},"request_uri":"http://127.0.0.1:8000/_wdt/e0bc64","method":"GET"} [] [2020-07-15T08:55:31.117313+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:55:31.167927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:55:31.167993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:55:31.168029+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:55:31.170146+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:55:31.213541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:55:31.219573+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:55:31.300185+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:55:31.344752+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:55:32.059316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4c41d"},"request_uri":"http://127.0.0.1:8000/_wdt/f4c41d","method":"GET"} [] [2020-07-15T08:55:34.370431+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:55:34.440642+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:55:34.440850+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:55:34.440999+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:55:34.444681+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:55:34.505682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:55:34.514917+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:55:34.621781+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:55:34.677840+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:55:35.416535+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd9c36"},"request_uri":"http://127.0.0.1:8000/_wdt/dd9c36","method":"GET"} [] [2020-07-15T08:55:36.410962+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:55:36.472983+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:55:36.473125+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:55:36.473205+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:55:36.476374+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:55:36.544778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:55:36.553288+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:55:36.666291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:55:36.719000+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:55:37.459202+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72130f"},"request_uri":"http://127.0.0.1:8000/_wdt/72130f","method":"GET"} [] [2020-07-15T08:56:41.482388+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:56:41.556617+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:56:41.556772+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:41.556891+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:41.563070+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:56:41.628300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:56:41.636432+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:56:41.758864+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:56:41.950097+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:56:42.730505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac3cd3"},"request_uri":"http://127.0.0.1:8000/_wdt/ac3cd3","method":"GET"} [] [2020-07-15T08:56:47.812468+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:56:47.884048+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:56:47.884324+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:47.884429+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:47.888912+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:56:47.966129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:56:47.975227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:56:48.103316+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:56:48.160409+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:56:48.853367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34bcfe"},"request_uri":"http://127.0.0.1:8000/_wdt/34bcfe","method":"GET"} [] [2020-07-15T08:56:51.137518+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:56:51.205273+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:56:51.205423+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:51.205516+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:51.208477+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:56:51.275219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:56:51.283749+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:56:51.392089+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:56:51.446160+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:56:52.191275+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8f9e4"},"request_uri":"http://127.0.0.1:8000/_wdt/d8f9e4","method":"GET"} [] [2020-07-15T08:56:56.790926+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:56:56.858236+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:56:56.858385+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:56.858468+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:56.861442+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:56:56.927084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:56:56.935095+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:56:57.027737+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:56:57.078650+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:56:57.854137+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78044e"},"request_uri":"http://127.0.0.1:8000/_wdt/78044e","method":"GET"} [] [2020-07-15T08:56:58.884763+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:56:58.958374+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:56:58.958658+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:58.958760+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:56:58.962282+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:56:59.023233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:56:59.033724+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:56:59.148950+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:56:59.211838+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:57:00.048468+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0c18b"},"request_uri":"http://127.0.0.1:8000/_wdt/f0c18b","method":"GET"} [] [2020-07-15T08:57:28.203691+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:57:28.249485+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:57:28.249581+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:57:28.249654+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:57:28.251561+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:57:28.304601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:57:28.313053+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:57:28.388653+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:57:28.454914+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "punctuation" of value "{"." at C:\Apache24\htdocs\vehicle\templates\reports\index.html.twig line 43 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token \"punctuation\" of value \"{\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\index.html.twig:43)"} [] [2020-07-15T08:57:28.553584+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:57:28.946592+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92d665"},"request_uri":"http://127.0.0.1:8000/_wdt/92d665","method":"GET"} [] [2020-07-15T08:57:49.218180+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:57:49.260427+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:57:49.260502+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:57:49.260544+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:57:49.262080+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:57:49.320253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:57:49.327083+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:57:49.405295+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:57:49.544649+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:57:50.264790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b90471"},"request_uri":"http://127.0.0.1:8000/_wdt/b90471","method":"GET"} [] [2020-07-15T08:57:52.338731+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:57:52.384556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:57:52.384652+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:57:52.384710+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:57:52.387587+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:57:52.437197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:57:52.442639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:57:52.524388+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:57:52.569871+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:57:53.394386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e0346"},"request_uri":"http://127.0.0.1:8000/_wdt/4e0346","method":"GET"} [] [2020-07-15T08:57:55.624694+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:57:55.687519+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:57:55.687621+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:57:55.687686+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:57:55.690491+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:57:55.757472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:57:55.764748+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:57:55.869072+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:57:55.925034+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:57:56.690418+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2320c"},"request_uri":"http://127.0.0.1:8000/_wdt/e2320c","method":"GET"} [] [2020-07-15T08:59:04.854859+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:59:04.910954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:59:04.911022+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:59:04.911061+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:59:04.913441+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:59:04.956807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:59:04.964634+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:59:05.058268+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:59:05.148271+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:59:05.969139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb32f5"},"request_uri":"http://127.0.0.1:8000/_wdt/eb32f5","method":"GET"} [] [2020-07-15T08:59:06.901414+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T08:59:06.951788+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:59:06.952041+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:59:06.952398+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:59:06.956262+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:59:07.013663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:59:07.023803+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:59:07.106479+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T08:59:07.143987+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:59:07.823650+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c1c65"},"request_uri":"http://127.0.0.1:8000/_wdt/3c1c65","method":"GET"} [] [2020-07-15T08:59:09.612380+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T08:59:09.694389+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T08:59:09.694578+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:59:09.694699+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T08:59:09.698284+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T08:59:09.766593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T08:59:09.773736+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T08:59:09.890945+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T08:59:09.954011+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "vehicle" nor one of the methods "vehicle()", "getvehicle()"/"isvehicle()"/"hasvehicle()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\vehicle\templates\reports\index.html.twig line 46 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"vehicle\" nor one of the methods \"vehicle()\", \"getvehicle()\"/\"isvehicle()\"/\"hasvehicle()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\index.html.twig:46)"} [] [2020-07-15T08:59:10.049756+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T08:59:10.583056+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"060f76"},"request_uri":"http://127.0.0.1:8000/_wdt/060f76","method":"GET"} [] [2020-07-15T09:00:11.705562+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T09:00:11.787623+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:00:11.787769+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:11.787857+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:11.793980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:00:11.880886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:00:11.890163+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:00:12.019989+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T09:00:12.123427+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:00:12.951458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"399c4f"},"request_uri":"http://127.0.0.1:8000/_wdt/399c4f","method":"GET"} [] [2020-07-15T09:00:25.394844+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T09:00:25.449690+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:00:25.449812+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:25.449888+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:25.453931+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:00:25.511645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:00:25.519674+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:00:25.609572+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T09:00:25.694065+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:00:26.557752+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abc36e"},"request_uri":"http://127.0.0.1:8000/_wdt/abc36e","method":"GET"} [] [2020-07-15T09:00:27.615537+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T09:00:27.682435+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:00:27.682517+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:27.682565+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:27.685214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:00:27.759033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:00:27.765454+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:00:27.869566+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T09:00:27.914605+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:00:28.590072+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9256a"},"request_uri":"http://127.0.0.1:8000/_wdt/b9256a","method":"GET"} [] [2020-07-15T09:00:37.414843+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-15T09:00:37.494354+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:00:37.559149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:00:37.566481+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:00:37.566595+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:00:37.566751+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:37.566991+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:37.686113+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-07-15T09:00:37.859178+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T09:00:37.908050+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T09:00:37.921986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-07-15T09:00:37.926995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-07-15T09:00:37.971526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-15T09:00:37.972549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-07-15T09:00:37.973434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-07-15T09:00:37.974557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-07-15T09:00:37.975552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T09:00:37.976359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2020-07-15T09:00:37.977169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T09:00:38.307155+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T09:00:38.359859+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:00:50.686686+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T09:00:50.795240+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:00:50.795403+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:50.795495+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:50.800539+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:00:50.888655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:00:50.897730+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:00:51.044064+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T09:00:51.109347+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:00:51.752587+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7aca5d"},"request_uri":"http://127.0.0.1:8000/_wdt/7aca5d","method":"GET"} [] [2020-07-15T09:00:53.181884+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T09:00:53.249611+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:00:53.249756+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:53.249847+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:53.252464+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:00:53.317207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:00:53.325909+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:00:53.433835+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T09:00:53.488011+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:00:54.349735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8204a8"},"request_uri":"http://127.0.0.1:8000/_wdt/8204a8","method":"GET"} [] [2020-07-15T09:00:55.351374+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T09:00:55.423925+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:00:55.424068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:55.424172+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:00:55.427118+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:00:55.500442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:00:55.507897+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:00:55.616243+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T09:00:55.672035+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:00:56.382737+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af21ac"},"request_uri":"http://127.0.0.1:8000/_wdt/af21ac","method":"GET"} [] [2020-07-15T09:01:03.268452+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-07-15T09:01:03.339639+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:01:03.402384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:01:03.407808+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:01:03.407900+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:01:03.407947+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:01:03.408058+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:01:03.509801+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T09:01:03.663241+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T09:01:03.715497+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T09:01:03.729927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T09:01:03.735242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T09:01:03.776725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T09:01:03.777817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T09:01:03.778619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-07-15T09:01:04.049894+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T09:01:04.098629+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:03:56.956963+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-07-15T09:03:57.020272+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:03:57.020382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:03:57.020518+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:03:57.023308+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:03:57.081554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:03:57.090233+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:03:57.191061+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T09:03:57.295268+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:03:58.216420+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d407b1"},"request_uri":"http://127.0.0.1:8000/_wdt/d407b1","method":"GET"} [] [2020-07-15T09:04:06.290896+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-07-15T09:04:06.375545+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T09:04:06.450804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T09:04:06.459331+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T09:04:06.459497+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T09:04:06.459591+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:04:06.459670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T09:04:06.587472+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-07-15T09:04:06.752181+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T09:04:06.801043+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T09:04:06.815202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2020-07-15T09:04:06.820070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-07-15T09:04:06.863739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2020-07-15T09:04:06.865036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2020-07-15T09:04:06.866005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-07-15T09:04:07.151668+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-07-15T09:04:07.197290+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T09:07:13.821508+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:07:14.090033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:12:41.332422+00:00] console.ERROR: Error thrown while running command ""male:migration"". Message: "There are no commands defined in the "male" namespace. Did you mean one of these? make make:serializer" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"male\" namespace.\n\nDid you mean one of these?\n make\n make:serializer at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\console\\Application.php:574)","command":"\"male:migration\"","message":"There are no commands defined in the \"male\" namespace.\n\nDid you mean one of these?\n make\n make:serializer"} [] [2020-07-15T09:13:04.183793+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:13:04.190033+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:23.444293+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:45.763259+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:45.797720+00:00] doctrine.DEBUG: CREATE TABLE doctrine_migration_versions (version VARCHAR(191) NOT NULL, executed_at DATETIME DEFAULT NULL, execution_time INT DEFAULT NULL, PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:19:45.929229+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:45.930235+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:45.932792+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:19:45.935367+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:19:45.939612+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:19:45.940273+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:19:45.969676+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-15T09:19:45.971168+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:45.972277+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:45.973296+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:19:45.974665+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:19:45.975620+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:19:45.976353+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:19:45.977206+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-15T09:19:45.977755+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:45.978846+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:45.979895+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:19:45.981428+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:19:45.982242+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:19:45.983028+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:19:45.983779+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-15T09:19:46.537749+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T09:19:48.041405+00:00] doctrine.DEBUG: CREATE TABLE item (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, unit VARCHAR(155) NOT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:19:48.090849+00:00] doctrine.DEBUG: CREATE TABLE service (id INT AUTO_INCREMENT NOT NULL, vehicle_id INT NOT NULL, workshop_id INT NOT NULL, business_unit VARCHAR(255) NOT NULL, running_hours DOUBLE PRECISION NOT NULL, work_date DATE NOT NULL, amount DOUBLE PRECISION DEFAULT NULL, till_amount DOUBLE PRECISION DEFAULT NULL, remarks VARCHAR(355) DEFAULT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, INDEX IDX_E19D9AD2545317D1 (vehicle_id), INDEX IDX_E19D9AD21FDCE57C (workshop_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:19:48.137898+00:00] doctrine.DEBUG: CREATE TABLE service_details (id INT AUTO_INCREMENT NOT NULL, service_id INT NOT NULL, item_id INT NOT NULL, unit VARCHAR(155) DEFAULT NULL, quantity DOUBLE PRECISION NOT NULL, unit_price DOUBLE PRECISION NOT NULL, note VARCHAR(355) DEFAULT NULL, INDEX IDX_BDA25916ED5CA9E6 (service_id), INDEX IDX_BDA25916126F525E (item_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:19:48.186531+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:19:48.234780+00:00] doctrine.DEBUG: CREATE TABLE vehicle (id INT AUTO_INCREMENT NOT NULL, number VARCHAR(255) NOT NULL, name VARCHAR(255) DEFAULT NULL, purchase_date DATE DEFAULT NULL, renewal_date DATE DEFAULT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:19:48.284306+00:00] doctrine.DEBUG: CREATE TABLE workshop (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, address VARCHAR(355) NOT NULL, mobile VARCHAR(30) DEFAULT NULL, email VARCHAR(100) DEFAULT NULL, contact_person VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:19:48.329789+00:00] doctrine.DEBUG: ALTER TABLE service ADD CONSTRAINT FK_E19D9AD2545317D1 FOREIGN KEY (vehicle_id) REFERENCES vehicle (id) [] [] [2020-07-15T09:19:48.459555+00:00] doctrine.DEBUG: ALTER TABLE service ADD CONSTRAINT FK_E19D9AD21FDCE57C FOREIGN KEY (workshop_id) REFERENCES workshop (id) [] [] [2020-07-15T09:19:48.559461+00:00] doctrine.DEBUG: ALTER TABLE service_details ADD CONSTRAINT FK_BDA25916ED5CA9E6 FOREIGN KEY (service_id) REFERENCES service (id) [] [] [2020-07-15T09:19:48.670639+00:00] doctrine.DEBUG: ALTER TABLE service_details ADD CONSTRAINT FK_BDA25916126F525E FOREIGN KEY (item_id) REFERENCES item (id) [] [] [2020-07-15T09:19:48.794506+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:48.796076+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:19:48.797297+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:19:48.797996+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:19:48.798487+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:19:48.799204+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-07-15T09:19:46+00:00",2233.0] [] [2020-07-15T09:19:48.801652+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T09:19:48.801970+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T09:19:48.802250+00:00] doctrine.DEBUG: ALTER TABLE user ADD name VARCHAR(255) NOT NULL, ADD pin INT NOT NULL [] [] [2020-07-15T09:19:48.918956+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:48.920266+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:19:48.921062+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:19:48.921569+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:19:48.922063+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:19:48.922564+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-07-15T09:19:48+00:00",117.0] [] [2020-07-15T09:19:48.923877+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T09:19:48.924213+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T09:19:48.924498+00:00] doctrine.DEBUG: CREATE UNIQUE INDEX UNIQ_1F1B251E5E237E06 ON item (name) [] [] [2020-07-15T09:19:48.944077+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:48.945504+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:19:48.946603+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:19:48.947354+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:19:48.947921+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:19:48.948578+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-07-15T09:19:48+00:00",20.0] [] [2020-07-15T09:19:48.949989+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T09:19:48.950432+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T09:19:48.950828+00:00] doctrine.DEBUG: ALTER TABLE item ADD type INT DEFAULT NULL [] [] [2020-07-15T09:19:49.060379+00:00] doctrine.DEBUG: ALTER TABLE service ADD type INT DEFAULT NULL [] [] [2020-07-15T09:19:49.148091+00:00] doctrine.DEBUG: ALTER TABLE vehicle ADD type INT DEFAULT NULL [] [] [2020-07-15T09:19:49.232150+00:00] doctrine.DEBUG: ALTER TABLE workshop ADD type INT NOT NULL [] [] [2020-07-15T09:19:49.354777+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:19:49.356020+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:19:49.357543+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:19:49.357980+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:19:49.358398+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:19:49.358931+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-07-15T09:19:48+00:00",404.0] [] [2020-07-15T09:19:49.361666+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T09:19:49.362038+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T09:19:49.362323+00:00] doctrine.DEBUG: CREATE TABLE item (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, unit VARCHAR(155) NOT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, type INT DEFAULT NULL, UNIQUE INDEX UNIQ_1F1B251E5E237E06 (name), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:19:49.494750+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-07-15T09:19:49.529973+00:00] console.ERROR: Error thrown while running command "doctrine:migrations:migrate". Message: "An exception occurred while executing 'CREATE TABLE item (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, unit VARCHAR(155) NOT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, type INT DEFAULT NULL, UNIQUE INDEX UNIQ_1F1B251E5E237E06 (name), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'item' already exists" {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableExistsException(code: 0): An exception occurred while executing 'CREATE TABLE item (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, unit VARCHAR(155) NOT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, type INT DEFAULT NULL, UNIQUE INDEX UNIQ_1F1B251E5E237E06 (name), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42S01]: Base table or view already exists: 1050 Table 'item' already exists at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:38)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'item' already exists at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:43)\n[previous exception] [object] (PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'item' already exists at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:41)","command":"doctrine:migrations:migrate","message":"An exception occurred while executing 'CREATE TABLE item (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, unit VARCHAR(155) NOT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, type INT DEFAULT NULL, UNIQUE INDEX UNIQ_1F1B251E5E237E06 (name), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42S01]: Base table or view already exists: 1050 Table 'item' already exists"} [] [2020-07-15T09:19:49.531806+00:00] console.DEBUG: Command "doctrine:migrations:migrate" exited with code "1" {"command":"doctrine:migrations:migrate","code":1} [] [2020-07-15T09:21:04.545419+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:04.551825+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:04.556018+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:17.210671+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:17.234398+00:00] doctrine.DEBUG: CREATE TABLE doctrine_migration_versions (version VARCHAR(191) NOT NULL, executed_at DATETIME DEFAULT NULL, execution_time INT DEFAULT NULL, PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:21:17.283244+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:17.284169+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:17.286554+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:21:17.287975+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:21:17.290116+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:21:17.290729+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:21:17.292048+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-15T09:21:17.293051+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:17.293831+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:17.294589+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:21:17.295616+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:21:17.296330+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:21:17.296884+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:21:17.297516+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-15T09:21:17.297977+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:17.298661+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:17.299396+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:21:17.300336+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:21:17.300925+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:21:17.301481+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:21:17.302089+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2020-07-15T09:21:17.314693+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T09:21:17.353941+00:00] doctrine.DEBUG: CREATE TABLE item (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, unit VARCHAR(155) NOT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, type INT DEFAULT NULL, UNIQUE INDEX UNIQ_1F1B251E5E237E06 (name), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:21:17.395010+00:00] doctrine.DEBUG: CREATE TABLE service (id INT AUTO_INCREMENT NOT NULL, vehicle_id INT NOT NULL, workshop_id INT NOT NULL, business_unit VARCHAR(255) NOT NULL, running_hours DOUBLE PRECISION NOT NULL, work_date DATE NOT NULL, amount DOUBLE PRECISION DEFAULT NULL, till_amount DOUBLE PRECISION DEFAULT NULL, remarks VARCHAR(355) DEFAULT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, type INT DEFAULT NULL, INDEX IDX_E19D9AD2545317D1 (vehicle_id), INDEX IDX_E19D9AD21FDCE57C (workshop_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:21:17.444270+00:00] doctrine.DEBUG: CREATE TABLE service_details (id INT AUTO_INCREMENT NOT NULL, service_id INT NOT NULL, item_id INT NOT NULL, unit VARCHAR(155) DEFAULT NULL, quantity DOUBLE PRECISION NOT NULL, unit_price DOUBLE PRECISION NOT NULL, note VARCHAR(355) DEFAULT NULL, INDEX IDX_BDA25916ED5CA9E6 (service_id), INDEX IDX_BDA25916126F525E (item_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:21:17.486325+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, name VARCHAR(255) NOT NULL, pin INT NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:21:17.532333+00:00] doctrine.DEBUG: CREATE TABLE vehicle (id INT AUTO_INCREMENT NOT NULL, number VARCHAR(255) NOT NULL, name VARCHAR(255) DEFAULT NULL, purchase_date DATE DEFAULT NULL, renewal_date DATE DEFAULT NULL, description VARCHAR(355) DEFAULT NULL, note VARCHAR(355) DEFAULT NULL, type INT DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:21:17.607895+00:00] doctrine.DEBUG: CREATE TABLE workshop (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(355) NOT NULL, address VARCHAR(355) NOT NULL, mobile VARCHAR(30) DEFAULT NULL, email VARCHAR(100) DEFAULT NULL, contact_person VARCHAR(255) DEFAULT NULL, type INT NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-07-15T09:21:17.652652+00:00] doctrine.DEBUG: ALTER TABLE service ADD CONSTRAINT FK_E19D9AD2545317D1 FOREIGN KEY (vehicle_id) REFERENCES vehicle (id) [] [] [2020-07-15T09:21:17.800282+00:00] doctrine.DEBUG: ALTER TABLE service ADD CONSTRAINT FK_E19D9AD21FDCE57C FOREIGN KEY (workshop_id) REFERENCES workshop (id) [] [] [2020-07-15T09:21:17.892128+00:00] doctrine.DEBUG: ALTER TABLE service_details ADD CONSTRAINT FK_BDA25916ED5CA9E6 FOREIGN KEY (service_id) REFERENCES service (id) [] [] [2020-07-15T09:21:17.970665+00:00] doctrine.DEBUG: ALTER TABLE service_details ADD CONSTRAINT FK_BDA25916126F525E FOREIGN KEY (item_id) REFERENCES item (id) [] [] [2020-07-15T09:21:18.062504+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-07-15T09:21:18.064354+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'vehicle' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-07-15T09:21:18.065697+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'vehicle' /*!50116 AND c.constraint_schema = 'vehicle' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-07-15T09:21:18.066454+00:00] doctrine.DEBUG: 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'vehicle' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-07-15T09:21:18.067151+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] [] [2020-07-15T09:21:18.068063+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-07-15T09:21:17+00:00",747.0] [] [2020-07-15T09:21:18.071310+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T10:03:34.381665+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-15T10:03:34.468238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:03:34.468365+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:03:34.468448+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:03:34.474288+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T10:03:34.500937+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-15T10:03:34.501489+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-15T10:03:34.978319+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-15T10:03:35.072253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:03:35.072421+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:03:35.072500+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:03:35.150876+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T10:03:35.726203+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36ce0f"},"request_uri":"http://127.0.0.1:8000/_wdt/36ce0f","method":"GET"} [] [2020-07-15T10:04:04.459994+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-15T10:04:04.528963+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:04:04.529107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:04.529216+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:04.530887+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:04.604678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-15T10:04:04.618500+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:04.629494+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:05.020738+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-15T10:04:05.089821+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:04:05.089967+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:05.090089+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:05.127500+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T10:04:05.729625+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e2fc4"},"request_uri":"http://127.0.0.1:8000/_wdt/1e2fc4","method":"GET"} [] [2020-07-15T10:04:07.692805+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-15T10:04:07.762035+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:04:07.762181+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:07.762277+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:08.274312+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T10:04:08.906266+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17e1c0"},"request_uri":"http://127.0.0.1:8000/_wdt/17e1c0","method":"GET"} [] [2020-07-15T10:04:38.120126+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} [] [2020-07-15T10:04:38.197696+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:04:38.197803+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:38.197865+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:38.201424+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T10:04:38.536277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["malaya@cross-world.com"] [] [2020-07-15T10:04:39.147264+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T10:04:39.149152+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"malaya@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Malay Roy","5":1342} [] [2020-07-15T10:04:39.153742+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T10:04:39.577715+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T10:04:39.645369+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:04:39.645542+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:39.645631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:39.650452+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T10:04:39.673916+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-15T10:04:39.675172+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-15T10:04:40.075951+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-15T10:04:40.143136+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:04:40.143281+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:40.143378+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:40.182190+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-15T10:04:40.810291+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e252b"},"request_uri":"http://127.0.0.1:8000/_wdt/0e252b","method":"GET"} [] [2020-07-15T10:04:44.832937+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-15T10:04:44.903248+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:04:44.903393+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:44.903502+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:44.905076+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:44.974542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-15T10:04:45.566726+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:45.572967+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 15 Jul 2020 10:04:45 GMT\r\nLocation: http://127.0.0.1:8000/service\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/service\n \n \n Redirecting to http://127.0.0.1:8000/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:45.573339+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:45.573438+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:45.589151+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:04:46.047000+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T10:04:46.115673+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:04:46.115846+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:46.115937+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:04:46.119073+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:04:46.183967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:04:46.191733+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:04:46.226988+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:04:46.375686+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:04:46.383318+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:04:46.386475+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:04:47.334792+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a55a2d"},"request_uri":"http://127.0.0.1:8000/_wdt/a55a2d","method":"GET"} [] [2020-07-15T10:04:59.934989+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T10:05:00.003161+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:05:00.003427+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:00.003556+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:00.008042+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:05:00.077430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:05:00.086947+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:05:00.110813+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:05:00.259911+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:05:00.266938+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:05:00.270347+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:05:01.476214+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8d2c6"},"request_uri":"http://127.0.0.1:8000/_wdt/b8d2c6","method":"GET"} [] [2020-07-15T10:05:02.728441+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"GET"} [] [2020-07-15T10:05:02.798097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:05:02.798386+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:02.798505+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:02.801432+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:05:02.866856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:05:02.877492+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:05:02.987623+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:05:04.040620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb417f"},"request_uri":"http://127.0.0.1:8000/_wdt/fb417f","method":"GET"} [] [2020-07-15T10:05:10.022894+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://127.0.0.1:8000/item/new","method":"POST"} [] [2020-07-15T10:05:10.095280+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:05:10.161884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:05:10.168611+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:05:10.168717+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:05:10.168762+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:10.168800+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:10.296629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Break pad"] [] [2020-07-15T10:05:10.305811+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T10:05:10.307232+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Break pad","2":"Set","3":null,"4":null,"5":1} [] [2020-07-15T10:05:10.308422+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T10:05:10.330595+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:05:10.702457+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-07-15T10:05:10.772398+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:05:10.772551+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:10.772644+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:10.775735+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:05:10.842638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:05:10.852655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:05:10.880224+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:05:11.006278+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:05:11.015659+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[1]] [] [2020-07-15T10:05:11.023927+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:05:11.027046+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:05:12.020894+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4fed6"},"request_uri":"http://127.0.0.1:8000/_wdt/d4fed6","method":"GET"} [] [2020-07-15T10:05:15.694324+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-15T10:05:15.759717+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:05:15.759814+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:15.759872+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:15.762012+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:05:15.829149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:05:15.839596+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:05:15.870890+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:05:15.996513+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:05:16.001903+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:05:16.004776+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:05:17.152711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2318b6"},"request_uri":"http://127.0.0.1:8000/_wdt/2318b6","method":"GET"} [] [2020-07-15T10:05:18.363503+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-07-15T10:05:18.428363+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:05:18.428511+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:18.428603+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:05:18.431522+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:05:18.497867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:05:18.506519+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:05:18.614240+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:05:19.599076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20e92c"},"request_uri":"http://127.0.0.1:8000/_wdt/20e92c","method":"GET"} [] [2020-07-15T10:06:23.091679+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-07-15T10:06:23.175610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:06:23.243184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:06:23.252959+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:06:23.253127+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:06:23.253222+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:06:23.253303+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:06:23.409525+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T10:06:23.410970+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note, type) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"Dhaka Metro GA-14-3025","2":"BGF","3":"2020-07-15T00:00:00+00:00","4":"2020-07-15T00:00:00+00:00","5":null,"6":null,"7":1} [] [2020-07-15T10:06:23.415408+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T10:06:23.440806+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:06:23.812262+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-07-15T10:06:23.877012+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:06:23.877199+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:06:23.877290+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:06:23.880080+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:06:23.948255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:06:23.957786+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:06:23.986359+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:06:24.115785+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:06:24.124291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[1]] [] [2020-07-15T10:06:24.131788+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:06:24.134751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:06:25.249829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3894a"},"request_uri":"http://127.0.0.1:8000/_wdt/e3894a","method":"GET"} [] [2020-07-15T10:06:29.874835+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T10:06:29.943607+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:06:29.943755+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:06:29.943848+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:06:29.946859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:06:30.004358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:06:30.014122+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:06:30.045621+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:06:30.180765+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:06:30.186773+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:06:30.189022+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:06:31.336474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9f30d"},"request_uri":"http://127.0.0.1:8000/_wdt/c9f30d","method":"GET"} [] [2020-07-15T10:06:32.937778+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T10:06:33.007608+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:06:33.007762+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:06:33.007856+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:06:33.010580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:06:33.077641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:06:33.087904+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:06:33.202441+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T10:06:33.214766+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T10:06:33.217329+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-07-15T10:06:33.270732+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:06:34.306961+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79682d"},"request_uri":"http://127.0.0.1:8000/_wdt/79682d","method":"GET"} [] [2020-07-15T10:07:13.863578+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T10:07:13.937386+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:07:13.937575+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:13.937668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:13.941913+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:07:14.018775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:07:14.028116+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:07:14.055926+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:07:14.203664+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:07:14.209696+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:07:14.212599+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:07:15.257427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9a6aa"},"request_uri":"http://127.0.0.1:8000/_wdt/b9a6aa","method":"GET"} [] [2020-07-15T10:07:16.916596+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://127.0.0.1:8000/workshop/new","method":"GET"} [] [2020-07-15T10:07:16.989122+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:07:16.989275+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:16.989376+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:16.992078+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:07:17.068880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:07:17.078425+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:07:17.211745+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:07:18.178813+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c1f62"},"request_uri":"http://127.0.0.1:8000/_wdt/0c1f62","method":"GET"} [] [2020-07-15T10:07:30.047890+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://127.0.0.1:8000/workshop/new","method":"POST"} [] [2020-07-15T10:07:30.118788+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:07:30.175642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:07:30.184060+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:07:30.184228+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:07:30.184323+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:30.184423+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:30.363517+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T10:07:30.365229+00:00] doctrine.DEBUG: INSERT INTO workshop (name, address, mobile, email, contact_person, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"Navana","2":"14-B5, Velly, Wesgt","3":"01766373464","4":null,"5":null,"6":1} [] [2020-07-15T10:07:30.369527+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T10:07:30.390329+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:07:30.745349+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-07-15T10:07:30.811155+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:07:30.811301+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:30.811391+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:30.814428+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:07:30.880507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:07:30.888252+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:07:30.915809+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:07:31.047609+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:07:31.056810+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[1]] [] [2020-07-15T10:07:31.064495+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:07:31.067312+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:07:32.306730+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"442873"},"request_uri":"http://127.0.0.1:8000/_wdt/442873","method":"GET"} [] [2020-07-15T10:07:33.808512+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T10:07:33.886319+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:07:33.886426+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:33.886501+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:33.889257+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:07:33.960262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:07:33.969296+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:07:34.000971+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:07:34.142955+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:07:34.151018+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:07:34.153643+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:07:35.181918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"958206"},"request_uri":"http://127.0.0.1:8000/_wdt/958206","method":"GET"} [] [2020-07-15T10:07:36.537893+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-07-15T10:07:36.606845+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:07:36.606992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:36.607086+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:07:36.610022+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:07:36.666282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:07:36.674381+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:07:36.799935+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T10:07:36.811624+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-15T10:07:36.814636+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-07-15T10:07:36.867547+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:07:37.848682+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c784e1"},"request_uri":"http://127.0.0.1:8000/_wdt/c784e1","method":"GET"} [] [2020-07-15T10:08:26.570745+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-07-15T10:08:26.655712+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:08:26.724580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:26.733116+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:08:26.733282+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:08:26.733378+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:08:26.733457+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:08:26.871172+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-07-15T10:08:26.886653+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["1"]] [] [2020-07-15T10:08:26.892926+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-07-15T10:08:26.896156+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-07-15T10:08:26.962941+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-07-15T10:08:26.965285+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Hotel Grand Park, Barisal","2":600.0,"3":"2020-07-15T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":1} [] [2020-07-15T10:08:26.970393+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":6000.0,"4":null,"5":1,"6":1} [] [2020-07-15T10:08:26.972307+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":3500.0,"4":null,"5":1,"6":1} [] [2020-07-15T10:08:26.975002+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-07-15T10:08:26.996908+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:08:27.376323+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-07-15T10:08:27.444873+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:08:27.445027+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:08:27.445122+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:08:27.448168+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:08:27.498643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:27.506606+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:08:27.535765+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-07-15T10:08:27.670083+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-07-15T10:08:27.680009+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[1]] [] [2020-07-15T10:08:27.774321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:27.775473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:27.781167+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-07-15T10:08:27.784473+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:08:29.074033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"421c81"},"request_uri":"http://127.0.0.1:8000/_wdt/421c81","method":"GET"} [] [2020-07-15T10:08:32.152119+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/service/show/1","method":"GET"} [] [2020-07-15T10:08:32.228425+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:08:32.228648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:08:32.228729+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:08:32.233004+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:08:32.311550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:32.322530+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:08:32.351566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-07-15T10:08:32.473206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:32.476067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:32.482065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-15T10:08:32.531537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:32.551146+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:08:33.626822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c30b70"},"request_uri":"http://127.0.0.1:8000/_wdt/c30b70","method":"GET"} [] [2020-07-15T10:08:49.038617+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-07-15T10:08:49.113927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:08:49.114073+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:08:49.114166+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:08:49.118840+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:08:49.186700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:08:49.195946+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:08:49.324414+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T10:08:49.388333+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:08:50.489318+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a7392"},"request_uri":"http://127.0.0.1:8000/_wdt/3a7392","method":"GET"} [] [2020-07-15T10:09:03.066769+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-15T10:09:03.140823+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:09:03.196927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:09:03.206667+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:09:03.206874+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:09:03.207012+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:09:03.207152+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:09:03.335947+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-07-15T10:09:03.520984+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T10:09:03.577150+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T10:09:03.593183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-07-15T10:09:03.600441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-15T10:09:03.645834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-15T10:09:03.891311+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T10:09:03.940716+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-15T10:10:05.811940+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-07-15T10:10:05.910419+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-15T10:10:05.993886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-15T10:10:06.003061+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-15T10:10:06.003224+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-15T10:10:06.003327+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:10:06.003402+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-15T10:10:06.130847+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-07-15T10:10:06.254253+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T10:10:06.294857+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-07-01T00:00:00+00:00","2020-07-31T00:00:00+00:00"] [] [2020-07-15T10:10:06.409126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-07-15T10:10:06.413970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-07-15T10:10:06.460667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-07-15T10:10:06.640712+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-15T10:10:06.704271+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-22T04:59:03.077182+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-22T04:59:05.590895+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T04:59:05.591015+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T04:59:05.591091+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T04:59:05.869265+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T04:59:06.497913+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-22T04:59:06.552887+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-22T04:59:07.448551+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T04:59:07.519294+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T04:59:07.519438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T04:59:07.519534+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T04:59:08.212968+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T04:59:09.713701+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d14ad"},"request_uri":"http://127.0.0.1:8000/_wdt/8d14ad","method":"GET"} [] [2020-07-22T04:59:15.582540+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T04:59:15.650668+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T04:59:15.650946+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T04:59:15.651069+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T04:59:15.686138+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T04:59:16.130921+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b92c87"},"request_uri":"http://127.0.0.1:8000/_wdt/b92c87","method":"GET"} [] [2020-07-22T05:04:53.507161+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-07-22T05:04:53.591496+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:04:53.591608+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:53.591710+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:53.635940+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:54.752060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-07-22T05:04:55.677489+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:55.743709+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 22 Jul 2020 05:04:55 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:55.743869+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:55.743937+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:55.759073+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-22T05:04:56.266688+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-22T05:04:56.334581+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:04:56.334729+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:56.334961+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:04:56.338275+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-07-22T05:04:56.404418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-07-22T05:04:56.413436+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-07-22T05:05:00.025547+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-07-22T05:05:00.206482+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-07-22T05:05:00.210017+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-07-22T05:05:00.594747+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-07-22T05:05:01.628602+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04a6ae"},"request_uri":"http://127.0.0.1:8000/_wdt/04a6ae","method":"GET"} [] [2020-07-22T05:05:38.875835+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /news"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /news\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/news/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-07-22T05:05:39.895026+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ffa0d"},"request_uri":"http://127.0.0.1:8000/_wdt/1ffa0d","method":"GET"} [] [2020-07-22T05:05:44.771386+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-07-22T05:05:44.836833+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:05:44.836968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:05:44.837041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:05:44.843368+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:05:44.865734+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-07-22T05:05:44.867196+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-07-22T05:05:45.173674+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:05:45.239972+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:05:45.240122+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:05:45.240216+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:05:45.277360+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:05:45.528259+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6fc46"},"request_uri":"http://127.0.0.1:8000/_wdt/f6fc46","method":"GET"} [] [2020-07-22T05:10:34.906754+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:10:34.949351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:10:34.949432+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:10:34.949483+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:10:34.972783+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:10:35.311394+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"471eaf"},"request_uri":"http://127.0.0.1:8000/_wdt/471eaf","method":"GET"} [] [2020-07-22T05:10:47.487872+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:10:47.524469+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:10:47.524665+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:10:47.524765+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:10:48.748413+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:10:49.136273+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41ff68"},"request_uri":"http://127.0.0.1:8000/_wdt/41ff68","method":"GET"} [] [2020-07-22T05:14:18.848734+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:14:18.940566+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:14:18.940717+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:14:18.940814+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:14:19.062307+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:14:19.430001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc1f18"},"request_uri":"http://127.0.0.1:8000/_wdt/fc1f18","method":"GET"} [] [2020-07-22T05:15:14.085152+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:15:14.116007+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:15:14.116067+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:15:14.116102+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:15:14.191927+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:15:14.504338+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34f067"},"request_uri":"http://127.0.0.1:8000/_wdt/34f067","method":"GET"} [] [2020-07-22T05:15:15.787236+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:15:15.817452+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:15:15.817516+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:15:15.817553+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:15:15.832704+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:15:16.159053+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8777c9"},"request_uri":"http://127.0.0.1:8000/_wdt/8777c9","method":"GET"} [] [2020-07-22T05:19:01.147991+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:19:01.185921+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:19:01.186057+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:01.186118+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:01.204535+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:19:01.533537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53c3e0"},"request_uri":"http://127.0.0.1:8000/_wdt/53c3e0","method":"GET"} [] [2020-07-22T05:19:07.130216+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:19:07.193843+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:19:07.193937+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:07.193996+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:07.224311+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:19:07.601813+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d52d1f"},"request_uri":"http://127.0.0.1:8000/_wdt/d52d1f","method":"GET"} [] [2020-07-22T05:19:10.511541+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:19:10.581609+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:19:10.581754+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:10.581850+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:10.617010+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:19:10.914689+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d892a"},"request_uri":"http://127.0.0.1:8000/_wdt/0d892a","method":"GET"} [] [2020-07-22T05:19:28.988785+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:19:29.017208+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:19:29.017268+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:29.017303+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:29.072363+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:19:29.573925+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0eb779"},"request_uri":"http://127.0.0.1:8000/_wdt/0eb779","method":"GET"} [] [2020-07-22T05:19:32.405134+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:19:32.435621+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:19:32.435740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:32.435782+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:32.451186+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:19:32.705686+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eda812"},"request_uri":"http://127.0.0.1:8000/_wdt/eda812","method":"GET"} [] [2020-07-22T05:19:36.132705+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:19:36.199181+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:19:36.199278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:36.199337+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:19:36.230405+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:19:36.566635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26a9d8"},"request_uri":"http://127.0.0.1:8000/_wdt/26a9d8","method":"GET"} [] [2020-07-22T05:24:28.872989+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:24:28.930778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:24:28.930840+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:24:28.930878+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:24:29.051097+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:24:29.517939+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d26622"},"request_uri":"http://127.0.0.1:8000/_wdt/d26622","method":"GET"} [] [2020-07-22T05:24:44.206792+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:24:44.263075+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:24:44.263137+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:24:44.263188+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:24:44.281423+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:24:44.635477+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa8f90"},"request_uri":"http://127.0.0.1:8000/_wdt/fa8f90","method":"GET"} [] [2020-07-22T05:26:34.205602+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:26:34.240568+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:26:34.240637+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:26:34.240679+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:26:34.300123+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:26:34.665751+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0bd19"},"request_uri":"http://127.0.0.1:8000/_wdt/b0bd19","method":"GET"} [] [2020-07-22T05:26:42.278446+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:26:42.329735+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:26:42.329813+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:26:42.329858+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:26:42.350755+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:26:42.624626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78c57c"},"request_uri":"http://127.0.0.1:8000/_wdt/78c57c","method":"GET"} [] [2020-07-22T05:27:01.082386+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:27:01.146690+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:27:01.146834+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:27:01.146930+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:27:01.181575+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:27:01.479915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c57e2"},"request_uri":"http://127.0.0.1:8000/_wdt/7c57e2","method":"GET"} [] [2020-07-22T05:33:07.868836+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:33:07.905170+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:33:07.905231+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:33:07.905337+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:33:07.972406+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:33:08.291928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7912c"},"request_uri":"http://127.0.0.1:8000/_wdt/d7912c","method":"GET"} [] [2020-07-22T05:33:23.314702+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:33:23.371208+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:33:23.371354+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:33:23.371449+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:33:23.406453+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:33:23.697996+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31a913"},"request_uri":"http://127.0.0.1:8000/_wdt/31a913","method":"GET"} [] [2020-07-22T05:34:02.895261+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:34:02.948621+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:34:02.948777+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:34:02.948875+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:34:02.983831+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:34:03.281865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aecac5"},"request_uri":"http://127.0.0.1:8000/_wdt/aecac5","method":"GET"} [] [2020-07-22T05:36:02.692406+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:36:02.728043+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:36:02.728109+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:36:02.728146+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:36:02.798905+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:36:03.111846+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6305fc"},"request_uri":"http://127.0.0.1:8000/_wdt/6305fc","method":"GET"} [] [2020-07-22T05:36:34.431894+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:36:34.464042+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:36:34.464113+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:36:34.464156+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:36:34.532451+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:36:34.889389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6dd25"},"request_uri":"http://127.0.0.1:8000/_wdt/e6dd25","method":"GET"} [] [2020-07-22T05:38:22.004790+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:38:22.081438+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:38:22.081581+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:38:22.081675+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:38:22.204613+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:38:22.688344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"088db2"},"request_uri":"http://127.0.0.1:8000/_wdt/088db2","method":"GET"} [] [2020-07-22T05:39:33.955197+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:39:34.034985+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:39:34.035127+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:39:34.035220+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:39:34.147551+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:39:34.652418+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f28256"},"request_uri":"http://127.0.0.1:8000/_wdt/f28256","method":"GET"} [] [2020-07-22T05:39:45.188797+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:39:45.239127+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:39:45.239192+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:39:45.239233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:39:45.265591+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:39:45.564785+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb68c8"},"request_uri":"http://127.0.0.1:8000/_wdt/bb68c8","method":"GET"} [] [2020-07-22T05:40:12.689124+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:40:12.731547+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:40:12.731765+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:40:12.731867+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:40:12.763945+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:40:13.264540+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a92289"},"request_uri":"http://127.0.0.1:8000/_wdt/a92289","method":"GET"} [] [2020-07-22T05:41:52.148009+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:41:52.199311+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:41:52.199462+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:41:52.199507+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:41:52.222912+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:41:52.531999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"152d42"},"request_uri":"http://127.0.0.1:8000/_wdt/152d42","method":"GET"} [] [2020-07-22T05:42:56.766943+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:42:56.833967+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:42:56.834113+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:42:56.834216+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:42:56.870036+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:42:57.201565+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f9b25"},"request_uri":"http://127.0.0.1:8000/_wdt/4f9b25","method":"GET"} [] [2020-07-22T05:43:12.414597+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:43:12.490971+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:43:12.491117+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:43:12.491214+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:43:12.528421+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:43:12.831824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7d1e9"},"request_uri":"http://127.0.0.1:8000/_wdt/d7d1e9","method":"GET"} [] [2020-07-22T05:43:15.774416+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T05:43:15.841775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:43:15.841919+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:43:15.842012+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:43:17.185684+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:43:17.578146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"888d6e"},"request_uri":"http://127.0.0.1:8000/_wdt/888d6e","method":"GET"} [] [2020-07-22T05:47:04.865375+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T05:47:04.942668+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:47:04.942823+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:47:04.942915+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:47:05.266159+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:47:05.642136+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef83e9"},"request_uri":"http://127.0.0.1:8000/_wdt/ef83e9","method":"GET"} [] [2020-07-22T05:47:17.889054+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T05:47:17.964714+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:47:17.964858+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:47:17.964947+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:47:18.105082+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:47:18.494064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fdcc4d"},"request_uri":"http://127.0.0.1:8000/_wdt/fdcc4d","method":"GET"} [] [2020-07-22T05:47:46.012106+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T05:47:46.076429+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:47:46.076546+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:47:46.076657+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:47:46.110594+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:47:46.437765+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c92983"},"request_uri":"http://127.0.0.1:8000/_wdt/c92983","method":"GET"} [] [2020-07-22T05:49:15.197131+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T05:49:15.232421+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:49:15.232513+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:49:15.232558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:49:15.342018+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:49:15.622761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b3182"},"request_uri":"http://127.0.0.1:8000/_wdt/4b3182","method":"GET"} [] [2020-07-22T05:52:47.981920+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T05:52:48.059744+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:52:48.059859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:52:48.059929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:52:48.254070+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:52:48.557344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7b56c"},"request_uri":"http://127.0.0.1:8000/_wdt/a7b56c","method":"GET"} [] [2020-07-22T05:57:07.637174+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T05:57:07.676994+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:57:07.677111+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:57:07.677150+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:57:07.814845+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:57:08.181846+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9dbad"},"request_uri":"http://127.0.0.1:8000/_wdt/d9dbad","method":"GET"} [] [2020-07-22T05:57:10.423985+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T05:57:10.458494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T05:57:10.458562+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:57:10.458597+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T05:57:10.542726+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T05:57:10.926619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"470952"},"request_uri":"http://127.0.0.1:8000/_wdt/470952","method":"GET"} [] [2020-07-22T06:01:39.371360+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:01:39.412331+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:01:39.412392+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:01:39.412427+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:01:39.565025+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:01:39.914578+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"794f18"},"request_uri":"http://127.0.0.1:8000/_wdt/794f18","method":"GET"} [] [2020-07-22T06:02:38.664396+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:02:38.698326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:02:38.698411+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:02:38.698473+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:02:38.835802+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:02:39.149637+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a5a82"},"request_uri":"http://127.0.0.1:8000/_wdt/7a5a82","method":"GET"} [] [2020-07-22T06:02:46.216567+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:02:46.273494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:02:46.273572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:02:46.273612+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:02:46.419066+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:02:46.732572+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c3656"},"request_uri":"http://127.0.0.1:8000/_wdt/3c3656","method":"GET"} [] [2020-07-22T06:03:01.619123+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:03:01.687973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:03:01.688118+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:03:01.688209+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:03:01.846563+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:03:02.209194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a89e3"},"request_uri":"http://127.0.0.1:8000/_wdt/8a89e3","method":"GET"} [] [2020-07-22T06:03:03.470071+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:03:03.538982+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:03:03.539142+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:03:03.539233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:03:03.666174+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:03:03.947539+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27d5c0"},"request_uri":"http://127.0.0.1:8000/_wdt/27d5c0","method":"GET"} [] [2020-07-22T06:07:07.158495+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:07:07.197588+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:07:07.197711+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:07:07.197751+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:07:07.363575+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:07:07.735417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb2714"},"request_uri":"http://127.0.0.1:8000/_wdt/cb2714","method":"GET"} [] [2020-07-22T06:07:50.981974+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:07:51.018445+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:07:51.018507+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:07:51.018542+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:07:51.180022+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:07:51.483336+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69d382"},"request_uri":"http://127.0.0.1:8000/_wdt/69d382","method":"GET"} [] [2020-07-22T06:15:26.402872+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:15:26.441833+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:15:26.441916+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:15:26.441950+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:15:26.573917+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:15:26.924879+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ad690"},"request_uri":"http://127.0.0.1:8000/_wdt/2ad690","method":"GET"} [] [2020-07-22T06:26:05.510320+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:26:05.604215+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:26:05.604368+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:26:05.604463+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:26:05.867025+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:26:06.277093+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f17360"},"request_uri":"http://127.0.0.1:8000/_wdt/f17360","method":"GET"} [] [2020-07-22T06:26:11.982079+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:26:12.059015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:26:12.059159+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:26:12.059254+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:26:12.097801+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:26:12.388252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a155c"},"request_uri":"http://127.0.0.1:8000/_wdt/1a155c","method":"GET"} [] [2020-07-22T06:26:30.014324+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:26:30.080577+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:26:30.080743+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:26:30.080835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:26:30.263847+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:26:30.557518+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1c3b8"},"request_uri":"http://127.0.0.1:8000/_wdt/c1c3b8","method":"GET"} [] [2020-07-22T06:26:52.133955+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:26:52.202948+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:26:52.203132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:26:52.203235+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:26:52.236498+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:26:52.523630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1da435"},"request_uri":"http://127.0.0.1:8000/_wdt/1da435","method":"GET"} [] [2020-07-22T06:28:32.344556+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:28:32.383000+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:28:32.383135+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:28:32.383177+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:28:32.400598+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:28:32.676484+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"189dba"},"request_uri":"http://127.0.0.1:8000/_wdt/189dba","method":"GET"} [] [2020-07-22T06:28:36.035322+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:28:36.084837+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:28:36.084902+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:28:36.084939+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:28:36.223898+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:28:36.501317+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eff27c"},"request_uri":"http://127.0.0.1:8000/_wdt/eff27c","method":"GET"} [] [2020-07-22T06:28:57.746903+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:28:57.816118+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:28:57.816302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:28:57.816419+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:28:57.976466+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:28:58.283169+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"caa8fc"},"request_uri":"http://127.0.0.1:8000/_wdt/caa8fc","method":"GET"} [] [2020-07-22T06:29:04.221445+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:29:04.260220+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:29:04.260363+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:29:04.260464+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:29:04.295809+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:29:04.742243+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd13f0"},"request_uri":"http://127.0.0.1:8000/_wdt/bd13f0","method":"GET"} [] [2020-07-22T06:32:15.461230+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:32:15.550866+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:32:15.550962+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:32:15.551022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:32:15.681364+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:32:16.091457+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b0a73"},"request_uri":"http://127.0.0.1:8000/_wdt/5b0a73","method":"GET"} [] [2020-07-22T06:32:18.283803+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:32:18.358420+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:32:18.358608+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:32:18.358707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:32:18.388814+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:32:18.680487+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab1e5e"},"request_uri":"http://127.0.0.1:8000/_wdt/ab1e5e","method":"GET"} [] [2020-07-22T06:33:50.577762+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:33:50.608077+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:33:50.608150+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:33:50.608193+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:33:50.684227+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:33:51.018563+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25018b"},"request_uri":"http://127.0.0.1:8000/_wdt/25018b","method":"GET"} [] [2020-07-22T06:33:54.415623+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:33:54.489980+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:33:54.490121+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:33:54.490361+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:33:54.527425+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:33:54.798908+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3ed51"},"request_uri":"http://127.0.0.1:8000/_wdt/e3ed51","method":"GET"} [] [2020-07-22T06:34:00.304191+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:34:00.342440+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:34:00.342547+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:34:00.342586+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:34:00.360132+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:34:00.625121+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce609f"},"request_uri":"http://127.0.0.1:8000/_wdt/ce609f","method":"GET"} [] [2020-07-22T06:37:20.630871+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:37:20.667648+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:37:20.667744+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:37:20.667783+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:37:20.725383+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:37:21.015951+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"011337"},"request_uri":"http://127.0.0.1:8000/_wdt/011337","method":"GET"} [] [2020-07-22T06:37:39.885379+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:37:39.918084+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:37:39.918147+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:37:39.918183+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:37:39.988815+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:37:40.332002+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"124a97"},"request_uri":"http://127.0.0.1:8000/_wdt/124a97","method":"GET"} [] [2020-07-22T06:37:48.777610+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:37:48.852421+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:37:48.852690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:37:48.852764+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:37:48.891824+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:37:49.148019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1aceab"},"request_uri":"http://127.0.0.1:8000/_wdt/1aceab","method":"GET"} [] [2020-07-22T06:40:27.421133+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:40:27.457764+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:40:27.457872+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:40:27.457910+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:40:27.519324+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:40:27.852053+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b9cd9"},"request_uri":"http://127.0.0.1:8000/_wdt/6b9cd9","method":"GET"} [] [2020-07-22T06:41:10.077213+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:41:10.121489+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:41:10.121635+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:41:10.121733+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:41:10.161573+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:41:10.456581+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4729ae"},"request_uri":"http://127.0.0.1:8000/_wdt/4729ae","method":"GET"} [] [2020-07-22T06:42:10.538937+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:42:10.566095+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:42:10.566159+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:42:10.566194+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:42:10.635643+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:42:10.904288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b05fd5"},"request_uri":"http://127.0.0.1:8000/_wdt/b05fd5","method":"GET"} [] [2020-07-22T06:42:41.455268+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:42:41.486325+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:42:41.486385+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:42:41.486421+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:42:41.550643+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:42:41.834388+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4d4d7"},"request_uri":"http://127.0.0.1:8000/_wdt/a4d4d7","method":"GET"} [] [2020-07-22T06:42:54.440700+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:42:54.515176+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:42:54.515278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:42:54.515428+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:42:54.702935+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:42:54.979113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f678c8"},"request_uri":"http://127.0.0.1:8000/_wdt/f678c8","method":"GET"} [] [2020-07-22T06:43:12.854253+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:43:12.883146+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:43:12.883205+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:43:12.883241+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:43:12.936435+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:43:13.234573+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8aea8f"},"request_uri":"http://127.0.0.1:8000/_wdt/8aea8f","method":"GET"} [] [2020-07-22T06:43:27.453735+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:43:27.484324+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:43:27.484391+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:43:27.484428+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:43:27.550348+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:43:27.855184+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3f973"},"request_uri":"http://127.0.0.1:8000/_wdt/f3f973","method":"GET"} [] [2020-07-22T06:43:46.211864+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:43:46.295394+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:43:46.295554+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:43:46.295647+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:43:46.487716+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:43:46.761948+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1283f3"},"request_uri":"http://127.0.0.1:8000/_wdt/1283f3","method":"GET"} [] [2020-07-22T06:44:21.179446+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-07-22T06:44:21.247606+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:44:21.247766+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:44:21.247835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:44:21.282407+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:44:21.554190+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fe1a1"},"request_uri":"http://127.0.0.1:8000/_wdt/5fe1a1","method":"GET"} [] [2020-07-22T06:48:07.012130+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-07-22T06:48:07.094254+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-07-22T06:48:07.094351+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:48:07.094393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-07-22T06:48:07.254681+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-07-22T06:48:07.536343+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"065e57"},"request_uri":"http://127.0.0.1:8000/_wdt/065e57","method":"GET"} [] [2020-08-09T04:42:15.852910+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-08-09T04:42:17.943828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8682e"},"request_uri":"http://127.0.0.1:8000/_wdt/e8682e","method":"GET"} [] [2020-08-09T04:42:31.793658+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-08-09T04:42:31.915009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:42:31.915208+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:42:31.915342+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:42:35.863400+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T04:42:36.100077+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-08-09T04:42:36.127338+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-08-09T04:42:36.569637+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-08-09T04:42:38.203929+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a0790"},"request_uri":"http://127.0.0.1:8000/_wdt/3a0790","method":"GET"} [] [2020-08-09T04:42:50.829750+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T04:42:50.883962+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:42:50.884107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:42:50.884198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:42:51.080715+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:42:51.336220+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-08-09T04:42:51.592989+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T04:42:51.878076+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[1]] [] [2020-08-09T04:42:52.153752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T04:42:52.168917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T04:42:52.199853+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:42:53.029252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81c9c3"},"request_uri":"http://127.0.0.1:8000/_wdt/81c9c3","method":"GET"} [] [2020-08-09T04:43:06.099041+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-08-09T04:43:06.182001+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:43:06.182148+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:43:06.182276+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:43:06.237781+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:43:06.455215+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-08-09T04:43:06.521171+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T04:43:06.535099+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[1]] [] [2020-08-09T04:43:06.543868+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:43:07.367124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"721d39"},"request_uri":"http://127.0.0.1:8000/_wdt/721d39","method":"GET"} [] [2020-08-09T04:44:14.655431+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-08-09T04:44:14.663437+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:44:14.663556+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:14.663592+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:14.665701+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-08-09T04:44:14.749163+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-08-09T04:44:14.788362+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-08-09T04:44:15.105384+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-08-09T04:44:15.153495+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:44:15.153579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:15.153618+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:15.192510+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-08-09T04:44:15.608479+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73d5ea"},"request_uri":"http://127.0.0.1:8000/_wdt/73d5ea","method":"GET"} [] [2020-08-09T04:44:30.504602+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-08-09T04:44:30.553101+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:44:30.553188+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:30.553248+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:30.580032+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:30.648295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-08-09T04:44:31.120977+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:31.151420+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 09 Aug 2020 04:44:31 GMT\r\nLocation: http://127.0.0.1:8000/item\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/item\n \n \n Redirecting to http://127.0.0.1:8000/item.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:31.151531+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:31.151565+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:31.158793+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:44:31.415253+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-08-09T04:44:31.450072+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:44:31.450164+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:31.450206+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:31.451453+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:44:31.478274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:44:31.483747+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:44:31.500430+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:44:31.577669+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T04:44:31.582443+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[1]] [] [2020-08-09T04:44:31.587455+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:44:31.589394+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:44:32.205945+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"921ca2"},"request_uri":"http://127.0.0.1:8000/_wdt/921ca2","method":"GET"} [] [2020-08-09T04:44:53.534076+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-08-09T04:44:53.571031+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:44:53.571092+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:53.571127+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:53.573483+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:44:53.601714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:44:53.607795+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:44:53.622936+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:44:53.688536+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T04:44:53.691966+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[1]] [] [2020-08-09T04:44:53.695880+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:44:53.697398+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:44:54.216199+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d42a9e"},"request_uri":"http://127.0.0.1:8000/_wdt/d42a9e","method":"GET"} [] [2020-08-09T04:44:56.238877+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T04:44:56.273907+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:44:56.274051+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:56.274144+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:44:56.275586+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:44:56.305648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:44:56.311179+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:44:56.328275+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:44:56.434080+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T04:44:56.439213+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[1]] [] [2020-08-09T04:44:56.443662+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:44:56.446192+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:44:57.170096+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccad04"},"request_uri":"http://127.0.0.1:8000/_wdt/ccad04","method":"GET"} [] [2020-08-09T04:44:59.991080+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://127.0.0.1:8000/workshop","method":"GET"} [] [2020-08-09T04:45:00.031429+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:45:00.031493+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:45:00.031529+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:45:00.032690+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:45:00.060648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:45:00.065069+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:45:00.079906+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:45:00.179737+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T04:45:00.183191+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[1]] [] [2020-08-09T04:45:00.186675+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:45:00.188028+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:45:00.774898+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b51de"},"request_uri":"http://127.0.0.1:8000/_wdt/6b51de","method":"GET"} [] [2020-08-09T04:45:12.456940+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-08-09T04:45:12.495676+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:45:12.495741+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:45:12.495777+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:45:12.497123+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:45:12.528243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:45:12.533859+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:45:12.556179+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:45:13.855523+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T04:45:13.860953+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:45:13.863446+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:45:14.491292+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3917bd"},"request_uri":"http://127.0.0.1:8000/_wdt/3917bd","method":"GET"} [] [2020-08-09T04:46:32.641015+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-08-09T04:46:32.704934+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:46:32.705094+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:46:32.705176+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:46:32.711127+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:46:32.777288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:46:32.783745+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:46:32.859613+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T04:46:32.953765+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:46:33.578057+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa1ca1"},"request_uri":"http://127.0.0.1:8000/_wdt/aa1ca1","method":"GET"} [] [2020-08-09T04:46:36.116722+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-08-09T04:46:36.185003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:46:36.185206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:46:36.185317+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:46:36.188032+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:46:36.249920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:46:36.257470+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:46:36.335972+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-08-09T04:46:36.365755+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:46:37.048627+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87063f"},"request_uri":"http://127.0.0.1:8000/_wdt/87063f","method":"GET"} [] [2020-08-09T04:57:11.242722+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T04:57:11.321633+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:57:11.321775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:57:11.321877+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:57:11.326515+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:57:11.393850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:57:11.405164+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:57:11.435833+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:57:11.636841+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T04:57:11.646272+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[1]] [] [2020-08-09T04:57:11.654779+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:57:11.658002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:57:12.379234+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00d0e5"},"request_uri":"http://127.0.0.1:8000/_wdt/00d0e5","method":"GET"} [] [2020-08-09T04:57:14.428946+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"GET"} [] [2020-08-09T04:57:14.504359+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:57:14.504506+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:57:14.504603+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:57:14.509093+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:57:14.557715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:57:14.564000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:57:14.874395+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:57:15.599125+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03ab0b"},"request_uri":"http://127.0.0.1:8000/_wdt/03ab0b","method":"GET"} [] [2020-08-09T04:57:51.999863+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new","method":"POST"} [] [2020-08-09T04:57:52.077997+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:57:52.156230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:57:52.165625+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:57:52.165789+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:57:52.165884+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:57:52.165968+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:57:56.510979+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T04:57:56.544539+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note, type) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"1234","2":"Abc","3":"2020-08-09T00:00:00+00:00","4":"2020-08-09T00:00:00+00:00","5":null,"6":"12580","7":1} [] [2020-08-09T04:57:56.551315+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T04:57:56.580159+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:57:57.020075+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T04:57:57.106743+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:57:57.107003+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:57:57.107109+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:57:57.111466+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:57:57.189340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:57:57.199658+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:57:57.233376+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:57:57.383847+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T04:57:57.392955+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-08-09T04:57:57.401463+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:57:57.404427+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:57:58.083668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8273b1"},"request_uri":"http://127.0.0.1:8000/_wdt/8273b1","method":"GET"} [] [2020-08-09T04:58:01.082092+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/2","method":"GET"} [] [2020-08-09T04:58:01.151462+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:58:01.151618+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:01.151712+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:01.154862+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:58:01.221438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:58:01.230977+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:58:01.246454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:58:01.490875+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:58:02.289780+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3d826"},"request_uri":"http://127.0.0.1:8000/_wdt/f3d826","method":"GET"} [] [2020-08-09T04:58:06.802129+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/2","method":"POST"} [] [2020-08-09T04:58:06.879617+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:58:06.954498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:58:06.964843+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:58:06.965028+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:58:06.965134+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:06.965215+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:06.985708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:58:07.138147+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:58:07.494290+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T04:58:07.563151+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:58:07.563295+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:07.563400+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:07.566498+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:58:07.622352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:58:07.631710+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:58:07.659434+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:58:07.785886+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T04:58:07.793405+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-08-09T04:58:07.800896+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:58:07.803236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:58:08.436842+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d963e6"},"request_uri":"http://127.0.0.1:8000/_wdt/d963e6","method":"GET"} [] [2020-08-09T04:58:11.950937+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/show/2","method":"GET"} [] [2020-08-09T04:58:12.010005+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:58:12.010117+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:12.010186+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:12.013161+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:58:12.081388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:58:12.091988+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:58:12.106392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:58:12.263407+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:58:13.026875+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"863aef"},"request_uri":"http://127.0.0.1:8000/_wdt/863aef","method":"GET"} [] [2020-08-09T04:58:30.253651+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/show/2","method":"GET"} [] [2020-08-09T04:58:30.295930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:58:30.296107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:30.296215+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:30.299897+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:58:30.335013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:58:30.340226+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:58:30.350944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:58:30.431593+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:58:30.976668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb27f3"},"request_uri":"http://127.0.0.1:8000/_wdt/cb27f3","method":"GET"} [] [2020-08-09T04:58:40.123390+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/show/2","method":"GET"} [] [2020-08-09T04:58:40.154909+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:58:40.154971+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:40.155006+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:40.156711+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:58:40.196107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:58:40.202937+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:58:40.217315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:58:40.356272+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:58:40.942263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8bb6e9"},"request_uri":"http://127.0.0.1:8000/_wdt/8bb6e9","method":"GET"} [] [2020-08-09T04:58:51.130571+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/show/2","method":"GET"} [] [2020-08-09T04:58:51.163435+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:58:51.163497+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:51.163532+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:58:51.165324+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:58:51.201654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:58:51.206352+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:58:51.216329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:58:51.359958+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:58:51.934040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a705e"},"request_uri":"http://127.0.0.1:8000/_wdt/0a705e","method":"GET"} [] [2020-08-09T04:59:04.413134+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/show/2","method":"GET"} [] [2020-08-09T04:59:04.451129+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:59:04.451193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:04.451232+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:04.453011+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:59:04.485093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:59:04.489841+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:59:04.500136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:59:04.609789+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:59:05.147341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5de97a"},"request_uri":"http://127.0.0.1:8000/_wdt/5de97a","method":"GET"} [] [2020-08-09T04:59:13.036196+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/show/2","method":"GET"} [] [2020-08-09T04:59:13.098460+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:59:13.098569+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:13.098656+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:13.102046+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:59:13.159065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:59:13.163831+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:59:13.171741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:59:13.264924+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:59:13.760517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd3a60"},"request_uri":"http://127.0.0.1:8000/_wdt/bd3a60","method":"GET"} [] [2020-08-09T04:59:20.070664+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/show/2","method":"GET"} [] [2020-08-09T04:59:20.102047+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:59:20.102114+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:20.102149+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:20.104731+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:59:20.142667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:59:20.146525+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:59:20.155692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T04:59:20.234666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:59:20.754152+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ffbcd"},"request_uri":"http://127.0.0.1:8000/_wdt/7ffbcd","method":"GET"} [] [2020-08-09T04:59:46.591869+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T04:59:46.641873+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:59:46.642028+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:46.642118+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:46.644705+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:59:46.701636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:59:46.709394+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:59:46.743359+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:59:46.897206+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T04:59:46.905402+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-08-09T04:59:46.913282+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:59:46.916644+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:59:47.519754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31be05"},"request_uri":"http://127.0.0.1:8000/_wdt/31be05","method":"GET"} [] [2020-08-09T04:59:48.685092+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/1","method":"GET"} [] [2020-08-09T04:59:48.737760+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:59:48.737821+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:48.737855+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:48.739691+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:59:48.797537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:59:48.808128+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:59:48.818331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-08-09T04:59:48.893465+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:59:49.399858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"368c18"},"request_uri":"http://127.0.0.1:8000/_wdt/368c18","method":"GET"} [] [2020-08-09T04:59:53.844499+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/1","method":"POST"} [] [2020-08-09T04:59:53.913982+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:59:53.981446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:59:53.990409+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:59:53.990576+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:59:53.990671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:53.990835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:54.007032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-08-09T04:59:54.172395+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T04:59:54.172882+00:00] doctrine.DEBUG: UPDATE vehicle SET note = ? WHERE id = ? ["123",1] [] [2020-08-09T04:59:54.174379+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T04:59:54.193600+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:59:54.528066+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T04:59:54.596954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T04:59:54.597073+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:54.597146+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T04:59:54.600251+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T04:59:54.667417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T04:59:54.675730+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T04:59:54.702319+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T04:59:54.828874+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T04:59:54.837312+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-08-09T04:59:54.845099+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T04:59:54.848242+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T04:59:55.285624+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a682d"},"request_uri":"http://127.0.0.1:8000/_wdt/7a682d","method":"GET"} [] [2020-08-09T05:01:32.407053+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-08-09T05:01:32.439537+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:01:32.439597+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:01:32.439632+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:01:32.440811+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:01:32.473216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:01:32.476962+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:01:32.523217+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:01:32.548905+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:01:32.935373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a879a9"},"request_uri":"http://127.0.0.1:8000/_wdt/a879a9","method":"GET"} [] [2020-08-09T05:01:55.180909+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:01:55.257703+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:01:55.333899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:01:55.340772+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:01:55.340940+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:01:55.341026+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:01:55.341102+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:01:55.518276+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:01:56.644440+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:01:56.690754+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:01:56.833493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:01:56.838698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:01:56.886277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:01:58.369005+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:01:58.407712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:06:03.816503+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:06:03.859551+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:06:03.900625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:06:03.910001+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:06:03.910166+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:06:03.910264+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:06:03.910344+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:06:03.984752+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:06:04.054211+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:06:04.083000+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:06:04.173808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:06:04.179997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:06:04.217987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:06:04.332638+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:06:04.364386+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:07:33.359001+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:07:33.398976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:07:33.436274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:07:33.440005+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:07:33.440070+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:07:33.440105+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:07:33.440175+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:07:33.493988+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:07:33.563307+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:07:33.585117+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:07:33.590427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:07:33.592360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:07:33.610258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:07:33.705689+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:07:33.735163+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:09:05.215547+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:09:05.258673+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:09:05.299114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:09:05.302926+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:09:05.302996+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:09:05.303072+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:09:05.303106+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:09:05.357385+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:09:05.425039+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:09:05.447727+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:09:05.496989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:09:05.499069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:09:05.519177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:09:05.612571+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:09:05.641045+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:10:04.558032+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:10:04.602836+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:10:04.641100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:10:04.644933+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:10:04.645039+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:10:04.645086+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:10:04.645117+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:10:04.698635+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:10:04.765986+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:10:04.787680+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:10:04.793180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:10:04.795898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:10:04.814843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:10:04.909966+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:10:04.940756+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:12:55.412650+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:12:55.458899+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:12:55.496209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:12:55.500035+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:12:55.500099+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:12:55.500134+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:12:55.500164+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:12:55.553520+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:12:55.621355+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:12:55.645065+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:12:55.693835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:12:55.696516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:12:55.714410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:12:55.805374+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:12:55.836801+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:13:29.266541+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:13:29.310538+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:13:29.341777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:13:29.345788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:13:29.345941+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:13:29.346018+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:13:29.346073+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:13:29.400393+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:13:29.468999+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:13:29.489267+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:13:29.539481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:13:29.542171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:13:29.572744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:13:29.666269+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:13:29.694770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:14:12.667424+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:14:12.707231+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:14:12.744642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:12.748302+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:14:12.748367+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:14:12.748402+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:14:12.748431+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:14:12.801057+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:14:12.868679+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:14:12.890504+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:14:12.944772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:12.948052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:14:12.966530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:13.060095+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:14:13.087548+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:14:48.064028+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:14:48.107080+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:14:48.144900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:48.148810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:14:48.148890+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:14:48.148928+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:14:48.149000+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:14:48.201798+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:14:48.270149+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:14:48.290845+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:14:48.340224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:48.342906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:14:48.361709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:48.456836+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:14:48.485817+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:14:56.477988+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:14:56.518256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:14:56.548257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:56.551932+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:14:56.552005+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:14:56.552041+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:14:56.552071+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:14:56.607466+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:14:56.674735+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:14:56.711153+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:14:56.717481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:56.719523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:14:56.738818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:14:56.835368+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:14:56.862744+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:15:16.636120+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:15:16.676373+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:15:16.714693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:16.718591+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:15:16.718660+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:15:16.718695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:15:16.718725+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:15:16.771941+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:15:16.840021+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:15:16.858965+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:15:16.908630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:16.912385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:15:16.931028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:17.028571+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:15:17.058423+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:15:29.686613+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:15:29.731403+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:15:29.771161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:29.775785+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:15:29.775943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:15:29.775982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:15:29.776012+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:15:29.829981+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:15:29.899177+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:15:29.918553+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:15:29.967444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:29.970206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:15:29.988880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:30.086545+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:15:30.119022+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:15:52.599247+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:15:52.646174+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:15:52.688800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:52.692889+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:15:52.692963+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:15:52.692999+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:15:52.693030+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:15:52.750507+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:15:52.821678+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:15:52.843445+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:15:52.893529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:52.896314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:15:52.914138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:15:53.007783+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:15:53.036960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:16:29.276838+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:16:29.323425+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:16:29.361896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:29.367148+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:16:29.367235+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:16:29.367274+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:16:29.367306+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:16:29.424554+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:16:29.493489+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:16:29.514175+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:16:29.568471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:29.571469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:16:29.589850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:29.682696+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:16:29.711661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:16:39.456078+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:16:39.498469+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:16:39.526799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:39.531333+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:16:39.531405+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:16:39.531441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:16:39.531472+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:16:39.584646+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:16:39.652156+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:16:39.671599+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:16:39.677031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:39.680087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:16:39.701421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:39.797122+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:16:39.823770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:16:58.000710+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:16:58.042811+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:16:58.080302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:58.084730+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:16:58.084801+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:16:58.084837+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:16:58.084868+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:16:58.139569+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:16:58.209664+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:16:58.233223+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:16:58.288322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:58.291813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:16:58.310285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:16:58.406621+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:16:58.435587+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:17:17.566896+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:17:17.610919+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:17:17.648354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:17:17.652058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:17:17.652122+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:17:17.652158+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:17:17.652187+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:17:17.706037+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:17:17.774595+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:17:17.793255+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:17:17.849607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:17:17.852011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:17:17.870400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:17:17.962589+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:17:17.994132+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:18:00.491848+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:18:00.534000+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:18:00.572262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:18:00.576144+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:18:00.576223+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:18:00.576259+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:18:00.576290+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:18:00.633694+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:18:00.703807+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:18:00.723222+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:18:00.773673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:18:00.776124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:18:00.794467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:18:00.887483+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:18:00.918953+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:19:28.076297+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:19:28.121035+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:19:28.150102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:19:28.153849+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:19:28.153941+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:19:28.153976+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:19:28.154006+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:19:28.207448+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:19:28.275354+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:19:28.294966+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:19:28.344296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:19:28.346274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:19:28.363510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:19:28.456532+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:19:28.485444+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:19:55.408701+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:19:55.452159+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:19:55.491564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:19:55.495916+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:19:55.495987+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:19:55.496022+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:19:55.496052+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:19:55.548105+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:19:55.615078+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:19:55.634885+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:19:55.683543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:19:55.685575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:19:55.702687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:19:55.795618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:19:55.824732+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:23:41.046575+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:23:41.091950+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:23:41.129578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:23:41.136353+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:23:41.136460+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:23:41.136514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:23:41.136561+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:23:41.194135+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:23:41.262885+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:23:41.282394+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:23:41.333165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:23:41.335841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:23:41.353873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:23:41.447578+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:23:41.477800+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:25:09.846058+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:25:09.890563+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:25:09.932045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:25:09.938638+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:25:09.938724+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:25:09.938764+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:25:09.938816+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:25:09.999636+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:25:10.077687+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:25:10.097928+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:25:10.151081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:25:10.153769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:25:10.172646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:25:10.265479+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:25:10.293975+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:26:24.738342+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:26:24.774809+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:26:24.814430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:26:24.821419+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:26:24.821543+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:26:24.821606+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:26:24.821660+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:26:24.878172+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:26:24.944831+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:26:24.964750+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:26:24.971304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:26:24.973328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:26:24.990675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:26:25.084005+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:26:25.112832+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:26:30.307938+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:26:30.348706+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:26:30.388837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:26:30.392552+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:26:30.392618+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:26:30.392653+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:26:30.392682+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:26:30.447062+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:26:30.517070+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:26:30.535953+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:26:30.541741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:26:30.543774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:26:30.561027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:26:30.650524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:26:30.679169+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:32:42.312873+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:32:42.354235+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:32:42.381846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:32:42.386629+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:32:42.386704+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:32:42.386740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:32:42.386770+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:32:42.440953+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:32:42.509934+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:32:42.529912+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:32:42.580922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:32:42.583018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:32:42.601307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:32:42.697226+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:32:42.727796+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:33:58.168221+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:33:58.208499+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:33:58.245763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:33:58.249542+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:33:58.249613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:33:58.249648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:33:58.249678+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:33:58.303928+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:33:58.373017+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:33:58.393843+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:33:58.446986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:33:58.449338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:33:58.466947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:33:58.560736+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:33:58.592540+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:34:04.472964+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:34:04.523855+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:34:04.558653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:34:04.562966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:34:04.563047+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:34:04.563084+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:34:04.563115+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:34:04.627894+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:34:04.695446+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:34:04.715006+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:34:04.720778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:34:04.722823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:34:04.739825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:34:04.832938+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:34:04.863620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:34:31.105950+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:34:31.148905+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:34:31.185970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:34:31.189619+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:34:31.189688+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:34:31.189723+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:34:31.189752+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:34:31.243046+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:34:31.310566+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:34:31.336932+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:34:31.386073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:34:31.388327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:34:31.405583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:34:31.498847+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:34:31.526008+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:35:37.177672+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:35:37.217199+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:35:37.255714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:37.259434+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:35:37.259502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:35:37.259538+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:37.259608+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:37.313792+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:35:37.383807+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:35:37.405662+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:35:37.457825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:37.460145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:35:37.478142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:37.571791+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:35:37.606201+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:35:43.657605+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:35:43.700537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:35:43.738694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:43.742200+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:35:43.742269+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:35:43.742343+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:43.742378+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:43.796731+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:35:43.866108+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:35:43.886193+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:35:43.891735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:43.893697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:35:43.910895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:44.006834+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:35:44.036356+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:35:47.171340+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-08-09T05:35:47.209307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:35:47.209369+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:47.209403+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:47.210947+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:35:47.251578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:47.255410+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:35:47.310077+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:35:47.334838+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:35:47.665488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"369e5a"},"request_uri":"http://127.0.0.1:8000/_wdt/369e5a","method":"GET"} [] [2020-08-09T05:35:51.791206+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T05:35:51.819872+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:35:51.819935+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:51.819969+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:51.821095+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:35:51.853997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:51.857474+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:35:51.869802+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T05:35:51.924320+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T05:35:51.927291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-08-09T05:35:51.931083+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T05:35:51.933469+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:35:52.295626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71b2e0"},"request_uri":"http://127.0.0.1:8000/_wdt/71b2e0","method":"GET"} [] [2020-08-09T05:35:54.326565+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/1","method":"GET"} [] [2020-08-09T05:35:54.357435+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:35:54.357496+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:54.357529+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:35:54.358665+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:35:54.400739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:35:54.406246+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:35:54.412682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:35:54.467419+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:35:54.802593+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83ac86"},"request_uri":"http://127.0.0.1:8000/_wdt/83ac86","method":"GET"} [] [2020-08-09T05:36:01.838065+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/1","method":"GET"} [] [2020-08-09T05:36:01.870425+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:36:01.870491+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:01.870526+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:01.871769+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:36:01.906990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:01.910413+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:36:01.919051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:36:01.966901+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:36:02.285257+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dc612"},"request_uri":"http://127.0.0.1:8000/_wdt/9dc612","method":"GET"} [] [2020-08-09T05:36:09.901979+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/2","method":"GET"} [] [2020-08-09T05:36:09.931232+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:36:09.931292+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:09.931326+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:09.932531+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:36:09.964743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:09.968227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:36:09.974190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T05:36:10.020183+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:36:10.355953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a19617"},"request_uri":"http://127.0.0.1:8000/_wdt/a19617","method":"GET"} [] [2020-08-09T05:36:46.039558+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T05:36:46.070595+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:36:46.070661+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:46.070697+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:46.072232+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:36:46.109486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:46.112937+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:36:46.127277+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T05:36:46.186559+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T05:36:46.191378+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[1]] [] [2020-08-09T05:36:46.231139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:46.231699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:46.233332+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T05:36:46.234728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:36:46.633573+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e21413"},"request_uri":"http://127.0.0.1:8000/_wdt/e21413","method":"GET"} [] [2020-08-09T05:36:48.060759+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-08-09T05:36:48.094147+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:36:48.094283+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:48.094329+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:48.097299+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:36:48.134239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:48.137741+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:36:48.153056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:36:48.198670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:36:48.273872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:48.274767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:48.276457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:48.278127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:36:48.279608+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-08-09T05:36:48.280248+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-08-09T05:36:48.333204+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:36:48.710201+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd1ee4"},"request_uri":"http://127.0.0.1:8000/_wdt/fd1ee4","method":"GET"} [] [2020-08-09T05:36:53.900893+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"POST"} [] [2020-08-09T05:36:53.934792+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:36:53.973637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:53.977278+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:36:53.977347+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:36:53.977383+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:53.977412+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:53.991302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:36:54.031831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:36:54.097515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:54.098471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:54.100125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:54.103297+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:36:54.105043+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["1"]] [] [2020-08-09T05:36:54.105851+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-08-09T05:36:54.106883+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-08-09T05:36:54.188636+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T05:36:54.188886+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [60000.0,1] [] [2020-08-09T05:36:54.189574+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T05:36:54.204809+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:36:54.386466+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T05:36:54.426719+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:36:54.426851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:54.426885+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:54.428535+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:36:54.465557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:54.469307+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:36:54.484088+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T05:36:54.539807+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T05:36:54.543013+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[1]] [] [2020-08-09T05:36:54.580245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:54.580788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:54.582351+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T05:36:54.583740+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:36:54.954970+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa7bde"},"request_uri":"http://127.0.0.1:8000/_wdt/fa7bde","method":"GET"} [] [2020-08-09T05:36:57.314242+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-08-09T05:36:57.345161+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:36:57.345221+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:57.345255+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:36:57.347206+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:36:57.385876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:36:57.391192+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:36:57.449045+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:36:57.478903+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:36:57.808107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b2723"},"request_uri":"http://127.0.0.1:8000/_wdt/0b2723","method":"GET"} [] [2020-08-09T05:37:09.521277+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:37:09.551191+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:09.588341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:09.591736+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:09.591804+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:09.591841+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:09.591915+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:09.640387+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:37:09.716363+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:37:09.738093+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:37:09.790464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:09.792549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:37:09.810240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:09.907333+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:37:09.932711+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:37:25.108380+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-08-09T05:37:25.161831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:25.161897+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:25.161933+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:25.163605+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:25.205765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:25.210455+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:25.278808+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:37:25.306702+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:37:25.690922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f43ea4"},"request_uri":"http://127.0.0.1:8000/_wdt/f43ea4","method":"GET"} [] [2020-08-09T05:37:32.855777+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T05:37:32.884466+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:32.884580+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:32.884681+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:32.885984+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:32.919196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:32.922519+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:32.933930+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T05:37:32.994080+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T05:37:32.998597+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-08-09T05:37:33.002252+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T05:37:33.003826+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:37:33.363758+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04b8dc"},"request_uri":"http://127.0.0.1:8000/_wdt/04b8dc","method":"GET"} [] [2020-08-09T05:37:35.039739+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/2","method":"GET"} [] [2020-08-09T05:37:35.068886+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:35.068970+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:35.069004+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:35.070099+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:35.101952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:35.105400+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:35.111283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["2"] [] [2020-08-09T05:37:35.156141+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:37:35.475254+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0d0e4"},"request_uri":"http://127.0.0.1:8000/_wdt/f0d0e4","method":"GET"} [] [2020-08-09T05:37:39.515602+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/1","method":"GET"} [] [2020-08-09T05:37:39.544326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:39.544390+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:39.544423+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:39.546001+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:39.581276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:39.584823+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:39.590769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:37:39.636692+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:37:39.974988+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e48d1"},"request_uri":"http://127.0.0.1:8000/_wdt/2e48d1","method":"GET"} [] [2020-08-09T05:37:44.044285+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/edit/1","method":"POST"} [] [2020-08-09T05:37:44.076187+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:44.101265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:44.104638+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:44.104707+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:44.104742+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:44.104771+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:44.111069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:37:44.176627+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T05:37:44.176918+00:00] doctrine.DEBUG: UPDATE vehicle SET note = ? WHERE id = ? ["12300",1] [] [2020-08-09T05:37:44.185302+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T05:37:44.195191+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:37:44.341934+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T05:37:44.369508+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:44.369566+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:44.369600+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:44.370682+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:44.403364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:44.406813+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:44.417336+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T05:37:44.469984+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T05:37:44.472591+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-08-09T05:37:44.475844+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T05:37:44.477127+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:37:44.806582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b11b7"},"request_uri":"http://127.0.0.1:8000/_wdt/7b11b7","method":"GET"} [] [2020-08-09T05:37:48.339596+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:37:48.374376+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:48.414070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:48.417523+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:48.417613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:48.417648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:48.417678+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:48.481331+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:37:48.539241+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:37:48.558261+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:37:48.563865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:48.565970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:37:48.583802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:48.676040+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:37:48.705477+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:37:53.059023+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:37:53.103839+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:37:53.140785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:53.145889+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:37:53.145970+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:37:53.146016+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:53.146048+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:37:53.219996+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:37:53.302529+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:37:53.327690+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:37:53.334685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:53.337090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:37:53.357179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:37:53.450803+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:37:53.481760+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:53:59.281481+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:53:59.326083+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:53:59.356578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:53:59.360355+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:53:59.360421+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:53:59.360456+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:53:59.360485+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:53:59.418075+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:53:59.489987+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:53:59.509883+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:53:59.600342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:53:59.602551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:53:59.619106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:53:59.737358+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:53:59.772258+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:55:39.401276+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:55:39.442868+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:55:39.482658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:55:39.486353+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:55:39.486418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:55:39.486452+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:55:39.486525+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:55:39.540344+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:55:39.609575+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:55:39.629079+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:55:39.686131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:55:39.688206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:55:39.705410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:55:39.798995+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:55:39.828267+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:55:55.699630+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-08-09T05:55:55.738173+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:55:55.738234+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:55:55.738268+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:55:55.739809+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:55:55.779972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:55:55.783756+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:55:55.838432+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:55:55.863856+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:55:56.166015+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8da56"},"request_uri":"http://127.0.0.1:8000/_wdt/f8da56","method":"GET"} [] [2020-08-09T05:55:59.615471+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T05:55:59.651496+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:55:59.651561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:55:59.651597+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:55:59.652992+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:55:59.684825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:55:59.689036+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:55:59.707935+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T05:55:59.774556+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T05:55:59.779935+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[1]] [] [2020-08-09T05:55:59.818739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:55:59.819275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:55:59.820911+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T05:55:59.822328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:56:00.204971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6e0d6"},"request_uri":"http://127.0.0.1:8000/_wdt/c6e0d6","method":"GET"} [] [2020-08-09T05:56:01.947392+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"GET"} [] [2020-08-09T05:56:01.986175+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:56:01.986238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:01.986273+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:01.987976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:56:02.033529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:02.037620+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:56:02.053890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:56:02.098620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:56:02.167449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:02.168306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:02.169821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:02.171480+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:56:02.172547+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-08-09T05:56:02.173096+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-08-09T05:56:02.200530+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:56:02.568312+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"119142"},"request_uri":"http://127.0.0.1:8000/_wdt/119142","method":"GET"} [] [2020-08-09T05:56:25.841140+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/service/edit/1","method":"POST"} [] [2020-08-09T05:56:25.872753+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:56:25.917022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:25.927781+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:56:25.927959+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:56:25.928060+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:25.928167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:25.953049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:56:25.993812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:56:26.061081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:26.061947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:26.063515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:26.066696+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:56:26.068003+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["1"]] [] [2020-08-09T05:56:26.068762+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-08-09T05:56:26.069736+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-08-09T05:56:26.111970+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T05:56:26.112276+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [15700.0,1] [] [2020-08-09T05:56:26.115026+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T05:56:26.127897+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:56:26.313770+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T05:56:26.350194+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:56:26.350258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:26.350302+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:26.352762+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:56:26.389728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:26.393780+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:56:26.407815+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T05:56:26.464441+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T05:56:26.467592+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[1]] [] [2020-08-09T05:56:26.505603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:26.506455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:26.508236+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T05:56:26.509721+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:56:26.902389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"945b90"},"request_uri":"http://127.0.0.1:8000/_wdt/945b90","method":"GET"} [] [2020-08-09T05:56:29.095926+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-08-09T05:56:29.126167+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:56:29.126228+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:29.126262+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:29.127969+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:56:29.164241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:29.167913+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:56:29.226370+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:56:29.231422+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-08-09T05:56:29.232066+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-08-09T05:56:29.253557+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:56:29.582454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6db2ab"},"request_uri":"http://127.0.0.1:8000/_wdt/6db2ab","method":"GET"} [] [2020-08-09T05:56:35.670073+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-08-09T05:56:35.698709+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:56:35.698774+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:35.698809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:35.699976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:56:35.733039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:35.736876+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:56:35.785248+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:56:35.791198+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-08-09T05:56:35.791862+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-08-09T05:56:35.811462+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:56:36.173110+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"629191"},"request_uri":"http://127.0.0.1:8000/_wdt/629191","method":"GET"} [] [2020-08-09T05:56:55.235083+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/vehicle/show/1","method":"GET"} [] [2020-08-09T05:56:55.264137+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:56:55.264204+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:55.264239+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:56:55.265499+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:56:55.301221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:56:55.305608+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:56:55.311680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["1"] [] [2020-08-09T05:56:55.330497+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:56:55.663249+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"037999"},"request_uri":"http://127.0.0.1:8000/_wdt/037999","method":"GET"} [] [2020-08-09T05:57:45.417077+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-08-09T05:57:45.446227+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:57:45.480567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:57:45.483996+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:57:45.484068+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:57:45.484108+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:57:45.484140+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:57:45.538201+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:57:45.544617+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["1"]] [] [2020-08-09T05:57:45.546491+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-08-09T05:57:45.548054+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-08-09T05:57:45.590048+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T05:57:45.591415+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":20060.0,"3":"2020-08-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":1} [] [2020-08-09T05:57:45.594054+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":5000.0,"4":null,"5":2,"6":1} [] [2020-08-09T05:57:45.594635+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":700.0,"4":"Xyz","5":2,"6":1} [] [2020-08-09T05:57:45.638406+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T05:57:45.648320+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:57:45.798350+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T05:57:45.825407+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:57:45.825470+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:57:45.825504+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:57:45.826699+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:57:45.859856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:57:45.863522+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:57:45.875942+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T05:57:45.933645+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T05:57:45.936752+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[2,1]] [] [2020-08-09T05:57:45.976739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T05:57:45.977304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:57:45.978966+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T05:57:45.980377+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:57:46.425372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"345e2e"},"request_uri":"http://127.0.0.1:8000/_wdt/345e2e","method":"GET"} [] [2020-08-09T05:57:52.555783+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-08-09T05:57:52.585621+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:57:52.585685+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:57:52.585719+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:57:52.587453+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:57:52.624739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:57:52.628611+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:57:52.679086+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:57:52.702852+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:57:53.017982+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6381ba"},"request_uri":"http://127.0.0.1:8000/_wdt/6381ba","method":"GET"} [] [2020-08-09T05:58:07.842346+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:58:07.873342+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:58:07.906154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:58:07.910820+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:58:07.910911+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:58:07.910995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:58:07.911059+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:58:07.959373+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:58:08.033165+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:58:08.055859+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:58:08.061369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:58:08.063362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:58:08.080833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:58:08.081364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T05:58:08.202076+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:58:08.232164+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T05:58:50.521233+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T05:58:50.558800+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T05:58:50.598269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T05:58:50.601887+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T05:58:50.601957+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T05:58:50.601992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:58:50.602022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T05:58:50.654598+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T05:58:50.723408+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:58:50.744424+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T05:58:50.798948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T05:58:50.801004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T05:58:50.819332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T05:58:50.819890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T05:58:50.946555+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T05:58:50.977535+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:01:37.650656+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:01:37.698522+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:01:37.727026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:01:37.731679+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:01:37.731769+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:01:37.731805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:01:37.731836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:01:37.786305+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:01:37.854992+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:01:37.875303+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:01:37.939253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:01:37.941381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:01:37.958363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:01:37.958938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:01:38.076313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:01:38.104631+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:03:16.726885+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-08-09T06:03:16.768403+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:03:16.768467+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:03:16.768501+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:03:16.770194+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:03:16.804835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:03:16.808586+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:03:16.870508+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:03:16.875629+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-08-09T06:03:16.876316+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-08-09T06:03:16.897276+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:03:17.239848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1cb695"},"request_uri":"http://127.0.0.1:8000/_wdt/1cb695","method":"GET"} [] [2020-08-09T06:04:59.140414+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T06:04:59.168632+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:04:59.168691+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:04:59.168724+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:04:59.169828+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:04:59.202234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:04:59.205745+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:04:59.219128+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:04:59.279282+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:04:59.282508+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[2,1]] [] [2020-08-09T06:04:59.321105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T06:04:59.321676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:04:59.323372+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:04:59.324807+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:04:59.720415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"572ab5"},"request_uri":"http://127.0.0.1:8000/_wdt/572ab5","method":"GET"} [] [2020-08-09T06:05:01.118349+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2020-08-09T06:05:01.149052+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:05:01.149117+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:05:01.149150+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:05:01.150877+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:05:01.188326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:05:01.192213+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:05:01.250528+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:05:01.255595+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-08-09T06:05:01.256304+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-08-09T06:05:01.278278+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:05:01.587981+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85cc7a"},"request_uri":"http://127.0.0.1:8000/_wdt/85cc7a","method":"GET"} [] [2020-08-09T06:05:48.849362+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"POST"} [] [2020-08-09T06:05:48.878943+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:05:48.913869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:05:48.917698+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:05:48.917888+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:05:48.917935+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:05:48.918004+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:05:48.970837+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:05:48.976212+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["1"]] [] [2020-08-09T06:05:48.977557+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2020-08-09T06:05:49.018247+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T06:05:49.019478+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":21004.0,"3":"2020-08-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":1} [] [2020-08-09T06:05:49.022554+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":6000.0,"4":null,"5":3,"6":1} [] [2020-08-09T06:05:49.026341+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T06:05:49.036833+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:05:49.195476+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T06:05:49.227538+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:05:49.227602+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:05:49.227638+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:05:49.228781+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:05:49.260755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:05:49.264075+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:05:49.277310+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:05:49.333811+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:05:49.337955+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[3,2,1]] [] [2020-08-09T06:05:49.378527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T06:05:49.379159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:05:49.381229+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:05:49.382657+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:05:49.794344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"980555"},"request_uri":"http://127.0.0.1:8000/_wdt/980555","method":"GET"} [] [2020-08-09T06:05:52.931272+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:05:52.972584+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:05:53.013482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:05:53.018803+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:05:53.018874+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:05:53.018979+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:05:53.019013+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:05:53.071652+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:05:53.142645+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:05:53.162299+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:05:53.168634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:05:53.170733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:05:53.187864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:05:53.188367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:05:53.188798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-08-09T06:05:53.327402+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:05:53.357773+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:08:51.185051+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-08-09T06:08:51.220857+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:08:51.221019+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:08:51.221092+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:08:51.223163+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:08:51.261014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:08:51.264818+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:08:51.278978+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:08:51.345745+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T06:08:51.348883+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[2,1]] [] [2020-08-09T06:08:51.353950+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:08:51.355463+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:08:51.724340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c51605"},"request_uri":"http://127.0.0.1:8000/_wdt/c51605","method":"GET"} [] [2020-08-09T06:08:55.013197+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-08-09T06:08:55.040331+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:08:55.040391+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:08:55.040425+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:08:55.041611+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:08:55.074126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:08:55.077804+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:08:55.123539+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-08-09T06:08:55.141375+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:08:55.451038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"465a6b"},"request_uri":"http://127.0.0.1:8000/_wdt/465a6b","method":"GET"} [] [2020-08-09T06:08:58.936276+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-08-09T06:08:58.963586+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:08:58.963651+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:08:58.963685+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:08:58.964816+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:08:58.998354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:08:59.002257+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:08:59.044822+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-08-09T06:08:59.064018+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:08:59.374272+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"459706"},"request_uri":"http://127.0.0.1:8000/_wdt/459706","method":"GET"} [] [2020-08-09T06:09:06.063218+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-08-09T06:09:06.090297+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:09:06.090381+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:06.090459+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:06.091573+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:09:06.123308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:09:06.126906+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:09:06.138198+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:09:06.259585+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:09:06.261683+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:09:06.263088+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:09:06.626220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5258b5"},"request_uri":"http://127.0.0.1:8000/_wdt/5258b5","method":"GET"} [] [2020-08-09T06:09:09.689078+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-08-09T06:09:09.719182+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:09:09.719246+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:09.719280+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:09.720942+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:09:09.757436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:09:09.761200+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:09:09.774666+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:09:09.917168+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T06:09:09.919494+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:09:09.921113+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:09:10.326524+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e6643"},"request_uri":"http://127.0.0.1:8000/_wdt/1e6643","method":"GET"} [] [2020-08-09T06:09:13.049181+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-08-09T06:09:13.078870+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:09:13.078935+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:13.078968+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:13.081330+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:09:13.117168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:09:13.120777+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:09:13.133548+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:09:13.262705+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:09:13.265475+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:09:13.266847+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:09:13.658507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"761f5c"},"request_uri":"http://127.0.0.1:8000/_wdt/761f5c","method":"GET"} [] [2020-08-09T06:09:17.393022+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-08-09T06:09:17.423192+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:09:17.423252+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:17.423285+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:17.424958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:09:17.462963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:09:17.467555+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:09:17.480327+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:09:17.532714+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:09:17.534416+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:09:17.535491+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:09:17.857466+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae22b8"},"request_uri":"http://127.0.0.1:8000/_wdt/ae22b8","method":"GET"} [] [2020-08-09T06:09:22.071799+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-08-09T06:09:22.099359+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:09:22.099423+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:22.099456+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:22.100634+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:09:22.132250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:09:22.135764+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:09:22.147744+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:09:22.200683+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T06:09:22.202474+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:09:22.203739+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:09:22.540562+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b2d64"},"request_uri":"http://127.0.0.1:8000/_wdt/9b2d64","method":"GET"} [] [2020-08-09T06:09:23.801851+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-08-09T06:09:23.829696+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:09:23.829761+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:23.829797+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:09:23.830986+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:09:23.864221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:09:23.867656+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:09:23.933243+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:09:24.270160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c7d10"},"request_uri":"http://127.0.0.1:8000/_wdt/6c7d10","method":"GET"} [] [2020-08-09T06:10:28.757850+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"POST"} [] [2020-08-09T06:10:28.789047+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:10:28.821664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:10:28.825127+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:10:28.825192+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:10:28.825227+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:10:28.825256+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:10:28.897987+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T06:10:28.898988+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note, type) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"7865","2":"BGF","3":"2020-08-09T00:00:00+00:00","4":"2020-08-09T00:00:00+00:00","5":null,"6":"0","7":2} [] [2020-08-09T06:10:28.900260+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T06:10:28.909466+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:10:29.064915+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-08-09T06:10:29.095301+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:10:29.095364+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:10:29.095398+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:10:29.096494+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:10:29.131761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:10:29.135906+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:10:29.146627+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:10:29.203152+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T06:10:29.206101+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-08-09T06:10:29.209129+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:10:29.210285+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:10:29.596835+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5aabc5"},"request_uri":"http://127.0.0.1:8000/_wdt/5aabc5","method":"GET"} [] [2020-08-09T06:10:32.724431+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-08-09T06:10:32.752111+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:10:32.752170+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:10:32.752203+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:10:32.753453+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:10:32.786921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:10:32.790446+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:10:32.834165+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:10:33.242074+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ebedb"},"request_uri":"http://127.0.0.1:8000/_wdt/9ebedb","method":"GET"} [] [2020-08-09T06:13:12.042225+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-08-09T06:13:12.076923+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:13:12.076982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:13:12.077016+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:13:12.078684+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:13:12.115659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:13:12.120166+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:13:12.174393+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:13:12.522528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15392d"},"request_uri":"http://127.0.0.1:8000/_wdt/15392d","method":"GET"} [] [2020-08-09T06:13:27.959253+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-08-09T06:13:27.989450+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:13:27.989509+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:13:27.989543+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:13:27.990673+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:13:28.024436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:13:28.027836+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:13:28.123402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:13:28.490402+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"243ef7"},"request_uri":"http://127.0.0.1:8000/_wdt/243ef7","method":"GET"} [] [2020-08-09T06:14:49.825170+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-08-09T06:14:49.856629+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:14:49.856691+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:14:49.856724+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:14:49.858503+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:14:49.887837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:14:49.891996+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:14:49.906307+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:14:49.972498+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T06:14:49.975598+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-08-09T06:14:49.978859+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:14:49.980096+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:14:50.334985+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74efda"},"request_uri":"http://127.0.0.1:8000/_wdt/74efda","method":"GET"} [] [2020-08-09T06:14:53.356415+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/airconditioner/edit/3","method":"GET"} [] [2020-08-09T06:14:53.384326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:14:53.384545+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:14:53.384602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:14:53.386324+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:14:53.420839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:14:53.428291+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:14:53.438243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["3"] [] [2020-08-09T06:14:53.540517+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:14:53.913764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a868c"},"request_uri":"http://127.0.0.1:8000/_wdt/5a868c","method":"GET"} [] [2020-08-09T06:15:03.447516+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-08-09T06:15:03.490764+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:03.490856+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:03.490920+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:03.493504+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:03.540680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:03.546783+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:03.569154+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:15:03.647610+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T06:15:03.653125+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-08-09T06:15:03.657210+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:15:03.658826+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:04.055033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf69cb"},"request_uri":"http://127.0.0.1:8000/_wdt/bf69cb","method":"GET"} [] [2020-08-09T06:15:05.548476+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/airconditioner/edit/3","method":"GET"} [] [2020-08-09T06:15:05.585871+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:05.585979+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:05.586016+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:05.587534+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:05.627303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:05.630866+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:05.641051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["3"] [] [2020-08-09T06:15:05.688839+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:06.012676+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f70bea"},"request_uri":"http://127.0.0.1:8000/_wdt/f70bea","method":"GET"} [] [2020-08-09T06:15:07.350626+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/airconditioner/edit/3","method":"POST"} [] [2020-08-09T06:15:07.379883+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:07.412525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:07.417967+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:07.418044+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:07.418094+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:07.418126+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:07.426055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["3"] [] [2020-08-09T06:15:07.507001+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:07.671107+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-08-09T06:15:07.703530+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:07.703595+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:07.703629+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:07.704799+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:07.739448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:07.742966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:07.754030+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:15:07.807114+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-08-09T06:15:07.809810+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-08-09T06:15:07.812992+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:15:07.814520+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:08.140592+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8254bd"},"request_uri":"http://127.0.0.1:8000/_wdt/8254bd","method":"GET"} [] [2020-08-09T06:15:15.231776+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-08-09T06:15:15.259247+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:15.259314+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:15.259350+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:15.260472+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:15.293330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:15.297452+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:15.309019+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:15:15.363944+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:15:15.366846+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[3,2,1]] [] [2020-08-09T06:15:15.404448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:15.405120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:15.406913+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:15:15.408371+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:15.794402+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b04ce"},"request_uri":"http://127.0.0.1:8000/_wdt/8b04ce","method":"GET"} [] [2020-08-09T06:15:18.180188+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-08-09T06:15:18.209449+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:18.209515+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:18.209549+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:18.211267+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:18.249344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:18.253012+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:18.265412+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:15:18.326158+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:15:18.327988+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:15:18.329557+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:18.695713+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd9c47"},"request_uri":"http://127.0.0.1:8000/_wdt/dd9c47","method":"GET"} [] [2020-08-09T06:15:19.837916+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"GET"} [] [2020-08-09T06:15:19.867234+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:19.867293+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:19.867327+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:19.868484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:19.901859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:19.906033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:19.975047+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:20.299546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2146c7"},"request_uri":"http://127.0.0.1:8000/_wdt/2146c7","method":"GET"} [] [2020-08-09T06:15:33.329822+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://127.0.0.1:8000/acitem/new","method":"POST"} [] [2020-08-09T06:15:33.357891+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:33.391260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:33.395320+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:33.395391+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:33.395427+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:33.395456+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:33.495098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Gas"] [] [2020-08-09T06:15:33.499066+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T06:15:33.499714+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Gas","2":"Set","3":null,"4":null,"5":2} [] [2020-08-09T06:15:33.500401+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T06:15:33.509952+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:33.656752+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://127.0.0.1:8000/acitem","method":"GET"} [] [2020-08-09T06:15:33.686220+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:33.686281+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:33.686314+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:33.687412+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:33.711533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:33.715019+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:33.725508+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:15:33.778459+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:15:33.781465+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[2]] [] [2020-08-09T06:15:33.784493+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:15:33.785690+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:34.148380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcc755"},"request_uri":"http://127.0.0.1:8000/_wdt/bcc755","method":"GET"} [] [2020-08-09T06:15:37.341312+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-08-09T06:15:37.369809+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:37.369872+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:37.369955+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:37.371103+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:37.405353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:37.408950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:37.420443+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:15:37.479922+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:15:37.481751+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:15:37.482914+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:37.832760+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ebe3d"},"request_uri":"http://127.0.0.1:8000/_wdt/0ebe3d","method":"GET"} [] [2020-08-09T06:15:38.723732+00:00] request.INFO: Matched route "ac_workshop_new". {"route":"ac_workshop_new","route_parameters":{"_route":"ac_workshop_new","_controller":"App\\Controller\\AcWorkshopController::new"},"request_uri":"http://127.0.0.1:8000/acworkshop/new","method":"GET"} [] [2020-08-09T06:15:38.751718+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:15:38.751779+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:38.751814+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:15:38.753000+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:15:38.785691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:15:38.789183+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:15:38.852656+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:15:39.192355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"102960"},"request_uri":"http://127.0.0.1:8000/_wdt/102960","method":"GET"} [] [2020-08-09T06:16:05.262141+00:00] request.INFO: Matched route "ac_workshop_new". {"route":"ac_workshop_new","route_parameters":{"_route":"ac_workshop_new","_controller":"App\\Controller\\AcWorkshopController::new"},"request_uri":"http://127.0.0.1:8000/acworkshop/new","method":"POST"} [] [2020-08-09T06:16:05.292815+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:16:05.327425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:16:05.332248+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:16:05.332346+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:16:05.332403+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:05.332441+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:05.445395+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T06:16:05.446101+00:00] doctrine.DEBUG: INSERT INTO workshop (name, address, mobile, email, contact_person, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"US Pest Control","2":"78/12, East Malibag, Dhaka.","3":"0172387362","4":null,"5":null,"6":2} [] [2020-08-09T06:16:05.448331+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T06:16:05.459521+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:16:05.616747+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-08-09T06:16:05.645857+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:16:05.645919+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:05.645956+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:05.647085+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:16:05.678282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:16:05.681754+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:16:05.693114+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:16:05.746995+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:16:05.749635+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[2]] [] [2020-08-09T06:16:05.752740+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:16:05.754595+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:16:06.162048+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"302b49"},"request_uri":"http://127.0.0.1:8000/_wdt/302b49","method":"GET"} [] [2020-08-09T06:16:14.093293+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://127.0.0.1:8000/acworkshop","method":"GET"} [] [2020-08-09T06:16:14.121128+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:16:14.121188+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:14.121222+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:14.122379+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:16:14.154762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:16:14.158222+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:16:14.168554+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:16:14.221760+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:16:14.224445+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[2]] [] [2020-08-09T06:16:14.227406+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:16:14.228619+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:16:14.559213+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a33f11"},"request_uri":"http://127.0.0.1:8000/_wdt/a33f11","method":"GET"} [] [2020-08-09T06:16:16.674154+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-08-09T06:16:16.701678+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:16:16.701799+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:16.701846+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:16.703283+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:16:16.736593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:16:16.740153+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:16:16.752873+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:16:16.806796+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:16:16.808731+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:16:16.810115+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:16:17.184475+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98a927"},"request_uri":"http://127.0.0.1:8000/_wdt/98a927","method":"GET"} [] [2020-08-09T06:16:21.248636+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-08-09T06:16:21.276927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:16:21.276988+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:21.277021+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:16:21.278204+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:16:21.311088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:16:21.314795+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:16:21.368200+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-08-09T06:16:21.373246+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-08-09T06:16:21.373860+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-08-09T06:16:21.421532+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:16:21.842225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db3249"},"request_uri":"http://127.0.0.1:8000/_wdt/db3249","method":"GET"} [] [2020-08-09T06:17:17.712533+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"POST"} [] [2020-08-09T06:17:17.746004+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:17:17.778817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:17:17.782324+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:17:17.782390+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:17:17.782425+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:17.782455+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:17.834694+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-08-09T06:17:17.839720+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2020-08-09T06:17:17.842606+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-08-09T06:17:17.844371+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-08-09T06:17:17.869893+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-08-09T06:17:17.870919+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2020-08-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":3,"11":2} [] [2020-08-09T06:17:17.873492+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":1500.0,"4":null,"5":4,"6":2} [] [2020-08-09T06:17:17.873998+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":8.0,"3":4000.0,"4":null,"5":4,"6":2} [] [2020-08-09T06:17:17.877872+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-08-09T06:17:17.888985+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:17:18.043553+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-08-09T06:17:18.070817+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:17:18.070881+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:18.070915+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:18.072024+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:17:18.104629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:17:18.108364+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:17:18.119807+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:17:18.173866+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:17:18.179977+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[4]] [] [2020-08-09T06:17:18.218970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-08-09T06:17:18.219520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-08-09T06:17:18.221153+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:17:18.222540+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:17:18.620305+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc7915"},"request_uri":"http://127.0.0.1:8000/_wdt/cc7915","method":"GET"} [] [2020-08-09T06:17:23.047704+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/acservice/edit/4","method":"GET"} [] [2020-08-09T06:17:23.081829+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:17:23.081888+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:23.081970+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:23.083699+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:17:23.129557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:17:23.134476+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:17:23.152430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["4"] [] [2020-08-09T06:17:23.197210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-08-09T06:17:23.269281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-08-09T06:17:23.270143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-08-09T06:17:23.271691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-08-09T06:17:23.274308+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-08-09T06:17:23.275695+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-08-09T06:17:23.276470+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-08-09T06:17:23.328920+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:17:23.699190+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55210c"},"request_uri":"http://127.0.0.1:8000/_wdt/55210c","method":"GET"} [] [2020-08-09T06:17:28.708723+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/acservice/edit/4","method":"POST"} [] [2020-08-09T06:17:28.742580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:17:28.780981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:17:28.784577+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:17:28.784643+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:17:28.784678+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:28.784708+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:28.799403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["4"] [] [2020-08-09T06:17:28.841046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-08-09T06:17:28.914923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-08-09T06:17:28.915754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-08-09T06:17:28.917416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-08-09T06:17:28.920726+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-08-09T06:17:28.922722+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2020-08-09T06:17:28.923998+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-08-09T06:17:28.925552+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-08-09T06:17:28.980032+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:17:29.168791+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-08-09T06:17:29.203594+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:17:29.203662+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:29.203696+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:29.206056+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:17:29.243806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:17:29.249233+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:17:29.268349+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-08-09T06:17:29.339766+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-08-09T06:17:29.343612+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[4]] [] [2020-08-09T06:17:29.388885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-08-09T06:17:29.389507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-08-09T06:17:29.391581+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-08-09T06:17:29.393207+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:17:29.764250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd8ca9"},"request_uri":"http://127.0.0.1:8000/_wdt/bd8ca9","method":"GET"} [] [2020-08-09T06:17:31.434668+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-08-09T06:17:31.464815+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:17:31.464880+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:31.464914+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:31.466661+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:17:31.505342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:17:31.509646+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:17:31.560870+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-08-09T06:17:31.586059+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:17:31.907491+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c13200"},"request_uri":"http://127.0.0.1:8000/_wdt/c13200","method":"GET"} [] [2020-08-09T06:17:46.021566+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-08-09T06:17:46.051578+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:17:46.088678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:17:46.092239+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:17:46.092309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:17:46.092345+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:46.092374+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:17:46.140626+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-08-09T06:17:46.213453+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:17:46.233658+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:17:46.240730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-08-09T06:17:46.242814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-08-09T06:17:46.260351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-08-09T06:17:46.289685+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Warning: Division by zero")." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 178 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Warning: Division by zero\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:178)\n[previous exception] [object] (ErrorException(code: 0): Warning: Division by zero at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:451)"} [] [2020-08-09T06:17:46.348579+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:17:46.674167+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"100070"},"request_uri":"http://127.0.0.1:8000/_wdt/100070","method":"GET"} [] [2020-08-09T06:24:40.500777+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-08-09T06:24:40.551617+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:24:40.585838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:24:40.590727+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:24:40.590814+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:24:40.590856+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:24:40.590901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:24:40.661361+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-08-09T06:24:40.739929+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:24:40.760591+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:24:40.829513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-08-09T06:24:40.831897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-08-09T06:24:40.848537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-08-09T06:24:40.943588+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-08-09T06:24:40.968888+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:25:02.508021+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-08-09T06:25:02.552456+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:25:02.592115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:25:02.596056+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:25:02.596123+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:25:02.596158+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:25:02.596187+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:25:02.650649+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-08-09T06:25:02.717779+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:25:02.739114+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:25:02.745082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-08-09T06:25:02.747015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-08-09T06:25:02.763949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-08-09T06:25:02.859008+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-08-09T06:25:02.890003+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:38:23.229471+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-08-09T06:38:23.266167+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:38:23.266278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:23.266316+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:23.268728+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-08-09T06:38:23.280702+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-08-09T06:38:23.281115+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-08-09T06:38:23.435274+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-08-09T06:38:23.463986+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:38:23.464054+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:23.464132+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:23.480533+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-08-09T06:38:23.805260+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e3963"},"request_uri":"http://127.0.0.1:8000/_wdt/7e3963","method":"GET"} [] [2020-08-09T06:38:43.516339+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-08-09T06:38:43.546692+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:38:43.546775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:43.546815+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:43.547436+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:43.576847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-08-09T06:38:43.830504+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:43.834706+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:43.989766+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-08-09T06:38:44.019208+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:38:44.019282+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:44.019322+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:44.035284+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-08-09T06:38:44.268476+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"665b6b"},"request_uri":"http://127.0.0.1:8000/_wdt/665b6b","method":"GET"} [] [2020-08-09T06:38:47.672912+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-08-09T06:38:47.700631+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:38:47.700695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:47.700754+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:47.701189+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:47.750762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-08-09T06:38:48.040087+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:48.042718+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 09 Aug 2020 06:38:48 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:48.042798+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:48.042831+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:48.048683+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:38:48.261178+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-08-09T06:38:48.289838+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:38:48.289922+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:48.289956+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:48.291111+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:38:48.322922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:38:48.326279+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:38:48.386209+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:38:48.391701+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-08-09T06:38:48.392272+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-08-09T06:38:48.413721+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:38:48.750400+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d40cc"},"request_uri":"http://127.0.0.1:8000/_wdt/4d40cc","method":"GET"} [] [2020-08-09T06:38:53.332809+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-08-09T06:38:53.362165+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:38:53.362228+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:53.362262+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:38:53.363448+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:38:53.388411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:38:53.392473+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:38:53.442771+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:38:53.466912+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:38:53.777040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1655e"},"request_uri":"http://127.0.0.1:8000/_wdt/e1655e","method":"GET"} [] [2020-08-09T06:39:06.138408+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:39:06.168524+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:39:06.203031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:39:06.206453+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:39:06.206522+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:39:06.206557+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:39:06.206597+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:39:06.251384+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:39:06.319488+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:39:06.338873+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:39:06.344384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:39:06.346287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:39:06.362888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:39:06.363416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:39:06.363871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-08-09T06:39:06.502154+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:39:06.527595+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:43:17.629909+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:43:17.671729+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:43:17.710231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:43:17.713895+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:43:17.714023+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:43:17.714060+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:43:17.714091+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:43:17.770221+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:43:17.841915+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:43:17.869609+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:43:17.968884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:43:17.976079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:43:18.017488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:43:18.018564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:43:18.021026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-08-09T06:43:18.202540+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:43:18.243097+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:44:04.748011+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:44:04.790023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:44:04.829649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:44:04.833390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:44:04.833464+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:44:04.833500+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:44:04.833531+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:44:04.887034+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:44:04.970833+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:44:04.995447+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:44:05.062774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:44:05.065533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:44:05.087127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:44:05.087853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:44:05.088521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-08-09T06:44:05.224321+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:44:05.253317+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:44:28.834180+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:44:28.875452+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:44:28.911825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:44:28.915525+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:44:28.915597+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:44:28.915634+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:44:28.915665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:44:28.970289+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:44:29.040674+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:44:29.059843+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:44:29.065409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:44:29.067364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:44:29.084416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:44:29.084990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:44:29.085474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-08-09T06:44:29.224081+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:44:29.252857+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:45:13.640365+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:45:13.684372+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:45:13.724570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:45:13.733807+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:45:13.733938+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:45:13.734004+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:45:13.734057+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:45:13.788352+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:45:13.858656+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:45:13.879215+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:45:13.934309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:45:13.936515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:45:13.954883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:45:13.955421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:45:13.955911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-08-09T06:45:14.093461+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:45:14.122734+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:46:04.967309+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:46:05.013816+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:46:05.057467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:46:05.063398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:46:05.063474+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:46:05.063512+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:46:05.063543+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:46:05.122802+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:46:05.198886+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:46:05.219214+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:46:05.277186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:46:05.279469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:46:05.297422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:46:05.298008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:46:05.298516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-08-09T06:46:05.433788+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:46:05.465239+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-08-09T06:46:26.627012+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-08-09T06:46:26.665166+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-08-09T06:46:26.703966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-08-09T06:46:26.707846+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-08-09T06:46:26.707917+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-08-09T06:46:26.707952+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:46:26.707981+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-08-09T06:46:26.760899+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-08-09T06:46:26.827598+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:46:26.847025+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-08-09T00:00:00+00:00"] [] [2020-08-09T06:46:26.899628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-08-09T06:46:26.902165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-08-09T06:46:26.920358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-08-09T06:46:26.920900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-08-09T06:46:26.921436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-08-09T06:46:27.060095+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-08-09T06:46:27.091664+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:37:09.880019+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-09-03T08:37:11.121930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:11.121998+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:11.122033+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:11.292573+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-09-03T08:37:11.683395+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-09-03T08:37:11.705457+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-09-03T08:37:12.252062+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-09-03T08:37:12.290865+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:12.290934+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:12.290972+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:12.746602+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-09-03T08:37:13.461757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4593d4"},"request_uri":"http://127.0.0.1:8000/_wdt/4593d4","method":"GET"} [] [2020-09-03T08:37:27.660797+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-09-03T08:37:27.689436+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:27.689495+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:27.689537+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:27.711647+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:28.500856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malayaroy99@gmail.com"] [] [2020-09-03T08:37:28.592390+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:28.597171+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:28.741731+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-09-03T08:37:28.769478+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:28.769537+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:28.769573+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:28.784023+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-09-03T08:37:28.994844+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0502f6"},"request_uri":"http://127.0.0.1:8000/_wdt/0502f6","method":"GET"} [] [2020-09-03T08:37:40.859466+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-09-03T08:37:40.888120+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:40.888183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:40.888223+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:40.888657+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:40.931408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-09-03T08:37:41.271249+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:41.275983+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:41.423126+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-09-03T08:37:41.449105+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:41.449163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:41.449199+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:41.464169+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-09-03T08:37:41.673725+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97fa56"},"request_uri":"http://127.0.0.1:8000/_wdt/97fa56","method":"GET"} [] [2020-09-03T08:37:46.763691+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-09-03T08:37:46.792200+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:46.792281+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:46.792341+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:46.792924+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:46.824134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-09-03T08:37:47.093542+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:47.121447+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 03 Sep 2020 08:37:47 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:47.121566+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:47.121652+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:47.129029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:37:47.340014+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-09-03T08:37:47.366550+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:47.366613+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:47.366647+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:47.367746+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:37:47.406261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:37:47.410690+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:37:49.270602+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-03T08:37:49.365049+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-09-03T08:37:49.366513+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-09-03T08:37:49.513494+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:37:49.884334+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0f7c0"},"request_uri":"http://127.0.0.1:8000/_wdt/e0f7c0","method":"GET"} [] [2020-09-03T08:37:53.340571+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-03T08:37:53.368138+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:53.368197+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:53.368231+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:53.369298+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:37:53.409850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:37:53.413827+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:37:53.478189+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T08:37:54.290439+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:37:54.682877+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d713e6"},"request_uri":"http://127.0.0.1:8000/_wdt/d713e6","method":"GET"} [] [2020-09-03T08:37:56.313491+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-03T08:37:56.345834+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:37:56.345895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:56.345928+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:37:56.347704+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:37:56.393356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:37:56.397999+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:37:56.462792+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T08:37:56.489545+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:37:56.762907+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08c6ad"},"request_uri":"http://127.0.0.1:8000/_wdt/08c6ad","method":"GET"} [] [2020-09-03T08:38:17.971937+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:38:18.001314+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:38:18.037932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:38:18.042479+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:38:18.042553+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:38:18.042589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:38:18.042620+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:38:18.173101+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:38:20.648141+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:38:20.700597+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:38:20.904013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:38:20.906806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:38:20.925024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:38:20.967531+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "difference" does not exist." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 199 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"difference\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:199)"} [] [2020-09-03T08:38:21.235562+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:38:21.521524+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"beb978"},"request_uri":"http://127.0.0.1:8000/_wdt/beb978","method":"GET"} [] [2020-09-03T08:38:59.588852+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:38:59.631376+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:38:59.661206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:38:59.665625+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:38:59.665695+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:38:59.665739+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:38:59.665768+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:38:59.719671+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:38:59.789486+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:38:59.811383+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:38:59.865605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:38:59.868417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:38:59.886654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:38:59.897122+00:00] php.CRITICAL: Uncaught Error: Object of class DateInterval could not be converted to string {"exception":"[object] (Error(code: 0): Object of class DateInterval could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:506)"} [] [2020-09-03T08:38:59.943863+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateInterval could not be converted to string" at C:\Apache24\htdocs\vehicle\var\cache\dev\twig\65\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php line 506 {"exception":"[object] (Error(code: 0): Object of class DateInterval could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:506)"} [] [2020-09-03T08:38:59.985806+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:39:00.251475+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4604c9"},"request_uri":"http://127.0.0.1:8000/_wdt/4604c9","method":"GET"} [] [2020-09-03T08:46:29.165504+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:46:29.213613+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:46:29.252581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:46:29.261639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:46:29.261755+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:46:29.261816+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:46:29.261868+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:46:29.337701+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:46:29.486532+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:46:29.543499+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:46:29.693393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:46:29.701963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:46:29.755217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:46:29.759070+00:00] php.CRITICAL: Uncaught Error: Object of class DateInterval could not be converted to string {"exception":"[object] (Error(code: 0): Object of class DateInterval could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:507)"} [] [2020-09-03T08:46:29.777828+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateInterval could not be converted to string" at C:\Apache24\htdocs\vehicle\var\cache\dev\twig\65\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php line 507 {"exception":"[object] (Error(code: 0): Object of class DateInterval could not be converted to string at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:507)"} [] [2020-09-03T08:46:29.886463+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:46:30.322954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6151e"},"request_uri":"http://127.0.0.1:8000/_wdt/b6151e","method":"GET"} [] [2020-09-03T08:46:44.173879+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:46:44.221261+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:46:44.278504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:46:44.289536+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:46:44.289707+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:46:44.289802+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:46:44.289882+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:46:44.370726+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:46:44.479002+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:46:44.530527+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:46:44.651947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:46:44.658847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:46:44.707878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:46:46.140207+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T08:46:46.191202+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:47:49.141899+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:47:49.264667+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:47:49.364759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:47:49.376817+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:47:49.376955+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:47:49.377037+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:47:49.377101+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:47:49.533827+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:47:49.749017+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:47:49.811940+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:47:49.828183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:47:49.835334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:47:49.887692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:47:50.132498+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T08:47:50.183417+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:48:46.975802+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:48:47.031843+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:48:47.100659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:48:47.112662+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:48:47.112835+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:48:47.112931+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:48:47.113010+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:48:47.213541+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:48:47.319196+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:48:47.373428+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:48:47.486834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:48:47.493937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:48:47.547049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:48:47.687515+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T08:48:47.735164+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:52:16.759002+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:52:16.808949+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:52:16.870029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:52:16.879219+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:52:16.879405+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:52:16.879527+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:52:16.879612+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:52:17.002574+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:52:17.165351+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:52:17.229352+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:52:17.388963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:52:17.392909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:52:17.447285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:52:17.464157+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "months" nor one of the methods "months()", "getmonths()"/"ismonths()"/"hasmonths()" or "__call()" exist and have public access in class "DateInterval"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 190 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"months\" nor one of the methods \"months()\", \"getmonths()\"/\"ismonths()\"/\"hasmonths()\" or \"__call()\" exist and have public access in class \"DateInterval\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:190)"} [] [2020-09-03T08:52:17.533111+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:52:17.975387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"843f24"},"request_uri":"http://127.0.0.1:8000/_wdt/843f24","method":"GET"} [] [2020-09-03T08:52:35.320715+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:52:35.366603+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:52:35.431137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:52:35.442059+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:52:35.442301+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:52:35.442405+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:52:35.442488+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:52:35.519516+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:52:35.622037+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:52:35.675239+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:52:35.804731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:52:35.811011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:52:35.868259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:52:35.887024+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "month" nor one of the methods "month()", "getmonth()"/"ismonth()"/"hasmonth()" or "__call()" exist and have public access in class "DateInterval"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 190 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"month\" nor one of the methods \"month()\", \"getmonth()\"/\"ismonth()\"/\"hasmonth()\" or \"__call()\" exist and have public access in class \"DateInterval\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:190)"} [] [2020-09-03T08:52:35.947438+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:52:36.370568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d66f2f"},"request_uri":"http://127.0.0.1:8000/_wdt/d66f2f","method":"GET"} [] [2020-09-03T08:57:53.175582+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:57:53.233435+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:57:53.267729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:57:53.278674+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:57:53.278843+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:57:53.278937+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:57:53.279018+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:57:53.376762+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:57:53.480701+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:57:53.537108+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:57:53.650148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:57:53.657204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:57:53.708304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:57:53.724024+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "month" nor one of the methods "month()", "getmonth()"/"ismonth()"/"hasmonth()" or "__call()" exist and have public access in class "DateInterval"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 190 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"month\" nor one of the methods \"month()\", \"getmonth()\"/\"ismonth()\"/\"hasmonth()\" or \"__call()\" exist and have public access in class \"DateInterval\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:190)"} [] [2020-09-03T08:57:53.781391+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T08:57:54.209460+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8159b"},"request_uri":"http://127.0.0.1:8000/_wdt/e8159b","method":"GET"} [] [2020-09-03T08:58:07.922646+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T08:58:07.979636+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T08:58:08.040390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T08:58:08.051444+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T08:58:08.051606+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T08:58:08.051705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:58:08.051786+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T08:58:08.136251+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T08:58:08.234805+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:58:08.284569+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T08:58:08.413858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T08:58:08.420991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T08:58:08.475574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T08:58:08.619772+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T08:58:08.670240+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:00:31.747731+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:00:31.796960+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:00:31.852731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:00:31.861855+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:00:31.862022+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:00:31.862116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:00:31.862196+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:00:31.972404+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:00:32.071581+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:00:32.127071+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:00:32.212059+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "name" of value "round" ("end of statement block" expected)." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 191 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"name\" of value \"round\" (\"end of statement block\" expected). at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:191)"} [] [2020-09-03T09:00:32.284835+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:00:32.748663+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0651e"},"request_uri":"http://127.0.0.1:8000/_wdt/c0651e","method":"GET"} [] [2020-09-03T09:00:51.399881+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:00:51.473802+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:00:51.525748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:00:51.531207+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:00:51.531311+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:00:51.531364+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:00:51.531413+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:00:51.627438+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:00:51.754045+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:00:51.809100+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:00:51.932639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:00:51.940306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T09:00:51.994719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T09:00:52.139644+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:00:52.183520+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:05:23.507578+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:05:23.578634+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:05:23.647691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:05:23.656923+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:05:23.657084+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:05:23.657181+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:05:23.657262+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:05:23.747430+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:05:23.848782+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:05:23.903975+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:05:24.039100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:05:24.046172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T09:05:24.103581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T09:05:24.124874+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "serviceDetail" does not exist." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 204 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"serviceDetail\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:204)"} [] [2020-09-03T09:05:24.232648+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:05:24.857845+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bf335"},"request_uri":"http://127.0.0.1:8000/_wdt/2bf335","method":"GET"} [] [2020-09-03T09:08:02.242201+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:08:02.291186+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:08:02.351933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:08:02.361323+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:08:02.361488+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:08:02.361583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:08:02.361668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:08:02.448228+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:08:02.552209+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:08:02.609435+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:08:02.686570+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "punctuation" of value "{"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 194 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token \"punctuation\" of value \"{\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:194)"} [] [2020-09-03T09:08:02.771745+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:08:03.253247+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f8aa0"},"request_uri":"http://127.0.0.1:8000/_wdt/1f8aa0","method":"GET"} [] [2020-09-03T09:08:51.016653+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:08:51.062423+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:08:51.103278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:08:51.109036+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:08:51.109150+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:08:51.109215+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:08:51.109272+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:08:51.187273+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:08:51.297624+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:08:51.362148+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:08:51.431303+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "}"." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 194 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"}\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:194)"} [] [2020-09-03T09:08:51.527424+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:08:52.046736+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec2020"},"request_uri":"http://127.0.0.1:8000/_wdt/ec2020","method":"GET"} [] [2020-09-03T09:09:07.240248+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:09:07.282320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:09:07.336018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:09:07.345034+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:09:07.345202+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:09:07.345299+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:09:07.345381+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:09:07.428437+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:09:07.558255+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:09:07.615796+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:09:07.758432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:09:07.765825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T09:09:07.822591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T09:09:07.838368+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: A non well formed numeric value encountered")." at C:\Apache24\htdocs\vehicle\templates\reports\serviceDetails.html.twig line 194 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: A non well formed numeric value encountered\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\serviceDetails.html.twig:194)\n[previous exception] [object] (ErrorException(code: 0): Notice: A non well formed numeric value encountered at C:\\Apache24\\htdocs\\vehicle\\var\\cache\\dev\\twig\\65\\655803d9a6d1a4ec744220ae855af40a0cd0fa382d9d276ad1f3243ba1071829.php:491)"} [] [2020-09-03T09:09:07.946993+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:09:08.559920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c04712"},"request_uri":"http://127.0.0.1:8000/_wdt/c04712","method":"GET"} [] [2020-09-03T09:15:14.435741+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:15:14.491592+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:15:14.542064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:15:14.550778+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:15:14.550931+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:15:14.550993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:15:14.551045+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:15:14.652277+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:15:14.774404+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:15:14.831595+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:15:15.004860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:15:15.010186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T09:15:15.066288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T09:15:15.227856+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:15:15.275908+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:16:19.687397+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:16:19.739973+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:16:19.802998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:16:19.812028+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:16:19.812227+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:16:19.812325+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:16:19.812405+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:16:19.910463+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:16:20.020652+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:16:20.077721+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:16:20.218893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:16:20.223944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T09:16:20.275863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T09:16:20.443345+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:16:20.493839+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:19:08.651084+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:19:08.746556+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:19:08.817691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:19:08.827872+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:19:08.828037+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:19:08.828132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:19:08.828213+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:19:08.969145+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:19:09.149801+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:19:09.213265+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-03-01T00:00:00+00:00","2020-09-03T00:00:00+00:00"] [] [2020-09-03T09:19:09.385013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:19:09.392673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T09:19:09.440185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T09:19:09.796277+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:19:09.866114+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:20:13.725671+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-03T09:20:13.823087+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:20:13.823262+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:20:13.823493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:20:13.827852+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:20:13.901484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:20:13.911462+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:20:14.071323+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:20:14.130441+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:20:14.635534+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7225c"},"request_uri":"http://127.0.0.1:8000/_wdt/d7225c","method":"GET"} [] [2020-09-03T09:20:20.664427+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-03T09:20:20.740977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:20:20.741132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:20:20.741228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:20:20.744611+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:20:20.825459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:20:20.833962+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:20:20.947499+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-03T09:20:21.551469+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-03T09:20:21.739373+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[4]] [] [2020-09-03T09:20:21.856414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-03T09:20:21.857800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:20:21.910381+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-03T09:20:21.953116+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:20:22.849165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e72ee6"},"request_uri":"http://127.0.0.1:8000/_wdt/e72ee6","method":"GET"} [] [2020-09-03T09:20:24.289162+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-03T09:20:24.371968+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:20:24.372131+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:20:24.372244+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:20:24.377692+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:20:24.453121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:20:24.462037+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:20:24.500888+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-03T09:20:24.656863+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-03T09:20:24.664668+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[4]] [] [2020-09-03T09:20:24.785857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-03T09:20:24.787499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:20:24.793015+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-03T09:20:24.796566+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:20:25.464166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec5fc0"},"request_uri":"http://127.0.0.1:8000/_wdt/ec5fc0","method":"GET"} [] [2020-09-03T09:20:26.966066+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-09-03T09:20:27.042440+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:20:27.042582+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:20:27.042675+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:20:27.047243+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:20:27.135278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:20:27.144793+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:20:27.392836+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:20:27.405886+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-09-03T09:20:27.407493+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-09-03T09:20:27.508910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:20:28.123353+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f806b9"},"request_uri":"http://127.0.0.1:8000/_wdt/f806b9","method":"GET"} [] [2020-09-03T09:21:39.458424+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"POST"} [] [2020-09-03T09:21:39.555367+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:21:39.626086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:21:39.634428+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:21:39.634559+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:21:39.634632+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:21:39.634693+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:21:39.765798+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:21:39.777905+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2020-09-03T09:21:39.781007+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-09-03T09:21:40.075227+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-09-03T09:21:40.104908+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2020-09-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":3,"11":2} [] [2020-09-03T09:21:40.107090+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":5000.0,"4":"non","5":5,"6":2} [] [2020-09-03T09:21:40.200510+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-09-03T09:21:40.224287+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:21:40.630484+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-03T09:21:40.698341+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:21:40.698566+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:21:40.698668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:21:40.701610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:21:40.782611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:21:40.790837+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:21:40.823109+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-03T09:21:40.992450+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-03T09:21:41.003022+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,4]] [] [2020-09-03T09:21:41.122341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-03T09:21:41.123590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:21:41.128461+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-03T09:21:41.131558+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:21:42.047914+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"716f16"},"request_uri":"http://127.0.0.1:8000/_wdt/716f16","method":"GET"} [] [2020-09-03T09:21:46.971986+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-03T09:21:47.069420+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:21:47.069662+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:21:47.069811+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:21:47.077579+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:21:47.178779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:21:47.190324+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:21:47.387770+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:21:47.477936+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:21:48.148526+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3fd82"},"request_uri":"http://127.0.0.1:8000/_wdt/e3fd82","method":"GET"} [] [2020-09-03T09:22:01.641692+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:22:01.714982+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:22:01.796055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:22:01.804787+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:22:01.804989+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:22:01.805089+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:22:01.805172+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:22:01.921183+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:22:02.104996+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-03T09:22:02.164625+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-03T09:22:02.179561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:22:02.186179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T09:22:02.245648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T09:22:02.248949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-09-03T09:22:02.535560+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:22:02.580137+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:26:30.735638+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-03T09:26:30.799216+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:26:30.866884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:26:30.876713+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:26:30.876900+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:26:30.877005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:26:30.877183+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:26:30.983719+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-03T09:26:31.093935+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-03T09:26:31.152962+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-03T09:26:31.293829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-03T09:26:31.298774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-03T09:26:31.342348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-03T09:26:31.343235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-09-03T09:26:31.506574+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:26:31.559357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:28:33.819046+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-03T09:28:33.880788+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:28:33.880856+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:28:33.880920+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:28:33.884502+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:28:33.942619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:28:33.948561+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:28:34.040303+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-03T09:28:34.087267+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:28:34.526120+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f42881"},"request_uri":"http://127.0.0.1:8000/_wdt/f42881","method":"GET"} [] [2020-09-03T09:28:38.155897+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-09-03T09:28:38.218625+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:28:38.218830+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:28:38.219140+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:28:38.222142+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:28:38.285027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:28:38.293162+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:28:38.403379+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-03T09:28:38.461816+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-03T09:28:38.966266+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69ddf9"},"request_uri":"http://127.0.0.1:8000/_wdt/69ddf9","method":"GET"} [] [2020-09-03T09:28:53.877919+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2020-09-03T09:28:53.933480+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-03T09:28:53.988057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-03T09:28:53.996655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-03T09:28:53.997009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-03T09:28:53.997105+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:28:53.997187+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-03T09:28:54.074298+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-09-03T09:28:54.183667+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-03T09:28:54.239384+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-03T09:28:54.254745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-09-03T09:28:54.261181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [1] [] [2020-09-03T09:28:54.324679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2020-09-03T09:28:54.327807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [2] [] [2020-09-03T09:28:54.329099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2020-09-03T09:28:54.530644+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-03T09:28:54.580680+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:32:36.103956+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-09-17T07:32:39.322599+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:32:39.322749+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:39.322844+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:39.594992+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-09-17T07:32:40.496100+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-09-17T07:32:40.552774+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-09-17T07:32:41.839692+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-09-17T07:32:41.925583+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:32:41.925701+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:41.925778+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:42.949044+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-09-17T07:32:44.297217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0399d1"},"request_uri":"http://127.0.0.1:8000/_wdt/0399d1","method":"GET"} [] [2020-09-17T07:32:53.104583+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-09-17T07:32:53.190603+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:32:53.190812+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:53.190990+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:53.239625+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:55.101293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-09-17T07:32:56.209712+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:56.273825+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 17 Sep 2020 07:32:56 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:56.274052+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:56.274139+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:56.289097+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:32:56.805096+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-09-17T07:32:56.889655+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:32:56.889855+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:56.890003+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:32:56.893900+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:32:56.969222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:32:56.986083+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:33:01.954360+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T07:33:02.238448+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-09-17T07:33:02.265099+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-09-17T07:33:02.696630+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:33:03.634578+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e36d90"},"request_uri":"http://127.0.0.1:8000/_wdt/e36d90","method":"GET"} [] [2020-09-17T07:33:10.229542+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T07:33:10.297608+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:33:10.297756+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:33:10.297871+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:33:10.300862+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:33:10.360567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:33:10.371769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:33:10.540581+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T07:33:10.645049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:33:11.264617+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83e479"},"request_uri":"http://127.0.0.1:8000/_wdt/83e479","method":"GET"} [] [2020-09-17T07:34:36.703671+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T07:34:36.773719+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:34:36.773864+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:34:36.773957+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:34:36.776962+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:34:36.845312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:34:36.857863+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:34:36.978397+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T07:34:37.037193+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:34:37.749465+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"167c08"},"request_uri":"http://127.0.0.1:8000/_wdt/167c08","method":"GET"} [] [2020-09-17T07:34:44.830833+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-09-17T07:34:44.918264+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:34:44.918412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:34:44.918525+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:34:44.921994+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:34:44.980679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:34:44.992991+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:34:45.105927+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T07:34:45.173517+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:34:45.830082+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"463bfb"},"request_uri":"http://127.0.0.1:8000/_wdt/463bfb","method":"GET"} [] [2020-09-17T07:34:47.305954+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T07:34:47.376228+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:34:47.376374+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:34:47.376468+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:34:47.379355+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:34:47.434944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:34:47.448291+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:34:47.554144+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T07:34:47.611788+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:34:48.139843+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"178913"},"request_uri":"http://127.0.0.1:8000/_wdt/178913","method":"GET"} [] [2020-09-17T07:36:02.637204+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-09-17T07:36:02.678355+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:02.678442+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:02.678506+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:02.680860+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:02.739064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:02.750279+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:02.834151+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:02.877612+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:03.488230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac31c4"},"request_uri":"http://127.0.0.1:8000/_wdt/ac31c4","method":"GET"} [] [2020-09-17T07:36:05.780972+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-09-17T07:36:05.851534+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:05.851676+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:05.851767+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:05.854678+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:05.911729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:05.922034+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:06.030204+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:06.086458+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:06.892014+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"782c0c"},"request_uri":"http://127.0.0.1:8000/_wdt/782c0c","method":"GET"} [] [2020-09-17T07:36:07.994298+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T07:36:08.062252+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:08.062397+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:08.062489+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:08.065399+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:08.138451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:08.148834+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:08.255323+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:08.314960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:08.931706+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e39e93"},"request_uri":"http://127.0.0.1:8000/_wdt/e39e93","method":"GET"} [] [2020-09-17T07:36:17.896351+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-09-17T07:36:17.934771+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:17.935001+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:17.935160+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:17.937228+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:17.999522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:18.012181+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:18.084762+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:18.119238+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:18.625987+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a89a11"},"request_uri":"http://127.0.0.1:8000/_wdt/a89a11","method":"GET"} [] [2020-09-17T07:36:19.937458+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T07:36:19.997624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:19.997751+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:19.997830+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:20.000677+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:20.049381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:20.058794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:20.150480+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:20.188131+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:20.862609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4970de"},"request_uri":"http://127.0.0.1:8000/_wdt/4970de","method":"GET"} [] [2020-09-17T07:36:25.503076+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-09-17T07:36:25.586632+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:25.586775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:25.586868+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:25.589955+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:25.659667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:25.670217+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:25.778017+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:25.840573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:26.470320+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4de687"},"request_uri":"http://127.0.0.1:8000/_wdt/4de687","method":"GET"} [] [2020-09-17T07:36:28.970698+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-09-17T07:36:29.045801+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:29.045985+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:29.046083+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:29.049112+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:29.128297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:29.141982+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:29.261506+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:29.327372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:29.954160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c976a"},"request_uri":"http://127.0.0.1:8000/_wdt/7c976a","method":"GET"} [] [2020-09-17T07:36:33.435843+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2020-09-17T07:36:33.505907+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:33.506051+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:33.506254+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:33.509257+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:33.576306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:33.586843+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:33.693677+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:33.751714+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:34.544997+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d09a7"},"request_uri":"http://127.0.0.1:8000/_wdt/9d09a7","method":"GET"} [] [2020-09-17T07:36:36.307639+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T07:36:36.382606+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T07:36:36.382743+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:36.382851+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T07:36:36.387226+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T07:36:36.459431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T07:36:36.473796+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T07:36:36.607770+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T07:36:36.669851+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T07:36:37.365265+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06d862"},"request_uri":"http://127.0.0.1:8000/_wdt/06d862","method":"GET"} [] [2020-09-17T08:00:27.736157+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T08:00:27.758277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:00:27.758485+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:00:27.758629+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:00:27.763922+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:00:27.839295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:00:27.852312+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:00:27.962322+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T08:00:29.747245+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:00:30.520369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14545d"},"request_uri":"http://127.0.0.1:8000/_wdt/14545d","method":"GET"} [] [2020-09-17T08:00:37.162322+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T08:00:37.238652+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:00:37.238795+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:00:37.238888+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:00:37.243536+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:00:37.323620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:00:37.332713+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:00:37.464436+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T08:00:37.610590+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "fromDate" nor one of the methods "fromDate()", "getfromDate()"/"isfromDate()"/"hasfromDate()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\vehicle\templates\reports\index.html.twig line 47 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"fromDate\" nor one of the methods \"fromDate()\", \"getfromDate()\"/\"isfromDate()\"/\"hasfromDate()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\index.html.twig:47)"} [] [2020-09-17T08:00:38.090649+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:00:38.734158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c5a4b"},"request_uri":"http://127.0.0.1:8000/_wdt/2c5a4b","method":"GET"} [] [2020-09-17T08:03:29.577560+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T08:03:29.660765+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:03:29.660908+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:03:29.661001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:03:29.665195+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:03:29.750602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:03:29.761868+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:03:29.891407+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T08:03:30.326949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:03:31.058958+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a31057"},"request_uri":"http://127.0.0.1:8000/_wdt/a31057","method":"GET"} [] [2020-09-17T08:03:51.554723+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T08:03:51.633239+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:03:51.633380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:03:51.633474+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:03:51.637890+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:03:51.705653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:03:51.715404+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:03:51.846583+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T08:03:51.910407+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:03:52.535032+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e690a9"},"request_uri":"http://127.0.0.1:8000/_wdt/e690a9","method":"GET"} [] [2020-09-17T08:04:26.831761+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T08:04:26.876360+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:04:26.928859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:04:26.939749+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:04:26.939922+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:04:26.940022+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:04:26.940104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:04:27.192092+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T08:04:31.789569+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: formDate" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 260 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: formDate at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:260)"} [] [2020-09-17T08:04:31.841119+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:04:32.311251+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e42f5"},"request_uri":"http://127.0.0.1:8000/_wdt/1e42f5","method":"GET"} [] [2020-09-17T08:33:50.977563+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T08:33:50.997936+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:33:51.068430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:33:51.078196+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:33:51.078367+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:33:51.078463+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:33:51.078545+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:33:51.187490+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T08:33:51.432830+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ WHERE s0_.vehicle_id = ? GROUP BY s0_.vehicle_id [3] [] [2020-09-17T08:34:29.047471+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T08:34:29.144144+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:34:29.144349+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:29.144426+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:29.149202+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:34:29.235299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:34:29.247469+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:34:29.408323+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T08:34:29.474676+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:34:29.937941+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afb163"},"request_uri":"http://127.0.0.1:8000/_wdt/afb163","method":"GET"} [] [2020-09-17T08:34:34.908065+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T08:34:34.976503+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:34:34.976652+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:34.976756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:34.979771+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:34:35.036438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:34:35.045502+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:34:35.163066+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T08:34:35.644345+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T08:34:35.832735+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,4]] [] [2020-09-17T08:34:35.914213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T08:34:35.915296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T08:34:35.981615+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T08:34:36.020482+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:34:36.849588+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b744c6"},"request_uri":"http://127.0.0.1:8000/_wdt/b744c6","method":"GET"} [] [2020-09-17T08:34:45.586104+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T08:34:45.664028+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:34:45.664174+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:45.664266+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:45.669202+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:34:45.746788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:34:45.756494+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:34:45.796080+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T08:34:45.957949+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T08:34:45.967574+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,4]] [] [2020-09-17T08:34:46.071291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T08:34:46.072828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T08:34:46.080528+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T08:34:46.084851+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:34:46.906809+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09eafe"},"request_uri":"http://127.0.0.1:8000/_wdt/09eafe","method":"GET"} [] [2020-09-17T08:34:52.277107+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-09-17T08:34:52.353037+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:34:52.353193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:52.353286+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:52.358256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:34:52.453426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:34:52.466107+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:34:52.507102+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T08:34:52.733720+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T08:34:52.743649+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[3,2,1]] [] [2020-09-17T08:34:52.829275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-09-17T08:34:52.830529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [1] [] [2020-09-17T08:34:52.836648+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T08:34:52.840627+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:34:53.557387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5590a"},"request_uri":"http://127.0.0.1:8000/_wdt/e5590a","method":"GET"} [] [2020-09-17T08:34:54.849223+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T08:34:54.970753+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:34:54.971030+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:54.971207+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:34:54.978773+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:34:55.107395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:34:55.122229+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:34:55.177557+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T08:34:55.392824+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T08:34:55.402770+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,4]] [] [2020-09-17T08:34:55.500406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T08:34:55.501636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T08:34:55.507728+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T08:34:55.511212+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:34:56.253243+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a12e21"},"request_uri":"http://127.0.0.1:8000/_wdt/a12e21","method":"GET"} [] [2020-09-17T08:49:29.530530+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T08:49:29.621085+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:49:29.621229+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:49:29.621321+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:49:29.626064+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:49:29.696727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:49:29.708298+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:49:29.749506+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T08:49:29.921942+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T08:49:29.932725+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,4]] [] [2020-09-17T08:49:30.025579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T08:49:30.026717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T08:49:30.032304+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T08:49:30.035608+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:49:30.687149+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"641ffe"},"request_uri":"http://127.0.0.1:8000/_wdt/641ffe","method":"GET"} [] [2020-09-17T08:52:17.106314+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T08:52:17.175766+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:52:17.175836+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:52:17.175877+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:52:17.180846+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:52:17.245317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:52:17.253106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:52:17.357779+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T08:52:17.395761+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:52:17.889355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec84b5"},"request_uri":"http://127.0.0.1:8000/_wdt/ec84b5","method":"GET"} [] [2020-09-17T08:52:20.217232+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T08:52:20.286874+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:52:20.341699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:52:20.349968+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:52:20.350157+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:52:20.350255+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:52:20.350336+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:52:20.460022+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T08:52:20.802126+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 9 near 'vehicle, MAX(s.workDate)': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\Apache24\htdocs\vehicle\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 9 near 'vehicle, MAX(s.workDate)': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT s.vehicle, MAX(s.workDate) as workDate\n FROM App\\Entity\\Service s\n WHERE s.vehicle = :acId\n GROUP BY s.vehicle at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} [] [2020-09-17T08:52:21.125505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:52:21.635098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca7aaa"},"request_uri":"http://127.0.0.1:8000/_wdt/ca7aaa","method":"GET"} [] [2020-09-17T08:54:38.269923+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T08:54:38.313284+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T08:54:38.353413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T08:54:38.365370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T08:54:38.365534+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T08:54:38.365624+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:54:38.365700+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T08:54:38.485400+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T08:54:38.593068+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 9 near 'vehicle, s.runningHours ': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\Apache24\htdocs\vehicle\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 9 near 'vehicle, s.runningHours\n': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT s.vehicle, s.runningHours\n FROM App\\Entity\\Service s\n WHERE s.vehicle = :acId\n GROUP BY s.vehicle at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} [] [2020-09-17T08:54:38.760982+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T08:54:39.179087+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4182b"},"request_uri":"http://127.0.0.1:8000/_wdt/d4182b","method":"GET"} [] [2020-09-17T09:08:03.349733+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T09:08:03.455871+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:08:03.456032+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:08:03.456248+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:08:03.461185+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:08:03.534654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:08:03.543781+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:08:03.684724+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:08:03.748313+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:08:04.333892+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1574ac"},"request_uri":"http://127.0.0.1:8000/_wdt/1574ac","method":"GET"} [] [2020-09-17T09:08:10.691145+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:08:10.759426+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:08:10.829326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:08:10.837633+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:08:10.837799+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:08:10.837895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:08:10.837976+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:08:10.947807+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:08:11.147218+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, work_date FROM service s WHERE s.vehicle_id = :acId GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:08:50.553061+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:08:50.599752+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:08:50.648348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:08:50.658665+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:08:50.658833+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:08:50.658929+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:08:50.659011+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:08:50.739747+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:08:50.796418+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE s.vehicle_id = :acId GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:13:27.369638+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:13:27.461949+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:13:27.552417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:13:27.561685+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:13:27.561847+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:13:27.561946+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:13:27.562029+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:13:27.716655+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:13:27.954334+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE 0 = :acid OR s.vehicle_id = :acId GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:13:28.097382+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing ' SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE 0 = :acid OR s.vehicle_id = :acId GROUP BY s.vehicle_id ' with params [3]: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing '\n SELECT vehicle_id, business_unit, MAX(work_date) as work_date\n FROM service s\n WHERE 0 = :acid OR s.vehicle_id = :acId\n GROUP BY s.vehicle_id \n ' with params [3]:\n\nSQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:13:28.256855+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:13:28.801899+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84d415"},"request_uri":"http://127.0.0.1:8000/_wdt/84d415","method":"GET"} [] [2020-09-17T09:14:13.824560+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:14:13.865536+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:14:13.912320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:14:13.920753+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:14:13.920919+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:14:13.921014+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:14:13.921095+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:14:13.989220+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:14:14.048906+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:14:14.059123+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing ' SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ' with params [3]: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing '\n SELECT vehicle_id, business_unit, MAX(work_date) as work_date\n FROM service s\n WHERE (0 = :acid OR s.vehicle_id = :acId)\n GROUP BY s.vehicle_id \n ' with params [3]:\n\nSQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:14:14.137659+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:14:14.498595+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"300a2c"},"request_uri":"http://127.0.0.1:8000/_wdt/300a2c","method":"GET"} [] [2020-09-17T09:14:43.360922+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:14:43.410309+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:14:43.460726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:14:43.469240+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:14:43.469404+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:14:43.469499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:14:43.469582+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:14:43.554564+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:14:43.627981+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = acid OR s.vehicle_id = acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:14:43.673877+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing ' SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = acid OR s.vehicle_id = acId) GROUP BY s.vehicle_id ' with params [3]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'acid' in 'where clause'" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing '\n SELECT vehicle_id, business_unit, MAX(work_date) as work_date\n FROM service s\n WHERE (0 = acid OR s.vehicle_id = acId)\n GROUP BY s.vehicle_id \n ' with params [3]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'acid' in 'where clause' at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:60)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'acid' in 'where clause' at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'acid' in 'where clause' at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:14:43.743713+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:14:44.127391+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"184de4"},"request_uri":"http://127.0.0.1:8000/_wdt/184de4","method":"GET"} [] [2020-09-17T09:16:29.758271+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T09:16:29.806183+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:16:29.806254+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:16:29.806291+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:16:29.808896+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:16:29.862744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:16:29.872249+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:16:29.954904+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:16:29.991396+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:16:30.487876+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bdd92"},"request_uri":"http://127.0.0.1:8000/_wdt/0bdd92","method":"GET"} [] [2020-09-17T09:16:33.187677+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:16:33.255814+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:16:33.320546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:16:33.332373+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:16:33.332545+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:16:33.332650+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:16:33.332765+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:16:33.475774+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:16:33.702002+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:16:33.724098+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing ' SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ' with params [3]: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing '\n SELECT vehicle_id, business_unit, MAX(work_date) as work_date\n FROM service s\n WHERE (0 = :acid OR s.vehicle_id = :acId)\n GROUP BY s.vehicle_id \n ' with params [3]:\n\nSQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:16:33.901996+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:16:34.426590+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5640af"},"request_uri":"http://127.0.0.1:8000/_wdt/5640af","method":"GET"} [] [2020-09-17T09:17:42.020221+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:17:42.068731+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:17:42.116013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:17:42.124343+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:17:42.124512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:17:42.124608+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:17:42.124705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:17:42.238975+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:17:42.353910+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:17:42.371605+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing ' SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ' with params [3]: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing '\n SELECT vehicle_id, business_unit, MAX(work_date) as work_date\n FROM service s\n WHERE (0 = :acid OR s.vehicle_id = :acId)\n GROUP BY s.vehicle_id \n ' with params [3]:\n\nSQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:17:42.485050+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:17:42.931841+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"335309"},"request_uri":"http://127.0.0.1:8000/_wdt/335309","method":"GET"} [] [2020-09-17T09:18:53.089711+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:18:53.141609+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:18:53.200401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:18:53.209838+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:18:53.210009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:18:53.210107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:18:53.210187+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:18:53.314808+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:18:53.422345+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid1 OR s.vehicle_id = :acId2) GROUP BY s.vehicle_id {"acId1":3,"acId2":3} [] [2020-09-17T09:18:53.431917+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing ' SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid1 OR s.vehicle_id = :acId2) GROUP BY s.vehicle_id ' with params [3, 3]: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing '\n SELECT vehicle_id, business_unit, MAX(work_date) as work_date\n FROM service s\n WHERE (0 = :acid1 OR s.vehicle_id = :acId2)\n GROUP BY s.vehicle_id \n ' with params [3, 3]:\n\nSQLSTATE[HY093]: Invalid parameter number: parameter was not defined at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: parameter was not defined at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: parameter was not defined at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:18:53.498881+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:18:53.875807+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a02fa"},"request_uri":"http://127.0.0.1:8000/_wdt/4a02fa","method":"GET"} [] [2020-09-17T09:18:56.162292+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T09:18:56.229825+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:18:56.229970+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:18:56.230062+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:18:56.233118+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:18:56.288847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:18:56.297062+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:18:56.405415+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:18:56.465253+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:18:57.141520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fa6b7"},"request_uri":"http://127.0.0.1:8000/_wdt/4fa6b7","method":"GET"} [] [2020-09-17T09:18:59.042587+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:18:59.114606+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:18:59.185011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:18:59.195978+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:18:59.196150+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:18:59.196246+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:18:59.196346+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:18:59.311136+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:18:59.426596+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid1 OR s.vehicle_id = :acId2) GROUP BY s.vehicle_id {"acId1":3,"acId2":3} [] [2020-09-17T09:18:59.438904+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing ' SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acid1 OR s.vehicle_id = :acId2) GROUP BY s.vehicle_id ' with params [3, 3]: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing '\n SELECT vehicle_id, business_unit, MAX(work_date) as work_date\n FROM service s\n WHERE (0 = :acid1 OR s.vehicle_id = :acId2)\n GROUP BY s.vehicle_id \n ' with params [3, 3]:\n\nSQLSTATE[HY093]: Invalid parameter number: parameter was not defined at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: parameter was not defined at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: HY093): SQLSTATE[HY093]: Invalid parameter number: parameter was not defined at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:18:59.574892+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:19:00.197506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9add8"},"request_uri":"http://127.0.0.1:8000/_wdt/a9add8","method":"GET"} [] [2020-09-17T09:20:30.695143+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T09:20:30.734211+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:20:30.734372+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:20:30.734472+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:20:30.737121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:20:30.790781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:20:30.799365+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:20:30.870077+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:20:30.916007+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:20:31.438201+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f1694"},"request_uri":"http://127.0.0.1:8000/_wdt/5f1694","method":"GET"} [] [2020-09-17T09:20:33.510253+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:20:33.581374+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:20:33.637591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:20:33.646034+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:20:33.646198+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:20:33.646293+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:20:33.646373+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:20:33.757272+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:20:33.870329+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:20:41.612947+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T09:20:41.681326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:20:41.681557+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:20:41.681668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:20:41.685211+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:20:41.741919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:20:41.751940+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:20:41.873019+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:20:41.927019+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:20:42.421525+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0578c4"},"request_uri":"http://127.0.0.1:8000/_wdt/0578c4","method":"GET"} [] [2020-09-17T09:21:10.240348+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:21:10.288247+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:21:10.345173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:21:10.354137+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:21:10.354303+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:21:10.354399+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:21:10.354479+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:21:10.439659+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:21:10.523536+00:00] doctrine.DEBUG: SELECT vehicle_id, business_unit, MAX(work_date) as work_date FROM service s WHERE (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":0} [] [2020-09-17T09:22:32.234883+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:22:32.283117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:22:32.339540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:22:32.350755+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:22:32.350991+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:22:32.351190+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:22:32.351287+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:22:32.429820+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:22:32.529119+00:00] doctrine.DEBUG: SELECT s.vehicle_id, s.business_unit, MAX(s.work_date) as work_date FROM service s WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":0} [] [2020-09-17T09:34:17.803890+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:34:17.854518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:34:17.893432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:34:17.899121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:34:17.899210+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:34:17.899257+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:34:17.899306+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:34:17.992500+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:34:18.106806+00:00] doctrine.DEBUG: SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount, FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":0} [] [2020-09-17T09:34:18.142921+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing ' SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount, FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ' with params [0]: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id ' at line 3" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing '\n SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date,\n SUM(sd.unit_price * sd.quantity) as totalamount,\n FROM service s\n LEFT JOIN vehicle v ON v.id = s.vehicle_id\n LEFT JOIN service_details sd ON sd.service_id = s.id\n WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId)\n GROUP BY s.vehicle_id \n ' with params [0]:\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM service s\n LEFT JOIN vehicle v ON v.id = s.vehicle_id\n ' at line 3 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM service s\n LEFT JOIN vehicle v ON v.id = s.vehicle_id\n ' at line 3 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM service s\n LEFT JOIN vehicle v ON v.id = s.vehicle_id\n ' at line 3 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:34:18.215528+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:34:18.695211+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7019dc"},"request_uri":"http://127.0.0.1:8000/_wdt/7019dc","method":"GET"} [] [2020-09-17T09:34:35.414575+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:34:35.447435+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:34:35.500205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:34:35.508466+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:34:35.508624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:34:35.508719+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:34:35.508801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:34:35.589852+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:34:35.651199+00:00] doctrine.DEBUG: SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":0} [] [2020-09-17T09:41:08.746557+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:41:08.825965+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:41:08.880617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:41:08.889095+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:41:08.889246+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:41:08.889330+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:41:08.889407+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:41:08.969617+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:41:09.066618+00:00] doctrine.DEBUG: SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , (SUM(sd.unit_price * sd.quantity) / DATEDIFF(MAX(s.work_date), v.purchase_date)) as costpermonth FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":0} [] [2020-09-17T09:41:20.417354+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T09:41:20.488673+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:41:20.488845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:41:20.488956+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:41:20.491679+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:41:20.565573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:41:20.574540+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:41:20.690221+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:41:20.752046+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:41:21.170960+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b2699"},"request_uri":"http://127.0.0.1:8000/_wdt/8b2699","method":"GET"} [] [2020-09-17T09:41:22.855516+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T09:41:22.928458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:41:22.928578+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:41:22.928652+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:41:22.931534+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:41:22.988458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:41:22.997380+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:41:23.094275+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:41:23.154021+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:41:23.747357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc204b"},"request_uri":"http://127.0.0.1:8000/_wdt/fc204b","method":"GET"} [] [2020-09-17T09:41:41.729532+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-17T09:41:41.802398+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:41:41.859971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:41:41.869064+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:41:41.869239+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:41:41.869335+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:41:41.869415+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:41:42.005496+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:41:42.753844+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T09:41:42.818830+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T09:41:42.910586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T09:41:42.917919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-17T09:41:42.959568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-17T09:41:42.962678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-09-17T09:41:44.624400+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:41:44.692015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:42:48.702475+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T09:42:48.825173+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:42:48.825400+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:42:48.825546+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:42:48.831423+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:42:48.902111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:42:48.911300+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:42:49.052283+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:42:49.114629+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:42:49.695372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3563c"},"request_uri":"http://127.0.0.1:8000/_wdt/f3563c","method":"GET"} [] [2020-09-17T09:42:58.900742+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-17T09:42:58.981297+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:42:59.048912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:42:59.058142+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:42:59.058307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:42:59.058401+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:42:59.058480+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:42:59.174015+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:42:59.352698+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T09:42:59.399942+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T09:42:59.416397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T09:42:59.423080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2020-09-17T09:42:59.462449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-17T09:42:59.465183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [5] [] [2020-09-17T09:42:59.742230+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:42:59.795657+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:43:05.159257+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T09:43:05.247469+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:43:05.247616+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:43:05.247826+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:43:05.252089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:43:05.325181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:43:05.334126+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:43:05.465878+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:43:05.522797+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:43:05.909336+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ea431"},"request_uri":"http://127.0.0.1:8000/_wdt/9ea431","method":"GET"} [] [2020-09-17T09:43:07.041790+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T09:43:07.111373+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:43:07.111518+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:43:07.111611+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:43:07.114501+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:43:07.175376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:43:07.184569+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:43:07.291658+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:43:07.348770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:43:07.944654+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de3c14"},"request_uri":"http://127.0.0.1:8000/_wdt/de3c14","method":"GET"} [] [2020-09-17T09:43:31.972897+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T09:43:32.022439+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:43:32.022512+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:43:32.022553+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:43:32.024720+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:43:32.070703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:43:32.079565+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:43:32.158949+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T09:43:32.231067+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:43:32.864410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3c874"},"request_uri":"http://127.0.0.1:8000/_wdt/c3c874","method":"GET"} [] [2020-09-17T09:43:34.422414+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:43:34.465468+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:43:34.523161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:43:34.532241+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:43:34.532405+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:43:34.532499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:43:34.532580+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:43:34.613326+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:43:34.707537+00:00] doctrine.DEBUG: SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , DATEDIFF(MAX(s.work_date), v.purchase_date) as datediff, (SUM(sd.unit_price * sd.quantity) / DATEDIFF(MAX(s.work_date), v.purchase_date)) as costpermonth FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:46:57.470302+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:46:57.515818+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:46:57.575643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:46:57.584923+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:46:57.585110+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:46:57.585206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:46:57.585287+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:46:57.669443+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:46:57.778228+00:00] doctrine.DEBUG: SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , DATEDIFF(MAX(s.work_date), v.purchase_date) as datediff, (SUM(sd.unit_price * sd.quantity) / (DATEDIFF(MAX(s.work_date), v.purchase_date/30))) as costpermonth FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:48:05.339963+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:48:05.385567+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:48:05.440614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:48:05.451633+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:48:05.451827+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:48:05.451924+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:48:05.452006+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:48:05.516662+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:48:05.577311+00:00] doctrine.DEBUG: SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , DATEDIFF(MAX(s.work_date), v.purchase_date) as datediff, (SUM(sd.unit_price * sd.quantity) / (DATEDIFF(MAX(s.work_date), v.purchase_date)/30)) as costpermonth FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:58:15.649414+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T09:58:15.703099+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T09:58:15.739646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T09:58:15.745625+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T09:58:15.745733+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T09:58:15.745790+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:58:15.745838+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T09:58:15.821032+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T09:58:15.941498+00:00] doctrine.DEBUG: SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , DATEDIFF(MAX(s.work_date), v.purchase_date) as datediff, (SUM(sd.unit_price * sd.quantity) / ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30 , 0) )) as costpermonth FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id {"acId":3} [] [2020-09-17T09:58:15.965937+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing ' SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , DATEDIFF(MAX(s.work_date), v.purchase_date) as datediff, (SUM(sd.unit_price * sd.quantity) / ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30 , 0) )) as costpermonth FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ' with params [3]: SQLSTATE[21000]: Cardinality violation: 1241 Operand should contain 1 column(s)" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing '\n SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date,\n SUM(sd.unit_price * sd.quantity) as totalamount , DATEDIFF(MAX(s.work_date), v.purchase_date) as datediff, \n (SUM(sd.unit_price * sd.quantity) / ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30 , 0) )) as costpermonth\n FROM service s\n LEFT JOIN vehicle v ON v.id = s.vehicle_id\n LEFT JOIN service_details sd ON sd.service_id = s.id\n WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId)\n GROUP BY s.vehicle_id \n ' with params [3]:\n\nSQLSTATE[21000]: Cardinality violation: 1241 Operand should contain 1 column(s) at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 21000): SQLSTATE[21000]: Cardinality violation: 1241 Operand should contain 1 column(s) at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 21000): SQLSTATE[21000]: Cardinality violation: 1241 Operand should contain 1 column(s) at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T09:58:16.040217+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T09:58:16.421650+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"871dd2"},"request_uri":"http://127.0.0.1:8000/_wdt/871dd2","method":"GET"} [] [2020-09-17T10:12:49.747900+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:12:49.801072+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:12:49.838368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:12:49.844446+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:12:49.844624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:12:49.844737+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:12:49.844829+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:12:49.925224+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:12:50.027798+00:00] doctrine.DEBUG: SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND(t.totalamount/t.datediff, 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:12:50.042847+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing ' SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND(t.totalamount/t.datediff, 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t ' with params [3]: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND(t' at line 1" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing '\n SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date,\n ROUND(t.totalamount/t.datediff, 2) as costpermonth \n FROM\n (\n SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date,\n SUM(sd.unit_price * sd.quantity) as totalamount , \n ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff \n FROM service s\n LEFT JOIN vehicle v ON v.id = s.vehicle_id\n LEFT JOIN service_details sd ON sd.service_id = s.id\n WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId)\n GROUP BY s.vehicle_id \n ) t\n ' with params [3]:\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date,\n ROUND(t' at line 1 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date,\n ROUND(t' at line 1 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date,\n ROUND(t' at line 1 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T10:12:50.138380+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:12:50.578848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c200b5"},"request_uri":"http://127.0.0.1:8000/_wdt/c200b5","method":"GET"} [] [2020-09-17T10:13:59.536594+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:13:59.605793+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:13:59.663305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:13:59.671649+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:13:59.671812+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:13:59.671907+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:13:59.671986+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:13:59.784088+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:13:59.851703+00:00] doctrine.DEBUG: SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:13:59.861118+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\SyntaxErrorException: "An exception occurred while executing ' SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t ' with params [3]: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((' at line 1" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 79 {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing '\n SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date,\n ROUND((t.totalamount/t.datediff), 2) as costpermonth \n FROM\n (\n SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date,\n SUM(sd.unit_price * sd.quantity) as totalamount , \n ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff \n FROM service s\n LEFT JOIN vehicle v ON v.id = s.vehicle_id\n LEFT JOIN service_details sd ON sd.service_id = s.id\n WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId)\n GROUP BY s.vehicle_id \n ) t\n ' with params [3]:\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date,\n ROUND((' at line 1 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date,\n ROUND((' at line 1 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEELCT t.vehicle_id, t.number, t.purchase_date, t.work_date,\n ROUND((' at line 1 at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-09-17T10:13:59.927268+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:14:00.302644+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8669b"},"request_uri":"http://127.0.0.1:8000/_wdt/e8669b","method":"GET"} [] [2020-09-17T10:42:52.867061+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:42:52.910466+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:42:52.941738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:42:52.946749+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:42:52.946935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:42:52.946987+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:42:52.947033+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:42:53.003311+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:42:53.067574+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:45:32.145143+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:45:32.178159+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:45:32.228779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:45:32.232744+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:45:32.232818+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:45:32.232855+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:45:32.232885+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:45:32.284586+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:45:32.348293+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:45:32.459013+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endfor" tag (expecting closing tag for the "block" tag defined near line 2)." at C:\Apache24\htdocs\vehicle\templates\reports\acServicesSummary.html.twig line 72 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endfor\" tag (expecting closing tag for the \"block\" tag defined near line 2). at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\acServicesSummary.html.twig:72)"} [] [2020-09-17T10:45:32.514800+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:45:32.771828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b5f7d"},"request_uri":"http://127.0.0.1:8000/_wdt/0b5f7d","method":"GET"} [] [2020-09-17T10:47:47.997003+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:47:49.137389+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:47:49.837650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:47:49.911338+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:47:49.911421+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:47:49.911458+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:47:49.911489+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:47:51.718835+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:47:53.406113+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:47:54.264683+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "serviceDetail" does not exist." at C:\Apache24\htdocs\vehicle\templates\reports\acServicesSummary.html.twig line 45 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"serviceDetail\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\acServicesSummary.html.twig:45)"} [] [2020-09-17T10:47:54.614708+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:47:55.130488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba30ea"},"request_uri":"http://127.0.0.1:8000/_wdt/ba30ea","method":"GET"} [] [2020-09-17T10:48:58.012280+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:48:58.044416+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:48:58.084861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:48:58.089138+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:48:58.089219+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:48:58.089256+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:48:58.089286+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:48:58.140467+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:48:58.203808+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:48:58.263596+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "quantity" for array with keys "vehicle_id, number, purchase_date, work_date, costpermonth" does not exist." at C:\Apache24\htdocs\vehicle\templates\reports\acServicesSummary.html.twig line 46 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"quantity\" for array with keys \"vehicle_id, number, purchase_date, work_date, costpermonth\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\acServicesSummary.html.twig:46)"} [] [2020-09-17T10:48:58.302841+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:48:58.550186+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a551de"},"request_uri":"http://127.0.0.1:8000/_wdt/a551de","method":"GET"} [] [2020-09-17T10:50:20.300742+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:50:20.332622+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:50:20.379305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:50:20.385293+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:50:20.385392+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:50:20.385429+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:50:20.385508+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:50:20.438440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:50:20.502116+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:50:20.563225+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "item" for array with keys "vehicle_id, number, purchase_date, work_date, costpermonth" does not exist." at C:\Apache24\htdocs\vehicle\templates\reports\acServicesSummary.html.twig line 50 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"item\" for array with keys \"vehicle_id, number, purchase_date, work_date, costpermonth\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\acServicesSummary.html.twig:50)"} [] [2020-09-17T10:50:20.603034+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:50:20.854097+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6caa72"},"request_uri":"http://127.0.0.1:8000/_wdt/6caa72","method":"GET"} [] [2020-09-17T10:53:59.264558+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:53:59.316511+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:53:59.369157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:53:59.372868+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:53:59.372937+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:53:59.372972+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:53:59.373002+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:53:59.426735+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:53:59.490341+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:53:59.550831+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "grandTotalAmount" does not exist." at C:\Apache24\htdocs\vehicle\templates\reports\acServicesSummary.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"grandTotalAmount\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\acServicesSummary.html.twig:86)"} [] [2020-09-17T10:53:59.590599+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:53:59.828581+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"577958"},"request_uri":"http://127.0.0.1:8000/_wdt/577958","method":"GET"} [] [2020-09-17T10:55:07.676861+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:55:07.710606+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:55:07.750868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:55:07.756073+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:55:07.756146+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:55:07.756181+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:55:07.756214+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:55:07.808566+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:55:07.870509+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:55:08.445798+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T10:55:08.782503+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:55:44.191677+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:55:44.239518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:55:44.275442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:55:44.281227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:55:44.281500+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:55:44.281573+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:55:44.281641+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:55:44.339545+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:55:44.401173+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:55:44.507128+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T10:55:44.535567+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:58:01.362615+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:58:01.400589+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:58:01.450550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:58:01.455095+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:58:01.455183+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:58:01.455224+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:58:01.455255+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:58:01.509165+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:58:01.569732+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:58:01.618850+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "fromDate" does not exist." at C:\Apache24\htdocs\vehicle\templates\reports\acServicesSummary.html.twig line 37 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"fromDate\" does not exist. at C:\\Apache24\\htdocs\\vehicle\\templates\\reports\\acServicesSummary.html.twig:37)"} [] [2020-09-17T10:58:01.656371+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T10:58:01.905265+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b272fd"},"request_uri":"http://127.0.0.1:8000/_wdt/b272fd","method":"GET"} [] [2020-09-17T10:58:16.537491+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T10:58:16.569154+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T10:58:16.609819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T10:58:16.616044+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T10:58:16.616121+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T10:58:16.616210+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:58:16.616244+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T10:58:16.666627+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T10:58:16.726732+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T10:58:16.834229+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T10:58:16.858836+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:02:08.906765+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:02:08.945504+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:02:08.990778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:02:08.995130+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:02:08.995205+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:02:08.995240+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:02:08.995323+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:02:09.048138+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:02:09.109583+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:02:09.219001+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:02:09.246010+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:02:31.763537+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:02:31.801802+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:02:31.850944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:02:31.856092+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:02:31.856168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:02:31.856205+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:02:31.856236+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:02:31.910876+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:02:31.972390+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:02:32.084117+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:02:32.111018+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:03:46.801155+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:03:46.837137+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:03:46.881817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:03:46.885788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:03:46.885860+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:03:46.885895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:03:46.885925+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:03:46.937180+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:03:46.999835+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:03:47.107716+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:03:47.132883+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:04:36.141755+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:04:36.180101+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:04:36.232135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:04:36.236676+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:04:36.236789+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:04:36.236824+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:04:36.236898+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:04:36.288073+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:04:36.348996+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:04:36.455262+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:04:36.483855+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:05:24.701219+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:05:24.737866+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:05:24.789546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:05:24.795973+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:05:24.796045+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:05:24.796080+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:05:24.796112+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:05:24.849138+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:05:24.912332+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:05:25.018043+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:05:25.044739+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:05:42.279580+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:05:42.316432+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:05:42.363837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:05:42.367492+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:05:42.367563+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:05:42.367599+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:05:42.367630+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:05:42.420092+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:05:42.480011+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:05:42.541129+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:05:42.565926+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:05:48.182921+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:05:48.212044+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:05:48.247500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:05:48.251775+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:05:48.251908+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:05:48.251949+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:05:48.251981+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:05:48.308563+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:05:48.352704+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:05:48.413962+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:05:48.439921+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:08:22.415094+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:08:22.452424+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:08:22.491979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:08:22.495862+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:08:22.495969+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:08:22.496028+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:08:22.496133+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:08:22.549093+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:08:22.609673+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:08:22.716524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:08:22.744040+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:08:40.097929+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:08:40.140695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:08:40.190760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:08:40.197368+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:08:40.197610+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:08:40.197683+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:08:40.197747+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:08:40.250136+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:08:40.312203+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:08:40.420763+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:08:40.446512+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:08:53.042217+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:08:53.079190+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:08:53.120074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:08:53.123725+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:08:53.123794+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:08:53.123829+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:08:53.123865+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:08:53.176679+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:08:53.237781+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:08:53.298245+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:08:53.318527+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:09:30.195419+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:09:30.223485+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:09:30.271555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:09:30.274850+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:09:30.274914+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:09:30.274950+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:09:30.274979+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:09:30.316977+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:09:30.362142+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:09:30.470476+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:09:30.503740+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:10:06.325855+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:10:06.364122+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:10:06.419167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:10:06.424738+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:10:06.424814+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:10:06.424850+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:06.424882+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:06.480839+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:10:06.549695+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:10:06.669962+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:10:06.699118+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:10:12.587956+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:10:12.625110+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:10:12.669738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:10:12.673965+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:10:12.674037+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:10:12.674074+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:12.674104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:12.726549+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:10:12.789332+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:10:12.850766+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:10:12.874644+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:10:34.791307+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:10:34.821387+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:10:34.821447+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:34.821481+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:34.822786+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:10:34.869169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:10:34.874898+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:10:34.918475+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:10:34.941063+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:10:35.220282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49cd89"},"request_uri":"http://127.0.0.1:8000/_wdt/49cd89","method":"GET"} [] [2020-09-17T11:10:41.942346+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-09-17T11:10:41.977988+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:10:41.978064+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:41.978104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:41.979454+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:10:42.009592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:10:42.014948+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:10:42.104490+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T11:10:42.383209+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-09-17T11:10:42.469016+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[3]] [] [2020-09-17T11:10:42.483847+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T11:10:42.497106+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:10:43.088081+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7c1ef"},"request_uri":"http://127.0.0.1:8000/_wdt/e7c1ef","method":"GET"} [] [2020-09-17T11:10:44.070772+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"GET"} [] [2020-09-17T11:10:44.098021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:10:44.098084+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:44.098119+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:10:44.099242+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:10:44.138144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:10:44.141528+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:10:44.324350+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:10:44.637383+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c779d"},"request_uri":"http://127.0.0.1:8000/_wdt/6c779d","method":"GET"} [] [2020-09-17T11:11:08.805073+00:00] request.INFO: Matched route "air_conditioner_new". {"route":"air_conditioner_new","route_parameters":{"_route":"air_conditioner_new","_controller":"App\\Controller\\AirConditionerController::new"},"request_uri":"http://127.0.0.1:8000/airconditioner/new","method":"POST"} [] [2020-09-17T11:11:08.834930+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:11:08.878356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:11:08.881658+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:11:08.881728+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:11:08.881763+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:08.881793+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:08.970423+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-09-17T11:11:08.971732+00:00] doctrine.DEBUG: INSERT INTO vehicle (number, name, purchase_date, renewal_date, description, note, type) VALUES (?, ?, ?, ?, ?, ?, ?) {"1":"56746","2":"2344","3":"2020-07-01T00:00:00+00:00","4":"2020-09-17T00:00:00+00:00","5":"0","6":"0","7":2} [] [2020-09-17T11:11:08.974462+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-09-17T11:11:08.995971+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:11:09.161222+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8000/airconditioner","method":"GET"} [] [2020-09-17T11:11:09.187201+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:11:09.187258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:09.187292+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:09.188484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:11:09.224988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:11:09.231534+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:11:09.245964+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T11:11:09.300368+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-09-17T11:11:09.302967+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[4,3]] [] [2020-09-17T11:11:09.305993+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T11:11:09.307144+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:11:09.646033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25848e"},"request_uri":"http://127.0.0.1:8000/_wdt/25848e","method":"GET"} [] [2020-09-17T11:11:12.750049+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T11:11:12.777362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:11:12.777422+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:12.777457+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:12.778522+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:11:12.811872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:11:12.817361+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:11:12.868797+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T11:11:12.997767+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T11:11:13.001014+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[5,4]] [] [2020-09-17T11:11:13.064497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T11:11:13.065061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T11:11:13.067797+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T11:11:13.069503+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:11:13.454327+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5769fa"},"request_uri":"http://127.0.0.1:8000/_wdt/5769fa","method":"GET"} [] [2020-09-17T11:11:16.853156+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-09-17T11:11:16.882181+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:11:16.882241+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:16.882276+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:16.883985+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:11:16.911221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:11:16.914910+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:11:17.082345+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:11:17.087446+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-09-17T11:11:17.088096+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-09-17T11:11:17.131635+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:11:17.419095+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de9eba"},"request_uri":"http://127.0.0.1:8000/_wdt/de9eba","method":"GET"} [] [2020-09-17T11:11:52.083556+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"POST"} [] [2020-09-17T11:11:52.115628+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:11:52.150596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:11:52.156945+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:11:52.157019+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:11:52.157054+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:52.157084+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:52.209111+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2020-09-17T11:11:52.214271+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2020-09-17T11:11:52.216128+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-09-17T11:11:52.218736+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-09-17T11:11:52.303874+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-09-17T11:11:52.304887+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Energy Ltd","2":0.0,"3":"2020-08-17T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":4,"11":2} [] [2020-09-17T11:11:52.306778+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":5000.0,"4":"non","5":6,"6":2} [] [2020-09-17T11:11:52.307891+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":4000.0,"4":"2","5":6,"6":2} [] [2020-09-17T11:11:52.349428+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-09-17T11:11:52.359226+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:11:52.509226+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T11:11:52.535553+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:11:52.535663+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:52.535698+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:52.536825+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:11:52.574335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:11:52.577700+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:11:52.592952+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T11:11:52.649202+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T11:11:52.653083+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[6,5,4]] [] [2020-09-17T11:11:52.689716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-09-17T11:11:52.690390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T11:11:52.690837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T11:11:52.692648+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T11:11:52.694188+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:11:53.095133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"036ba7"},"request_uri":"http://127.0.0.1:8000/_wdt/036ba7","method":"GET"} [] [2020-09-17T11:11:56.795984+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"GET"} [] [2020-09-17T11:11:56.825907+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:11:56.825969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:56.826038+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:11:56.827725+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:11:56.865926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:11:56.870556+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:11:56.930608+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:11:56.936578+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2020-09-17T11:11:56.937291+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2020-09-17T11:11:56.959960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:11:57.268056+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a12ef"},"request_uri":"http://127.0.0.1:8000/_wdt/2a12ef","method":"GET"} [] [2020-09-17T11:12:29.708968+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8000/acservice/new","method":"POST"} [] [2020-09-17T11:12:29.738700+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:12:29.762365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:12:29.765751+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:12:29.765820+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:12:29.765855+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:29.765885+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:29.816015+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2020-09-17T11:12:29.822015+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2020-09-17T11:12:29.823868+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-09-17T11:12:29.826081+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["2"]] [] [2020-09-17T11:12:29.867417+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-09-17T11:12:29.868409+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Energy Ltd","2":0.0,"3":"2020-09-17T00:00:00+00:00","4":null,"5":null,"6":"0","7":null,"8":null,"9":2,"10":4,"11":2} [] [2020-09-17T11:12:29.871258+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":5000.0,"4":"non","5":7,"6":2} [] [2020-09-17T11:12:29.874889+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":4000.0,"4":"2","5":7,"6":2} [] [2020-09-17T11:12:29.876225+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-09-17T11:12:29.885443+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:12:30.033552+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T11:12:30.059101+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:12:30.059210+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:30.059250+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:30.060591+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:12:30.100261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:12:30.106063+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:12:30.119011+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T11:12:30.175054+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T11:12:30.179164+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[7,6,5,4]] [] [2020-09-17T11:12:30.220597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-09-17T11:12:30.221147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T11:12:30.221584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T11:12:30.223326+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T11:12:30.224833+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:12:30.592059+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a13c84"},"request_uri":"http://127.0.0.1:8000/_wdt/a13c84","method":"GET"} [] [2020-09-17T11:12:36.425352+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:12:36.455185+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:12:36.455249+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:36.455283+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:36.457285+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:12:36.506288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:12:36.510951+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:12:36.563870+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:12:36.588078+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:12:36.895220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"feb0b7"},"request_uri":"http://127.0.0.1:8000/_wdt/feb0b7","method":"GET"} [] [2020-09-17T11:12:41.736679+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:12:41.767578+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:12:41.799623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:12:41.803047+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:12:41.803112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:12:41.803148+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:41.803178+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:41.847899+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2020-09-17T11:12:41.910039+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":4} [] [2020-09-17T11:12:41.983269+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:12:42.009902+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:12:56.109316+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:12:56.137361+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:12:56.137420+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:56.137455+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:56.138666+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:12:56.177287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:12:56.180610+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:12:56.224688+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:12:56.247225+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:12:56.559761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6e663"},"request_uri":"http://127.0.0.1:8000/_wdt/c6e663","method":"GET"} [] [2020-09-17T11:12:59.937613+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T11:12:59.965978+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:12:59.966040+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:59.966075+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:12:59.967197+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:12:59.992945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:12:59.997104+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:13:00.057660+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:13:00.100920+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:13:00.388840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58700f"},"request_uri":"http://127.0.0.1:8000/_wdt/58700f","method":"GET"} [] [2020-09-17T11:13:10.536516+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"POST"} [] [2020-09-17T11:13:10.568521+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:13:10.607770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:13:10.613489+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:13:10.613563+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:13:10.613598+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:10.613628+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:10.660877+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2020-09-17T11:13:10.896655+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T11:13:10.915492+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T11:13:10.940693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T11:13:10.942710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2020-09-17T11:13:10.960155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [2] [] [2020-09-17T11:13:10.960791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [7] [] [2020-09-17T11:13:11.087842+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:13:11.113108+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:13:27.461024+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2020-09-17T11:13:27.500141+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:13:27.500226+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:27.500284+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:27.503823+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:13:27.552071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:13:27.557766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:13:27.614671+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:13:27.642742+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:13:27.942515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b359b"},"request_uri":"http://127.0.0.1:8000/_wdt/7b359b","method":"GET"} [] [2020-09-17T11:13:29.171856+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:13:29.198096+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:13:29.198217+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:29.198273+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:29.200346+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:13:29.247294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:13:29.252054+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:13:29.298747+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:13:29.323905+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:13:29.603843+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00d07b"},"request_uri":"http://127.0.0.1:8000/_wdt/00d07b","method":"GET"} [] [2020-09-17T11:13:31.785629+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:13:31.814224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:13:31.853364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:13:31.856712+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:13:31.856781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:13:31.856817+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:31.856893+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:31.904130+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2020-09-17T11:13:31.971896+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":4} [] [2020-09-17T11:13:32.041341+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:13:32.062370+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:13:59.448778+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:13:59.477507+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:13:59.477584+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:59.477627+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:13:59.480263+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:13:59.519076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:13:59.522667+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:13:59.574095+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:13:59.603120+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:13:59.894520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ad87d"},"request_uri":"http://127.0.0.1:8000/_wdt/9ad87d","method":"GET"} [] [2020-09-17T11:16:12.140925+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:16:12.171805+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:16:12.171871+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:16:12.171906+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:16:12.173741+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:16:12.223557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:16:12.229512+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:16:12.279115+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:16:12.342254+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:16:12.645561+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e00e6d"},"request_uri":"http://127.0.0.1:8000/_wdt/e00e6d","method":"GET"} [] [2020-09-17T11:16:14.014401+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:16:14.047318+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:16:14.092768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:16:14.096388+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:16:14.096455+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:16:14.096491+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:16:14.096521+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:16:14.196859+00:00] php.CRITICAL: Uncaught Error: Call to a member function getId() on null {"exception":"[object] (Error(code: 0): Call to a member function getId() on null at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:250)"} [] [2020-09-17T11:16:14.244327+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getId() on null" at C:\Apache24\htdocs\vehicle\src\Controller\ReportsController.php line 250 {"exception":"[object] (Error(code: 0): Call to a member function getId() on null at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ReportsController.php:250)"} [] [2020-09-17T11:16:14.265969+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:16:14.464249+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1fae8"},"request_uri":"http://127.0.0.1:8000/_wdt/b1fae8","method":"GET"} [] [2020-09-17T11:19:23.163290+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:19:23.196835+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:19:23.196903+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:19:23.196938+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:19:23.198934+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:19:23.244753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:19:23.248817+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:19:23.301365+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:19:23.347771+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:19:23.706943+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a6d8a"},"request_uri":"http://127.0.0.1:8000/_wdt/3a6d8a","method":"GET"} [] [2020-09-17T11:19:25.375527+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:19:25.407774+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:19:25.436163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:19:25.439756+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:19:25.439827+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:19:25.439863+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:19:25.439894+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:19:25.547863+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, t.purchase_date, t.work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":0} [] [2020-09-17T11:19:25.623051+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:19:25.644727+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:28:12.220711+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:28:12.259594+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:28:12.259668+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:28:12.259707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:28:12.261453+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:28:12.291745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:28:12.295430+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:28:12.348431+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:28:12.377197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:28:12.654932+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41ea6b"},"request_uri":"http://127.0.0.1:8000/_wdt/41ea6b","method":"GET"} [] [2020-09-17T11:28:13.630979+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:28:13.657274+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:28:13.657335+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:28:13.657420+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:28:13.658607+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:28:13.690859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:28:13.696755+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:28:13.739587+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:28:13.761717+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:28:14.037323+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acf449"},"request_uri":"http://127.0.0.1:8000/_wdt/acf449","method":"GET"} [] [2020-09-17T11:28:15.677485+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:28:15.705660+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:28:15.748171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:28:15.751646+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:28:15.751714+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:28:15.751750+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:28:15.751783+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:28:15.852207+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":0} [] [2020-09-17T11:28:15.934922+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:28:15.954922+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:29:27.571177+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:29:27.600666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:29:27.600736+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:29:27.600770+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:29:27.601880+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:29:27.642526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:29:27.645929+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:29:27.687215+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:29:27.711348+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:29:28.000998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79afc7"},"request_uri":"http://127.0.0.1:8000/_wdt/79afc7","method":"GET"} [] [2020-09-17T11:29:29.686819+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:29:29.715431+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:29:29.715493+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:29:29.715528+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:29:29.716668+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:29:29.742515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:29:29.746739+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:29:29.796326+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:29:29.820937+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:29:30.094957+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"503ba4"},"request_uri":"http://127.0.0.1:8000/_wdt/503ba4","method":"GET"} [] [2020-09-17T11:30:07.778861+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:30:07.806851+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:30:07.806916+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:30:07.806952+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:30:07.808180+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:30:07.831598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:30:07.835726+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:30:07.875640+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:30:07.968195+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:30:08.321445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2928f4"},"request_uri":"http://127.0.0.1:8000/_wdt/2928f4","method":"GET"} [] [2020-09-17T11:30:49.177155+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:30:49.206197+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:30:49.206260+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:30:49.206292+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:30:49.208461+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:30:49.249094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:30:49.255538+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:30:49.305732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:30:49.377895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:30:49.710457+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"645b18"},"request_uri":"http://127.0.0.1:8000/_wdt/645b18","method":"GET"} [] [2020-09-17T11:31:10.039754+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:31:10.072275+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:31:10.072362+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:10.072408+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:10.074728+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:31:10.106660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:31:10.110432+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:31:10.164545+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:31:10.190049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:31:10.489392+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43bb7c"},"request_uri":"http://127.0.0.1:8000/_wdt/43bb7c","method":"GET"} [] [2020-09-17T11:31:13.113226+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:31:13.141989+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:31:13.185377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:31:13.189529+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:31:13.189649+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:31:13.189694+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:13.189730+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:13.234128+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2020-09-17T11:31:13.297219+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":4} [] [2020-09-17T11:31:13.365236+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:31:13.387747+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:31:16.651197+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:31:16.683800+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:31:16.683860+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:16.683894+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:16.685012+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:31:16.728059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:31:16.731349+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:31:16.774411+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:31:16.797709+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:31:17.049382+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e153d1"},"request_uri":"http://127.0.0.1:8000/_wdt/e153d1","method":"GET"} [] [2020-09-17T11:31:19.377891+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:31:19.408133+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:31:19.442485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:31:19.445834+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:31:19.445901+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:31:19.445937+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:19.445968+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:19.489458+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2020-09-17T11:31:19.532643+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":3} [] [2020-09-17T11:31:19.595586+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:31:19.619375+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:31:22.143190+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:31:22.171083+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:31:22.171170+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:22.171289+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:22.172466+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:31:22.210831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:31:22.216522+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:31:22.261922+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:31:22.285213+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:31:22.485502+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b54ca"},"request_uri":"http://127.0.0.1:8000/_wdt/9b54ca","method":"GET"} [] [2020-09-17T11:31:24.441344+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:31:24.468895+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:31:24.513658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:31:24.526636+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:31:24.526892+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:31:24.527044+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:24.527169+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:31:24.621522+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":0} [] [2020-09-17T11:31:24.688914+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:31:24.713860+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:32:16.235245+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:32:16.264821+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:32:16.264881+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:32:16.264915+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:32:16.266034+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:32:16.301733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:32:16.305531+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:32:16.348331+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:32:16.372277+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:32:16.643045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37d921"},"request_uri":"http://127.0.0.1:8000/_wdt/37d921","method":"GET"} [] [2020-09-17T11:32:19.258854+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T11:32:19.285193+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:32:19.285251+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:32:19.285285+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:32:19.286350+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:32:19.325657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:32:19.334459+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:32:19.347304+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T11:32:19.402024+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T11:32:19.405419+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[7,6,5,4]] [] [2020-09-17T11:32:19.442046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-09-17T11:32:19.443038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T11:32:19.443622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T11:32:19.445453+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T11:32:19.446884+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:32:19.785630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ec3a3"},"request_uri":"http://127.0.0.1:8000/_wdt/8ec3a3","method":"GET"} [] [2020-09-17T11:32:45.222657+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2020-09-17T11:32:45.252595+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:32:45.252720+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:32:45.252763+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:32:45.255490+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:32:45.294679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:32:45.300790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:32:45.315462+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-09-17T11:32:45.452953+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-09-17T11:32:45.457323+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[7,6,5,4]] [] [2020-09-17T11:32:45.494155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-09-17T11:32:45.494732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-09-17T11:32:45.495170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-09-17T11:32:45.496938+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-09-17T11:32:45.498475+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:32:45.890630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40c4da"},"request_uri":"http://127.0.0.1:8000/_wdt/40c4da","method":"GET"} [] [2020-09-17T11:51:40.039348+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2020-09-17T11:51:40.052348+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:51:40.052348+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:40.052348+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:40.053348+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-09-17T11:51:40.086350+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-09-17T11:51:40.087350+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-09-17T11:51:40.495374+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"GET"} [] [2020-09-17T11:51:40.548377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:51:40.548377+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:40.548377+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:40.612380+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-09-17T11:51:41.064406+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"317e75"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/317e75","method":"GET"} [] [2020-09-17T11:51:50.507946+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"POST"} [] [2020-09-17T11:51:50.564950+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:51:50.564950+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:50.564950+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:50.565950+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:50.676956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-09-17T11:51:51.108981+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:51.113981+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 17 Sep 2020 11:51:51 GMT\r\nLocation: http://127.0.0.1:8081/vehicle/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/\n \n \n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:51.113981+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:51.113981+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:51.128982+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:51:51.373996+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2020-09-17T11:51:51.428999+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:51:51.428999+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:51.428999+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:51.431999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:51:51.474002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:51:51.478002+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:51:51.699014+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-09-17T11:51:51.771019+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-09-17T11:51:51.772019+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-09-17T11:51:51.980030+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:51:52.480059+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3459f9"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/3459f9","method":"GET"} [] [2020-09-17T11:51:56.469287+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:51:56.535291+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:51:56.535291+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:56.535291+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:56.538291+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:51:56.597295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:51:56.602295+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:51:56.694300+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:51:56.784305+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:51:57.166327+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfb1a9"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/dfb1a9","method":"GET"} [] [2020-09-17T11:51:58.282391+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:51:58.329394+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:51:58.374396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:51:58.380397+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:51:58.380397+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:51:58.380397+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:58.380397+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:51:58.985431+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":0} [] [2020-09-17T11:51:59.417456+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:51:59.506461+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:53:03.439118+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:53:03.496121+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:53:03.496121+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:53:03.496121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:53:03.500121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:53:03.587126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:53:03.596127+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:53:03.719134+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:53:03.772137+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:53:04.137158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"391cd4"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/391cd4","method":"GET"} [] [2020-09-17T11:53:39.458178+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicessummary","method":"POST"} [] [2020-09-17T11:53:39.520181+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:53:39.570184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:53:39.575185+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:53:39.576185+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:53:39.576185+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:53:39.576185+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:53:39.671190+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["21"]] [] [2020-09-17T11:53:39.888202+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM service s LEFT JOIN vehicle v ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE s.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY s.vehicle_id ) t {"acId":21} [] [2020-09-17T11:53:40.024210+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:53:40.073213+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:53:44.361458+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2020-09-17T11:53:44.406461+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:53:44.406461+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:53:44.406461+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:53:44.408461+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:53:44.457464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:53:44.462464+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:53:44.534468+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:53:44.574471+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:53:44.897489+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aba0f2"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/aba0f2","method":"GET"} [] [2020-09-17T11:53:46.433577+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2020-09-17T11:53:46.482580+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:53:46.482580+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:53:46.482580+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:53:46.484580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:53:46.534583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:53:46.539583+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:53:46.609587+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:53:46.690592+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:53:47.054612+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a90916"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/a90916","method":"GET"} [] [2020-09-17T11:54:00.116359+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2020-09-17T11:54:00.166362+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:54:00.217365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:54:00.223366+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:54:00.223366+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:54:00.223366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:54:00.223366+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:54:00.314371+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["21"]] [] [2020-09-17T11:54:00.568385+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [21,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T11:54:00.580386+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [21,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T11:54:00.640389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2020-09-17T11:54:00.648390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [87] [] [2020-09-17T11:54:00.653390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2020-09-17T11:54:00.653390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2020-09-17T11:54:00.654390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [92] [] [2020-09-17T11:54:00.829400+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:54:00.890404+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:55:25.694254+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2020-09-17T11:55:25.761258+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:55:25.761258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:55:25.761258+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:55:25.764258+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:55:25.825262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:55:25.831262+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:55:25.938268+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:55:25.984271+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:55:26.354292+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a33e4a"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/a33e4a","method":"GET"} [] [2020-09-17T11:55:31.859607+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2020-09-17T11:55:31.909610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:55:31.957612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:55:31.963613+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:55:31.963613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:55:31.963613+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:55:31.963613+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:55:32.035617+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["22"]] [] [2020-09-17T11:55:32.160624+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [22,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T11:55:32.171625+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [22,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T11:55:32.182625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2020-09-17T11:55:32.188626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [88] [] [2020-09-17T11:55:32.193626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2020-09-17T11:55:32.195626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2020-09-17T11:55:32.196626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [93] [] [2020-09-17T11:55:32.378637+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:55:32.449641+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:55:56.278004+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2020-09-17T11:55:56.341007+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:55:56.341007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:55:56.342007+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:55:56.344007+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:55:56.405011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:55:56.410011+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:55:56.504016+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:55:56.549019+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-09-17T11:55:56.915040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"316e92"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/316e92","method":"GET"} [] [2020-09-17T11:56:05.553534+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2020-09-17T11:56:05.610537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-09-17T11:56:05.665540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] [] [2020-09-17T11:56:05.670541+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-09-17T11:56:05.670541+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-09-17T11:56:05.670541+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:56:05.670541+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-09-17T11:56:05.758546+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["25"]] [] [2020-09-17T11:56:05.892553+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [25,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T11:56:05.903554+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [25,"2020-01-01T00:00:00+00:00","2020-09-30T00:00:00+00:00"] [] [2020-09-17T11:56:05.913555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2020-09-17T11:56:05.920555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [100] [] [2020-09-17T11:56:05.925555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2020-09-17T11:56:06.131567+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-09-17T11:56:06.207571+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:50:51.905144+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-12-21T08:50:51.924046+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:50:51.924102+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:50:51.924133+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:50:51.925325+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T08:50:52.092103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T08:50:52.105413+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T08:50:52.380103+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T08:50:53.592858+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-21T08:50:53.596880+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10' with params ["%%"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'vehicle.vehicle' doesn't exist")." at C:\Apache24\htdocs\vehicle\templates\service\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10' with params [\"%%\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'vehicle.vehicle' doesn't exist\"). at C:\\Apache24\\htdocs\\vehicle\\templates\\service\\index.html.twig:86)\n[previous exception] [object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10' with params [\"%%\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'vehicle.vehicle' doesn't exist at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'vehicle.vehicle' doesn't exist at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'vehicle.vehicle' doesn't exist at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:127)"} [] [2020-12-21T08:50:54.002430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:50:54.560725+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1985f8"},"request_uri":"http://127.0.0.1:8000/_wdt/1985f8","method":"GET"} [] [2020-12-21T08:55:08.842665+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-12-21T08:55:08.876068+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:08.876132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:08.876167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:08.878427+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:55:08.888397+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T08:55:08.888861+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T08:55:09.023580+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-12-21T08:55:09.048271+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:09.048331+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:09.048366+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:09.097967+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:55:09.332344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0dfedd"},"request_uri":"http://127.0.0.1:8000/_wdt/0dfedd","method":"GET"} [] [2020-12-21T08:55:15.625514+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-12-21T08:55:15.656133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:15.656189+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:15.656228+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:15.656784+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:15.683487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-12-21T08:55:15.697346+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:15.702129+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:15.831584+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-12-21T08:55:15.855010+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:15.855070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:15.855105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:15.869526+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:55:16.040368+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd0998"},"request_uri":"http://127.0.0.1:8000/_wdt/cd0998","method":"GET"} [] [2020-12-21T08:55:19.304129+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} [] [2020-12-21T08:55:19.329699+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:19.329787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:19.329835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:19.732372+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:55:19.930412+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce4b85"},"request_uri":"http://127.0.0.1:8000/_wdt/ce4b85","method":"GET"} [] [2020-12-21T08:55:45.487393+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} [] [2020-12-21T08:55:45.515004+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:45.515062+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:45.515097+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:45.516296+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:55:47.187370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["malaya@cross-world.com"] [] [2020-12-21T08:55:47.429513+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-12-21T08:55:47.430212+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"malaya@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Malay Roy","5":1342} [] [2020-12-21T08:55:47.430584+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-12-21T08:55:47.599634+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-12-21T08:55:47.630203+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:47.630267+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:47.630301+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:47.632719+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:55:47.640996+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T08:55:47.641414+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T08:55:47.760802+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-12-21T08:55:47.783763+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:47.783820+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:47.783854+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:47.797697+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:55:47.956812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"494fca"},"request_uri":"http://127.0.0.1:8000/_wdt/494fca","method":"GET"} [] [2020-12-21T08:55:51.818829+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-12-21T08:55:51.842917+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:51.842974+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:51.843013+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:51.843555+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:51.887655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-12-21T08:55:52.107144+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:52.109708+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 21 Dec 2020 08:55:52 GMT\r\nLocation: http://127.0.0.1:8000/service\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/service\n \n \n Redirecting to http://127.0.0.1:8000/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:52.109780+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:52.109812+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:52.114888+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:55:52.288918+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2020-12-21T08:55:52.312020+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:52.312076+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:52.312109+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:52.313148+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T08:55:52.348408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T08:55:52.352080+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T08:55:52.366639+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T08:55:52.428212+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-21T08:55:52.513757+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[205,204,203,202,201,200,199,198,197,196]] [] [2020-12-21T08:55:52.587920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2020-12-21T08:55:52.588412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2020-12-21T08:55:52.589626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2020-12-21T08:55:52.589936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-12-21T08:55:52.590284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-12-21T08:55:52.590685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2020-12-21T08:55:52.591069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2020-12-21T08:55:52.591402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2020-12-21T08:55:52.591736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2020-12-21T08:55:52.592049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2020-12-21T08:55:52.592426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2020-12-21T08:55:52.592740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2020-12-21T08:55:52.593082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2020-12-21T08:55:52.610884+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-21T08:55:52.724034+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:55:53.071444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"285a07"},"request_uri":"http://127.0.0.1:8000/_wdt/285a07","method":"GET"} [] [2020-12-21T08:55:58.444904+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8000/item","method":"GET"} [] [2020-12-21T08:55:58.472449+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:55:58.472552+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:58.472595+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:55:58.474283+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T08:55:58.524044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T08:55:58.528090+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T08:55:58.539023+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T08:55:58.654112+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-21T08:55:58.657813+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[129,128,127,126,125,124,123,122,121,120]] [] [2020-12-21T08:55:58.661082+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-21T08:55:58.667258+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:55:58.935444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29b6fe"},"request_uri":"http://127.0.0.1:8000/_wdt/29b6fe","method":"GET"} [] [2020-12-21T08:56:00.761992+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8000/vehicle","method":"GET"} [] [2020-12-21T08:56:00.789470+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:56:00.789529+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:56:00.789564+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:56:00.791149+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T08:56:00.833876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T08:56:00.838088+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T08:56:00.850816+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T08:56:00.974409+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-12-21T08:56:00.978050+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2020-12-21T08:56:00.985231+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-21T08:56:00.986932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:56:01.238308+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49b054"},"request_uri":"http://127.0.0.1:8000/_wdt/49b054","method":"GET"} [] [2020-12-21T08:59:28.496701+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-12-21T08:59:28.527653+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:59:28.527712+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:28.527746+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:28.529934+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:59:28.539551+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T08:59:28.539928+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T08:59:28.665072+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2020-12-21T08:59:28.688699+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:59:28.688757+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:28.688792+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:28.702971+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T08:59:28.891174+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85ca87"},"request_uri":"http://127.0.0.1:8000/_wdt/85ca87","method":"GET"} [] [2020-12-21T08:59:35.659559+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2020-12-21T08:59:35.683272+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:59:35.683330+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:35.683370+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:35.683930+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:35.734629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-12-21T08:59:35.960548+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:35.962970+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 21 Dec 2020 08:59:35 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:35.963036+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:35.963068+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:35.968403+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:59:36.143372+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-12-21T08:59:36.166618+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:59:36.166677+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:36.166711+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:36.167776+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T08:59:36.210836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T08:59:36.214512+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T08:59:36.451596+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-12-21T08:59:36.476332+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-12-21T08:59:36.478067+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-12-21T08:59:36.552703+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:59:36.825170+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51078a"},"request_uri":"http://127.0.0.1:8000/_wdt/51078a","method":"GET"} [] [2020-12-21T08:59:43.080589+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2020-12-21T08:59:43.106733+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T08:59:43.106808+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:43.106842+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T08:59:43.108503+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T08:59:43.149052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T08:59:43.152991+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T08:59:43.212706+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-12-21T08:59:43.221029+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-12-21T08:59:43.222530+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-12-21T08:59:43.247469+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T08:59:43.461111+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca826f"},"request_uri":"http://127.0.0.1:8000/_wdt/ca826f","method":"GET"} [] [2020-12-21T09:00:35.658654+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/","method":"GET"} [] [2020-12-21T09:00:35.688552+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:00:35.688608+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:00:35.688640+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:00:35.692518+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:00:35.701585+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T09:00:35.701964+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T09:00:35.824305+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:00:35.847143+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:00:35.847204+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:00:35.847237+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:00:35.860253+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:00:36.072475+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f7e9e"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/4f7e9e","method":"GET"} [] [2020-12-21T09:03:21.921409+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/","method":"GET"} [] [2020-12-21T09:03:21.952872+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:03:21.952929+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:03:21.952961+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:03:21.955003+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:03:21.963831+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T09:03:21.964222+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T09:03:22.095368+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:03:22.122013+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:03:22.122079+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:03:22.122115+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:03:22.135647+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:03:22.332628+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8a229"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/a8a229","method":"GET"} [] [2020-12-21T09:03:46.747210+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:03:46.773619+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:03:46.773674+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:03:46.773712+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:03:46.774242+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:03:46.806084+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred in driver: could not find driver" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred in driver: could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)"} [] [2020-12-21T09:03:47.071173+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"754296"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/754296","method":"GET"} [] [2020-12-21T09:04:18.252629+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:04:18.277596+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:04:18.277652+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:18.277685+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:18.288103+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:04:18.415337+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"064e27"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/064e27","method":"GET"} [] [2020-12-21T09:04:24.283633+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:04:24.306433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:04:24.306486+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:24.306522+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:24.306888+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:24.333400+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred in driver: could not find driver" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred in driver: could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)"} [] [2020-12-21T09:04:24.594622+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d4e14"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/4d4e14","method":"GET"} [] [2020-12-21T09:04:37.994959+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/service","method":"GET"} [] [2020-12-21T09:04:38.017135+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:04:38.017189+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:38.017260+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:38.018708+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:04:38.025351+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T09:04:38.025713+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T09:04:38.147842+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:04:38.170375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:04:38.170430+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:38.170462+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:38.181089+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:04:38.310395+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24541c"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/24541c","method":"GET"} [] [2020-12-21T09:04:59.777108+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:04:59.802782+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:04:59.802840+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:59.802877+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:59.803315+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:04:59.829518+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred in driver: could not find driver" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred in driver: could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)"} [] [2020-12-21T09:05:00.118667+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"017a9d"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/017a9d","method":"GET"} [] [2020-12-21T09:05:39.437191+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:05:39.463947+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:05:39.464002+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:05:39.464039+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:05:39.464415+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:05:39.492466+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred in driver: could not find driver" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred in driver: could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)"} [] [2020-12-21T09:05:39.783027+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3c626"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/a3c626","method":"GET"} [] [2020-12-21T09:05:45.243074+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:05:45.266092+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:05:45.266148+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:05:45.266181+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:05:45.278724+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:05:45.437012+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acbadc"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/acbadc","method":"GET"} [] [2020-12-21T09:05:49.825718+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:05:49.850957+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:05:49.851011+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:05:49.851098+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:05:49.851655+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:05:49.883063+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred in driver: could not find driver" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred in driver: could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)"} [] [2020-12-21T09:05:50.165931+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d41545"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/d41545","method":"GET"} [] [2020-12-21T09:06:06.811160+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/","method":"GET"} [] [2020-12-21T09:06:06.837076+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:06:06.837132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:06:06.837166+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:06:06.839403+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:06:06.847233+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T09:06:06.847612+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T09:06:06.965554+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:06:06.988386+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:06:06.988441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:06:06.988474+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:06:07.000811+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:06:07.135513+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d83b1"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/7d83b1","method":"GET"} [] [2020-12-21T09:06:12.018994+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:06:12.040964+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:06:12.041018+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:06:12.041054+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:06:12.041564+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:06:12.071496+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred in driver: could not find driver" at C:\Apache24\htdocs\vehicle\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 106 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred in driver: could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:106)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 0): could not find driver at C:\\Apache24\\htdocs\\vehicle\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)"} [] [2020-12-21T09:06:12.518505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18fc59"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/18fc59","method":"GET"} [] [2020-12-21T09:08:30.854711+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/","method":"GET"} [] [2020-12-21T09:08:31.820355+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:08:31.820413+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:31.820444+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:31.912370+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:08:32.191281+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T09:08:32.206873+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T09:08:32.594978+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:08:32.617653+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:08:32.617705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:32.617780+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:32.895412+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:08:33.159849+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"548d67"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/548d67","method":"GET"} [] [2020-12-21T09:08:43.169287+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:08:43.197800+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:08:43.197853+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:43.197889+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:43.213849+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:43.878703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-12-21T09:08:44.245347+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:44.249868+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:44.373581+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:08:44.397307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:08:44.397361+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:44.397393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:44.409736+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:08:44.542146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"741d9b"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/741d9b","method":"GET"} [] [2020-12-21T09:08:52.926799+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:08:52.950296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:08:52.950353+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:52.950392+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:52.950916+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:52.998763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-12-21T09:08:53.222124+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:53.245095+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 21 Dec 2020 09:08:53 GMT\r\nLocation: http://127.0.0.1:8080/vehicle/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8080/vehicle/public/index.php/\n \n \n Redirecting to http://127.0.0.1:8080/vehicle/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:53.245168+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:53.245197+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:53.250265+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:08:53.445051+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/","method":"GET"} [] [2020-12-21T09:08:53.467081+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:08:53.467136+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:53.467167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:08:53.468135+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T09:08:53.498422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T09:08:53.503200+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T09:08:55.440383+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-12-21T09:08:55.685754+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-12-21T09:08:55.691834+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-12-21T09:08:55.908019+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:08:56.145539+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"620e13"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/620e13","method":"GET"} [] [2020-12-21T09:09:04.693398+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/item","method":"GET"} [] [2020-12-21T09:09:04.719351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:04.719408+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:04.719440+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:04.720843+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T09:09:04.767829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T09:09:04.771802+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T09:09:04.866250+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T09:09:05.106776+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-21T09:09:05.188470+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[129,128,127,126,125,124,123,122,121,120]] [] [2020-12-21T09:09:05.208219+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-21T09:09:05.425042+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:09:05.578683+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17e503"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/17e503","method":"GET"} [] [2020-12-21T09:09:07.578412+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/vehicle","method":"GET"} [] [2020-12-21T09:09:07.601357+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:07.601411+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:07.601442+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:07.602405+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T09:09:07.637587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T09:09:07.641509+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T09:09:07.699068+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T09:09:07.785940+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-12-21T09:09:07.789028+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2020-12-21T09:09:07.793153+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-21T09:09:07.794301+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:09:07.949985+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fbb99"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/1fbb99","method":"GET"} [] [2020-12-21T09:09:23.161279+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/","method":"GET"} [] [2020-12-21T09:09:23.184669+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:23.184725+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:23.184756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:23.186471+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:09:23.193882+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2020-12-21T09:09:23.194267+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-12-21T09:09:23.312328+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"GET"} [] [2020-12-21T09:09:23.334624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:23.334678+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:23.334710+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:23.346662+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-21T09:09:23.550753+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de3cca"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/de3cca","method":"GET"} [] [2020-12-21T09:09:28.619398+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/login","method":"POST"} [] [2020-12-21T09:09:28.643782+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:28.643874+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:28.643920+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:28.644495+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:28.667031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2020-12-21T09:09:28.884633+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:28.889193+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 21 Dec 2020 09:09:28 GMT\r\nLocation: http://127.0.0.1:8080/vehicle/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8080/vehicle/public/index.php/\n \n \n Redirecting to http://127.0.0.1:8080/vehicle/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:28.889253+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:28.889281+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:28.894110+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:09:29.062966+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/","method":"GET"} [] [2020-12-21T09:09:29.085366+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:29.085422+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:29.085453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:29.086449+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T09:09:29.111563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T09:09:29.120160+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T09:09:29.169173+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-12-21T09:09:29.175243+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-12-21T09:09:29.176708+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-12-21T09:09:29.198499+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:09:29.398954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e7e0d"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/1e7e0d","method":"GET"} [] [2020-12-21T09:09:32.241982+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/item","method":"GET"} [] [2020-12-21T09:09:32.265072+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:32.265129+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:32.265160+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:32.266157+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T09:09:32.285148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T09:09:32.288652+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T09:09:32.298361+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T09:09:32.344529+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-21T09:09:32.347810+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[129,128,127,126,125,124,123,122,121,120]] [] [2020-12-21T09:09:32.350645+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-21T09:09:32.356433+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:09:32.515815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a63d1e"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/a63d1e","method":"GET"} [] [2020-12-21T09:09:34.926406+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/vehicle","method":"GET"} [] [2020-12-21T09:09:34.950838+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:34.950897+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:34.950929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:34.951920+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T09:09:34.975578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T09:09:34.979230+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T09:09:34.989082+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T09:09:35.035493+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-12-21T09:09:35.038576+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2020-12-21T09:09:35.041933+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-21T09:09:35.042917+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:09:35.202222+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af4e5f"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/af4e5f","method":"GET"} [] [2020-12-21T09:09:38.224431+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/airconditioner","method":"GET"} [] [2020-12-21T09:09:38.248465+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:38.248520+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:38.248595+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:38.249572+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T09:09:38.272837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T09:09:38.276707+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T09:09:38.337636+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-21T09:09:39.098370+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2020-12-21T09:09:39.101844+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2020-12-21T09:09:39.105912+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-21T09:09:39.107138+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:09:39.311013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"977a10"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/977a10","method":"GET"} [] [2020-12-21T09:09:48.082376+00:00] request.INFO: Matched route "air_conditioner_show". {"route":"air_conditioner_show","route_parameters":{"_route":"air_conditioner_show","_controller":"App\\Controller\\AirConditionerController::show","id":"49"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/airconditioner/show/49","method":"GET"} [] [2020-12-21T09:09:48.108117+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-21T09:09:48.108172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:48.108204+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-21T09:09:48.109582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-21T09:09:48.133845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-21T09:09:48.137697+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-21T09:09:48.171168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["49"] [] [2020-12-21T09:09:48.230835+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-21T09:09:48.396271+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e23235"},"request_uri":"http://127.0.0.1:8080/vehicle/public/index.php/_wdt/e23235","method":"GET"} [] [2020-12-30T11:29:46.439620+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-12-30T11:29:46.463109+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-30T11:29:46.679086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-30T11:29:46.683232+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-30T11:29:46.683296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-30T11:29:46.683331+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-30T11:29:46.683362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-30T11:29:46.934752+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["35"]] [] [2020-12-30T11:29:49.267656+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":35} [] [2020-12-30T11:29:49.282771+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: page" at C:\Apache24\htdocs\vehicle\src\Repository\ServiceRepository.php line 153 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: page at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php:153)"} [] [2020-12-30T11:29:49.775916+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-30T11:29:50.438900+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5123aa"},"request_uri":"http://127.0.0.1:8000/_wdt/5123aa","method":"GET"} [] [2020-12-30T11:30:18.486572+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-12-30T11:30:18.522652+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-30T11:30:18.551602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-30T11:30:18.555592+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-30T11:30:18.555659+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-30T11:30:18.555695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-30T11:30:18.555726+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-30T11:30:18.607008+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["35"]] [] [2020-12-30T11:30:18.668665+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":35} [] [2020-12-30T11:30:18.670866+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\ServiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\DBAL\Statement given, called in C:\Apache24\htdocs\vehicle\src\Repository\ServiceRepository.php on line 153 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\ServiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\DBAL\\Statement given, called in C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php on line 153 at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php:66)"} [] [2020-12-30T11:30:18.677992+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\ServiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\DBAL\Statement given, called in C:\Apache24\htdocs\vehicle\src\Repository\ServiceRepository.php on line 153" at C:\Apache24\htdocs\vehicle\src\Repository\ServiceRepository.php line 66 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\ServiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\DBAL\\Statement given, called in C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php on line 153 at C:\\Apache24\\htdocs\\vehicle\\src\\Repository\\ServiceRepository.php:66)"} [] [2020-12-30T11:30:18.703194+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-30T11:30:18.884660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"871da5"},"request_uri":"http://127.0.0.1:8000/_wdt/871da5","method":"GET"} [] [2020-12-30T11:50:16.283282+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8000/reports/acservicessummary","method":"POST"} [] [2020-12-30T11:50:16.313769+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-30T11:50:16.339980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2020-12-30T11:50:16.344114+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2020-12-30T11:50:16.344176+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-30T11:50:16.344212+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-30T11:50:16.344243+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-30T11:50:16.392166+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["35"]] [] [2020-12-30T11:50:16.453487+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":35} [] [2020-12-30T11:50:17.032761+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2020-12-30T11:50:17.231953+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:49:37.525814+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2020-12-31T05:49:38.503793+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:49:38.503851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:38.503884+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:39.511410+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-12-31T05:49:40.336022+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18d62b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/18d62b","method":"GET"} [] [2020-12-31T05:49:43.135040+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2020-12-31T05:49:43.159280+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:49:43.159337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:43.159374+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:43.174694+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:43.843862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2020-12-31T05:49:44.205503+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:44.238479+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 31 Dec 2020 05:49:44 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:44.238549+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:44.238577+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:44.243457+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:49:44.438326+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2020-12-31T05:49:44.458984+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:49:44.459033+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:44.459061+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:49:44.460098+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:49:44.492527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:49:44.497769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:49:44.946090+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-31T05:49:46.627194+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-31T05:49:46.731599+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[212,211,210,209,208,207,206,205,204,203]] [] [2020-12-31T05:49:46.801798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2020-12-31T05:49:46.802280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2020-12-31T05:49:46.812642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2020-12-31T05:49:46.813063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2020-12-31T05:49:46.813368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-12-31T05:49:46.813668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2020-12-31T05:49:46.813995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2020-12-31T05:49:46.814319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-12-31T05:49:46.814643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2020-12-31T05:49:46.814972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2020-12-31T05:49:46.815296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2020-12-31T05:49:46.815620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-12-31T05:49:46.833130+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-31T05:49:47.049133+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:49:47.692473+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2d1c6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b2d1c6","method":"GET"} [] [2020-12-31T05:50:35.426773+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2020-12-31T05:50:35.452892+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:50:35.452942+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:50:35.452971+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:50:35.454290+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:50:35.501591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:50:35.505375+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:50:35.518812+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-31T05:50:35.575049+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-31T05:50:35.579293+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[212,211,210,209,208,207,206,205,204,203]] [] [2020-12-31T05:50:35.648723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2020-12-31T05:50:35.649208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2020-12-31T05:50:35.650236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2020-12-31T05:50:35.650572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2020-12-31T05:50:35.650909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-12-31T05:50:35.651211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2020-12-31T05:50:35.651540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2020-12-31T05:50:35.651870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-12-31T05:50:35.652197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2020-12-31T05:50:35.652521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2020-12-31T05:50:35.652846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2020-12-31T05:50:35.653177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-12-31T05:50:35.654527+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-31T05:50:35.660341+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:50:35.989836+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de4f87"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/de4f87","method":"GET"} [] [2020-12-31T05:50:38.273512+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2020-12-31T05:50:38.295540+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:50:38.295587+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:50:38.295616+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:50:38.296907+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:50:38.336717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:50:38.340402+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:50:38.768115+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-12-31T05:50:38.789935+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-12-31T05:50:38.791587+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-12-31T05:50:38.895030+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:50:39.255068+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdad07"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cdad07","method":"GET"} [] [2020-12-31T05:55:29.828848+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2020-12-31T05:55:29.857745+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:55:29.899347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:55:29.903229+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:55:29.903284+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:55:29.903315+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:55:29.903341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:55:29.989160+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2020-12-31T05:55:30.076697+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2020-12-31T05:55:30.081348+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2020-12-31T05:55:31.998508+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-12-31T05:55:32.008376+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2020-12-15T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":6,"11":12} [] [2020-12-31T05:55:32.012488+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":6300.0,"4":null,"5":213,"6":87} [] [2020-12-31T05:55:32.053093+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-12-31T05:55:32.066227+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:55:32.232767+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2020-12-31T05:55:32.260448+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:55:32.260500+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:55:32.260531+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:55:32.261909+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:55:32.298551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:55:32.302454+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:55:32.316107+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-31T05:55:32.373472+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-31T05:55:32.378174+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[213,212,211,210,209,208,207,206,205,204]] [] [2020-12-31T05:55:32.405329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2020-12-31T05:55:32.405814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2020-12-31T05:55:32.406840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2020-12-31T05:55:32.407156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2020-12-31T05:55:32.407494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2020-12-31T05:55:32.407792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-12-31T05:55:32.408087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2020-12-31T05:55:32.408414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2020-12-31T05:55:32.408742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-12-31T05:55:32.409075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2020-12-31T05:55:32.409402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2020-12-31T05:55:32.409731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2020-12-31T05:55:32.411085+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-31T05:55:32.416994+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:55:33.044806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f69f8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2f69f8","method":"GET"} [] [2020-12-31T05:55:38.495018+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2020-12-31T05:55:38.521680+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:55:38.521730+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:55:38.521760+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:55:38.523080+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:55:38.550434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:55:38.554207+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:55:38.604673+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-12-31T05:55:38.612124+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-12-31T05:55:38.613562+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-12-31T05:55:38.636282+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:55:39.043387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33bade"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/33bade","method":"GET"} [] [2020-12-31T05:56:55.149743+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2020-12-31T05:56:55.173535+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:56:55.219091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:56:55.222941+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:56:55.223034+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:56:55.223068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:56:55.223096+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:56:55.274167+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2020-12-31T05:56:55.281740+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2020-12-31T05:56:55.283473+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2020-12-31T05:56:55.322449+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-12-31T05:56:55.323284+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2020-12-14T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":12} [] [2020-12-31T05:56:55.327229+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":6000.0,"4":null,"5":214,"6":87} [] [2020-12-31T05:56:55.333016+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-12-31T05:56:55.343257+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:56:55.497896+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2020-12-31T05:56:55.518526+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:56:55.518575+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:56:55.518604+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:56:55.519562+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:56:55.552655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:56:55.560343+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:56:55.574953+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-31T05:56:55.623439+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-31T05:56:55.627531+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[214,213,212,211,210,209,208,207,206,205]] [] [2020-12-31T05:56:55.654193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2020-12-31T05:56:55.654637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2020-12-31T05:56:55.655612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2020-12-31T05:56:55.655894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2020-12-31T05:56:55.656145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2020-12-31T05:56:55.656429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2020-12-31T05:56:55.656678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-12-31T05:56:55.656927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2020-12-31T05:56:55.657199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2020-12-31T05:56:55.657511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-12-31T05:56:55.657783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2020-12-31T05:56:55.659086+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-31T05:56:55.664746+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:56:56.041392+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb73df"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cb73df","method":"GET"} [] [2020-12-31T05:57:16.525224+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2020-12-31T05:57:16.547021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:57:16.547156+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:57:16.547187+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:57:16.548220+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:57:16.589018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:57:16.592675+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:57:16.633882+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-12-31T05:57:16.639693+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-12-31T05:57:16.641171+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-12-31T05:57:16.662139+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:57:16.957604+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"706ac4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/706ac4","method":"GET"} [] [2020-12-31T05:58:18.038232+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2020-12-31T05:58:18.062899+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:58:18.107253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:58:18.111058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:58:18.111113+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:58:18.111145+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:58:18.111172+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:58:18.161970+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2020-12-31T05:58:18.169419+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2020-12-31T05:58:18.171201+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2020-12-31T05:58:18.209826+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-12-31T05:58:18.210689+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2020-12-22T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":12} [] [2020-12-31T05:58:18.214545+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":6500.0,"4":null,"5":215,"6":87} [] [2020-12-31T05:58:18.216381+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-12-31T05:58:18.225228+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:58:18.367248+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2020-12-31T05:58:18.387923+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:58:18.387970+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:58:18.388048+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:58:18.388962+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:58:18.421202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:58:18.428935+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:58:18.443693+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-31T05:58:18.490792+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-31T05:58:18.494916+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[215,214,213,212,211,210,209,208,207,206]] [] [2020-12-31T05:58:18.522017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-12-31T05:58:18.522459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2020-12-31T05:58:18.523447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2020-12-31T05:58:18.523728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2020-12-31T05:58:18.524000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2020-12-31T05:58:18.524249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2020-12-31T05:58:18.524573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2020-12-31T05:58:18.524826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-12-31T05:58:18.525075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2020-12-31T05:58:18.525350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2020-12-31T05:58:18.525621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-12-31T05:58:18.525890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2020-12-31T05:58:18.527155+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-31T05:58:18.532802+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:58:18.918980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12a326"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/12a326","method":"GET"} [] [2020-12-31T05:58:25.139131+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2020-12-31T05:58:25.164997+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:58:25.165046+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:58:25.165075+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:58:25.166342+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:58:25.202019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:58:25.205787+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:58:25.255287+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2020-12-31T05:58:25.262587+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2020-12-31T05:58:25.264008+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2020-12-31T05:58:25.286781+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:58:25.580372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc7965"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cc7965","method":"GET"} [] [2020-12-31T05:59:36.079551+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2020-12-31T05:59:36.101313+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:59:36.137127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:59:36.140726+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:59:36.140781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:59:36.140812+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:59:36.140838+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:59:36.182104+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2020-12-31T05:59:36.187766+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2020-12-31T05:59:36.189475+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2020-12-31T05:59:36.226253+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-12-31T05:59:36.227077+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2020-12-22T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":4,"11":12} [] [2020-12-31T05:59:36.230594+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":5900.0,"4":null,"5":216,"6":39} [] [2020-12-31T05:59:36.232298+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-12-31T05:59:36.241093+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:59:36.383487+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2020-12-31T05:59:36.404045+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-12-31T05:59:36.404094+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:59:36.404123+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-12-31T05:59:36.405017+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-12-31T05:59:36.438000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2020-12-31T05:59:36.441502+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2020-12-31T05:59:36.451130+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2020-12-31T05:59:36.499607+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2020-12-31T05:59:36.503796+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[216,215,214,213,212,211,210,209,208,207]] [] [2020-12-31T05:59:36.531550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2020-12-31T05:59:36.532031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2020-12-31T05:59:36.533085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2020-12-31T05:59:36.533368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2020-12-31T05:59:36.533639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2020-12-31T05:59:36.533909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2020-12-31T05:59:36.534152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2020-12-31T05:59:36.534428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2020-12-31T05:59:36.534674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2020-12-31T05:59:36.534918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2020-12-31T05:59:36.535183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2020-12-31T05:59:36.535446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2020-12-31T05:59:36.536715+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2020-12-31T05:59:36.542274+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-12-31T05:59:36.907207+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21946c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/21946c","method":"GET"} [] [2021-01-02T04:35:59.795884+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-02T04:36:00.762746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T04:36:00.762804+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:00.762837+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:01.191773+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-02T04:36:02.211139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3e769"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b3e769","method":"GET"} [] [2021-01-02T04:36:06.961839+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-02T04:36:06.985382+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T04:36:06.985430+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:06.985464+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:07.002192+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:07.694487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-02T04:36:08.028739+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:08.062943+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 02 Jan 2021 04:36:08 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:08.063013+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:08.063041+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:08.067870+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T04:36:08.281920+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-02T04:36:08.302946+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T04:36:08.302995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:08.303023+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:08.304080+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-02T04:36:08.333865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-02T04:36:08.340023+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-02T04:36:08.813040+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-02T04:36:10.388331+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-02T04:36:10.471969+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[216,215,214,213,212,211,210,209,208,207]] [] [2021-01-02T04:36:10.545984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-02T04:36:10.546441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-02T04:36:10.546799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-02T04:36:10.547124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-02T04:36:10.547403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-02T04:36:10.547672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-02T04:36:10.547916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-02T04:36:10.548196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-02T04:36:10.548442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-02T04:36:10.548686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-02T04:36:10.548957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-01-02T04:36:10.549225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-02T04:36:10.567717+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-02T04:36:10.800559+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T04:36:11.559318+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf67e5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cf67e5","method":"GET"} [] [2021-01-02T04:36:14.007378+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-02T04:36:14.029903+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T04:36:14.030009+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:14.030058+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:36:14.031365+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-02T04:36:14.062618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-02T04:36:14.065780+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-02T04:36:14.411603+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-02T04:36:15.035050+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T04:36:15.589177+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b1b53"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9b1b53","method":"GET"} [] [2021-01-02T04:37:03.428114+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-02T04:37:03.451888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-02T04:37:03.485681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-02T04:37:03.488794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-02T04:37:03.488847+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T04:37:03.488878+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:37:03.488904+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T04:37:03.562167+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-01-02T04:37:05.998088+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-02T00:00:00+00:00","2021-01-02T00:00:00+00:00"] [] [2021-01-02T04:37:06.015786+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-02T00:00:00+00:00","2021-01-02T00:00:00+00:00"] [] [2021-01-02T04:37:06.190316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-01-02T04:37:06.193584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-01-02T04:37:06.207798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-02T04:37:06.209110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-02T04:37:06.209379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-02T04:37:06.209686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-01-02T04:37:06.211517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-02T04:37:06.211796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-02T04:37:06.212051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-01-02T04:37:06.212321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-02T04:37:06.212668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-02T04:37:06.212947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-01-02T04:37:06.213243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-02T04:37:06.810177+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-02T04:37:06.827134+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T05:29:22.623056+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-02T05:29:22.649370+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T05:29:22.649420+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:22.649451+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:22.662284+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-02T05:29:23.140344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"028adb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/028adb","method":"GET"} [] [2021-01-02T05:29:25.757532+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-02T05:29:25.784417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T05:29:25.784469+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:25.784506+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:25.785045+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:25.809207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-02T05:29:26.018244+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:26.022905+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 02 Jan 2021 05:29:26 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:26.022970+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:26.022999+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:26.029224+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T05:29:26.256665+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-02T05:29:26.277976+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T05:29:26.278029+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:26.278058+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:26.279241+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-02T05:29:26.317617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-02T05:29:26.324587+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-02T05:29:26.343076+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-02T05:29:26.398363+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-02T05:29:26.402158+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[216,215,214,213,212,211,210,209,208,207]] [] [2021-01-02T05:29:26.431290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-02T05:29:26.431737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-02T05:29:26.432102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-02T05:29:26.432428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-02T05:29:26.432707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-02T05:29:26.432979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-02T05:29:26.433227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-02T05:29:26.433509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-02T05:29:26.433756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-02T05:29:26.434005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-02T05:29:26.434283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-01-02T05:29:26.434554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-02T05:29:26.435880+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-02T05:29:26.441620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T05:29:26.925496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"582914"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/582914","method":"GET"} [] [2021-01-02T05:29:28.482154+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-02T05:29:28.504748+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T05:29:28.504801+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:28.504831+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:29:28.506127+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-02T05:29:28.539612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-02T05:29:28.542741+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-02T05:29:28.583655+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-02T05:29:28.605074+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T05:29:28.970230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3da51a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3da51a","method":"GET"} [] [2021-01-02T05:37:33.102117+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-02T05:37:33.131137+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-02T05:37:33.155368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-02T05:37:33.158821+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-02T05:37:33.158879+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T05:37:33.158911+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:37:33.158937+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:37:33.206049+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-01-02T05:37:33.271816+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [12,"2020-01-01T00:00:00+00:00","2021-01-02T00:00:00+00:00"] [] [2021-01-02T05:37:33.289145+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [12,"2020-01-01T00:00:00+00:00","2021-01-02T00:00:00+00:00"] [] [2021-01-02T05:37:33.294058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-01-02T05:37:33.297282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [147] [] [2021-01-02T05:37:33.310891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-02T05:37:33.312087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-02T05:37:33.312348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-02T05:37:33.312598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-02T05:37:33.312843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-02T05:37:33.313120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [166] [] [2021-01-02T05:37:33.421953+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-02T05:37:33.439974+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T05:46:18.578678+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-02T05:46:18.605066+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T05:46:18.605116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:46:18.605145+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T05:46:18.606500+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-02T05:46:18.628889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-02T05:46:18.632134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-02T05:46:18.674167+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-02T05:46:18.698319+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-02T05:46:19.256137+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dade7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9dade7","method":"GET"} [] [2021-01-02T06:58:40.858047+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-02T06:58:40.889644+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-02T06:58:40.915612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-02T06:58:40.919469+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-02T06:58:40.919528+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-02T06:58:40.919561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T06:58:40.919588+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-02T06:58:40.968786+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-01-02T06:58:41.037834+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-01-02T00:00:00+00:00"] [] [2021-01-02T06:58:41.056771+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-01-02T00:00:00+00:00"] [] [2021-01-02T06:58:41.061786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-02T06:58:41.065132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-01-02T06:58:41.081297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-02T06:58:41.082625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-01-02T06:58:41.082913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-02T06:58:41.083185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-01-02T06:58:41.083454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-01-02T06:58:41.083780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-01-02T06:58:41.084126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-02T06:58:41.084392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-02T06:58:41.084660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-02T06:58:41.084926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-01-02T06:58:41.085196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-02T06:58:41.085476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-02T06:58:41.085743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-01-02T06:58:41.086172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-02T06:58:41.086496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-02T06:58:41.086789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-01-02T06:58:41.087210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-01-02T06:58:41.087502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-01-02T06:58:41.087793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-01-02T06:58:41.088086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-02T06:58:41.088383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-01-02T06:58:41.088695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-01-02T06:58:41.088993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-01-02T06:58:41.089296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-02T06:58:41.089580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-01-02T06:58:41.089897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-02T06:58:41.090199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-02T06:58:41.090487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-01-02T06:58:41.353168+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-02T06:58:41.371649+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-04T07:17:44.277304+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-04T07:17:45.213081+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T07:17:45.213100+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T07:17:45.213143+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:45.213151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:45.213176+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:45.213183+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:45.635381+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-04T07:17:46.602925+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"108c1c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/108c1c","method":"GET"} [] [2021-01-04T07:17:49.387408+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-04T07:17:49.409141+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T07:17:49.409194+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:49.409229+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:49.426772+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:50.093272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-04T07:17:50.445174+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:50.478502+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 04 Jan 2021 07:17:50 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:50.478574+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:50.478602+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:50.483480+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-04T07:17:50.695482+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-04T07:17:50.717248+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T07:17:50.717303+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:50.717335+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:50.718325+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-04T07:17:50.747661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-04T07:17:50.751265+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-04T07:17:51.206892+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-04T07:17:52.677360+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-04T07:17:52.768242+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[216,215,214,213,212,211,210,209,208,207]] [] [2021-01-04T07:17:52.835731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-04T07:17:52.836191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-04T07:17:52.842355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-04T07:17:52.842719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-04T07:17:52.843022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-04T07:17:52.843314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-04T07:17:52.843578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-04T07:17:52.843881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-04T07:17:52.844143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-04T07:17:52.844407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-04T07:17:52.844704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-01-04T07:17:52.844995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-04T07:17:52.855517+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-04T07:17:53.096123+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-04T07:17:53.877697+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2b83a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c2b83a","method":"GET"} [] [2021-01-04T07:17:55.718850+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-04T07:17:55.742924+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T07:17:55.742979+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:55.743010+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:17:55.744374+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-04T07:17:55.783795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-04T07:17:55.787655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-04T07:17:56.098211+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-04T07:17:56.152913+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-04T07:17:56.530647+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1df77e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1df77e","method":"GET"} [] [2021-01-04T07:18:18.617026+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-04T07:18:18.639588+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-04T07:18:18.660045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-04T07:18:18.663713+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-04T07:18:18.663770+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T07:18:18.663801+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:18:18.663827+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T07:18:18.757728+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-01-04T07:18:20.740997+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-01-04T00:00:00+00:00"] [] [2021-01-04T07:18:20.756844+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-01-04T00:00:00+00:00"] [] [2021-01-04T07:18:20.776878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-01-04T07:18:20.780821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-01-04T07:18:20.798950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-04T07:18:20.804600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-04T07:18:20.804907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-04T07:18:20.805197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-01-04T07:18:20.805649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-04T07:18:20.805904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-04T07:18:20.806160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-01-04T07:18:20.806428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-04T07:18:20.806724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-04T07:18:20.806974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-01-04T07:18:20.807253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-04T07:18:21.384716+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-04T07:18:21.402683+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-04T08:36:32.081444+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-04T08:36:32.113912+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T08:36:32.113969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T08:36:32.114002+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T08:36:32.115650+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-04T08:36:32.142206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-04T08:36:32.146501+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-04T08:36:32.196674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-04T08:36:32.222934+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-04T08:36:32.778378+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"391e99"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/391e99","method":"GET"} [] [2021-01-04T08:42:59.979963+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-04T08:43:00.008076+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-04T08:43:00.048124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-04T08:43:00.052422+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-04T08:43:00.052482+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T08:43:00.052514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T08:43:00.052541+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T08:43:00.098474+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-01-04T08:43:00.167484+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-01-04T00:00:00+00:00"] [] [2021-01-04T08:43:00.186956+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-01-04T00:00:00+00:00"] [] [2021-01-04T08:43:00.192129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-04T08:43:00.196357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-01-04T08:43:00.209667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-01-04T08:43:00.210909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-01-04T08:43:00.211276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-04T08:43:00.211537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-04T08:43:00.211791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-04T08:43:00.212071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-01-04T08:43:00.212428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-04T08:43:00.212684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-04T08:43:00.212983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-04T08:43:00.213199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-04T08:43:00.213485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-01-04T08:43:00.213800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-01-04T08:43:00.214055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-01-04T08:43:00.214337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-04T08:43:00.214587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-01-04T08:43:00.214968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-01-04T08:43:00.215290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-04T08:43:00.215533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-01-04T08:43:00.215805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-04T08:43:00.216083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-01-04T08:43:00.216355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-04T08:43:00.216628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-01-04T08:43:00.216986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-01-04T08:43:00.217206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-01-04T08:43:00.217454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-04T08:43:00.217728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-01-04T08:43:00.218118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-01-04T08:43:00.218428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-01-04T08:43:00.549150+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-04T08:43:00.566930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-04T08:49:36.300111+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-04T08:49:36.328283+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-04T08:49:36.328336+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T08:49:36.328365+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-04T08:49:36.329718+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-04T08:49:36.364304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-04T08:49:36.368255+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-04T08:49:36.412423+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-04T08:49:36.437167+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-04T08:49:36.973488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea307b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ea307b","method":"GET"} [] [2021-01-05T06:26:05.709930+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-05T06:26:06.730141+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-05T06:26:06.730199+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:06.730277+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:07.157820+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-05T06:26:07.976885+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcf646"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fcf646","method":"GET"} [] [2021-01-05T06:26:11.511151+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-05T06:26:11.533728+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-05T06:26:11.533777+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:11.533812+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:11.550037+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:12.230165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-05T06:26:12.578428+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:12.613293+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 05 Jan 2021 06:26:12 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:12.613366+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:12.613395+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:12.619011+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-05T06:26:12.878873+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-05T06:26:12.900511+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-05T06:26:12.900565+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:12.900645+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:12.901643+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-05T06:26:12.932498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-05T06:26:12.940173+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-05T06:26:13.416540+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-05T06:26:15.131726+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-05T06:26:15.225606+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[216,215,214,213,212,211,210,209,208,207]] [] [2021-01-05T06:26:15.303464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-05T06:26:15.303940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-05T06:26:15.305651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-05T06:26:15.306429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-05T06:26:15.306737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-05T06:26:15.307083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-05T06:26:15.307351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-05T06:26:15.307661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-05T06:26:15.307934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-05T06:26:15.308207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-05T06:26:15.308512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-01-05T06:26:15.308809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-05T06:26:15.328195+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-05T06:26:15.569422+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-05T06:26:16.218637+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0701bb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0701bb","method":"GET"} [] [2021-01-05T06:26:55.482936+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-05T06:26:55.506645+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-05T06:26:55.506698+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:55.506729+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:26:55.508105+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-05T06:26:55.542515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-05T06:26:55.546626+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-05T06:26:55.901394+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-05T06:26:55.964789+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-05T06:26:56.269303+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebd783"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ebd783","method":"GET"} [] [2021-01-05T06:27:16.845010+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-05T06:27:16.879705+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-05T06:27:16.916968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-05T06:27:16.921518+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-05T06:27:16.921582+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-05T06:27:16.921614+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:27:16.921640+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:27:17.006014+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-05T06:27:19.160736+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-01-05T00:00:00+00:00"] [] [2021-01-05T06:27:19.178105+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-01-05T00:00:00+00:00"] [] [2021-01-05T06:27:19.198325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-05T06:27:19.202312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-01-05T06:27:19.217776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-05T06:27:19.219130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-05T06:27:19.219404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-05T06:27:19.219658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-05T06:27:19.219948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-01-05T06:27:19.220244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-01-05T06:27:19.220522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-01-05T06:27:19.220902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-05T06:27:19.221214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-01-05T06:27:19.221607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-05T06:27:19.221898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-01-05T06:27:19.222290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-05T06:27:19.222579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-01-05T06:27:19.222907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-01-05T06:27:19.223160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-05T06:27:19.223457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-01-05T06:27:19.223710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-05T06:27:19.223982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-01-05T06:27:19.224340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-01-05T06:27:19.224597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-05T06:27:19.224920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-05T06:27:19.225177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-01-05T06:27:19.225582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-05T06:27:19.225829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-01-05T06:27:19.226102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-05T06:27:19.226375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-01-05T06:27:19.226756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-01-05T06:27:19.227130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-01-05T06:27:19.227538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-01-05T06:27:20.075924+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-05T06:27:20.093975+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-05T06:30:24.875073+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-05T06:30:24.902335+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-05T06:30:24.902387+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:30:24.902417+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:30:24.903917+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-05T06:30:24.936050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-05T06:30:24.940014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-05T06:30:24.983491+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-05T06:30:25.010053+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-05T06:30:25.630436+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57a2c4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/57a2c4","method":"GET"} [] [2021-01-05T06:30:30.632218+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-05T06:30:30.653793+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-05T06:30:30.684931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-05T06:30:30.688667+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-05T06:30:30.688723+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-05T06:30:30.688756+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:30:30.688783+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:30:30.723686+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-01-05T06:30:30.781985+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-01-05T00:00:00+00:00"] [] [2021-01-05T06:30:30.798626+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-01-05T00:00:00+00:00"] [] [2021-01-05T06:30:30.803674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-05T06:30:30.807558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-01-05T06:30:30.821002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-01-05T06:30:30.822282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-01-05T06:30:30.822682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-05T06:30:30.822977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-05T06:30:30.823271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-05T06:30:30.823588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-01-05T06:30:30.823983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-05T06:30:30.824277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-05T06:30:30.824572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-05T06:30:30.824866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-05T06:30:30.825242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-01-05T06:30:30.825597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-01-05T06:30:30.825892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-01-05T06:30:30.826213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-05T06:30:30.826502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-01-05T06:30:30.826925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-01-05T06:30:30.827337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-05T06:30:30.827622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-01-05T06:30:30.827936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-05T06:30:30.828254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-01-05T06:30:30.828571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-05T06:30:30.828882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-01-05T06:30:30.829279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-01-05T06:30:30.829573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-01-05T06:30:30.829864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-05T06:30:30.830175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-01-05T06:30:30.830600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-01-05T06:30:30.830949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-01-05T06:30:31.164484+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-05T06:30:31.183128+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-05T06:31:03.131695+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-05T06:31:03.160863+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-05T06:31:03.160919+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:31:03.160950+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-05T06:31:03.162351+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-05T06:31:03.185693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-05T06:31:03.189594+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-05T06:31:03.233776+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-05T06:31:03.258408+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-05T06:31:03.762202+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"135023"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/135023","method":"GET"} [] [2021-01-06T05:21:37.349265+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-06T05:21:38.311696+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:21:38.311754+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:38.311786+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:38.706600+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-06T05:21:40.314905+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5321ff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5321ff","method":"GET"} [] [2021-01-06T05:21:43.410987+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-06T05:21:43.438570+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:21:43.438622+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:43.438657+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:43.455940+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:44.134538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-06T05:21:44.475037+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:44.509143+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 06 Jan 2021 05:21:44 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:44.509215+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:44.509244+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:44.515591+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:21:44.773439+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:21:44.794825+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:21:44.794875+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:44.794904+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:44.795953+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:21:44.827919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:21:44.830982+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:21:45.271592+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:21:46.733468+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:21:46.807669+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[216,215,214,213,212,211,210,209,208,207]] [] [2021-01-06T05:21:46.879590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:21:46.880046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:21:46.881712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:21:46.882054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:21:46.882349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:21:46.882628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:21:46.882937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:21:46.883230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:21:46.883520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:21:46.884002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:21:46.884339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-01-06T05:21:46.884670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-06T05:21:46.904907+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:21:47.134822+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:21:47.972488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"712520"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/712520","method":"GET"} [] [2021-01-06T05:21:50.782182+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:21:50.805778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:21:50.805828+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:50.805857+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:21:50.807192+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:21:50.847154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:21:50.855553+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:21:50.869082+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:21:50.924954+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:21:50.929763+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[216,215,214,213,212,211,210,209,208,207]] [] [2021-01-06T05:21:50.957119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:21:50.957605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:21:50.958665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:21:50.958999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:21:50.959326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:21:50.959657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:21:50.959959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:21:50.960297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:21:50.960649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:21:50.960954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:21:50.961289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-01-06T05:21:50.961628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-06T05:21:50.963012+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:21:50.968951+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:21:51.319937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f12bd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2f12bd","method":"GET"} [] [2021-01-06T05:22:13.444184+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-06T05:22:13.467259+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:22:13.467309+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:22:13.467338+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:22:13.468651+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:22:13.500511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:22:13.504407+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:22:13.945640+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:22:13.962573+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T05:22:13.964198+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T05:22:14.004128+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:22:14.412886+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c5742"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3c5742","method":"GET"} [] [2021-01-06T05:24:56.088545+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-06T05:24:56.116224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:24:56.156229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:24:56.163934+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:24:56.164047+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:24:56.164109+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:24:56.164162+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:24:56.250271+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-01-06T05:24:56.314859+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-06T05:24:56.319147+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-01-06T05:24:56.337656+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-01-06T05:24:56.338509+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["4"]] [] [2021-01-06T05:24:56.339198+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-01-06T05:24:58.131491+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T05:24:58.141485+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":120280.0,"3":"2021-01-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":2} [] [2021-01-06T05:24:58.143835+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4200.0,"4":null,"5":217,"6":1} [] [2021-01-06T05:24:58.145984+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4800.0,"4":null,"5":217,"6":46} [] [2021-01-06T05:24:58.146216+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":200.0,"4":null,"5":217,"6":4} [] [2021-01-06T05:24:58.146481+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":217,"6":6} [] [2021-01-06T05:24:58.177917+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T05:24:58.188535+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:24:58.349264+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:24:58.370110+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:24:58.370157+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:24:58.370186+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:24:58.371098+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:24:58.415604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:24:58.425201+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:24:58.443643+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:24:58.492657+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:24:58.501682+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[217,216,215,214,213,212,211,210,209,208]] [] [2021-01-06T05:24:58.533849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T05:24:58.534304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:24:58.534944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:24:58.535203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:24:58.535455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:24:58.535729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:24:58.536038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:24:58.536308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:24:58.536556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:24:58.536832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:24:58.537068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:24:58.537337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-01-06T05:24:58.538674+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:24:58.544589+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:24:58.902016+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d00af"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d00af","method":"GET"} [] [2021-01-06T05:27:11.572876+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-06T05:27:11.599739+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:27:11.599789+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:27:11.599818+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:27:11.601133+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:27:11.636058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:27:11.639169+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:27:11.690189+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:27:11.738340+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T05:27:11.739879+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T05:27:11.763868+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:27:12.125316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0d4e9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e0d4e9","method":"GET"} [] [2021-01-06T05:29:44.169642+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-06T05:29:44.197732+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:29:44.240306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:29:44.245903+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:29:44.245968+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:29:44.246000+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:29:44.246026+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:29:44.300201+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-01-06T05:29:44.307138+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-06T05:29:44.346884+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T05:29:44.347742+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":167030.0,"3":"2020-12-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":2} [] [2021-01-06T05:29:44.349018+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T05:29:44.359894+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:29:44.514238+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:29:44.534584+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:29:44.534633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:29:44.534662+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:29:44.535540+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:29:44.570440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:29:44.577212+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:29:44.587416+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:29:44.633990+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:29:44.637825+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[218,217,216,215,214,213,212,211,210,209]] [] [2021-01-06T05:29:44.665458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:29:44.665902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:29:44.666907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T05:29:44.667190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:29:44.667441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:29:44.667691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:29:44.667991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:29:44.668259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:29:44.668509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:29:44.668792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:29:44.669117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:29:44.670411+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:29:44.676503+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:29:45.099421+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4293e6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4293e6","method":"GET"} [] [2021-01-06T05:29:54.489163+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem","method":"GET"} [] [2021-01-06T05:29:54.516498+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:29:54.516549+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:29:54.516578+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:29:54.517905+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:29:54.552455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:29:54.555746+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:29:54.621274+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:29:55.344581+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:29:55.347251+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[89,88]] [] [2021-01-06T05:29:55.350095+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:29:55.351172+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:29:55.698520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21d43a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/21d43a","method":"GET"} [] [2021-01-06T05:30:01.937902+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem/new","method":"GET"} [] [2021-01-06T05:30:01.960973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:30:01.961023+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:01.961053+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:01.962352+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:30:01.999760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:30:02.002948+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:30:02.125609+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:30:02.463333+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42d551"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/42d551","method":"GET"} [] [2021-01-06T05:30:26.349253+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem/new","method":"POST"} [] [2021-01-06T05:30:26.373715+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:30:26.417520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:30:26.460057+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:30:26.460144+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:30:26.460190+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:26.460228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:26.797318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Hubs Bearing"] [] [2021-01-06T05:30:26.804198+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T05:30:26.804851+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Hubs Bearing","2":"Pcs","3":null,"4":null,"5":2} [] [2021-01-06T05:30:26.805593+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T05:30:26.817846+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:30:26.970586+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem","method":"GET"} [] [2021-01-06T05:30:26.996755+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:30:26.996805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:26.996835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:26.998118+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:30:27.043587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:30:27.046698+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:30:27.057341+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:30:27.105734+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:30:27.108972+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[130,89,88]] [] [2021-01-06T05:30:27.111577+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:30:27.112529+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:30:27.496447+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68aad7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/68aad7","method":"GET"} [] [2021-01-06T05:30:33.788233+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem/new","method":"GET"} [] [2021-01-06T05:30:33.809161+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:30:33.809212+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:33.809241+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:33.810144+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:30:33.845743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:30:33.851820+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:30:33.887821+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:30:34.283304+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2467e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a2467e","method":"GET"} [] [2021-01-06T05:30:58.514973+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem/new","method":"POST"} [] [2021-01-06T05:30:58.548047+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:30:58.578725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:30:58.582004+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:30:58.582068+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:30:58.582105+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:58.582136+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:58.647107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Engine Chamber"] [] [2021-01-06T05:30:58.650917+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T05:30:58.651472+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Engine Chamber","2":"Pcs","3":null,"4":null,"5":2} [] [2021-01-06T05:30:58.652306+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T05:30:58.661201+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:30:58.815554+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem","method":"GET"} [] [2021-01-06T05:30:58.836419+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:30:58.836474+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:58.836504+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:30:58.837399+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:30:58.876451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:30:58.879366+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:30:58.888049+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:30:58.931363+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:30:58.934336+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[131,130,89,88]] [] [2021-01-06T05:30:58.936887+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:30:58.937851+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:30:59.271838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"623a0d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/623a0d","method":"GET"} [] [2021-01-06T05:31:00.538191+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem/new","method":"GET"} [] [2021-01-06T05:31:00.559761+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:31:00.559812+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:00.559842+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:00.560847+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:31:00.592508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:31:00.595367+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:31:00.630639+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:31:00.940018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c225be"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c225be","method":"GET"} [] [2021-01-06T05:31:44.880431+00:00] request.INFO: Matched route "acitem_new". {"route":"acitem_new","route_parameters":{"_route":"acitem_new","_controller":"App\\Controller\\AcItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem/new","method":"POST"} [] [2021-01-06T05:31:44.902404+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:31:44.941082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:31:44.944013+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:31:44.944067+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:31:44.944098+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:44.944154+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:44.986941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Machine Shop Work"] [] [2021-01-06T05:31:44.991383+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T05:31:44.991931+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Machine Shop Work","2":"Pcs","3":null,"4":null,"5":2} [] [2021-01-06T05:31:45.028213+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T05:31:45.041135+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:31:45.165818+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem","method":"GET"} [] [2021-01-06T05:31:45.186876+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:31:45.186925+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:45.186955+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:45.187979+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:31:45.219090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:31:45.221978+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:31:45.230081+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:31:45.272979+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:31:45.275955+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[132,131,130,89,88]] [] [2021-01-06T05:31:45.278504+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:31:45.279444+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:31:45.664585+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2580d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f2580d","method":"GET"} [] [2021-01-06T05:31:48.548296+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:31:48.569870+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:31:48.569921+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:48.569949+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:48.570879+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:31:48.599414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:31:48.602447+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:31:48.612658+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:31:48.661488+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:31:48.664907+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[218,217,216,215,214,213,212,211,210,209]] [] [2021-01-06T05:31:48.693035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:31:48.693543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:31:48.693913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T05:31:48.694273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:31:48.694604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:31:48.694941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:31:48.695327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:31:48.695685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:31:48.696018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:31:48.696430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:31:48.696810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:31:48.698171+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:31:48.704053+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:31:49.026677+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21059a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/21059a","method":"GET"} [] [2021-01-06T05:31:51.069795+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"218"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/218","method":"GET"} [] [2021-01-06T05:31:51.093015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:31:51.093065+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:51.093094+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:31:51.094413+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:31:51.136504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:31:51.139609+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:31:51.171058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["218"] [] [2021-01-06T05:31:51.202620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-01-06T05:31:51.242326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:31:51.243113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:31:51.244392+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:31:51.245695+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T05:31:51.246457+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T05:31:51.335231+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:31:51.635643+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92bdb4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/92bdb4","method":"GET"} [] [2021-01-06T05:32:59.483252+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"218"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/218","method":"POST"} [] [2021-01-06T05:32:59.508251+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:32:59.551057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:32:59.554198+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:32:59.554253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:32:59.554284+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:32:59.554310+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:32:59.570088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["218"] [] [2021-01-06T05:32:59.603416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-01-06T05:32:59.644336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:32:59.645113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:32:59.647680+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-01-06T05:32:59.648678+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-06T05:32:59.694928+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:32:59.871912+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:32:59.898099+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:32:59.898149+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:32:59.898179+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:32:59.899480+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:32:59.942924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:32:59.945968+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:32:59.958514+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:33:00.009234+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:33:00.012962+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[218,217,216,215,214,213,212,211,210,209]] [] [2021-01-06T05:33:00.040513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:33:00.040969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:33:00.041268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T05:33:00.041553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:33:00.041809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:33:00.042063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:33:00.042365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:33:00.042638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:33:00.042891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:33:00.043176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:33:00.043449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:33:00.044745+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:33:00.050480+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:33:00.450963+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7fb53b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7fb53b","method":"GET"} [] [2021-01-06T05:33:05.398644+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-06T05:33:05.421555+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:33:05.421604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:05.421633+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:05.422930+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:33:05.458242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:33:05.461344+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:33:05.559919+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:33:05.680410+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:33:05.683313+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[129,128,127,126,125,124,123,122,121,120]] [] [2021-01-06T05:33:05.686307+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:33:05.691657+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:33:06.071333+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d64095"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d64095","method":"GET"} [] [2021-01-06T05:33:07.488274+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-06T05:33:07.511306+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:33:07.511360+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:07.511389+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:07.512687+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:33:07.556219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:33:07.559377+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:33:07.652120+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:33:08.047913+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ef539"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6ef539","method":"GET"} [] [2021-01-06T05:33:25.963390+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-06T05:33:25.988147+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:33:26.025988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:33:26.029107+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:33:26.029163+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:33:26.029195+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:26.029222+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:26.090917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Hubs Bearing"] [] [2021-01-06T05:33:26.212670+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:33:26.522451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a0586"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7a0586","method":"GET"} [] [2021-01-06T05:33:37.000305+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T05:33:37.021577+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:33:37.021684+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:37.021719+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:37.022717+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:33:37.053891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:33:37.056801+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:33:37.170146+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:33:37.206545+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:33:37.568328+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"266425"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/266425","method":"GET"} [] [2021-01-06T05:33:38.467921+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:33:38.489021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:33:38.489070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:38.489100+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:38.490016+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:33:38.522098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:33:38.524953+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:33:38.535026+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:33:38.581209+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:33:38.585535+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[218,217,216,215,214,213,212,211,210,209]] [] [2021-01-06T05:33:38.612777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:33:38.613259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:33:38.614387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T05:33:38.614726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:33:38.615029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:33:38.615337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:33:38.615694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:33:38.616027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:33:38.616327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:33:38.616663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:33:38.616995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:33:38.618380+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:33:38.624381+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:33:39.007825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f4fc3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3f4fc3","method":"GET"} [] [2021-01-06T05:33:40.749094+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"218"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/218","method":"GET"} [] [2021-01-06T05:33:40.772154+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:33:40.772204+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:40.772234+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:33:40.773581+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:33:40.807246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:33:40.810391+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:33:40.825190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["218"] [] [2021-01-06T05:33:40.860384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-01-06T05:33:40.900801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:33:40.901564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:33:40.902870+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:33:40.904159+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T05:33:40.904975+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T05:33:40.927890+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:33:41.277946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cea498"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cea498","method":"GET"} [] [2021-01-06T05:34:10.519512+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"218"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/218","method":"GET"} [] [2021-01-06T05:34:10.543325+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:34:10.543376+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:34:10.543407+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:34:10.544755+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:34:10.582390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:34:10.585511+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:34:10.600710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["218"] [] [2021-01-06T05:34:10.634612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-01-06T05:34:10.675529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:34:10.676247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:34:10.678213+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:34:10.679495+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T05:34:10.680292+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T05:34:10.704036+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:34:11.094079+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da1b7e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/da1b7e","method":"GET"} [] [2021-01-06T05:35:00.867171+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-06T05:35:00.890362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:35:00.890412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:00.890444+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:00.891761+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:35:00.926952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:35:00.929991+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:35:00.939125+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:35:00.982976+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:35:00.985472+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[129,128,127,126,125,124,123,122,121,120]] [] [2021-01-06T05:35:00.988338+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:35:00.993630+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:35:02.520061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd034a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fd034a","method":"GET"} [] [2021-01-06T05:35:24.407218+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"POST"} [] [2021-01-06T05:35:24.429303+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:35:24.461902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:35:24.464814+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:35:24.464867+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:35:24.464899+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:24.464926+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:24.468581+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-01-06T05:35:24.476597+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:35:24.518703+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%hubs%"] [] [2021-01-06T05:35:24.520956+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%hubs%",[71]] [] [2021-01-06T05:35:24.523442+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%hubs%"] [] [2021-01-06T05:35:24.524482+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:35:24.856782+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0074af"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0074af","method":"GET"} [] [2021-01-06T05:35:45.817638+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-06T05:35:45.839103+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:35:45.839153+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:45.839183+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:45.840119+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:35:45.872596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:35:45.875512+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:35:45.883724+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:35:45.926240+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:35:45.928525+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[129,128,127,126,125,124,123,122,121,120]] [] [2021-01-06T05:35:45.931175+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:35:45.935249+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:35:46.323803+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"291601"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/291601","method":"GET"} [] [2021-01-06T05:35:48.260665+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-06T05:35:48.281229+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:35:48.281281+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:48.281312+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:48.282202+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:35:48.316983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:35:48.319872+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:35:48.354030+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:35:48.791693+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36bc14"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/36bc14","method":"GET"} [] [2021-01-06T05:35:57.582691+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-06T05:35:57.604691+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:35:57.634011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:35:57.637018+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:35:57.637101+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:35:57.637133+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:57.637160+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:35:57.692855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Hubs Bearing"] [] [2021-01-06T05:35:57.713105+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:35:58.030615+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2de381"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2de381","method":"GET"} [] [2021-01-06T05:36:07.636811+00:00] request.INFO: Matched route "acitem_index". {"route":"acitem_index","route_parameters":{"_route":"acitem_index","page":1,"_controller":"App\\Controller\\AcItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acitem","method":"GET"} [] [2021-01-06T05:36:07.657828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:36:07.657929+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:36:07.657966+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:36:07.658884+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:36:07.690074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:36:07.692948+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:36:07.701313+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:36:07.744182+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:36:07.746379+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[132,131,130,89,88]] [] [2021-01-06T05:36:07.748925+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:36:07.749851+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:36:09.282897+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0918bd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0918bd","method":"GET"} [] [2021-01-06T05:39:29.815999+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:39:29.843487+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:39:29.843541+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:39:29.843571+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:39:29.845028+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:39:29.893187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:39:29.896354+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:39:29.909995+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:39:29.967632+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:39:29.970552+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[218,217,216,215,214,213,212,211,210,209]] [] [2021-01-06T05:39:29.999030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:39:29.999488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:39:29.999787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T05:39:30.000076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:39:30.000332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:39:30.000589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:39:30.000896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:39:30.001225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:39:30.001482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:39:30.001773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:39:30.002051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:39:30.003374+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:39:30.009252+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:39:30.385677+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c4f19"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c4f19","method":"GET"} [] [2021-01-06T05:39:44.536418+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"218"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/218","method":"GET"} [] [2021-01-06T05:39:44.560709+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:39:44.560763+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:39:44.560793+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:39:44.562631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:39:44.598730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:39:44.601871+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:39:44.617406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["218"] [] [2021-01-06T05:39:44.650085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-01-06T05:39:44.730849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:39:44.731583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:39:44.732926+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:39:44.735110+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T05:39:44.735956+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T05:39:44.759472+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:39:45.161235+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba8be8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ba8be8","method":"GET"} [] [2021-01-06T05:42:46.430277+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"218"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/218","method":"POST"} [] [2021-01-06T05:42:46.458572+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:42:46.492347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:42:46.495636+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:42:46.495696+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:42:46.495729+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:42:46.495757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:42:46.512468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["218"] [] [2021-01-06T05:42:46.546067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-01-06T05:42:46.587697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:42:46.588461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:42:46.591804+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-01-06T05:42:46.592800+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-06T05:42:46.595390+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["130"]] [] [2021-01-06T05:42:46.597380+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["131"]] [] [2021-01-06T05:42:46.598103+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["123"]] [] [2021-01-06T05:42:46.598611+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["132"]] [] [2021-01-06T05:42:46.599099+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-01-06T05:42:46.638119+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T05:42:46.638859+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":1700.0,"4":null,"5":218,"6":130} [] [2021-01-06T05:42:46.641899+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":218,"6":131} [] [2021-01-06T05:42:46.642244+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":150.0,"4":null,"5":218,"6":123} [] [2021-01-06T05:42:46.642550+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":218,"6":132} [] [2021-01-06T05:42:46.642829+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":218,"6":6} [] [2021-01-06T05:42:46.643981+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T05:42:46.656094+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:42:46.818679+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:42:46.845214+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:42:46.845266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:42:46.845297+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:42:46.846694+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:42:46.885261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:42:46.888312+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:42:46.901361+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:42:46.951941+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:42:46.954771+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[218,217,216,215,214,213,212,211,210,209]] [] [2021-01-06T05:42:46.983134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:42:46.983622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:42:46.983955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T05:42:46.984348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:42:46.984654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:42:46.984960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:42:46.985323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:42:46.985651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:42:46.985952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:42:46.986291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:42:46.986623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-06T05:42:46.987989+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:42:46.993833+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:42:47.402129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e2f1b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0e2f1b","method":"GET"} [] [2021-01-06T05:45:59.804981+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-06T05:46:00.767940+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:46:00.768002+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:46:00.768034+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:46:00.821483+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:46:00.920119+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-06T05:46:00.948009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:46:00.948066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:46:00.948097+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:46:01.571375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:46:01.631473+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:46:03.706733+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:46:03.962598+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T05:46:03.963487+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T05:46:04.393365+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:46:04.475462+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:46:04.512301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:46:04.515484+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:46:04.570133+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:46:04.577488+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T05:46:04.578387+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T05:46:04.602384+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:46:05.174981+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ea19a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9ea19a","method":"GET"} [] [2021-01-06T05:47:19.159586+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-06T05:47:19.183505+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:47:19.224216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:47:19.229736+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:47:19.229827+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:47:19.229880+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:47:19.229924+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:47:19.348345+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-01-06T05:47:19.360243+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["3"]] [] [2021-01-06T05:47:19.361495+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-01-06T05:47:21.395478+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T05:47:21.417311+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2020-12-31T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":3} [] [2021-01-06T05:47:21.419962+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":5500.0,"4":null,"5":219,"6":87} [] [2021-01-06T05:47:21.454680+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T05:47:21.473132+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:47:21.625700+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T05:47:21.647092+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:47:21.647146+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:47:21.647237+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:47:21.648163+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:47:21.678004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:47:21.680996+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:47:21.753346+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T05:47:21.999413+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T05:47:22.063304+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[219,218,217,216,215,214,213,212,211,210]] [] [2021-01-06T05:47:22.107318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T05:47:22.107800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T05:47:22.108873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T05:47:22.109182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:47:22.109488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T05:47:22.109867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T05:47:22.110169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:47:22.110477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T05:47:22.110833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T05:47:22.111159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T05:47:22.111459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:47:22.129334+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T05:47:22.378654+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:47:23.070266+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1a003"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b1a003","method":"GET"} [] [2021-01-06T05:48:35.674086+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T05:48:35.701689+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:48:35.701742+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:48:35.701772+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:48:35.703129+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:48:35.747829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:48:35.751023+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:48:35.853858+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:48:35.893984+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:48:36.249708+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d072ba"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d072ba","method":"GET"} [] [2021-01-06T05:49:03.623305+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T05:49:03.645771+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:49:03.674228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:49:03.677170+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:49:03.677225+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:49:03.677257+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:49:03.677285+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:49:03.713437+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-01-06T05:49:04.432455+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T05:49:04.448890+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T05:49:04.469942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:49:04.473186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-01-06T05:49:04.487771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T05:49:04.488183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T05:49:04.488448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T05:49:04.488697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T05:49:04.488941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-06T05:49:04.489216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-01-06T05:49:04.489553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T05:49:04.489805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T05:49:04.490048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T05:49:04.490325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-01-06T05:49:04.490792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-01-06T05:49:04.491108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-01-06T05:49:04.491442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-01-06T05:49:04.491712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-01-06T05:49:04.491966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-01-06T05:49:04.492207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-01-06T05:49:04.492636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-06T05:49:04.492885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-01-06T05:49:04.493178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-01-06T05:49:04.493426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T05:49:04.493678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:49:04.493917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-01-06T05:49:04.494185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T05:49:04.494429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:49:04.494649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-01-06T05:49:04.495071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-01-06T05:49:04.495453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-01-06T05:49:04.495833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-01-06T05:49:04.496210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-01-06T05:49:05.360233+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:49:05.378277+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:49:22.708813+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T05:49:22.732723+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:49:22.732778+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:49:22.732808+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:49:22.734167+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:49:22.768684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:49:22.771858+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:49:22.814318+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:49:22.836421+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:49:23.424768+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b39d15"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b39d15","method":"GET"} [] [2021-01-06T05:49:34.906564+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T05:49:34.934781+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:49:34.978561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:49:34.981675+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:49:34.981730+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:49:34.981762+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:49:34.981789+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:49:35.026594+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-01-06T05:49:35.088582+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T05:49:35.105699+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T05:49:35.110617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:49:35.113783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2021-01-06T05:49:35.127316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T05:49:35.127735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T05:49:35.127996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T05:49:35.128306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-01-06T05:49:35.128639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T05:49:35.128904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:49:35.129154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-01-06T05:49:35.129484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T05:49:35.129761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T05:49:35.130089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2021-01-06T05:49:35.130376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-06T05:49:35.130697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2021-01-06T05:49:35.130941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2021-01-06T05:49:35.131215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-01-06T05:49:35.131470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2021-01-06T05:49:35.131706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2021-01-06T05:49:35.131975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2021-01-06T05:49:35.132216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-01-06T05:49:35.132439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2021-01-06T05:49:35.132829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T05:49:35.133081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2021-01-06T05:49:35.133463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-01-06T05:49:35.133750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-01-06T05:49:35.133983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-01-06T05:49:35.134207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T05:49:35.134447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-01-06T05:49:35.134791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-01-06T05:49:35.135056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-01-06T05:49:35.135362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T05:49:35.135593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-01-06T05:49:35.135823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T05:49:35.136081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-01-06T05:49:35.136422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-01-06T05:49:35.136648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-01-06T05:49:35.137023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:49:35.137247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-01-06T05:49:35.137599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-01-06T05:49:35.137935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-01-06T05:49:35.138167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-01-06T05:49:35.138392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-01-06T05:49:35.138614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-01-06T05:49:35.138837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-01-06T05:49:35.139094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-01-06T05:49:35.139444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-01-06T05:49:35.139910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-01-06T05:49:35.140287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-01-06T05:49:35.140567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-01-06T05:49:35.140889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-01-06T05:49:35.141126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-01-06T05:49:35.141351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-01-06T05:49:35.141574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-01-06T05:49:35.705973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:49:35.725977+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:49:54.387394+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T05:49:54.412535+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:49:54.412589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:49:54.412619+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:49:54.413556+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:49:54.453133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:49:54.456261+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:49:54.495875+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:49:54.516968+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:49:55.016109+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c4181"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6c4181","method":"GET"} [] [2021-01-06T05:50:04.813941+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T05:50:04.842138+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:50:04.877729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:50:04.882414+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:50:04.882627+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:50:04.882688+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:50:04.882730+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:50:04.931618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-06T05:50:04.999374+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T05:50:05.017623+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T05:50:05.022990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:50:05.026201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-01-06T05:50:05.040682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T05:50:05.042121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T05:50:05.042458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-06T05:50:05.042762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T05:50:05.043097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-01-06T05:50:05.043450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-01-06T05:50:05.043777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-01-06T05:50:05.044215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T05:50:05.044597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-01-06T05:50:05.045055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T05:50:05.045415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-01-06T05:50:05.045871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T05:50:05.046305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-01-06T05:50:05.046820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-01-06T05:50:05.047534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T05:50:05.048123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-01-06T05:50:05.048550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T05:50:05.048965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-01-06T05:50:05.049652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-01-06T05:50:05.049997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-06T05:50:05.050384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:50:05.050691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-01-06T05:50:05.051191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:50:05.051523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-01-06T05:50:05.051869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T05:50:05.052206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-01-06T05:50:05.052722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-01-06T05:50:05.053202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-01-06T05:50:05.053699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-01-06T05:50:05.471451+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:50:05.490089+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:50:27.955112+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T05:50:27.977532+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:50:27.977590+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:50:27.977677+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:50:27.978637+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:50:28.021810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:50:28.024844+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:50:28.060195+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:50:28.080402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:50:28.596052+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d24048"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d24048","method":"GET"} [] [2021-01-06T05:50:42.397335+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T05:50:42.425414+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:50:42.467781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:50:42.470880+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:50:42.470935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:50:42.470968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:50:42.470995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:50:42.516202+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-06T05:50:42.578668+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T05:50:42.595559+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T05:50:42.600525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T05:50:42.603535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-01-06T05:50:42.616492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-01-06T05:50:42.616909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T05:50:42.617203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-01-06T05:50:42.617616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-06T05:50:42.617867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-06T05:50:42.618112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-01-06T05:50:42.618354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-01-06T05:50:42.618593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-01-06T05:50:42.618832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-01-06T05:50:42.619110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-01-06T05:50:42.619421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-01-06T05:50:42.619670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-06T05:50:42.619949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-01-06T05:50:42.620353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T05:50:42.620604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T05:50:42.620850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T05:50:42.621109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-01-06T05:50:42.621484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-01-06T05:50:42.621733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-01-06T05:50:42.621978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-01-06T05:50:42.622222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-01-06T05:50:42.622462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-01-06T05:50:42.622700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-01-06T05:50:42.622938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-01-06T05:50:42.623180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T05:50:42.623407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-01-06T05:50:42.623830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-06T05:50:42.624082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-01-06T05:50:42.624469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T05:50:42.624711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T05:50:42.624938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-01-06T05:50:42.625189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-06T05:50:42.918111+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:50:42.935848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:51:45.558213+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T05:51:45.583256+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T05:51:45.583310+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:51:45.583341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T05:51:45.584712+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T05:51:45.632278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T05:51:45.635530+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T05:51:45.678836+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T05:51:45.701655+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T05:51:46.143274+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24323e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/24323e","method":"GET"} [] [2021-01-06T06:05:44.056297+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:05:44.084357+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:05:44.084411+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:05:44.084441+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:05:44.085822+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:05:44.109945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:05:44.113352+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:05:44.157528+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:05:44.181667+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:05:44.742996+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8dd240"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8dd240","method":"GET"} [] [2021-01-06T06:05:46.853439+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:05:46.875553+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:05:46.875606+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:05:46.875635+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:05:46.876579+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:05:46.907254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:05:46.910221+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:05:46.945503+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:05:46.965052+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:05:47.343246+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e26b81"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e26b81","method":"GET"} [] [2021-01-06T06:06:06.177557+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T06:06:06.207215+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:06:06.249352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:06:06.252638+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:06:06.252715+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:06:06.252810+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:06:06.252851+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:06:06.297890+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-01-06T06:06:06.360160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:06:06.378561+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:06:06.383465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:06:06.386845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-01-06T06:06:06.401750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-06T06:06:06.402157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-01-06T06:06:06.402417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-06T06:06:06.402661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-01-06T06:06:06.402902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-01-06T06:06:06.403437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-01-06T06:06:06.403823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T06:06:06.404077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T06:06:06.404319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T06:06:06.404560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-01-06T06:06:06.404815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-06T06:06:06.405068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:06:06.405313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-01-06T06:06:06.405704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-06T06:06:06.405976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-06T06:06:06.406213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-01-06T06:06:06.406588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-01-06T06:06:06.406837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-01-06T06:06:06.407079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-01-06T06:06:06.407317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-06T06:06:06.407563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-01-06T06:06:06.407765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-01-06T06:06:06.408003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-01-06T06:06:06.408250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:06:06.408469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-01-06T06:06:06.408722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T06:06:06.408957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:06:06.409173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-01-06T06:06:06.673219+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:06:06.690857+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:06:45.314517+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:06:45.339556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:06:45.339613+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:06:45.339644+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:06:45.340621+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:06:45.384275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:06:45.388451+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:06:45.426613+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:06:45.447396+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:06:45.997385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8d8be"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d8d8be","method":"GET"} [] [2021-01-06T06:06:53.424559+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T06:06:53.452245+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:06:53.452300+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:06:53.452330+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:06:53.453647+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:06:53.495767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:06:53.498900+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:06:53.512398+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T06:06:53.569077+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T06:06:53.571937+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[219,218,217,216,215,214,213,212,211,210]] [] [2021-01-06T06:06:53.601004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T06:06:53.601485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T06:06:53.601807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T06:06:53.602109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:06:53.602471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T06:06:53.602798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T06:06:53.603101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:06:53.603401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:06:53.603764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T06:06:53.604089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T06:06:53.604400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:06:53.605771+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T06:06:53.611721+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:06:53.988294+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3abba0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3abba0","method":"GET"} [] [2021-01-06T06:06:55.713355+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-06T06:06:55.736565+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:06:55.736620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:06:55.736651+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:06:55.737984+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:06:55.780293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:06:55.783827+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:06:55.833854+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:06:55.840735+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T06:06:55.841970+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T06:06:55.863338+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:06:56.266218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00bba0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/00bba0","method":"GET"} [] [2021-01-06T06:07:29.369299+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:07:29.390985+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:07:29.391037+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:07:29.391067+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:07:29.392023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:07:29.423080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:07:29.425961+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:07:29.461011+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:07:29.480821+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:07:29.857469+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d6631"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d6631","method":"GET"} [] [2021-01-06T06:07:48.819514+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T06:07:48.848091+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:07:48.888150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:07:48.891256+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:07:48.891312+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:07:48.891344+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:07:48.891371+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:07:48.936627+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-06T06:07:48.997938+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:07:49.015083+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:07:49.020458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:07:49.023609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-01-06T06:07:49.036659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T06:07:49.037107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T06:07:49.037415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-06T06:07:49.037769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T06:07:49.038096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-01-06T06:07:49.038438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-01-06T06:07:49.038757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-01-06T06:07:49.039190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T06:07:49.039539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-01-06T06:07:49.039979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T06:07:49.040315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-01-06T06:07:49.040758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T06:07:49.041094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-01-06T06:07:49.041472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-01-06T06:07:49.041771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T06:07:49.042028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-01-06T06:07:49.042320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T06:07:49.042636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-01-06T06:07:49.043142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-01-06T06:07:49.043411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-06T06:07:49.043738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:07:49.043993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-01-06T06:07:49.044371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:07:49.044618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-01-06T06:07:49.044890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T06:07:49.045119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-01-06T06:07:49.045495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-01-06T06:07:49.045866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-01-06T06:07:49.046265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-01-06T06:07:49.452074+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:07:49.469745+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:08:06.062323+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:08:06.083943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:08:06.083994+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:08:06.084024+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:08:06.084951+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:08:06.120453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:08:06.123426+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:08:06.158204+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:08:06.177429+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:08:06.689998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9fd5e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a9fd5e","method":"GET"} [] [2021-01-06T06:08:07.982318+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T06:08:08.003508+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:08:08.003562+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:08:08.003594+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:08:08.004510+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:08:08.035240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:08:08.038100+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:08:08.048027+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T06:08:08.094263+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T06:08:08.097102+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[219,218,217,216,215,214,213,212,211,210]] [] [2021-01-06T06:08:08.126009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T06:08:08.126461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T06:08:08.126754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T06:08:08.126975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:08:08.127228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T06:08:08.127508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T06:08:08.127758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:08:08.128018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:08:08.128321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T06:08:08.128592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T06:08:08.128844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:08:08.130231+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T06:08:08.136177+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:08:08.537224+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4b07c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b4b07c","method":"GET"} [] [2021-01-06T06:08:10.057595+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-06T06:08:10.081458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:08:10.081511+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:08:10.081542+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:08:10.082884+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:08:10.126829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:08:10.129944+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:08:10.180441+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:08:10.187302+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T06:08:10.188033+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T06:08:10.209852+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:08:10.577140+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee08cc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ee08cc","method":"GET"} [] [2021-01-06T06:10:59.477962+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-06T06:10:59.506091+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:10:59.551410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:10:59.554555+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:10:59.554611+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:10:59.554700+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:10:59.554734+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:10:59.611079+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-06T06:10:59.618221+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["9"]] [] [2021-01-06T06:10:59.620060+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-01-06T06:10:59.623215+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["4"]] [] [2021-01-06T06:10:59.623710+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-01-06T06:10:59.661395+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T06:10:59.662371+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2020-12-23T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":9} [] [2021-01-06T06:10:59.662720+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3600.0,"4":null,"5":220,"6":1} [] [2021-01-06T06:10:59.662918+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":220,"6":4} [] [2021-01-06T06:10:59.663096+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":220,"6":6} [] [2021-01-06T06:10:59.664055+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T06:10:59.683518+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:10:59.838051+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T06:10:59.859344+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:10:59.859395+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:10:59.859425+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:10:59.860387+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:10:59.891148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:10:59.894094+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:10:59.904339+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T06:10:59.953631+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T06:10:59.956429+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-06T06:10:59.985577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:10:59.986084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:10:59.986440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T06:10:59.986749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T06:10:59.987054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T06:10:59.987356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:10:59.987660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T06:10:59.988041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T06:10:59.988347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:10:59.988713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T06:10:59.989046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T06:10:59.989349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:10:59.990748+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T06:10:59.996702+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:11:00.421210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1f391"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b1f391","method":"GET"} [] [2021-01-06T06:33:59.907478+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:33:59.936699+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:33:59.936752+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:33:59.936782+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:33:59.938249+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:33:59.963197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:33:59.966468+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:34:00.014583+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:34:00.039722+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:34:00.585136+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9590e8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9590e8","method":"GET"} [] [2021-01-06T06:34:27.186811+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T06:34:27.215540+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:34:27.257482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:34:27.260618+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:34:27.260673+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:34:27.260706+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:34:27.260734+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:34:27.306955+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-06T06:34:27.373675+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:34:27.391152+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:34:27.396135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:34:27.399562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-01-06T06:34:27.412825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T06:34:27.413238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T06:34:27.413507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-06T06:34:27.413760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T06:34:27.414036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-01-06T06:34:27.414331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-01-06T06:34:27.414625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-01-06T06:34:27.415051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T06:34:27.415353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-01-06T06:34:27.415747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T06:34:27.416039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-01-06T06:34:27.416432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T06:34:27.416719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-01-06T06:34:27.417144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-01-06T06:34:27.417459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T06:34:27.417719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-01-06T06:34:27.417939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T06:34:27.418263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-01-06T06:34:27.418634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-01-06T06:34:27.418887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-06T06:34:27.419206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:34:27.419454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-01-06T06:34:27.419828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:34:27.420070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-01-06T06:34:27.420330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T06:34:27.420582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-01-06T06:34:27.420939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-01-06T06:34:27.421287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-01-06T06:34:27.421663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-01-06T06:34:27.421938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:34:27.422164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-01-06T06:34:27.900456+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:34:27.918693+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:09.423690+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:36:09.451330+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:36:09.451383+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:09.451413+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:09.452710+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:36:09.493679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:09.496796+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:36:09.540256+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:36:09.562119+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:10.268925+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eea5b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9eea5b","method":"GET"} [] [2021-01-06T06:36:12.271514+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T06:36:12.294209+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:36:12.294266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:12.294298+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:12.295274+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:36:12.336634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:12.339554+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:36:12.350313+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T06:36:12.399683+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T06:36:12.405992+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-06T06:36:12.435895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:36:12.436309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:36:12.436606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T06:36:12.436874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T06:36:12.437138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T06:36:12.437408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:36:12.437676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T06:36:12.437968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:12.438188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:36:12.438507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T06:36:12.438843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T06:36:12.439105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:36:12.440576+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T06:36:12.446767+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:12.859254+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a11f1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9a11f1","method":"GET"} [] [2021-01-06T06:36:16.056372+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"220"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/220","method":"GET"} [] [2021-01-06T06:36:16.080302+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:36:16.080356+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:16.080386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:16.081732+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:36:16.126122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:16.129216+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:36:16.165853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["220"] [] [2021-01-06T06:36:16.199414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-01-06T06:36:16.255317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:36:16.256145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:36:16.257817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T06:36:16.258213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:16.258576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T06:36:16.259928+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:36:16.261217+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T06:36:16.261981+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T06:36:16.306060+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:16.704013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4eb8b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d4eb8b","method":"GET"} [] [2021-01-06T06:36:28.613363+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"220"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/220","method":"POST"} [] [2021-01-06T06:36:28.641061+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:36:28.673727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:28.676864+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:36:28.676918+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:36:28.676950+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:28.676977+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:28.692500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["220"] [] [2021-01-06T06:36:28.725821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-01-06T06:36:28.777969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:36:28.778681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:36:28.780386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T06:36:28.780865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:28.781269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T06:36:28.783925+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-06T06:36:28.784945+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["9"]] [] [2021-01-06T06:36:28.785506+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-01-06T06:36:28.786295+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["4"]] [] [2021-01-06T06:36:28.786762+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-01-06T06:36:28.825306+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T06:36:28.825533+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [156528.0,220] [] [2021-01-06T06:36:28.825856+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T06:36:28.839444+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:28.997499+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T06:36:29.023882+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:36:29.023933+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:29.024025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:29.025345+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:36:29.066341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:29.073101+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:36:29.091550+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T06:36:29.141502+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T06:36:29.146340+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-06T06:36:29.177243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:36:29.177690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:36:29.177982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T06:36:29.178239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T06:36:29.178493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T06:36:29.178744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:36:29.179095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T06:36:29.179376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:29.179626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:36:29.179936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T06:36:29.180210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T06:36:29.180497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:36:29.181837+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T06:36:29.187592+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:29.591425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab4b11"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ab4b11","method":"GET"} [] [2021-01-06T06:36:38.924295+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:36:38.948448+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:36:38.948501+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:38.948532+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:38.949892+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:36:38.993677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:38.996929+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:36:39.034078+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:36:39.055813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:39.391497+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6aa383"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6aa383","method":"GET"} [] [2021-01-06T06:36:47.824892+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T06:36:47.849787+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:36:47.849842+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:47.849872+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:47.851222+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:36:47.887582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:47.890657+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:36:47.903557+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T06:36:47.958834+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T06:36:47.961830+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-06T06:36:47.990292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:36:47.990746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:36:47.991036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T06:36:47.991294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T06:36:47.991545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T06:36:47.991798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:36:47.992051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T06:36:47.992325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:47.992571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:36:47.992873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T06:36:47.993145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T06:36:47.993400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:36:47.994798+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T06:36:48.000649+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:48.389391+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f819e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7f819e","method":"GET"} [] [2021-01-06T06:36:55.315273+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"215"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/215","method":"GET"} [] [2021-01-06T06:36:55.336907+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:36:55.336962+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:55.336992+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:36:55.337920+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:36:55.380441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:36:55.383339+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:36:55.393561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["215"] [] [2021-01-06T06:36:55.426635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-01-06T06:36:55.480794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:36:55.481523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:36:55.482484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T06:36:55.483719+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:36:55.485004+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T06:36:55.485776+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T06:36:55.510693+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:36:55.894805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2166fa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2166fa","method":"GET"} [] [2021-01-06T06:37:21.907070+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"215"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/215","method":"POST"} [] [2021-01-06T06:37:21.931791+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:37:21.975485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:37:21.978887+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:37:21.978948+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:37:21.978981+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:37:21.979008+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:37:21.994425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["215"] [] [2021-01-06T06:37:22.029766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-01-06T06:37:22.083446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:37:22.084164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:37:22.085097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T06:37:22.087571+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-06T06:37:22.088540+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-01-06T06:37:22.089157+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-01-06T06:37:22.126798+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T06:37:22.127028+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [156490.0,215] [] [2021-01-06T06:37:22.127372+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T06:37:22.175924+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:37:22.338719+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T06:37:22.371953+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:37:22.372020+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:37:22.372068+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:37:22.373734+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:37:22.401325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:37:22.404355+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:37:22.417186+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T06:37:22.469355+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T06:37:22.472166+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-06T06:37:22.501180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T06:37:22.501722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:37:22.502049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T06:37:22.502350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T06:37:22.502652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T06:37:22.502956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:37:22.503263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T06:37:22.503592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T06:37:22.503891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:37:22.504255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T06:37:22.504584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T06:37:22.504884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:37:22.506250+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T06:37:22.512201+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:37:22.924993+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0b407"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e0b407","method":"GET"} [] [2021-01-06T06:37:24.760955+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:37:24.791059+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:37:24.791112+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:37:24.791141+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:37:24.792507+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:37:24.829535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:37:24.836779+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:37:24.890088+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:37:24.912074+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:37:25.327812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf1222"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cf1222","method":"GET"} [] [2021-01-06T06:38:12.625086+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T06:38:12.649907+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:38:12.697117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:38:12.700337+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:38:12.700394+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:38:12.700426+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:38:12.700454+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:38:12.738939+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-06T06:38:12.801835+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:38:12.818799+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:38:12.823742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:38:12.826736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-01-06T06:38:12.839744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T06:38:12.840156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T06:38:12.840415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-06T06:38:12.840662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T06:38:12.840938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-01-06T06:38:12.841229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-01-06T06:38:12.841501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-01-06T06:38:12.841876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T06:38:12.842221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-01-06T06:38:12.842665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T06:38:12.843062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-01-06T06:38:12.843507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T06:38:12.843842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-01-06T06:38:12.844219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-01-06T06:38:12.844519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T06:38:12.844817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-01-06T06:38:12.845116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T06:38:12.845431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-01-06T06:38:12.845847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-01-06T06:38:12.846149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-06T06:38:12.846521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:38:12.846820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-01-06T06:38:12.847246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:38:12.847536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-01-06T06:38:12.847855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T06:38:12.848140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-01-06T06:38:12.848661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-01-06T06:38:12.849137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-01-06T06:38:12.849643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-01-06T06:38:12.849999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T06:38:12.850311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-01-06T06:38:13.289450+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:38:13.307854+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:47:01.605540+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T06:47:01.633528+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:47:01.633582+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:47:01.633613+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:47:01.634999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:47:01.658022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:47:01.661288+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:47:01.705152+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:47:01.729120+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T06:47:02.324560+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aaf789"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aaf789","method":"GET"} [] [2021-01-06T06:47:10.081748+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T06:47:10.110187+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T06:47:10.144904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T06:47:10.148078+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T06:47:10.148133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T06:47:10.148165+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:47:10.148193+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T06:47:10.194175+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-01-06T06:47:10.256830+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:47:10.274126+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T06:47:10.279175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T06:47:10.282265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-01-06T06:47:10.295425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-06T06:47:10.295873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-06T06:47:10.296184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-01-06T06:47:10.296541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-01-06T06:47:10.296856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-01-06T06:47:10.297186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-01-06T06:47:10.297591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T06:47:10.297889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T06:47:10.298186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T06:47:10.298482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T06:47:10.298800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-01-06T06:47:10.299276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-01-06T06:47:10.299578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-01-06T06:47:10.299875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-01-06T06:47:10.300172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-06T06:47:10.300473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-01-06T06:47:10.300772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-06T06:47:10.301069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-01-06T06:47:10.301370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-01-06T06:47:10.301668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-06T06:47:10.301967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T06:47:10.302285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-01-06T06:47:10.302680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-01-06T06:47:10.303026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T06:47:10.303322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-01-06T06:47:10.303749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-01-06T06:47:10.304166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T06:47:10.304454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-01-06T06:47:10.304775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-06T06:47:10.305093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-01-06T06:47:10.305508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-01-06T06:47:10.305827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-01-06T06:47:10.306145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-01-06T06:47:10.306560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-01-06T06:47:10.306964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T06:47:10.307270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-01-06T06:47:10.307586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-01-06T06:47:10.307905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-01-06T06:47:10.308303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T06:47:10.308578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-01-06T06:47:10.308879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T06:47:10.737491+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T06:47:10.755339+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T07:02:51.386649+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T07:02:51.414368+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T07:02:51.414423+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T07:02:51.414453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T07:02:51.415862+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T07:02:51.439184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T07:02:51.442207+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T07:02:51.485689+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T07:02:51.509304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T07:02:52.040298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcb5b4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fcb5b4","method":"GET"} [] [2021-01-06T07:03:11.201919+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T07:03:11.230716+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T07:03:11.276311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T07:03:11.279519+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T07:03:11.279576+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T07:03:11.279609+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T07:03:11.279636+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T07:03:11.325284+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-01-06T07:03:11.389171+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T07:03:11.406753+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T07:03:11.411768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T07:03:11.415048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-01-06T07:03:11.427985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-01-06T07:03:11.428496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-01-06T07:03:11.429008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-06T07:03:11.429309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-06T07:03:11.429656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T07:03:11.429979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-01-06T07:03:11.430381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T07:03:11.430681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T07:03:11.430980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T07:03:11.431277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T07:03:11.431612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-01-06T07:03:11.431970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-01-06T07:03:11.432232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-01-06T07:03:11.432553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T07:03:11.432850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-01-06T07:03:11.433279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-01-06T07:03:11.433682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T07:03:11.433975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-01-06T07:03:11.434293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T07:03:11.434612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-01-06T07:03:11.434928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-06T07:03:11.435249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-01-06T07:03:11.435647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-01-06T07:03:11.435948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-01-06T07:03:11.436249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T07:03:11.436563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-01-06T07:03:11.436993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-01-06T07:03:11.437345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-01-06T07:03:11.769827+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T07:03:11.787959+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:13:55.062007+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T09:13:55.095752+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:13:55.095805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:13:55.095836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:13:55.097341+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:13:55.122932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:13:55.126251+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:13:55.173687+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T09:13:55.199327+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:13:55.766789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccb1bf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ccb1bf","method":"GET"} [] [2021-01-06T09:14:00.764500+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T09:14:00.786617+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:14:00.820200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:14:00.823099+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:14:00.823153+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:14:00.823184+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:14:00.823210+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:14:00.858608+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-01-06T09:14:00.921913+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T09:14:00.938430+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T09:14:00.943367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T09:14:00.946607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-01-06T09:14:00.959604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-06T09:14:00.960045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-06T09:14:00.960303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-01-06T09:14:00.960551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-01-06T09:14:00.960769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-01-06T09:14:00.961042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-01-06T09:14:00.961388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T09:14:00.961635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T09:14:00.961881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T09:14:00.962120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T09:14:00.962377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-01-06T09:14:00.962850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-01-06T09:14:00.963102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-01-06T09:14:00.963345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-01-06T09:14:00.963622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-06T09:14:00.963864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-01-06T09:14:00.964104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-06T09:14:00.964343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-01-06T09:14:00.964647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-01-06T09:14:00.964888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-06T09:14:00.965124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T09:14:00.965374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-01-06T09:14:00.965715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-01-06T09:14:00.965988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T09:14:00.966215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-01-06T09:14:00.966563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-01-06T09:14:00.966898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T09:14:00.967126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-01-06T09:14:00.967370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-06T09:14:00.967615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-01-06T09:14:00.967897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-01-06T09:14:00.968124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-01-06T09:14:00.968381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-01-06T09:14:00.968730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-01-06T09:14:00.969070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T09:14:00.969317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-01-06T09:14:00.969579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-01-06T09:14:00.969848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-01-06T09:14:00.970186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T09:14:00.970410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-01-06T09:14:00.970654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T09:14:01.395490+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T09:14:01.413072+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:16:32.129709+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T09:16:32.157268+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:16:32.157318+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:32.157348+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:32.158753+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:16:32.207303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:16:32.213847+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:16:32.263861+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T09:16:32.288150+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:16:32.849735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0eae2e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0eae2e","method":"GET"} [] [2021-01-06T09:16:38.176372+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T09:16:38.202726+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:16:38.202776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:38.202806+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:38.204170+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:16:38.250776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:16:38.253906+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:16:38.267714+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T09:16:38.325426+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T09:16:38.328464+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-06T09:16:38.357148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T09:16:38.357619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T09:16:38.357955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T09:16:38.358262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T09:16:38.358516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T09:16:38.358770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T09:16:38.359018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T09:16:38.359292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T09:16:38.359537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T09:16:38.359842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T09:16:38.360111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T09:16:38.360358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T09:16:38.361695+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T09:16:38.367773+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:16:38.777766+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac229f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ac229f","method":"GET"} [] [2021-01-06T09:16:44.771681+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"219"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/219","method":"GET"} [] [2021-01-06T09:16:44.799482+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:16:44.799549+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:44.799583+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:44.800648+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:16:44.832884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:16:44.835988+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:16:44.848315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["219"] [] [2021-01-06T09:16:44.885256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-01-06T09:16:44.946255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T09:16:44.947015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T09:16:44.948111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T09:16:44.949651+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T09:16:44.951245+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-06T09:16:44.952150+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-06T09:16:44.980820+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:16:45.368006+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bf651"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2bf651","method":"GET"} [] [2021-01-06T09:16:56.217917+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"219"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/219","method":"POST"} [] [2021-01-06T09:16:56.242035+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:16:56.283076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:16:56.286368+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:16:56.286424+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:16:56.286455+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:56.286496+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:56.301882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["219"] [] [2021-01-06T09:16:56.334752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-01-06T09:16:56.391440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T09:16:56.392164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T09:16:56.393115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T09:16:56.395629+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-01-06T09:16:56.396599+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["3"]] [] [2021-01-06T09:16:56.397148+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-01-06T09:16:56.436672+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-06T09:16:56.437357+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [137268.0,219] [] [2021-01-06T09:16:56.440351+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-06T09:16:56.452602+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:16:56.616151+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-06T09:16:56.644417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:16:56.644473+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:56.644504+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:16:56.646214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:16:56.678311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:16:56.681384+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:16:56.694435+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-06T09:16:56.747376+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-06T09:16:56.750297+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-06T09:16:56.781145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-06T09:16:56.781633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-06T09:16:56.781972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-06T09:16:56.782277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T09:16:56.782639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-06T09:16:56.782941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T09:16:56.783240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-06T09:16:56.783568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-06T09:16:56.783869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T09:16:56.784228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-06T09:16:56.784555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-06T09:16:56.784856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T09:16:56.786301+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-06T09:16:56.792067+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:16:57.181529+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f94b1e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f94b1e","method":"GET"} [] [2021-01-06T09:17:01.190041+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T09:17:01.213043+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:17:01.213092+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:17:01.213183+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:17:01.214501+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:17:01.249108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:17:01.252200+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:17:01.293961+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T09:17:01.316342+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:17:01.596069+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cf8a7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3cf8a7","method":"GET"} [] [2021-01-06T09:17:26.292014+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-06T09:17:26.316817+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:17:26.360165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:17:26.363281+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:17:26.363337+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:17:26.363368+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:17:26.363395+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:17:26.401327+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-01-06T09:17:26.462808+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T09:17:26.479708+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-01-06T00:00:00+00:00"] [] [2021-01-06T09:17:26.484781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-06T09:17:26.488206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-01-06T09:17:26.502022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-06T09:17:26.502517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-06T09:17:26.502819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-01-06T09:17:26.503117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-01-06T09:17:26.503427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-01-06T09:17:26.503755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-01-06T09:17:26.504147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-06T09:17:26.504446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-06T09:17:26.504742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-06T09:17:26.505036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-06T09:17:26.505350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-01-06T09:17:26.505832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-01-06T09:17:26.506130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-01-06T09:17:26.506491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-01-06T09:17:26.506788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-06T09:17:26.507085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-01-06T09:17:26.507380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-06T09:17:26.507675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-01-06T09:17:26.507974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-01-06T09:17:26.508271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-06T09:17:26.508571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-06T09:17:26.508884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-01-06T09:17:26.509278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-01-06T09:17:26.509619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-06T09:17:26.509912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-01-06T09:17:26.510339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-01-06T09:17:26.510756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-06T09:17:26.511046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-01-06T09:17:26.511363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-06T09:17:26.511682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-01-06T09:17:26.512026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-01-06T09:17:26.512305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-01-06T09:17:26.512597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-01-06T09:17:26.512977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-01-06T09:17:26.513351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-06T09:17:26.513625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-01-06T09:17:26.513914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-01-06T09:17:26.514202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-01-06T09:17:26.514562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-06T09:17:26.514813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-01-06T09:17:26.515082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-06T09:17:26.942542+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T09:17:26.960206+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:24:05.363418+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-06T09:24:05.390013+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-06T09:24:05.390064+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:24:05.390093+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-06T09:24:05.391428+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-06T09:24:05.413737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-06T09:24:05.416838+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-06T09:24:05.460041+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-06T09:24:05.483664+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-06T09:24:06.043882+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e8dee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1e8dee","method":"GET"} [] [2021-01-07T10:09:55.710554+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-07T10:09:56.740112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-07T10:09:56.740176+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:09:56.740211+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:09:57.173030+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-07T10:09:57.913558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"258b9c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/258b9c","method":"GET"} [] [2021-01-07T10:10:04.776149+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-07T10:10:04.799714+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-07T10:10:04.799769+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:04.799807+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:04.817065+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:05.565616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-07T10:10:05.946401+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:05.984971+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 07 Jan 2021 10:10:05 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:05.985050+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:05.985080+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:05.990993+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-07T10:10:06.216248+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-07T10:10:06.240988+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-07T10:10:06.241057+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:06.241089+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:06.242174+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-07T10:10:06.279387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-07T10:10:06.282451+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-07T10:10:06.778129+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-07T10:10:08.619455+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-07T10:10:08.711697+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-07T10:10:08.806864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-07T10:10:08.807376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-07T10:10:08.807814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-07T10:10:08.808084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-07T10:10:08.808372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-07T10:10:08.808728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-07T10:10:08.809003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-07T10:10:08.809266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-07T10:10:08.809500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-07T10:10:08.809805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-07T10:10:08.810075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-07T10:10:08.810310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-07T10:10:08.832696+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-07T10:10:09.106367+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-07T10:10:09.934484+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cff310"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cff310","method":"GET"} [] [2021-01-07T10:10:39.194306+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-07T10:10:39.222460+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-07T10:10:39.222514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:39.222544+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:39.223938+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-07T10:10:39.261265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-07T10:10:39.268181+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-07T10:10:39.604380+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-07T10:10:39.661438+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-07T10:10:40.065794+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"976bf5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/976bf5","method":"GET"} [] [2021-01-07T10:10:57.373164+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-07T10:10:57.397869+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-07T10:10:57.435631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-07T10:10:57.438920+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-07T10:10:57.438975+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-07T10:10:57.439101+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:57.439133+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:10:57.549299+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-01-07T10:10:59.671072+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-01-07T00:00:00+00:00"] [] [2021-01-07T10:10:59.687543+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-01-07T00:00:00+00:00"] [] [2021-01-07T10:10:59.707705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-07T10:10:59.711008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-01-07T10:10:59.723830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-01-07T10:10:59.724652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-01-07T10:10:59.725042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-07T10:10:59.725304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-07T10:10:59.725523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-07T10:10:59.725799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-01-07T10:10:59.726155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-07T10:10:59.726459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-07T10:10:59.726712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-07T10:10:59.726967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-07T10:10:59.727260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-01-07T10:10:59.727555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-01-07T10:10:59.727807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-01-07T10:10:59.728089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-07T10:10:59.728344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-01-07T10:10:59.728751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-01-07T10:10:59.729119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-07T10:10:59.729367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-01-07T10:10:59.729644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-07T10:10:59.729921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-01-07T10:10:59.730193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-07T10:10:59.730472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-01-07T10:10:59.730853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-01-07T10:10:59.731113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-01-07T10:10:59.731370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-07T10:10:59.731645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-01-07T10:10:59.732027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-01-07T10:10:59.732338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-01-07T10:11:00.505593+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-07T10:11:00.524560+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-07T10:14:48.763774+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-07T10:14:48.790895+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-07T10:14:48.790945+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:14:48.790975+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-07T10:14:48.792321+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-07T10:14:48.840549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-07T10:14:48.843732+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-07T10:14:48.886929+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-07T10:14:48.910756+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-07T10:14:49.341917+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4444b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f4444b","method":"GET"} [] [2021-01-11T03:54:32.206710+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-11T03:54:33.262346+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T03:54:33.262407+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:33.262440+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:33.776984+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-11T03:54:34.772088+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83c166"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/83c166","method":"GET"} [] [2021-01-11T03:54:39.003487+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-11T03:54:39.027858+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T03:54:39.027907+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:39.027943+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:39.046368+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:39.821815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-11T03:54:40.233244+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:40.275754+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 11 Jan 2021 03:54:40 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:40.275835+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:40.275864+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:40.284047+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T03:54:40.574497+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-11T03:54:40.597657+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T03:54:40.597711+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:40.597741+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:40.599063+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T03:54:40.629121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T03:54:40.634098+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T03:54:41.124574+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-11T03:54:42.819097+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-11T03:54:42.915172+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-11T03:54:42.996379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-11T03:54:42.996831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-11T03:54:42.997515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-11T03:54:42.997781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T03:54:42.998095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-11T03:54:42.998349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T03:54:42.998846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-11T03:54:42.999120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-11T03:54:42.999370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T03:54:42.999679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-11T03:54:42.999923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-11T03:54:43.000153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T03:54:43.019975+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-11T03:54:43.285402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T03:54:44.066538+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6020b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d6020b","method":"GET"} [] [2021-01-11T03:54:45.814843+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-11T03:54:45.839116+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T03:54:45.839170+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:45.839200+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:54:45.840631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T03:54:45.878183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T03:54:45.882033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T03:54:46.246047+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T03:54:46.309142+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T03:54:46.739531+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8f1bc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a8f1bc","method":"GET"} [] [2021-01-11T03:55:08.253327+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-11T03:55:08.275165+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T03:55:08.303353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T03:55:08.308801+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T03:55:08.308866+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T03:55:08.308897+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:55:08.308924+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:55:08.388291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-01-11T03:55:10.709270+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-01-11T00:00:00+00:00"] [] [2021-01-11T03:55:10.727415+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-01-11T00:00:00+00:00"] [] [2021-01-11T03:55:10.747709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T03:55:10.751349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-01-11T03:55:10.764739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-11T03:55:10.765503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-11T03:55:10.765814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-01-11T03:55:10.766112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-01-11T03:55:10.766427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-01-11T03:55:10.766981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-01-11T03:55:10.767377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-11T03:55:10.767674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-11T03:55:10.767968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-11T03:55:10.768259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-11T03:55:10.768575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-01-11T03:55:10.769064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-01-11T03:55:10.769359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-01-11T03:55:10.769650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-01-11T03:55:10.769996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-11T03:55:10.770290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-01-11T03:55:10.770583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-11T03:55:10.770874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-01-11T03:55:10.771173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-01-11T03:55:10.771468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-11T03:55:10.771762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-11T03:55:10.772073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-01-11T03:55:10.772469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-01-11T03:55:10.772813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T03:55:10.773102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-01-11T03:55:10.773525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-01-11T03:55:10.774015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T03:55:10.774301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-01-11T03:55:10.774628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-11T03:55:10.774944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-01-11T03:55:10.775301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-01-11T03:55:10.775597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-01-11T03:55:10.775926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-01-11T03:55:10.776331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-01-11T03:55:10.776730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-11T03:55:10.777019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-01-11T03:55:10.777354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-01-11T03:55:10.777660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-01-11T03:55:10.778058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T03:55:10.778327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-01-11T03:55:10.778618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-11T03:55:11.658847+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T03:55:11.676475+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T03:58:08.240374+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-11T03:58:09.322218+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T03:58:09.322278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:58:09.322310+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:58:09.390816+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T03:58:10.241237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T03:58:10.306808+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T03:58:11.989574+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T03:58:12.590750+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T03:58:13.440019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66334e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/66334e","method":"GET"} [] [2021-01-11T03:58:15.400875+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-11T03:58:15.422239+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T03:58:15.422291+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:58:15.422320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:58:15.423280+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T03:58:15.450522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T03:58:15.454933+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T03:58:15.568162+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-11T03:58:15.837067+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-11T03:58:15.942164+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[220,219,218,217,216,215,214,213,212,211]] [] [2021-01-11T03:58:15.990832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-11T03:58:15.991291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-11T03:58:15.991664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-11T03:58:15.991923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T03:58:15.992178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-11T03:58:15.992430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T03:58:15.992682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-11T03:58:15.992957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-11T03:58:15.993206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T03:58:15.993514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-11T03:58:15.993789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-11T03:58:15.994044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T03:58:16.013020+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-11T03:58:16.255091+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T03:58:16.747261+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c87787"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c87787","method":"GET"} [] [2021-01-11T03:58:20.631872+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-11T03:58:20.655951+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T03:58:20.656005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:58:20.656035+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T03:58:20.657399+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T03:58:20.687613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T03:58:20.691076+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T03:58:20.885973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T03:58:20.894440+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-11T03:58:20.895399+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-11T03:58:20.937579+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T03:58:21.328606+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"faf4ee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/faf4ee","method":"GET"} [] [2021-01-11T04:02:39.083006+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-11T04:02:39.113508+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:02:39.139870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:02:39.143215+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:02:39.143329+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:02:39.143365+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:02:39.143393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:02:39.228798+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-01-11T04:02:39.241330+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-11T04:02:39.243487+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-11T04:02:39.256485+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-11T04:02:39.257090+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-11T04:02:41.089571+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-11T04:02:41.099681+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-01-03T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":8,"11":19} [] [2021-01-11T04:02:41.111251+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":150.0,"4":null,"5":221,"6":26} [] [2021-01-11T04:02:41.112627+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":221,"6":24} [] [2021-01-11T04:02:41.112911+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":221,"6":25} [] [2021-01-11T04:02:41.145301+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-11T04:02:41.176752+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:02:41.352014+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-11T04:02:41.373293+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:02:41.373343+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:02:41.373372+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:02:41.374323+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:02:41.398080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:02:41.401124+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:02:41.411019+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-11T04:02:41.458221+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-11T04:02:41.467137+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[221,220,219,218,217,216,215,214,213,212]] [] [2021-01-11T04:02:41.495429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-11T04:02:41.495910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T04:02:41.496278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-11T04:02:41.496581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-11T04:02:41.496925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-11T04:02:41.497232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T04:02:41.497600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-11T04:02:41.497902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T04:02:41.498205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-11T04:02:41.498534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-11T04:02:41.498835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T04:02:41.499198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-11T04:02:41.499525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-11T04:02:41.500924+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-11T04:02:41.506839+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:02:41.921400+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c5fe3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8c5fe3","method":"GET"} [] [2021-01-11T04:03:02.225056+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-11T04:03:02.255259+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:03:02.255313+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:03:02.255343+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:03:02.256696+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:03:02.305207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:03:02.310304+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:03:02.366484+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T04:03:02.373810+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-11T04:03:02.377103+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-11T04:03:02.403185+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:03:02.743705+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"934b1a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/934b1a","method":"GET"} [] [2021-01-11T04:05:55.422902+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-11T04:05:55.454050+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:05:55.492783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:05:55.497707+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:05:55.497773+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:05:55.497806+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:05:55.497833+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:05:55.552706+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-01-11T04:05:55.559785+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-11T04:05:55.562394+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-11T04:05:55.565711+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-01-11T04:05:55.566333+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-11T04:05:55.566826+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-11T04:05:55.567307+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-01-11T04:05:55.605010+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-11T04:05:55.605901+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-01-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":14,"11":2} [] [2021-01-11T04:05:55.607262+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":200.0,"4":null,"5":222,"6":26} [] [2021-01-11T04:05:55.608841+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":222,"6":28} [] [2021-01-11T04:05:55.609184+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":357.5,"4":null,"5":222,"6":24} [] [2021-01-11T04:05:55.609486+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":222,"6":25} [] [2021-01-11T04:05:55.609769+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":222,"6":27} [] [2021-01-11T04:05:55.610886+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-11T04:05:55.621129+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:05:55.774216+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-11T04:05:55.795142+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:05:55.795193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:05:55.795223+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:05:55.796123+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:05:55.838094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:05:55.842794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:05:55.853064+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-11T04:05:55.900705+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-11T04:05:55.905160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[222,221,220,219,218,217,216,215,214,213]] [] [2021-01-11T04:05:55.934301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-11T04:05:55.934826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T04:05:55.935178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-11T04:05:55.935479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T04:05:55.935784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-11T04:05:55.936093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-11T04:05:55.936399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-11T04:05:55.936703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T04:05:55.937073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-11T04:05:55.937407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-11T04:05:55.937737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-11T04:05:55.938038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T04:05:55.938403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-11T04:05:55.939762+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-11T04:05:55.945653+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:05:56.337356+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd5459"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bd5459","method":"GET"} [] [2021-01-11T04:08:48.022672+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-11T04:08:48.052330+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:08:48.052383+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:08:48.052412+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:08:48.053734+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:08:48.087495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:08:48.091407+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:08:48.142181+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T04:08:48.149211+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-11T04:08:48.151436+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-11T04:08:48.174359+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:08:48.540453+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d59cf6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d59cf6","method":"GET"} [] [2021-01-11T04:10:54.642780+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-11T04:10:54.674115+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:10:54.719670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:10:54.723099+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:10:54.723165+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:10:54.723198+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:10:54.723227+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:10:54.782116+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-01-11T04:10:54.789690+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-11T04:10:54.792301+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-11T04:10:54.796113+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-01-11T04:10:54.796743+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-11T04:10:54.797240+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-11T04:10:54.838419+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-11T04:10:54.839343+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-01-03T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":17,"11":19} [] [2021-01-11T04:10:54.840905+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":200.0,"4":null,"5":223,"6":26} [] [2021-01-11T04:10:54.841746+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":223,"6":28} [] [2021-01-11T04:10:54.841908+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":223,"6":24} [] [2021-01-11T04:10:54.842061+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":223,"6":25} [] [2021-01-11T04:10:54.843131+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-11T04:10:54.856842+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:10:54.999128+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-11T04:10:55.021075+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:10:55.021130+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:10:55.021161+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:10:55.022126+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:10:55.065032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:10:55.068460+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:10:55.078705+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-11T04:10:55.127697+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-11T04:10:55.131535+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[223,222,221,220,219,218,217,216,215,214]] [] [2021-01-11T04:10:55.162105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-11T04:10:55.162604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T04:10:55.164067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-11T04:10:55.164563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T04:10:55.164928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-11T04:10:55.165270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-11T04:10:55.165585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-11T04:10:55.165897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-11T04:10:55.166208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T04:10:55.166518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-11T04:10:55.166860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-11T04:10:55.167199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-11T04:10:55.167582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T04:10:55.169120+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-11T04:10:55.175184+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:10:55.555020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7364c3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7364c3","method":"GET"} [] [2021-01-11T04:11:10.588430+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-11T04:11:10.614818+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:11:10.614868+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:11:10.614896+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:11:10.616193+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:11:10.640247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:11:10.643482+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:11:10.694414+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T04:11:10.701251+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-11T04:11:10.704375+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-11T04:11:10.726992+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:11:11.065598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37429b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/37429b","method":"GET"} [] [2021-01-11T04:14:20.686157+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-11T04:14:20.714859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:14:20.757414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:14:20.762230+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:14:20.762310+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:14:20.762347+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:14:20.762376+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:14:20.823546+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-01-11T04:14:20.830845+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-11T04:14:20.832920+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-11T04:14:20.841908+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-11T04:14:20.842445+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-11T04:14:20.880494+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-11T04:14:20.881383+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-01-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":7,"11":19} [] [2021-01-11T04:14:20.882595+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":224,"6":26} [] [2021-01-11T04:14:20.883924+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":395.0,"4":null,"5":224,"6":24} [] [2021-01-11T04:14:20.884116+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":450.0,"4":null,"5":224,"6":25} [] [2021-01-11T04:14:20.885149+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-11T04:14:20.895692+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:14:21.048639+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-11T04:14:21.069626+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:14:21.069676+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:14:21.069704+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:14:21.070612+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:14:21.112880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:14:21.125943+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:14:21.150261+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-11T04:14:21.200524+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-11T04:14:21.205069+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[224,223,222,221,220,219,218,217,216,215]] [] [2021-01-11T04:14:21.233929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-11T04:14:21.234435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T04:14:21.234831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-11T04:14:21.235239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-11T04:14:21.235545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T04:14:21.235851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-11T04:14:21.236183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-11T04:14:21.236488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-11T04:14:21.236791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-11T04:14:21.237095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T04:14:21.237398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-11T04:14:21.237728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-11T04:14:21.238060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-11T04:14:21.238363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T04:14:21.239744+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-11T04:14:21.245618+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:14:21.628480+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bedb45"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bedb45","method":"GET"} [] [2021-01-11T04:15:03.093238+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-11T04:15:03.121288+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:15:03.121344+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:03.121374+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:03.122781+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:15:03.163473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:15:03.169670+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:15:03.213622+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T04:15:03.237736+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:15:03.594216+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44db8e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/44db8e","method":"GET"} [] [2021-01-11T04:15:20.811035+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-11T04:15:20.839256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:15:20.881774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:15:20.889203+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:15:20.889309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:15:20.889375+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:20.889429+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:20.939985+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-01-11T04:15:21.578112+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-01-11T00:00:00+00:00"] [] [2021-01-11T04:15:21.594811+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-01-11T00:00:00+00:00"] [] [2021-01-11T04:15:21.614979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-01-11T04:15:21.618144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-01-11T04:15:21.631223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-11T04:15:21.631661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-11T04:15:21.631959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-11T04:15:21.632284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-01-11T04:15:21.632764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-11T04:15:21.633062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-11T04:15:21.633358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-01-11T04:15:21.633671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-11T04:15:21.634009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T04:15:21.634300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-01-11T04:15:21.634682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-11T04:15:22.188417+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T04:15:22.206142+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:15:32.489189+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-11T04:15:32.511200+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:15:32.511253+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:32.511283+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:32.512231+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:15:32.541713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:15:32.544624+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:15:32.578851+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T04:15:32.598039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:15:33.107386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f17d2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3f17d2","method":"GET"} [] [2021-01-11T04:15:35.809033+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-11T04:15:35.829878+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:15:35.829927+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:35.829956+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:35.830849+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:15:35.859379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:15:35.862366+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:15:35.872321+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-11T04:15:35.918122+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-11T04:15:35.921013+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[224,223,222,221,220,219,218,217,216,215]] [] [2021-01-11T04:15:35.949456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-11T04:15:35.949903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T04:15:35.950188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-11T04:15:35.950469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-11T04:15:35.950722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T04:15:35.950970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-11T04:15:35.951244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-11T04:15:35.951583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-11T04:15:35.951844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-11T04:15:35.952094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T04:15:35.952342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-11T04:15:35.952618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-11T04:15:35.952890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-11T04:15:35.953136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T04:15:35.954465+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-11T04:15:35.960281+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:15:36.346482+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"380230"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/380230","method":"GET"} [] [2021-01-11T04:15:37.768402+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-11T04:15:37.791245+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:15:37.791295+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:37.791324+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:15:37.792630+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:15:37.825379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:15:37.828568+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:15:37.876971+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-11T04:15:37.883610+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-11T04:15:37.884334+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-11T04:15:37.905689+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:15:38.211463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c573ac"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c573ac","method":"GET"} [] [2021-01-11T04:17:07.213806+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-11T04:17:07.242064+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:17:07.280115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:17:07.283272+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:17:07.283327+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:17:07.283359+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:17:07.283386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:17:07.340135+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-01-11T04:17:07.347371+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-01-11T04:17:07.348429+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-01-11T04:17:07.387397+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-11T04:17:07.388309+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-01-02T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":9,"11":12} [] [2021-01-11T04:17:07.389220+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":8900.0,"4":null,"5":225,"6":39} [] [2021-01-11T04:17:07.390245+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-11T04:17:07.407784+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:17:07.548937+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-11T04:17:07.569452+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-11T04:17:07.569499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:17:07.569527+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-11T04:17:07.570413+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-11T04:17:07.609206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-11T04:17:07.612194+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-11T04:17:07.622350+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-11T04:17:07.668990+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-11T04:17:07.671820+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-01-11T04:17:07.700497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-11T04:17:07.701057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-11T04:17:07.701393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-11T04:17:07.701695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-11T04:17:07.701998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-11T04:17:07.702330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-11T04:17:07.702631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-11T04:17:07.702941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-11T04:17:07.703271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-11T04:17:07.703573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-11T04:17:07.703878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-11T04:17:07.704182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-11T04:17:07.704488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-11T04:17:07.704819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-11T04:17:07.705149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-11T04:17:07.706576+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-11T04:17:07.712453+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-11T04:17:08.101134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a94e53"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a94e53","method":"GET"} [] [2021-01-14T09:41:25.314350+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-14T09:41:25.485770+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-14T09:41:25.485845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:25.485890+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:25.578372+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-14T09:41:27.327261+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa513a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aa513a","method":"GET"} [] [2021-01-14T09:41:30.304847+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-14T09:41:30.333901+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-14T09:41:30.333970+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.334014+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.336204+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.413739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-14T09:41:30.659402+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.667266+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 14 Jan 2021 09:41:30 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.667383+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.667420+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.673202+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-14T09:41:30.846898+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-14T09:41:30.871619+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-14T09:41:30.871675+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.871707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:30.872870+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-14T09:41:30.910798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-14T09:41:30.914764+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-14T09:41:30.971567+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-14T09:41:31.118954+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-14T09:41:31.133976+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-01-14T09:41:31.146830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-14T09:41:31.147327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-14T09:41:31.148150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-14T09:41:31.148456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-14T09:41:31.148753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-14T09:41:31.149075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-14T09:41:31.149371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-14T09:41:31.149761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-14T09:41:31.150044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-14T09:41:31.150340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-14T09:41:31.150638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-14T09:41:31.150930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-14T09:41:31.151221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-14T09:41:31.151539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-14T09:41:31.151903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-14T09:41:31.154124+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-14T09:41:31.170138+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-14T09:41:31.922925+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e67c06"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e67c06","method":"GET"} [] [2021-01-14T09:41:36.549118+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-14T09:41:36.580577+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-14T09:41:36.580637+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:36.580671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:36.584161+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-14T09:41:36.649720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-14T09:41:36.653395+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-14T09:41:36.782818+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-14T09:41:36.832302+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-14T09:41:37.210389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79cb81"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/79cb81","method":"GET"} [] [2021-01-14T09:41:56.536129+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-14T09:41:56.591447+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-14T09:41:56.648500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-14T09:41:56.658661+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-14T09:41:56.658781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-14T09:41:56.658851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:56.658906+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:41:56.733286+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-01-14T09:41:56.987203+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-01-14T00:00:00+00:00"] [] [2021-01-14T09:41:56.997587+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-01-14T00:00:00+00:00"] [] [2021-01-14T09:41:57.005552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-14T09:41:57.011123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-01-14T09:41:57.016268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-14T09:41:57.017098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-14T09:41:57.017456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-14T09:41:57.017807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-01-14T09:41:57.018184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-01-14T09:41:57.018528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-01-14T09:41:57.018868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-01-14T09:41:57.019208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-14T09:41:57.019561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-14T09:41:57.019853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-01-14T09:41:57.020131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-14T09:41:57.020439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-01-14T09:41:57.020921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-01-14T09:41:57.021219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-01-14T09:41:57.021515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-01-14T09:41:57.021808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-01-14T09:41:57.022062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-01-14T09:41:57.022347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-01-14T09:41:57.022643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-01-14T09:41:57.022940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-01-14T09:41:57.023238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-01-14T09:41:57.023530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-01-14T09:41:57.023838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-14T09:41:57.024121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-01-14T09:41:57.024543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-01-14T09:41:57.338560+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-14T09:41:57.361029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-14T09:50:33.837454+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-14T09:50:33.878542+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-14T09:50:33.878600+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:50:33.878634+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:50:33.881303+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-14T09:50:33.936661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-14T09:50:33.940798+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-14T09:50:34.020298+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-14T09:50:34.054823+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-14T09:50:34.564221+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46e485"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/46e485","method":"GET"} [] [2021-01-14T09:53:49.241357+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-14T09:53:49.277980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-14T09:53:49.331815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-14T09:53:49.347052+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-14T09:53:49.347240+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-14T09:53:49.347347+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:53:49.347438+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:53:49.418316+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-01-14T09:53:49.509485+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-01-14T00:00:00+00:00"] [] [2021-01-14T09:53:49.523895+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-01-14T00:00:00+00:00"] [] [2021-01-14T09:53:49.531119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-14T09:53:49.536663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-01-14T09:53:49.542168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-14T09:53:49.542744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-14T09:53:49.543080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-14T09:53:49.543441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-01-14T09:53:49.544759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-01-14T09:53:49.545472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-01-14T09:53:49.545931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-01-14T09:53:49.546341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-14T09:53:49.546730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-14T09:53:49.547060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-01-14T09:53:49.547415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-14T09:53:49.547769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-01-14T09:53:49.548331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-01-14T09:53:49.548665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-01-14T09:53:49.548998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-01-14T09:53:49.549331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-01-14T09:53:49.549662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-01-14T09:53:49.549994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-01-14T09:53:49.550326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-01-14T09:53:49.550653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-01-14T09:53:49.550991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-01-14T09:53:49.551321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-01-14T09:53:49.551662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-14T09:53:49.551972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-01-14T09:53:49.552414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-01-14T09:53:49.828005+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-14T09:53:49.850935+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-14T09:58:36.547765+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-14T09:58:36.586292+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-14T09:58:36.586350+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:58:36.586383+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-14T09:58:36.588503+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-14T09:58:36.637047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-14T09:58:36.640732+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-14T09:58:36.696980+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-14T09:58:36.731160+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-14T09:58:37.319736+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32310e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/32310e","method":"GET"} [] [2021-01-16T05:30:14.142682+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-16T05:30:14.228206+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T05:30:14.228263+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:14.228298+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:14.278051+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-16T05:30:15.204933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78b0ca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/78b0ca","method":"GET"} [] [2021-01-16T05:30:18.594272+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-16T05:30:18.624659+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T05:30:18.624714+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:18.624752+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:18.626208+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:18.688907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-16T05:30:18.903885+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:18.911109+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 16 Jan 2021 05:30:18 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:18.911183+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:18.911213+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:18.916665+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T05:30:19.040346+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-16T05:30:19.064645+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T05:30:19.064700+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:19.064733+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:19.066084+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T05:30:19.092081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T05:30:19.097399+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T05:30:19.144544+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-16T05:30:19.279861+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-16T05:30:19.288148+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-01-16T05:30:19.299747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-16T05:30:19.300268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T05:30:19.300682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-16T05:30:19.300983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-16T05:30:19.301284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-16T05:30:19.301608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-16T05:30:19.301938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-16T05:30:19.302239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-16T05:30:19.302560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-16T05:30:19.302860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-16T05:30:19.303160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-16T05:30:19.303451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-16T05:30:19.303742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-16T05:30:19.304056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-16T05:30:19.304378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-16T05:30:19.306532+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-16T05:30:19.323886+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T05:30:20.297954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb24d4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fb24d4","method":"GET"} [] [2021-01-16T05:30:22.147950+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-16T05:30:22.177026+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T05:30:22.177117+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:22.177155+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:22.178962+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T05:30:22.220677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T05:30:22.225241+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T05:30:22.305070+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T05:30:22.336025+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T05:30:22.834124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92bbf0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/92bbf0","method":"GET"} [] [2021-01-16T05:30:57.345053+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-16T05:30:57.373518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T05:30:57.404905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T05:30:57.408307+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T05:30:57.408364+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T05:30:57.408398+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:57.408427+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T05:30:57.453629+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-01-16T05:30:57.612625+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2021-01-16T00:00:00+00:00"] [] [2021-01-16T05:30:57.619896+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2021-01-16T00:00:00+00:00"] [] [2021-01-16T05:30:57.627521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-16T05:30:57.632234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-01-16T05:30:57.634949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-16T05:30:57.635731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-16T05:30:57.636107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-16T05:30:57.636412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-16T05:30:57.636708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-16T05:30:57.637024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-01-16T05:30:57.637394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-16T05:30:57.637703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-16T05:30:57.637995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-16T05:30:57.638298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-01-16T05:30:57.638811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-01-16T05:30:57.639193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-01-16T05:30:57.639523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-01-16T05:30:57.639811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-01-16T05:30:57.640109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-01-16T05:30:57.640392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-01-16T05:30:57.640804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-16T05:30:57.641088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-01-16T05:30:57.641424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-01-16T05:30:57.641713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-16T05:30:57.642006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T05:30:57.642282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-01-16T05:30:57.642592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-16T05:30:57.642892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-16T05:30:57.643167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-01-16T05:30:57.643638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-01-16T05:30:57.644088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-01-16T05:30:57.644531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-01-16T05:30:57.644975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-01-16T05:30:58.039556+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T05:30:58.069157+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:11:00.127784+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-16T06:11:00.174430+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:11:00.174487+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:11:00.174520+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:11:00.176498+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:11:00.227820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:11:00.236113+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:11:00.315463+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T06:11:00.367816+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:11:01.158670+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87f552"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/87f552","method":"GET"} [] [2021-01-16T06:16:50.714190+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-16T06:16:50.750410+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:16:50.784648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:16:50.788338+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:16:50.788398+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:16:50.788467+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:16:50.788501+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:16:50.882490+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-01-16T06:16:50.970455+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2021-01-16T00:00:00+00:00"] [] [2021-01-16T06:16:50.989526+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2021-01-16T00:00:00+00:00"] [] [2021-01-16T06:16:50.999285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-16T06:16:51.004886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2021-01-16T06:16:51.007744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-16T06:16:51.008171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-16T06:16:51.008465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-16T06:16:51.008753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-01-16T06:16:51.009033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-16T06:16:51.009327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T06:16:51.009611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-01-16T06:16:51.009963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-16T06:16:51.010265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-16T06:16:51.010545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2021-01-16T06:16:51.010853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-16T06:16:51.011147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2021-01-16T06:16:51.011421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2021-01-16T06:16:51.011738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-01-16T06:16:51.012046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2021-01-16T06:16:51.012336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2021-01-16T06:16:51.012730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2021-01-16T06:16:51.013041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-01-16T06:16:51.013327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2021-01-16T06:16:51.013809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-16T06:16:51.014134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2021-01-16T06:16:51.014592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-01-16T06:16:51.014951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-01-16T06:16:51.015257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-01-16T06:16:51.015559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-16T06:16:51.015871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-01-16T06:16:51.016236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-01-16T06:16:51.016560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-01-16T06:16:51.016918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-16T06:16:51.017202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-01-16T06:16:51.017480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-16T06:16:51.017784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-01-16T06:16:51.018172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-01-16T06:16:51.018443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-01-16T06:16:51.018855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-16T06:16:51.019126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-01-16T06:16:51.019520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-01-16T06:16:51.019902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-01-16T06:16:51.020187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-01-16T06:16:51.020461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-01-16T06:16:51.020765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-01-16T06:16:51.021039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-01-16T06:16:51.021345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-01-16T06:16:51.021736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-01-16T06:16:51.022153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-01-16T06:16:51.022571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-01-16T06:16:51.022895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-01-16T06:16:51.023258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-01-16T06:16:51.023539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-01-16T06:16:51.023808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-01-16T06:16:51.024076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-01-16T06:16:51.575297+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T06:16:51.598435+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:27:01.107855+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-16T06:27:01.144457+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:27:01.144512+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:27:01.144544+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:27:01.146503+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:27:01.177799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:27:01.181582+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:27:01.240076+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T06:27:01.288236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:27:01.884805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dae50c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dae50c","method":"GET"} [] [2021-01-16T06:27:22.865400+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-16T06:27:22.900207+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:27:22.900262+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:27:22.900294+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:27:22.902101+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:27:22.939790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:27:22.943391+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:27:22.962383+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-16T06:27:23.035598+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-16T06:27:23.039591+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-01-16T06:27:23.048188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-16T06:27:23.048688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T06:27:23.049140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-16T06:27:23.049505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-16T06:27:23.049870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-16T06:27:23.050263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-16T06:27:23.050624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-16T06:27:23.050994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-16T06:27:23.051389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-16T06:27:23.051759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-16T06:27:23.052125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-16T06:27:23.052494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-16T06:27:23.052862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-16T06:27:23.053287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-16T06:27:23.053693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-16T06:27:23.055405+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-16T06:27:23.063650+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:27:23.499559+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f52582"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f52582","method":"GET"} [] [2021-01-16T06:27:48.589989+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-01-16T06:27:48.620462+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:27:48.664576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:27:48.668303+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:27:48.668362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:27:48.668395+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:27:48.668423+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:27:48.674338+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-01-16T06:27:48.689014+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-16T06:27:48.758745+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8998%"] [] [2021-01-16T06:27:48.762246+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8998%",[213,211,189,161,136,115,108,107,72,11]] [] [2021-01-16T06:27:48.770566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-16T06:27:48.771017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T06:27:48.771431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-16T06:27:48.771754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-16T06:27:48.772152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-01-16T06:27:48.772469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-16T06:27:48.774103+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8998%"] [] [2021-01-16T06:27:48.781528+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:27:49.244879+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f14cf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7f14cf","method":"GET"} [] [2021-01-16T06:27:52.840014+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"213"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/213","method":"GET"} [] [2021-01-16T06:27:52.868356+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:27:52.868410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:27:52.868442+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:27:52.870231+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:27:52.907241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:27:52.910799+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:27:52.971642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["213"] [] [2021-01-16T06:27:52.987276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-01-16T06:27:53.047553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-16T06:27:53.048433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T06:27:53.049904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-16T06:27:53.052323+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T06:27:53.054598+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-16T06:27:53.055770+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-16T06:27:53.086901+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:27:53.531079+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a06d8e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a06d8e","method":"GET"} [] [2021-01-16T06:28:05.006135+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"213"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/213","method":"POST"} [] [2021-01-16T06:28:05.035115+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:28:05.075518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:28:05.079093+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:28:05.079152+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:28:05.079186+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:05.079214+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:05.100881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["213"] [] [2021-01-16T06:28:05.116613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-01-16T06:28:05.168810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-16T06:28:05.169629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T06:28:05.170684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-16T06:28:05.173721+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-01-16T06:28:05.174803+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-01-16T06:28:05.175369+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-01-16T06:28:05.252735+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-16T06:28:05.253016+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [114144.0,213] [] [2021-01-16T06:28:05.262184+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-16T06:28:05.286226+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:28:05.469834+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-16T06:28:05.504061+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:28:05.504117+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:05.504150+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:05.505958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:28:05.540465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:28:05.544471+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:28:05.562483+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-16T06:28:05.624602+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-16T06:28:05.628146+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-01-16T06:28:05.636159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-16T06:28:05.636620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T06:28:05.637089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-16T06:28:05.637430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-16T06:28:05.637773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-16T06:28:05.638137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-16T06:28:05.638477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-16T06:28:05.638822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-16T06:28:05.639189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-16T06:28:05.639530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-16T06:28:05.639871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-16T06:28:05.640210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-16T06:28:05.640551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-16T06:28:05.640919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-16T06:28:05.641286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-16T06:28:05.642955+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-16T06:28:05.651102+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:28:06.084196+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16d1f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/16d1f5","method":"GET"} [] [2021-01-16T06:28:07.929360+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-16T06:28:07.957700+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:28:07.957769+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:07.957801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:07.959616+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:28:07.990678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:28:07.994327+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:28:08.047207+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T06:28:08.075334+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:28:08.443917+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49d12c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/49d12c","method":"GET"} [] [2021-01-16T06:28:24.667060+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-16T06:28:24.692017+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:28:24.726378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:28:24.729581+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:28:24.729638+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:28:24.729672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:24.729757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:24.770281+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-01-16T06:28:24.853940+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2021-01-16T00:00:00+00:00"] [] [2021-01-16T06:28:24.860337+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2021-01-16T00:00:00+00:00"] [] [2021-01-16T06:28:24.867189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-16T06:28:24.871860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-01-16T06:28:24.874593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-16T06:28:24.875035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-16T06:28:24.875343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-16T06:28:24.875645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-16T06:28:24.875944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-16T06:28:24.876268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-01-16T06:28:24.876639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-16T06:28:24.876945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-16T06:28:24.877277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-16T06:28:24.877599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-01-16T06:28:24.878119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-01-16T06:28:24.878488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-01-16T06:28:24.878792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-01-16T06:28:24.879093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-01-16T06:28:24.879400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-01-16T06:28:24.879697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-01-16T06:28:24.880112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-16T06:28:24.880410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-01-16T06:28:24.880755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-01-16T06:28:24.881059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-16T06:28:24.881365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-16T06:28:24.881658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-01-16T06:28:24.881979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-16T06:28:24.882292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-16T06:28:24.882620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-01-16T06:28:24.883102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-01-16T06:28:24.883559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-01-16T06:28:24.884007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-01-16T06:28:24.884505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-01-16T06:28:25.255057+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T06:28:25.277214+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:28:58.563510+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-16T06:28:58.588147+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-16T06:28:58.588201+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:58.588232+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-16T06:28:58.589296+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-16T06:28:58.623009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-16T06:28:58.626235+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-16T06:28:58.665155+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-16T06:28:58.686964+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-16T06:28:59.211546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be1534"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/be1534","method":"GET"} [] [2021-01-19T04:14:44.565666+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-19T04:14:44.746976+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T04:14:44.747044+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:44.747081+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:44.840619+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-19T04:14:46.228913+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd7d2e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bd7d2e","method":"GET"} [] [2021-01-19T04:14:49.303257+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-19T04:14:49.330243+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T04:14:49.330309+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.330350+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.332426+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.431615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-19T04:14:49.689340+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.696572+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 19 Jan 2021 04:14:49 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.696646+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.696676+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.702275+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T04:14:49.825194+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-19T04:14:49.849152+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T04:14:49.849204+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.849236+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:14:49.850352+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T04:14:49.870915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T04:14:49.878403+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T04:14:49.954872+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-19T04:14:50.189700+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-19T04:14:50.206818+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-01-19T04:14:50.219226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-19T04:14:50.219685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T04:14:50.221879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-19T04:14:50.222224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T04:14:50.222520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-19T04:14:50.222836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-19T04:14:50.223126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T04:14:50.223412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-19T04:14:50.223726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-19T04:14:50.224016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-19T04:14:50.224303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-19T04:14:50.224589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-19T04:14:50.224875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-19T04:14:50.225184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-19T04:14:50.225497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-19T04:14:50.227631+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-19T04:14:50.243572+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T04:14:50.904673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54d5e0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/54d5e0","method":"GET"} [] [2021-01-19T04:15:14.646405+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-19T04:15:14.683007+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T04:15:14.683064+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:15:14.683097+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:15:14.685026+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T04:15:14.736169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T04:15:14.740621+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T04:15:14.831405+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T04:15:14.865125+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T04:15:15.203657+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cd38a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0cd38a","method":"GET"} [] [2021-01-19T04:15:33.736652+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-19T04:15:33.766139+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T04:15:33.809414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T04:15:33.813800+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T04:15:33.813860+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T04:15:33.813893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:15:33.813922+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:15:33.873711+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-01-19T04:15:34.186540+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-19T00:00:00+00:00","2021-01-19T00:00:00+00:00"] [] [2021-01-19T04:15:34.195273+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-19T00:00:00+00:00","2021-01-19T00:00:00+00:00"] [] [2021-01-19T04:15:34.202807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-19T04:15:34.208341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-01-19T04:15:34.212746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-19T04:15:34.214744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-01-19T04:15:34.215044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-19T04:15:34.215327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-01-19T04:15:34.215605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-01-19T04:15:34.215929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-01-19T04:15:34.216331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-19T04:15:34.216622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-19T04:15:34.216903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-19T04:15:34.217224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-01-19T04:15:34.217509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-19T04:15:34.217799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T04:15:34.218080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-01-19T04:15:34.218512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-19T04:15:34.218823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-19T04:15:34.219097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-01-19T04:15:34.219510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-01-19T04:15:34.219796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-01-19T04:15:34.220077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-01-19T04:15:34.220354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-19T04:15:34.220630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-01-19T04:15:34.220909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-01-19T04:15:34.221185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-01-19T04:15:34.221469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T04:15:34.221739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-01-19T04:15:34.222042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-19T04:15:34.222332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T04:15:34.222607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-01-19T04:15:34.504776+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T04:15:34.526573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T04:37:49.790078+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-19T04:37:49.829823+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T04:37:49.829882+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:37:49.829916+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:37:49.831985+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T04:37:49.875554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T04:37:49.880550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T04:37:49.944930+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T04:37:49.980420+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T04:37:50.519350+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b514fb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b514fb","method":"GET"} [] [2021-01-19T04:41:44.685633+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-19T04:41:44.722836+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T04:41:44.722894+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:41:44.722927+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:41:44.724924+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T04:41:44.776468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T04:41:44.781036+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T04:41:44.838353+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T04:41:44.870813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T04:41:45.240840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90c05a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/90c05a","method":"GET"} [] [2021-01-19T04:42:02.422379+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-19T04:42:02.459320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T04:42:02.515319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T04:42:02.526810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T04:42:02.526926+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T04:42:02.526992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:42:02.527048+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T04:42:02.591750+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-01-19T04:42:02.686831+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-01-19T00:00:00+00:00"] [] [2021-01-19T04:42:02.695465+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-01-19T00:00:00+00:00"] [] [2021-01-19T04:42:02.702382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T04:42:02.708638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-01-19T04:42:02.712076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-19T04:42:02.713340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-19T04:42:02.713642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-19T04:42:02.713922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-19T04:42:02.714202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-19T04:42:02.714512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-01-19T04:42:02.715123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-19T04:42:02.715481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-19T04:42:02.715772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-01-19T04:42:02.716082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-01-19T04:42:02.716362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-01-19T04:42:02.716682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-01-19T04:42:02.716989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-01-19T04:42:02.717467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-01-19T04:42:02.717866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-01-19T04:42:02.718210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-01-19T04:42:02.718492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-01-19T04:42:02.718941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-01-19T04:42:02.719456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-01-19T04:42:02.719750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-01-19T04:42:02.720035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-01-19T04:42:02.720314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-01-19T04:42:02.720591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-01-19T04:42:02.720875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-19T04:42:02.721192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-01-19T04:42:02.721468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-01-19T04:42:02.721730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-01-19T04:42:02.721985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-19T04:42:02.722239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-01-19T04:42:02.722494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-01-19T04:42:02.722720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-19T04:42:02.722983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T04:42:02.723241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-01-19T04:42:02.723532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-19T04:42:02.723805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T04:42:02.724061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-01-19T04:42:02.724445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-01-19T04:42:02.724726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-19T04:42:02.725005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-01-19T04:42:02.725355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-01-19T04:42:02.725760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-01-19T04:42:02.726025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-01-19T04:42:03.159234+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T04:42:03.181376+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:20:12.409687+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-19T06:20:12.450391+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:20:12.450450+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:12.450484+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:12.470718+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-19T06:20:12.891086+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"512fc6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/512fc6","method":"GET"} [] [2021-01-19T06:20:59.165794+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-19T06:20:59.203445+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:20:59.203503+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.203541+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.204353+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.241768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-19T06:20:59.461228+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.467271+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 19 Jan 2021 06:20:59 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.467342+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.467374+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.475936+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:20:59.647347+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-19T06:20:59.673785+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:20:59.673845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.673879+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:20:59.675283+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:20:59.697618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:20:59.701767+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:20:59.723305+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-19T06:20:59.805886+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-19T06:20:59.811831+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-01-19T06:20:59.820873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-19T06:20:59.821473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T06:20:59.822950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-19T06:20:59.823355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T06:20:59.823718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-19T06:20:59.824104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-19T06:20:59.824459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T06:20:59.824854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-19T06:20:59.825233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-19T06:20:59.825583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-19T06:20:59.825935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-19T06:20:59.826283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-19T06:20:59.826631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-19T06:20:59.827025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-19T06:20:59.827406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-19T06:20:59.829297+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-19T06:20:59.838304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:21:00.493452+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41eae7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/41eae7","method":"GET"} [] [2021-01-19T06:21:16.039385+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-19T06:21:16.066934+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:21:16.066992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:21:16.067024+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:21:16.068741+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:21:16.116935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:21:16.121470+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:21:16.196810+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T06:21:16.207488+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-19T06:21:16.209298+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-19T06:21:16.237276+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:21:16.614225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcefa5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bcefa5","method":"GET"} [] [2021-01-19T06:22:36.228010+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-19T06:22:36.265449+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:22:36.310286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:22:36.314459+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:22:36.314523+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:22:36.314557+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:22:36.314586+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:22:36.367773+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-01-19T06:22:36.374983+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-01-19T06:22:36.377146+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-01-19T06:22:36.456505+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-19T06:22:36.458258+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":2399.0,"3":"2021-01-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":12,"11":12} [] [2021-01-19T06:22:36.467936+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":5900.0,"4":null,"5":226,"6":39} [] [2021-01-19T06:22:36.472763+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-19T06:22:36.485998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:22:36.641937+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-19T06:22:36.676077+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:22:36.676151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:22:36.676207+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:22:36.677616+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:22:36.719826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:22:36.736776+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:22:36.761073+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-19T06:22:36.818251+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-19T06:22:36.823463+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[226,225,224,223,222,221,220,219,218,217]] [] [2021-01-19T06:22:36.831531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-19T06:22:36.832019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T06:22:36.833297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-19T06:22:36.833672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-19T06:22:36.834055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T06:22:36.834400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-19T06:22:36.834766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-19T06:22:36.835105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T06:22:36.835458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-19T06:22:36.835824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-19T06:22:36.836163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-19T06:22:36.836501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-19T06:22:36.836840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-19T06:22:36.837181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-19T06:22:36.837586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-19T06:22:36.839331+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-19T06:22:36.847144+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:22:37.265840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16590a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/16590a","method":"GET"} [] [2021-01-19T06:22:39.064293+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-19T06:22:39.094360+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:22:39.094418+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:22:39.094450+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:22:39.096266+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:22:39.153851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:22:39.171200+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:22:39.248796+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T06:22:39.259372+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-19T06:22:39.261435+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-19T06:22:39.288094+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:22:39.724307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c92b7f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c92b7f","method":"GET"} [] [2021-01-19T06:24:32.523559+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-19T06:24:32.567730+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:24:32.622706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:24:32.627947+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:24:32.628242+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:24:32.628319+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:24:32.628368+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:24:32.708556+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-01-19T06:24:32.720977+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-01-19T06:24:32.723240+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-01-19T06:24:32.786087+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-19T06:24:32.787159+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":156279.0,"3":"2020-12-29T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":8,"11":12} [] [2021-01-19T06:24:32.789981+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":6250.0,"4":null,"5":227,"6":87} [] [2021-01-19T06:24:32.792771+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-19T06:24:32.805501+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:24:32.964343+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-19T06:24:32.992483+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:24:32.992553+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:24:32.992592+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:24:32.993983+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:24:33.038786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:24:33.043101+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:24:33.056381+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-19T06:24:33.116327+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-19T06:24:33.121670+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[227,226,225,224,223,222,221,220,219,218]] [] [2021-01-19T06:24:33.130036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-19T06:24:33.130561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T06:24:33.131909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-19T06:24:33.132320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-19T06:24:33.132755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-19T06:24:33.133117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T06:24:33.133522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-19T06:24:33.133902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-19T06:24:33.134247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T06:24:33.134634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-19T06:24:33.134944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-19T06:24:33.135245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-19T06:24:33.135545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-19T06:24:33.135842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-19T06:24:33.137589+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-19T06:24:33.145742+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:24:33.605834+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52df9d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/52df9d","method":"GET"} [] [2021-01-19T06:24:44.410193+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-19T06:24:44.446175+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:24:44.446232+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:24:44.446268+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:24:44.448156+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:24:44.492676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:24:44.497080+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:24:44.566327+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T06:24:44.577240+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-19T06:24:44.579194+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-19T06:24:44.608443+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:24:44.960903+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7558d2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7558d2","method":"GET"} [] [2021-01-19T06:26:35.761758+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-19T06:26:35.798315+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:26:35.842429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:26:35.845879+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:26:35.845938+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:26:35.845972+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:26:35.846000+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:26:35.915254+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-01-19T06:26:35.925457+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-19T06:26:35.928290+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-19T06:26:35.933578+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-19T06:26:35.934150+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-19T06:26:35.988502+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-19T06:26:35.989522+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":159329.0,"3":"2021-01-16T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":19} [] [2021-01-19T06:26:35.992980+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":228,"6":26} [] [2021-01-19T06:26:35.994220+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":228,"6":24} [] [2021-01-19T06:26:35.994452+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":228,"6":25} [] [2021-01-19T06:26:35.995759+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-19T06:26:36.018375+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:26:36.168095+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-19T06:26:36.192467+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:26:36.192523+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:26:36.192554+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:26:36.193603+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:26:36.225269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:26:36.232798+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:26:36.251810+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-19T06:26:36.307168+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-19T06:26:36.310390+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[228,227,226,225,224,223,222,221,220,219]] [] [2021-01-19T06:26:36.318765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-19T06:26:36.319215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T06:26:36.319564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-19T06:26:36.319869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T06:26:36.320171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-19T06:26:36.320497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-19T06:26:36.320818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-19T06:26:36.321139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-19T06:26:36.321460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-19T06:26:36.321756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T06:26:36.322138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-19T06:26:36.322438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-19T06:26:36.322738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-19T06:26:36.324295+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-19T06:26:36.331996+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:26:36.735651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60669b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/60669b","method":"GET"} [] [2021-01-19T06:26:42.585149+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-19T06:26:42.610273+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:26:42.610329+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:26:42.610362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:26:42.611451+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:26:42.633586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:26:42.636773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:26:42.683499+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T06:26:42.689487+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-19T06:26:42.691251+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-19T06:26:42.714264+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:26:43.039074+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80c246"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/80c246","method":"GET"} [] [2021-01-19T06:28:17.245061+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-19T06:28:17.277358+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:28:17.321124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:28:17.325399+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:28:17.325475+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:28:17.325514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:28:17.325547+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:28:17.398741+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-01-19T06:28:17.409422+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-19T06:28:17.411491+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-19T06:28:17.416705+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-19T06:28:17.417432+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-19T06:28:17.475954+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-19T06:28:17.477062+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":126683.0,"3":"2021-01-19T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":19} [] [2021-01-19T06:28:17.478745+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":229,"6":26} [] [2021-01-19T06:28:17.479205+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":229,"6":24} [] [2021-01-19T06:28:17.479613+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":229,"6":25} [] [2021-01-19T06:28:17.481011+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-19T06:28:17.492039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:28:17.629224+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-19T06:28:17.653726+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:28:17.653781+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:28:17.653813+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:28:17.654882+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:28:17.687572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:28:17.694129+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:28:17.710529+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-19T06:28:17.766959+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-19T06:28:17.771416+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[229,228,227,226,225,224,223,222,221,220]] [] [2021-01-19T06:28:17.779761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-19T06:28:17.780242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T06:28:17.781562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-19T06:28:17.781938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-19T06:28:17.782279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T06:28:17.782624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-19T06:28:17.782995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-19T06:28:17.783364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-19T06:28:17.783732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-19T06:28:17.784096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-19T06:28:17.784438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T06:28:17.784825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-19T06:28:17.786485+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-19T06:28:17.794464+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:28:18.209666+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9f3e3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f9f3e3","method":"GET"} [] [2021-01-19T06:28:24.579711+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-19T06:28:24.617090+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:28:24.617151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:28:24.617186+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:28:24.619140+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:28:24.666307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:28:24.669942+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:28:24.742137+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T06:28:24.751974+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-19T06:28:24.753823+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-19T06:28:24.784302+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:28:25.112330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7b3a5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b7b3a5","method":"GET"} [] [2021-01-19T06:33:18.422427+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-19T06:33:18.467142+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:33:18.516420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:33:18.520062+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:33:18.520124+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:33:18.520159+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:33:18.520189+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:33:18.601853+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-01-19T06:33:18.612127+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-19T06:33:18.614382+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-19T06:33:18.619475+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-19T06:33:18.620199+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-19T06:33:18.686801+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-19T06:33:18.687902+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":163438.0,"3":"2021-01-19T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":7,"11":19} [] [2021-01-19T06:33:18.689398+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":230,"6":26} [] [2021-01-19T06:33:18.689937+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":230,"6":24} [] [2021-01-19T06:33:18.690320+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":230,"6":25} [] [2021-01-19T06:33:18.691753+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-19T06:33:18.705842+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:33:18.862842+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-19T06:33:18.889412+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:33:18.889474+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:33:18.889508+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:33:18.890597+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:33:18.936751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:33:18.939941+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:33:18.954311+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-19T06:33:19.020288+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-19T06:33:19.025579+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[230,229,228,227,226,225,224,223,222,221]] [] [2021-01-19T06:33:19.035328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-19T06:33:19.035892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T06:33:19.037235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-19T06:33:19.037620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-19T06:33:19.038002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-19T06:33:19.038358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T06:33:19.038711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-19T06:33:19.039089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-19T06:33:19.039536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-19T06:33:19.039917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-19T06:33:19.040264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T06:33:19.042019+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-19T06:33:19.050162+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:33:19.517487+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65b293"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/65b293","method":"GET"} [] [2021-01-19T06:33:20.917085+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-19T06:33:20.948235+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:33:20.948295+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:33:20.948329+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:33:20.950204+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:33:20.995195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:33:20.998788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:33:21.070310+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-19T06:33:21.080285+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-19T06:33:21.081234+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-19T06:33:21.109385+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:33:21.421170+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cf603"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6cf603","method":"GET"} [] [2021-01-19T06:38:00.217773+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-19T06:38:00.260742+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:38:00.312530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:38:00.317981+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:38:00.318061+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:38:00.318097+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:38:00.318127+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:38:00.403717+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-01-19T06:38:00.413598+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-19T06:38:00.417705+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-19T06:38:00.422906+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-19T06:38:00.423597+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-19T06:38:00.424153+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-01-19T06:38:00.490763+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-19T06:38:00.491845+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":38619.0,"3":"2021-01-19T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2021-01-19T06:38:00.494551+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":231,"6":26} [] [2021-01-19T06:38:00.496054+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":398.0,"4":null,"5":231,"6":24} [] [2021-01-19T06:38:00.496349+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":231,"6":25} [] [2021-01-19T06:38:00.496629+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":231,"6":27} [] [2021-01-19T06:38:00.498012+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-19T06:38:00.510869+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:38:00.663631+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-19T06:38:00.695385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-19T06:38:00.695446+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:38:00.695483+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-19T06:38:00.696635+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-19T06:38:00.747367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-19T06:38:00.752428+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-19T06:38:00.765563+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-19T06:38:00.835284+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-19T06:38:00.839049+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[231,230,229,228,227,226,225,224,223,222]] [] [2021-01-19T06:38:00.847523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-19T06:38:00.848030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-19T06:38:00.848407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-19T06:38:00.848753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-19T06:38:00.849103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-19T06:38:00.849531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-19T06:38:00.850177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-19T06:38:00.851654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-19T06:38:00.852283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-19T06:38:00.852730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-19T06:38:00.853145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-19T06:38:00.853519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-19T06:38:00.855378+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-19T06:38:00.863485+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-19T06:38:01.282789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75ad3e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/75ad3e","method":"GET"} [] [2021-01-21T04:08:41.934686+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-21T04:08:42.016831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:08:42.016888+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:42.016922+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:42.052264+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21T04:08:42.887026+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bfa29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2bfa29","method":"GET"} [] [2021-01-21T04:08:45.848840+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-21T04:08:45.876674+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:08:45.876731+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:45.876769+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:45.878125+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:45.942028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-21T04:08:46.161977+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:46.168244+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 21 Jan 2021 04:08:46 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:46.168347+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:46.168382+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:46.173832+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T04:08:46.328945+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-21T04:08:46.352690+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:08:46.352740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:46.352772+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:46.353931+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T04:08:46.383264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T04:08:46.390286+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T04:08:46.425936+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-21T04:08:46.554044+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-21T04:08:46.562505+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[231,230,229,228,227,226,225,224,223,222]] [] [2021-01-21T04:08:46.572888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-21T04:08:46.573374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-21T04:08:46.573759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-21T04:08:46.574056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-21T04:08:46.574353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-21T04:08:46.574673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-21T04:08:46.574984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-21T04:08:46.575277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-21T04:08:46.575569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-21T04:08:46.575883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-21T04:08:46.576232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-21T04:08:46.576542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-21T04:08:46.578661+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-21T04:08:46.592233+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T04:08:47.268095+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97ea7c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/97ea7c","method":"GET"} [] [2021-01-21T04:08:49.883624+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-21T04:08:49.911482+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:08:49.911535+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:49.911567+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:08:49.913366+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T04:08:49.946047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T04:08:49.949670+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T04:08:50.019565+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-21T04:08:50.048580+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T04:08:50.411542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bd269"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2bd269","method":"GET"} [] [2021-01-21T04:09:12.014837+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-21T04:09:12.062742+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:09:12.062799+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:09:12.062832+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:09:12.064831+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T04:09:12.117142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T04:09:12.126468+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T04:09:12.152363+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-21T04:09:12.241001+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-21T04:09:12.244629+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[231,230,229,228,227,226,225,224,223,222]] [] [2021-01-21T04:09:12.253164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-21T04:09:12.253715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-21T04:09:12.254105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-21T04:09:12.254421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-21T04:09:12.254728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-21T04:09:12.255076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-21T04:09:12.255407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-21T04:09:12.255708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-21T04:09:12.256012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-21T04:09:12.256338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-21T04:09:12.256733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-21T04:09:12.257065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-21T04:09:12.258711+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-21T04:09:12.266461+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T04:09:12.679168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7ed92"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a7ed92","method":"GET"} [] [2021-01-21T04:09:15.266235+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-21T04:09:15.293505+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:09:15.293558+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:09:15.293589+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:09:15.295347+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T04:09:15.338453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T04:09:15.344528+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T04:09:15.412368+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-21T04:09:15.421460+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-21T04:09:15.422347+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-21T04:09:15.447504+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T04:09:15.779807+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c1078"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c1078","method":"GET"} [] [2021-01-21T04:12:44.577458+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-21T04:12:44.614750+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T04:12:44.647330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T04:12:44.651441+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T04:12:44.651503+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:12:44.651538+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:12:44.651567+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:12:44.727016+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-01-21T04:12:44.740634+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-21T04:12:44.742749+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-21T04:12:44.749297+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-21T04:12:44.750095+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-21T04:12:44.850544+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21T04:12:44.852090+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":133500.0,"3":"2021-01-13T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":5,"11":19} [] [2021-01-21T04:12:44.853288+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":232,"6":26} [] [2021-01-21T04:12:44.853945+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":395.0,"4":null,"5":232,"6":24} [] [2021-01-21T04:12:44.854223+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":232,"6":25} [] [2021-01-21T04:12:44.856525+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21T04:12:44.880246+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T04:12:45.031261+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-21T04:12:45.054995+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:12:45.055046+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:12:45.055077+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:12:45.056113+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T04:12:45.076292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T04:12:45.079420+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T04:12:45.092594+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-21T04:12:45.149909+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-21T04:12:45.153610+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-21T04:12:45.162052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-21T04:12:45.162591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-21T04:12:45.163065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-21T04:12:45.163437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-21T04:12:45.163802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-21T04:12:45.164198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-21T04:12:45.164592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-21T04:12:45.164990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-21T04:12:45.165364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-21T04:12:45.165737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-21T04:12:45.166140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-21T04:12:45.166571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-21T04:12:45.168263+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-21T04:12:45.176283+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T04:12:45.630091+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"970495"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/970495","method":"GET"} [] [2021-01-21T04:18:44.412972+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-21T04:18:44.447401+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:18:44.447456+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:18:44.447487+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:18:44.449354+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T04:18:44.487276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T04:18:44.494451+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T04:18:44.556112+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-21T04:18:44.585120+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T04:18:45.158504+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9e4c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b9e4c1","method":"GET"} [] [2021-01-21T04:21:08.727124+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-21T04:21:08.766415+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T04:21:08.811532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T04:21:08.815097+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T04:21:08.815154+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T04:21:08.815187+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:21:08.815215+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T04:21:08.874156+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["10"]] [] [2021-01-21T04:21:08.984746+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [10,"2020-01-01T00:00:00+00:00","2021-01-21T00:00:00+00:00"] [] [2021-01-21T04:21:08.992763+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [10,"2020-01-01T00:00:00+00:00","2021-01-21T00:00:00+00:00"] [] [2021-01-21T04:21:09.000515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-21T04:21:09.005515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [139] [] [2021-01-21T04:21:09.008218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-21T04:21:09.008675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-21T04:21:09.008955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-21T04:21:09.109348+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-21T04:21:09.132998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T08:05:17.588409+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-21T08:05:17.633751+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T08:05:17.633810+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:17.633845+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:17.655303+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21T08:05:20.026839+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3b994"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b3b994","method":"GET"} [] [2021-01-21T08:05:23.390750+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-21T08:05:23.415555+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T08:05:23.415610+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.415648+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.416421+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.465705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-21T08:05:23.685669+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.690919+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 21 Jan 2021 08:05:23 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.690986+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.691016+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.696438+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T08:05:23.834482+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-21T08:05:23.859488+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T08:05:23.859546+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.859578+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:23.860731+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T08:05:23.901396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T08:05:23.904695+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T08:05:23.927066+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-21T08:05:24.010690+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-21T08:05:24.016613+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-21T08:05:24.025808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-21T08:05:24.026298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-21T08:05:24.026748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-21T08:05:24.027050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-21T08:05:24.027347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-21T08:05:24.027670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-21T08:05:24.027987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-21T08:05:24.028300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-21T08:05:24.028646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-21T08:05:24.028944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-21T08:05:24.029269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-21T08:05:24.029611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-21T08:05:24.031331+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-21T08:05:24.040891+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T08:05:25.007167+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcb1ed"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bcb1ed","method":"GET"} [] [2021-01-21T08:05:27.282799+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-21T08:05:27.311809+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T08:05:27.311867+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:27.311900+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:27.313739+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T08:05:27.355631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T08:05:27.359165+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T08:05:27.413250+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-21T08:05:27.440639+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T08:05:27.978511+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40024e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/40024e","method":"GET"} [] [2021-01-21T08:05:54.938330+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-21T08:05:54.980481+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T08:05:55.034499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T08:05:55.043224+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T08:05:55.043341+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T08:05:55.043409+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:55.043465+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T08:05:55.114888+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["18"]] [] [2021-01-21T08:05:55.229724+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [18,"2020-01-01T00:00:00+00:00","2021-01-21T00:00:00+00:00"] [] [2021-01-21T08:05:55.238274+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [18,"2020-01-01T00:00:00+00:00","2021-01-21T00:00:00+00:00"] [] [2021-01-21T08:05:55.246508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-21T08:05:55.252287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [59] [] [2021-01-21T08:05:55.256390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-21T08:05:55.257821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-21T08:05:55.258192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-21T08:05:55.258523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-21T08:05:55.258818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-21T08:05:55.259114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-21T08:05:55.259440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [60] [] [2021-01-21T08:05:55.259818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-21T08:05:55.260287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [80] [] [2021-01-21T08:05:55.260658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [81] [] [2021-01-21T08:05:55.260943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [61] [] [2021-01-21T08:05:55.261430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-21T08:05:55.261752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [132] [] [2021-01-21T08:05:55.262205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-21T08:05:55.262492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [124] [] [2021-01-21T08:05:55.262802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-21T08:05:55.263113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [144] [] [2021-01-21T08:05:55.263517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [150] [] [2021-01-21T08:05:55.263962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [180] [] [2021-01-21T08:05:55.264404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [212] [] [2021-01-21T08:05:55.570720+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-21T08:05:55.593271+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T11:21:20.440451+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-21T11:21:20.485243+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-21T11:21:20.485300+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T11:21:20.485333+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-21T11:21:20.524460+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-21T11:21:20.562665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-21T11:21:20.567954+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-21T11:21:20.636937+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-21T11:21:20.673346+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-21T11:21:21.840003+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ff769"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1ff769","method":"GET"} [] [2021-01-24T04:10:10.927686+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-24T04:10:11.010266+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:10:11.010323+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:11.010407+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:11.052124+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-24T04:10:12.846637+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d51dc7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d51dc7","method":"GET"} [] [2021-01-24T04:10:33.559071+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-24T04:10:33.601019+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:10:33.601075+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:33.601114+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:33.603164+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:33.667851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-24T04:10:33.884280+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:33.891358+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 24 Jan 2021 04:10:33 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:33.891430+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:33.891461+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:33.900494+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:10:34.099270+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-24T04:10:34.135269+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:10:34.135327+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:34.135412+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:10:34.137239+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:10:34.167629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:10:34.171241+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:10:34.203048+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-24T04:10:34.313976+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-24T04:10:34.320108+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-24T04:10:34.330219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-24T04:10:34.330763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:10:34.331162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-24T04:10:34.331454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:10:34.331746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-24T04:10:34.332111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-24T04:10:34.332427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-24T04:10:34.332737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:10:34.333019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:10:34.333315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-24T04:10:34.333629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-24T04:10:34.333966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-24T04:10:34.336152+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-24T04:10:34.349471+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:10:35.141783+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e43bd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7e43bd","method":"GET"} [] [2021-01-24T04:11:02.901749+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-24T04:11:02.930377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:11:02.930430+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:11:02.930460+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:11:02.932241+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:11:02.971516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:11:02.975240+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:11:03.041523+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:11:03.070383+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:11:03.796065+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c99457"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c99457","method":"GET"} [] [2021-01-24T04:11:25.725666+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-24T04:11:25.752111+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:11:25.783340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:11:25.786524+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:11:25.786582+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:11:25.786615+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:11:25.786643+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:11:25.891025+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-01-24T04:11:26.026801+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T04:11:26.034715+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T04:11:26.042299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:11:26.047009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-01-24T04:11:26.051387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-24T04:11:26.051891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-24T04:11:26.052189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-24T04:11:26.052478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-24T04:11:26.052760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-24T04:11:26.053072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-01-24T04:11:26.053489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-24T04:11:26.053782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-01-24T04:11:26.054066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-01-24T04:11:26.054348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-01-24T04:11:26.054628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-01-24T04:11:26.054904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-24T04:11:26.055210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-01-24T04:11:26.055683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-01-24T04:11:26.055990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-24T04:11:26.056344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-01-24T04:11:26.056676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-01-24T04:11:26.056999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-01-24T04:11:26.057371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-01-24T04:11:26.057690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-01-24T04:11:26.058128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-01-24T04:11:26.058559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-24T04:11:26.058847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-01-24T04:11:26.059255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-24T04:11:26.059570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-01-24T04:11:26.059847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-01-24T04:11:26.060262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-01-24T04:11:26.060609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-01-24T04:11:26.060917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-24T04:11:26.061225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:11:26.061501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-01-24T04:11:26.061817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-24T04:11:26.062111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:11:26.062388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-01-24T04:11:26.484061+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:11:26.506259+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:25:47.647442+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-24T04:25:47.683442+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:25:47.683498+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:25:47.683532+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:25:47.685421+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:25:47.720711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:25:47.724317+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:25:47.780518+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:25:47.810468+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:25:48.375828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"048285"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/048285","method":"GET"} [] [2021-01-24T04:25:50.825736+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-24T04:25:50.849769+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:25:50.849825+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:25:50.849911+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:25:50.851040+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:25:50.881982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:25:50.885276+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:25:50.897697+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-24T04:25:50.951077+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-24T04:25:50.954714+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-24T04:25:50.962795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-24T04:25:50.963227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:25:50.963598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-24T04:25:50.963890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:25:50.964180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-24T04:25:50.964494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-24T04:25:50.964855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-24T04:25:50.965171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:25:50.965457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:25:50.965745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-24T04:25:50.966055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-24T04:25:50.966402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-24T04:25:50.968025+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-24T04:25:50.975848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:25:51.403043+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c1a1f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c1a1f","method":"GET"} [] [2021-01-24T04:26:19.065142+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-01-24T04:26:19.099788+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:26:19.099843+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:26:19.099878+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:26:19.101745+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:26:19.139325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:26:19.142936+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:26:19.161201+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-24T04:26:19.177609+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-24T04:26:19.237080+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-01-24T04:26:19.239897+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[222,221,220,219,218,217,216,215,214,213]] [] [2021-01-24T04:26:19.248103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-24T04:26:19.248535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:26:19.248908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:26:19.249205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:26:19.249500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-24T04:26:19.249838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-24T04:26:19.250134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-24T04:26:19.250425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-24T04:26:19.250715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-24T04:26:19.251029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-24T04:26:19.251342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-24T04:26:19.251632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:26:19.251980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-24T04:26:19.259229+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:26:19.687103+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"475234"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/475234","method":"GET"} [] [2021-01-24T04:26:24.020264+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"221"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/221","method":"GET"} [] [2021-01-24T04:26:24.049802+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:26:24.049856+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:26:24.049888+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:26:24.051678+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:26:24.092008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:26:24.095562+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:26:24.154810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["221"] [] [2021-01-24T04:26:24.170764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-01-24T04:26:24.228827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:26:24.229698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:26:24.231667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-24T04:26:24.232121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-24T04:26:24.232488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-24T04:26:24.233992+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:26:24.235455+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-24T04:26:24.236258+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-24T04:26:24.268788+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:26:24.712021+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17950c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/17950c","method":"GET"} [] [2021-01-24T04:33:49.334205+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"221"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/221","method":"POST"} [] [2021-01-24T04:33:49.370116+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:33:49.409167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:33:49.412960+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:33:49.413073+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:33:49.413110+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:33:49.413139+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:33:49.435839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["221"] [] [2021-01-24T04:33:49.451368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-01-24T04:33:49.505409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:33:49.506230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:33:49.507850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-24T04:33:49.509290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-24T04:33:49.509630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-24T04:33:49.512776+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-01-24T04:33:49.513862+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-24T04:33:49.514421+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-24T04:33:49.552045+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-24T04:33:49.554106+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-24T04:33:49.641680+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-24T04:33:49.641997+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [156199.0,221] [] [2021-01-24T04:33:49.649087+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-24T04:33:49.683318+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:33:49.873088+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-24T04:33:49.906444+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:33:49.906499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:33:49.906530+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:33:49.908263+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:33:49.945604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:33:49.952721+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:33:49.975013+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-24T04:33:50.035132+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-24T04:33:50.039527+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-24T04:33:50.047398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-24T04:33:50.047835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:33:50.048280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-24T04:33:50.048591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:33:50.048896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-24T04:33:50.049221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-24T04:33:50.049544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-24T04:33:50.049867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:33:50.050167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:33:50.050467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-24T04:33:50.050789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-24T04:33:50.051139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-24T04:33:50.052801+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-24T04:33:50.060407+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:33:50.518950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64655a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64655a","method":"GET"} [] [2021-01-24T04:33:52.987547+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-24T04:33:53.015347+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:33:53.015399+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:33:53.015430+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:33:53.017195+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:33:53.051178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:33:53.054707+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:33:53.107268+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:33:53.134294+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:33:53.550805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9a93f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b9a93f","method":"GET"} [] [2021-01-24T04:34:07.742909+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-24T04:34:07.780587+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:34:07.813555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:34:07.817192+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:34:07.817250+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:34:07.817283+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:34:07.817311+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:34:07.875046+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-01-24T04:34:07.961969+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T04:34:07.969850+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T04:34:07.976509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:34:07.980997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-01-24T04:34:07.984625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-24T04:34:07.986027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-24T04:34:07.986333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-24T04:34:07.986626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-24T04:34:07.986915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-24T04:34:07.987231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-01-24T04:34:07.987653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-24T04:34:07.987951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-01-24T04:34:07.988243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-01-24T04:34:07.988531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-01-24T04:34:07.988818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-01-24T04:34:07.989208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-24T04:34:07.989617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-01-24T04:34:07.990117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-01-24T04:34:07.990436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-24T04:34:07.990781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-01-24T04:34:07.991133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-01-24T04:34:07.991461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-01-24T04:34:07.991832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-01-24T04:34:07.992159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-01-24T04:34:07.992602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-01-24T04:34:07.993039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-24T04:34:07.993335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-01-24T04:34:07.993809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-24T04:34:07.994129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-01-24T04:34:07.994415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-01-24T04:34:07.994835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-01-24T04:34:07.995209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-01-24T04:34:07.995509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-24T04:34:07.995831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:34:07.996114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-01-24T04:34:07.996429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-24T04:34:07.996729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:34:07.997011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-01-24T04:34:08.395654+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:34:08.418188+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:38:20.453385+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-24T04:38:20.487750+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:38:20.487805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:20.487836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:20.489637+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:38:20.519630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:38:20.523262+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:38:20.577734+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:38:20.606631+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:38:21.169585+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"677a5b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/677a5b","method":"GET"} [] [2021-01-24T04:38:23.046296+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-24T04:38:23.070069+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:38:23.070120+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:23.070150+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:23.071176+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:38:23.094607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:38:23.097698+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:38:23.109943+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-24T04:38:23.162462+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-24T04:38:23.165923+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-24T04:38:23.174096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-24T04:38:23.174537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:38:23.174914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-24T04:38:23.175265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:38:23.175571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-24T04:38:23.175898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-24T04:38:23.176221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-24T04:38:23.176545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:38:23.176845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:38:23.177145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-24T04:38:23.177468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-24T04:38:23.177816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-24T04:38:23.179394+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-24T04:38:23.187035+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:38:23.619888+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7da8cd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7da8cd","method":"GET"} [] [2021-01-24T04:38:28.487570+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"227"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/227","method":"GET"} [] [2021-01-24T04:38:28.517075+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:38:28.517133+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:28.517167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:28.519056+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:38:28.548651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:38:28.552133+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:38:28.573516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["227"] [] [2021-01-24T04:38:28.588850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-01-24T04:38:28.640422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:38:28.641263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:38:28.642282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-24T04:38:28.643619+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:38:28.645027+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-24T04:38:28.645771+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-24T04:38:28.676843+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:38:29.089296+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dee912"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dee912","method":"GET"} [] [2021-01-24T04:38:34.468365+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"227"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/227","method":"POST"} [] [2021-01-24T04:38:34.503379+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:38:34.547337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:38:34.550788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:38:34.550846+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:38:34.550879+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:34.550908+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:34.573088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["227"] [] [2021-01-24T04:38:34.588507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-01-24T04:38:34.640846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:38:34.641618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:38:34.642653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-24T04:38:34.645591+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-01-24T04:38:34.646633+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-01-24T04:38:34.647193+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-01-24T04:38:34.704785+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-24T04:38:34.705056+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [156179.0,227] [] [2021-01-24T04:38:34.742411+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-24T04:38:34.779594+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:38:34.966233+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-24T04:38:34.999512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:38:34.999565+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:34.999596+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:35.001337+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:38:35.041910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:38:35.049109+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:38:35.071896+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-24T04:38:35.130988+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-24T04:38:35.134681+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-24T04:38:35.142983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-24T04:38:35.143452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:38:35.143824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-24T04:38:35.144168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:38:35.144465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-24T04:38:35.144780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-24T04:38:35.145092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-24T04:38:35.145402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-24T04:38:35.145686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:38:35.145975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-24T04:38:35.146287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-24T04:38:35.146625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-24T04:38:35.148238+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-24T04:38:35.156113+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:38:35.593021+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3a8c5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f3a8c5","method":"GET"} [] [2021-01-24T04:38:36.998833+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-24T04:38:37.026164+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:38:37.026270+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:37.026307+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:37.028072+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:38:37.062747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:38:37.066132+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:38:37.117219+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:38:37.143666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:38:37.473762+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"174ecd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/174ecd","method":"GET"} [] [2021-01-24T04:38:52.129206+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-24T04:38:52.158458+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:38:52.197334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:38:52.200804+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:38:52.200861+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:38:52.200895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:52.200922+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:38:52.244993+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-01-24T04:38:52.328956+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T04:38:52.336729+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T04:38:52.343370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T04:38:52.347826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-01-24T04:38:52.351397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-24T04:38:52.352724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-24T04:38:52.353029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-24T04:38:52.353321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-24T04:38:52.353609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-24T04:38:52.353922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-01-24T04:38:52.354341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-24T04:38:52.354637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-01-24T04:38:52.354925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-01-24T04:38:52.355215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-01-24T04:38:52.355501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-01-24T04:38:52.355785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-24T04:38:52.356090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-01-24T04:38:52.356620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-01-24T04:38:52.356938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-24T04:38:52.357249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-01-24T04:38:52.357584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-01-24T04:38:52.357911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-01-24T04:38:52.358281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-01-24T04:38:52.358608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-01-24T04:38:52.359054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-01-24T04:38:52.359491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-24T04:38:52.359785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-01-24T04:38:52.360191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-24T04:38:52.360511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-01-24T04:38:52.360795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-01-24T04:38:52.361212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-01-24T04:38:52.361562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-01-24T04:38:52.361859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-24T04:38:52.362176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T04:38:52.362460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-01-24T04:38:52.362776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-24T04:38:52.363078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T04:38:52.363366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-01-24T04:38:52.750463+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:38:52.772766+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:40:20.492393+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-24T04:40:20.516973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T04:40:20.517026+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:40:20.517058+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T04:40:20.518127+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T04:40:20.546937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T04:40:20.549999+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T04:40:20.588715+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T04:40:20.610466+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T04:40:21.193010+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"360152"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/360152","method":"GET"} [] [2021-01-24T05:01:10.991491+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-24T05:01:11.034866+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T05:01:11.068924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T05:01:11.072716+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T05:01:11.072782+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T05:01:11.072817+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T05:01:11.072847+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T05:01:11.137262+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-01-24T05:01:11.240345+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T05:01:11.249390+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T05:01:11.257275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-24T05:01:11.263289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-01-24T05:01:11.266265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-24T05:01:11.266696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-01-24T05:01:11.267022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-24T05:01:11.267426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-01-24T05:01:11.267741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-01-24T05:01:11.268107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-01-24T05:01:11.268562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-24T05:01:11.268869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-24T05:01:11.269173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-24T05:01:11.269495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-01-24T05:01:11.269796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-01-24T05:01:11.270104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T05:01:11.270449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-01-24T05:01:11.270948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-24T05:01:11.271303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-01-24T05:01:11.271612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-01-24T05:01:11.272065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-01-24T05:01:11.272385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-01-24T05:01:11.272693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-01-24T05:01:11.272968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-24T05:01:11.273361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-01-24T05:01:11.273686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-01-24T05:01:11.274083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-01-24T05:01:11.274472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T05:01:11.274770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-01-24T05:01:11.275131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-24T05:01:11.275438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T05:01:11.275751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-01-24T05:01:11.554198+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T05:01:11.578606+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T05:06:55.796069+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-24T05:06:55.832788+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T05:06:55.832842+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T05:06:55.832874+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T05:06:55.834709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T05:06:55.876114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T05:06:55.879776+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T05:06:55.937861+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T05:06:55.968103+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T05:06:56.539253+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38b217"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/38b217","method":"GET"} [] [2021-01-24T06:55:27.035705+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-24T06:55:27.083934+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T06:55:27.125885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T06:55:27.130825+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T06:55:27.130894+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T06:55:27.130929+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T06:55:27.130958+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T06:55:27.204801+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-01-24T06:55:27.317729+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T06:55:27.326778+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T06:55:27.334124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T06:55:27.339584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-01-24T06:55:27.343773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-24T06:55:27.344248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-24T06:55:27.344559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-24T06:55:27.344843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-24T06:55:27.345152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-01-24T06:55:27.345558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-24T06:55:27.345893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-01-24T06:55:27.346383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-01-24T06:55:27.346687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-01-24T06:55:27.347165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T06:55:27.347451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-01-24T06:55:27.347891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T06:55:27.348175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-01-24T06:55:27.348481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-24T06:55:27.348790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-01-24T06:55:27.349197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-01-24T06:55:27.654890+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T06:55:27.678272+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T06:56:07.735807+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-24T06:56:07.785643+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T06:56:07.785702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T06:56:07.785735+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T06:56:07.788287+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T06:56:07.834529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T06:56:07.838739+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T06:56:07.904486+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T06:56:07.939572+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-24T06:56:08.504198+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f073da"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f073da","method":"GET"} [] [2021-01-24T06:56:15.313698+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-24T06:56:15.360173+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-24T06:56:15.416111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-24T06:56:15.420308+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-24T06:56:15.420381+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-24T06:56:15.420416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T06:56:15.420445+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-24T06:56:15.487299+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-01-24T06:56:15.585275+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T06:56:15.593537+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-24T00:00:00+00:00","2021-01-24T00:00:00+00:00"] [] [2021-01-24T06:56:15.600842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-24T06:56:15.605751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-01-24T06:56:15.608629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-24T06:56:15.609094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-24T06:56:15.609412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-24T06:56:15.609700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-24T06:56:15.610016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-01-24T06:56:15.610501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-24T06:56:15.610937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-01-24T06:56:15.611484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-01-24T06:56:15.611885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-01-24T06:56:15.612355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-24T06:56:15.612692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-01-24T06:56:15.613193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-24T06:56:15.613525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-01-24T06:56:15.613891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-24T06:56:15.614259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-01-24T06:56:15.614735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-01-24T06:56:15.898691+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-24T06:56:15.922323+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T03:51:38.462181+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-25T03:51:38.604215+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T03:51:38.604282+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:38.604318+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:38.682132+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-25T03:51:39.367364+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c2f2b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c2f2b","method":"GET"} [] [2021-01-25T03:51:42.606380+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-25T03:51:42.631007+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T03:51:42.631060+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:42.631098+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:42.633986+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:42.768146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-25T03:51:43.087315+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:43.095741+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 25 Jan 2021 03:51:43 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:43.095816+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:43.095846+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:43.101169+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T03:51:43.314236+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T03:51:43.353915+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T03:51:43.353973+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:43.354005+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:43.355963+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T03:51:43.402916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T03:51:43.412038+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T03:51:43.448378+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T03:51:43.621329+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T03:51:43.633661+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-25T03:51:43.646555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T03:51:43.647044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T03:51:43.647406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T03:51:43.647703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T03:51:43.648046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T03:51:43.648380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T03:51:43.648689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T03:51:43.649000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T03:51:43.649349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T03:51:43.649647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T03:51:43.650025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T03:51:43.650371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-25T03:51:43.652593+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T03:51:43.669557+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T03:51:44.342552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a4cf2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7a4cf2","method":"GET"} [] [2021-01-25T03:51:46.634414+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-25T03:51:46.661986+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T03:51:46.662039+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:46.662071+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:51:46.663865+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T03:51:46.693380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T03:51:46.697091+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T03:51:46.821656+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T03:51:46.858321+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T03:51:47.275113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7becde"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7becde","method":"GET"} [] [2021-01-25T03:53:11.094840+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-25T03:53:11.137262+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T03:53:11.185080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T03:53:11.189095+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T03:53:11.189156+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T03:53:11.189190+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:53:11.189219+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:53:11.254058+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T03:53:11.504680+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-01-25T00:00:00+00:00"] [] [2021-01-25T03:53:11.513317+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-01-25T00:00:00+00:00"] [] [2021-01-25T03:53:11.520942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T03:53:11.525628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-01-25T03:53:11.533337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-01-25T03:53:11.533861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-25T03:53:11.534203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-01-25T03:53:11.534629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-25T03:53:11.534922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-25T03:53:11.535207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-01-25T03:53:11.535483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-01-25T03:53:11.535760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-01-25T03:53:11.536033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-01-25T03:53:11.536344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-01-25T03:53:11.536690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-01-25T03:53:11.536974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-25T03:53:11.537292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-01-25T03:53:11.537641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-25T03:53:11.537927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-25T03:53:11.538204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-25T03:53:11.538499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-01-25T03:53:11.538911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-01-25T03:53:11.539195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-01-25T03:53:11.539524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-01-25T03:53:11.539805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-01-25T03:53:11.540082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-01-25T03:53:11.540356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-01-25T03:53:11.540630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-01-25T03:53:11.540916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T03:53:11.541189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-01-25T03:53:11.541594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-25T03:53:11.541935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-01-25T03:53:11.542371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-25T03:53:11.542665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T03:53:11.542941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-01-25T03:53:11.543245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-25T03:53:11.912882+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T03:53:11.935332+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T03:57:57.474361+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-25T03:57:57.509259+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T03:57:57.509368+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:57:57.509404+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:57:57.511232+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T03:57:57.541686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T03:57:57.545244+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T03:57:57.600316+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T03:57:57.629923+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T03:57:58.168178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c5cb8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c5cb8","method":"GET"} [] [2021-01-25T03:58:03.852823+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-01-25T03:58:03.886307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T03:58:03.886360+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:58:03.886391+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:58:03.888128+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T03:58:03.925420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T03:58:03.928900+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T03:58:03.946665+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T03:58:03.962679+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T03:58:04.019537+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-01-25T03:58:04.022297+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[222,221,220,219,218,217,216,215,214,213]] [] [2021-01-25T03:58:04.030491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-01-25T03:58:04.030929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T03:58:04.031302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T03:58:04.031609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T03:58:04.031913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T03:58:04.032213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-01-25T03:58:04.032517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T03:58:04.032821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-01-25T03:58:04.033163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-25T03:58:04.033514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T03:58:04.033890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T03:58:04.034196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T03:58:04.034545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-25T03:58:04.041806+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T03:58:04.480311+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f16954"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f16954","method":"GET"} [] [2021-01-25T03:58:09.283371+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"216"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/216","method":"GET"} [] [2021-01-25T03:58:09.311095+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T03:58:09.311146+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:58:09.311178+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T03:58:09.312927+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T03:58:09.356877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T03:58:09.360370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T03:58:09.383591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["216"] [] [2021-01-25T03:58:09.398978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-01-25T03:58:09.471493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T03:58:09.472594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T03:58:09.474327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-25T03:58:09.476295+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T03:58:09.478215+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T03:58:09.479227+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T03:58:09.509957+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T03:58:09.973547+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42eab7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/42eab7","method":"GET"} [] [2021-01-25T04:02:57.164081+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"216"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/216","method":"POST"} [] [2021-01-25T04:02:57.200348+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:02:57.229556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:02:57.233038+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:02:57.233099+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:02:57.233133+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:02:57.233162+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:02:57.256207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["216"] [] [2021-01-25T04:02:57.272163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-01-25T04:02:57.325393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T04:02:57.326280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T04:02:57.327306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-25T04:02:57.330291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T04:02:57.331328+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-01-25T04:02:57.331886+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-01-25T04:02:57.418487+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T04:02:57.418775+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [215156.0,216] [] [2021-01-25T04:02:57.426507+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T04:02:57.451828+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:02:57.638553+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T04:02:57.672494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:02:57.672547+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:02:57.672578+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:02:57.674341+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:02:57.710479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:02:57.720794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:02:57.747047+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T04:02:57.806916+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T04:02:57.810445+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-25T04:02:57.818673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T04:02:57.819123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T04:02:57.819498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T04:02:57.819812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T04:02:57.820121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T04:02:57.820451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T04:02:57.820781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T04:02:57.821113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T04:02:57.821417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T04:02:57.821719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T04:02:57.822049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T04:02:57.822401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-25T04:02:57.824044+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T04:02:57.831864+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:02:58.537212+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b6b98"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2b6b98","method":"GET"} [] [2021-01-25T04:11:47.461342+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-25T04:11:47.498603+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:11:47.498659+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:11:47.498691+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:11:47.500640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:11:47.541909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:11:47.545668+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:11:47.604329+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T04:11:47.635347+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:11:48.260245+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a63d5f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a63d5f","method":"GET"} [] [2021-01-25T04:12:10.188694+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-25T04:12:10.225902+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:12:10.270232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:12:10.273862+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:12:10.273922+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:12:10.273956+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:12:10.273985+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:12:10.331841+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T04:12:10.444110+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-01-25T00:00:00+00:00"] [] [2021-01-25T04:12:10.452145+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-01-25T00:00:00+00:00"] [] [2021-01-25T04:12:10.459336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T04:12:10.464503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-01-25T04:12:10.467140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-01-25T04:12:10.467574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-25T04:12:10.467894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-01-25T04:12:10.468311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-25T04:12:10.468574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-25T04:12:10.468907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-01-25T04:12:10.469178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-01-25T04:12:10.469446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-01-25T04:12:10.469702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-01-25T04:12:10.470026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-01-25T04:12:10.470372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-01-25T04:12:10.470637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-25T04:12:10.470931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-01-25T04:12:10.471266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-25T04:12:10.471556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-25T04:12:10.471857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-25T04:12:10.472157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-01-25T04:12:10.472564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-01-25T04:12:10.472826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-01-25T04:12:10.473088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-01-25T04:12:10.473350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-01-25T04:12:10.473602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-01-25T04:12:10.473849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-01-25T04:12:10.474093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-01-25T04:12:10.474350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T04:12:10.474604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-01-25T04:12:10.475013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-25T04:12:10.475304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-01-25T04:12:10.475719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-25T04:12:10.476006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T04:12:10.476266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-01-25T04:12:10.476556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-25T04:12:10.782146+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T04:12:10.804622+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:46:14.988590+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-25T04:46:15.026881+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:46:15.026938+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:46:15.026970+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:46:15.028997+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:46:15.081191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:46:15.084962+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:46:15.145954+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T04:46:15.181625+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:46:15.756561+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acf00f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/acf00f","method":"GET"} [] [2021-01-25T04:46:17.606123+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T04:46:17.630780+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:46:17.630834+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:46:17.630866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:46:17.631933+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:46:17.670406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:46:17.673586+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:46:17.686668+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T04:46:17.741941+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T04:46:17.745818+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[232,231,230,229,228,227,226,225,224,223]] [] [2021-01-25T04:46:17.754027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T04:46:17.754481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T04:46:17.754863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T04:46:17.755155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T04:46:17.755446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T04:46:17.755761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T04:46:17.756073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T04:46:17.756383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T04:46:17.756670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T04:46:17.756957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T04:46:17.757268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T04:46:17.757608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-01-25T04:46:17.759267+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T04:46:17.767867+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:46:18.215676+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"878ce9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/878ce9","method":"GET"} [] [2021-01-25T04:46:19.819530+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T04:46:19.848246+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:46:19.848302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:46:19.848334+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:46:19.850156+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:46:19.894443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:46:19.900519+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:46:19.969638+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T04:46:19.979087+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T04:46:19.979987+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T04:46:20.008115+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:46:20.367987+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e91e12"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e91e12","method":"GET"} [] [2021-01-25T04:50:44.734866+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-25T04:50:44.771576+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:50:44.810620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:50:44.814185+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:50:44.814245+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:50:44.814335+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:50:44.814371+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:50:44.884944+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T04:50:44.894370+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T04:50:44.964914+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T04:50:44.990517+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":215386.0,"3":"2021-01-19T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":4,"11":2} [] [2021-01-25T04:50:44.993695+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T04:50:45.020702+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:50:45.157487+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T04:50:45.182960+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:50:45.183020+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:50:45.183054+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:50:45.184169+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:50:45.205767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:50:45.208920+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:50:45.221489+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T04:50:45.278794+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T04:50:45.282358+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[233,232,231,230,229,228,227,226,225,224]] [] [2021-01-25T04:50:45.290472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T04:50:45.290906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T04:50:45.291246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T04:50:45.291546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T04:50:45.291842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T04:50:45.292164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T04:50:45.292481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T04:50:45.292802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T04:50:45.293118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T04:50:45.293411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T04:50:45.293718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T04:50:45.294034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T04:50:45.295755+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T04:50:45.303582+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:50:45.740366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5d35e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f5d35e","method":"GET"} [] [2021-01-25T04:57:27.109277+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T04:57:27.144447+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T04:57:27.144502+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:57:27.144534+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T04:57:27.146351+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T04:57:27.190040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T04:57:27.193589+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T04:57:27.212153+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T04:57:27.286232+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T04:57:27.290103+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[233,232,231,230,229,228,227,226,225,224]] [] [2021-01-25T04:57:27.299837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T04:57:27.300337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T04:57:27.300710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T04:57:27.301003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T04:57:27.301296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T04:57:27.301611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T04:57:27.301923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T04:57:27.302237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T04:57:27.302549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T04:57:27.302834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T04:57:27.303122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T04:57:27.303437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T04:57:27.305122+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T04:57:27.312947+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T04:57:27.686808+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6188cb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6188cb","method":"GET"} [] [2021-01-25T05:21:25.412908+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-01-25T05:21:25.454721+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T05:21:25.454779+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T05:21:25.454815+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T05:21:25.456862+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T05:21:25.507132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T05:21:25.510768+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T05:21:25.608203+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-01-25T05:21:25.639419+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T05:21:26.005828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08747f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/08747f","method":"GET"} [] [2021-01-25T06:19:33.982645+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T06:19:34.022481+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:19:34.022539+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:19:34.022572+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:19:34.024612+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:19:34.074405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:19:34.078323+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:19:34.100187+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:19:34.182173+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:19:34.186220+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[233,232,231,230,229,228,227,226,225,224]] [] [2021-01-25T06:19:34.194546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T06:19:34.195052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:19:34.195490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T06:19:34.195831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T06:19:34.196173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T06:19:34.196537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T06:19:34.196901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T06:19:34.197265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T06:19:34.197766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T06:19:34.198116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T06:19:34.198460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T06:19:34.198839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T06:19:34.200664+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:19:34.210315+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:19:34.840514+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b24bdb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b24bdb","method":"GET"} [] [2021-01-25T06:19:36.551062+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T06:19:36.581644+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:19:36.581705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:19:36.581739+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:19:36.583686+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:19:36.613441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:19:36.616979+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:19:36.685352+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T06:19:36.695286+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T06:19:36.696274+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T06:19:36.727549+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:19:37.251134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c68078"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c68078","method":"GET"} [] [2021-01-25T06:19:43.554060+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:19:43.589886+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:19:43.589942+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:19:43.589973+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:19:43.591806+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:19:43.633682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:19:43.637315+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:19:43.657846+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:19:43.729218+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:19:43.732381+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[132,131,130,129,128,127,126,125,124,123]] [] [2021-01-25T06:19:43.735680+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:19:43.742855+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:19:44.097668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09f6ca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/09f6ca","method":"GET"} [] [2021-01-25T06:19:49.817797+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:19:49.843842+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:19:49.843903+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:19:49.843936+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:19:49.845054+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:19:49.873609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:19:49.876781+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:19:49.922591+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:19:50.339174+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf2f94"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bf2f94","method":"GET"} [] [2021-01-25T06:20:33.487774+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:20:33.531328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:20:33.569297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:20:33.573236+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:20:33.573298+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:20:33.573332+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:20:33.573361+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:20:33.685597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Link Joint"] [] [2021-01-25T06:20:33.694313+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:20:33.695069+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Link Joint","2":"Set","3":null,"4":null,"5":1} [] [2021-01-25T06:20:33.696297+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:20:33.709530+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:20:33.857821+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:20:33.882775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:20:33.882833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:20:33.882867+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:20:33.883956+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:20:33.910066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:20:33.913248+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:20:33.924700+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:20:33.980425+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:20:33.984016+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[133,132,131,130,129,128,127,126,125,124]] [] [2021-01-25T06:20:33.987390+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:20:33.994826+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:20:34.412304+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e07efe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e07efe","method":"GET"} [] [2021-01-25T06:20:46.246602+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:20:46.271721+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:20:46.271838+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:20:46.271876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:20:46.272976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:20:46.310928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:20:46.317060+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:20:46.358278+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:20:46.715795+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3f547"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e3f547","method":"GET"} [] [2021-01-25T06:21:56.389342+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:21:56.416794+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:21:56.462707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:21:56.466075+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:21:56.466140+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:21:56.466174+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:21:56.466203+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:21:56.520827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Shock Absorber Dust Cover"] [] [2021-01-25T06:21:56.525533+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:21:56.526080+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Shock Absorber Dust Cover","2":"Pcs","3":null,"4":null,"5":1} [] [2021-01-25T06:21:56.528794+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:21:56.548906+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:21:56.691181+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:21:56.715586+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:21:56.715706+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:21:56.715745+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:21:56.716817+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:21:56.759520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:21:56.762779+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:21:56.772746+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:21:56.821983+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:21:56.827477+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[134,133,132,131,130,129,128,127,126,125]] [] [2021-01-25T06:21:56.830604+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:21:56.835572+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:21:57.184009+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbbe12"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bbbe12","method":"GET"} [] [2021-01-25T06:21:58.874377+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:21:58.899150+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:21:58.899206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:21:58.899239+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:21:58.900300+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:21:58.944396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:21:58.947575+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:21:58.988281+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:21:59.293006+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e06d18"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e06d18","method":"GET"} [] [2021-01-25T06:23:18.509256+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:23:18.546432+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:23:18.598490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:23:18.602034+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:23:18.602093+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:23:18.602127+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:23:18.602156+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:23:18.694293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Shock Absorber Repairing"] [] [2021-01-25T06:23:18.705358+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:23:18.706009+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Shock Absorber Repairing","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T06:23:18.706816+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:23:18.718611+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:23:18.867289+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:23:18.891998+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:23:18.892054+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:23:18.892087+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:23:18.893153+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:23:18.928725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:23:18.931792+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:23:18.942909+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:23:18.996900+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:23:18.999993+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[135,134,133,132,131,130,129,128,127,126]] [] [2021-01-25T06:23:19.003117+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:23:19.010599+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:23:19.412276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e06e89"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e06e89","method":"GET"} [] [2021-01-25T06:23:23.128972+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:23:23.154149+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:23:23.154239+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:23:23.154290+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:23:23.155384+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:23:23.176569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:23:23.179793+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:23:23.221029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:23:23.509979+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0ac56"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f0ac56","method":"GET"} [] [2021-01-25T06:24:23.938206+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:24:23.975832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:24:24.012470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:24:24.016030+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:24:24.016096+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:24:24.016131+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:24:24.016159+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:24:24.107650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Staring Box Repairing"] [] [2021-01-25T06:24:24.114041+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:24:24.114655+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Staring Box Repairing","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T06:24:24.115813+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:24:24.127805+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:24:24.277641+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:24:24.303035+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:24:24.303099+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:24:24.303132+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:24:24.304218+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:24:24.327798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:24:24.330970+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:24:24.342687+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:24:24.398538+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:24:24.401876+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[136,135,134,133,132,131,130,129,128,127]] [] [2021-01-25T06:24:24.405115+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:24:24.412355+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:24:24.824134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"414428"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/414428","method":"GET"} [] [2021-01-25T06:25:32.249216+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:25:32.284799+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:25:32.284855+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:25:32.284887+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:25:32.286731+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:25:32.321438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:25:32.324952+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:25:32.379847+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:25:32.720915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64441a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64441a","method":"GET"} [] [2021-01-25T06:25:46.578178+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T06:25:46.603148+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:25:46.603203+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:25:46.603235+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:25:46.604388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:25:46.633790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:25:46.636907+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:25:46.649378+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:25:46.708060+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:25:46.711132+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[233,232,231,230,229,228,227,226,225,224]] [] [2021-01-25T06:25:46.719419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T06:25:46.719854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:25:46.720178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T06:25:46.720473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T06:25:46.720766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T06:25:46.721084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T06:25:46.721478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T06:25:46.721798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T06:25:46.722112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T06:25:46.722399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T06:25:46.722690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T06:25:46.723006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T06:25:46.724652+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:25:46.732627+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:25:47.098635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be3084"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/be3084","method":"GET"} [] [2021-01-25T06:26:12.011154+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T06:26:12.037670+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:26:12.037730+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:26:12.037764+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:26:12.038887+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:26:12.075022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:26:12.078718+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:26:12.145677+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T06:26:12.156513+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T06:26:12.157432+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T06:26:12.182908+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:26:12.552373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b0ec4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4b0ec4","method":"GET"} [] [2021-01-25T06:26:19.248870+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"233"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/233","method":"GET"} [] [2021-01-25T06:26:19.278108+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:26:19.278165+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:26:19.278198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:26:19.280162+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:26:19.312867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:26:19.316386+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:26:19.338590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["233"] [] [2021-01-25T06:26:19.354312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-01-25T06:26:19.406428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T06:26:19.407346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:26:19.409006+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T06:26:19.410650+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T06:26:19.411561+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T06:26:19.442629+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:26:19.851486+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8f49f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d8f49f","method":"GET"} [] [2021-01-25T06:37:26.908808+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"233"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/233","method":"POST"} [] [2021-01-25T06:37:26.946406+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:37:26.984132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:37:26.987693+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:37:26.987753+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:37:26.987787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:26.987816+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:27.011697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["233"] [] [2021-01-25T06:37:27.027578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-01-25T06:37:27.079197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T06:37:27.080100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:37:27.083362+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T06:37:27.084524+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T06:37:27.090194+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-01-25T06:37:27.091206+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-01-25T06:37:27.091733+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["18"]] [] [2021-01-25T06:37:27.092230+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["133"]] [] [2021-01-25T06:37:27.092703+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["104"]] [] [2021-01-25T06:37:27.093170+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["134"]] [] [2021-01-25T06:37:27.093644+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["58"]] [] [2021-01-25T06:37:27.094116+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["106"]] [] [2021-01-25T06:37:27.094591+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["59"]] [] [2021-01-25T06:37:27.095063+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["57"]] [] [2021-01-25T06:37:27.095536+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["126"]] [] [2021-01-25T06:37:27.096007+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["135"]] [] [2021-01-25T06:37:27.096478+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["119"]] [] [2021-01-25T06:37:27.097031+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-01-25T06:37:27.163015+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:37:27.163979+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3200.0,"4":null,"5":233,"6":1} [] [2021-01-25T06:37:27.166981+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2200.0,"4":null,"5":233,"6":46} [] [2021-01-25T06:37:27.167231+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":233,"6":18} [] [2021-01-25T06:37:27.167459+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1800.0,"4":null,"5":233,"6":133} [] [2021-01-25T06:37:27.167688+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":1500.0,"4":null,"5":233,"6":104} [] [2021-01-25T06:37:27.167913+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":500.0,"4":null,"5":233,"6":134} [] [2021-01-25T06:37:27.168136+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":350.0,"4":null,"5":233,"6":58} [] [2021-01-25T06:37:27.168355+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":500.0,"4":null,"5":233,"6":106} [] [2021-01-25T06:37:27.168574+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":233,"6":59} [] [2021-01-25T06:37:27.168800+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":233,"6":57} [] [2021-01-25T06:37:27.169019+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2200.0,"4":null,"5":233,"6":126} [] [2021-01-25T06:37:27.169250+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1600.0,"4":null,"5":233,"6":135} [] [2021-01-25T06:37:27.169469+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":200.0,"4":null,"5":233,"6":119} [] [2021-01-25T06:37:27.169689+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3500.0,"4":null,"5":233,"6":6} [] [2021-01-25T06:37:27.172350+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:37:27.188793+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:37:27.402265+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T06:37:27.439219+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:37:27.439278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:27.439310+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:27.441167+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:37:27.491139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:37:27.494699+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:37:27.512315+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:37:27.575571+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:37:27.579437+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[233,232,231,230,229,228,227,226,225,224]] [] [2021-01-25T06:37:27.587544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T06:37:27.588041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:37:27.588410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T06:37:27.588752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T06:37:27.589090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T06:37:27.589511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T06:37:27.589867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T06:37:27.590231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T06:37:27.590594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T06:37:27.590933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T06:37:27.591273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T06:37:27.591637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T06:37:27.593690+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:37:27.601913+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:37:28.080776+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e1c04"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6e1c04","method":"GET"} [] [2021-01-25T06:37:30.561076+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"233"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/233","method":"GET"} [] [2021-01-25T06:37:30.592542+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:37:30.592602+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:30.592638+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:30.594593+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:37:30.646595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:37:30.650086+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:37:30.674800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["233"] [] [2021-01-25T06:37:30.773225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T06:37:30.773857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:37:30.778435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-01-25T06:37:30.782505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-25T06:37:30.782910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-01-25T06:37:30.783253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-01-25T06:37:30.783592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-01-25T06:37:30.783929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-01-25T06:37:30.784267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-01-25T06:37:30.784604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-01-25T06:37:30.784939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-01-25T06:37:30.785277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-25T06:37:30.785610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-25T06:37:30.785950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-01-25T06:37:30.786363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-01-25T06:37:30.786743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-01-25T06:37:30.787096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-25T06:37:30.797057+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:37:31.211848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a22862"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a22862","method":"GET"} [] [2021-01-25T06:37:39.128156+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-25T06:37:39.164956+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:37:39.165024+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:39.165059+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:39.167432+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:37:39.227576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:37:39.241560+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:37:39.311265+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T06:37:39.344663+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:37:39.758441+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3109d9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3109d9","method":"GET"} [] [2021-01-25T06:37:56.724499+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-25T06:37:56.756091+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:37:56.798966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:37:56.802601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:37:56.802668+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:37:56.802703+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:56.802732+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:37:56.860924+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T06:37:56.955811+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-01-25T00:00:00+00:00"] [] [2021-01-25T06:37:56.963682+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-01-25T00:00:00+00:00"] [] [2021-01-25T06:37:56.972721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:37:56.977718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-01-25T06:37:56.980386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-01-25T06:37:56.980753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-25T06:37:56.981082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-01-25T06:37:56.981529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-01-25T06:37:56.981830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-01-25T06:37:56.982184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-01-25T06:37:56.982477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-01-25T06:37:56.982768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-01-25T06:37:56.983053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-01-25T06:37:56.983375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-01-25T06:37:56.983740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-01-25T06:37:56.984041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-01-25T06:37:56.984371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-01-25T06:37:56.984736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-25T06:37:56.985029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-25T06:37:56.985321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-25T06:37:56.985628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-01-25T06:37:56.986062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-01-25T06:37:56.986357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-01-25T06:37:56.986648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-01-25T06:37:56.986892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-01-25T06:37:56.987179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-01-25T06:37:56.987465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-01-25T06:37:56.987757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-01-25T06:37:56.988057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T06:37:56.988343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-01-25T06:37:56.988768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-01-25T06:37:56.989082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-01-25T06:37:56.989532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-25T06:37:56.989839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T06:37:56.990129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-01-25T06:37:56.990430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-25T06:37:56.990725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-01-25T06:37:56.991243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-25T06:37:56.991568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-01-25T06:37:56.991853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-01-25T06:37:56.992121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-01-25T06:37:56.992384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-01-25T06:37:56.992648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-01-25T06:37:56.992884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-01-25T06:37:56.993244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-01-25T06:37:56.993511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-25T06:37:56.993777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-25T06:37:56.994041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-01-25T06:37:56.994303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-01-25T06:37:56.994600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-01-25T06:37:56.994863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-25T06:37:57.364016+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T06:37:57.386221+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:38:49.624265+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-25T06:38:49.649413+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:38:49.649469+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:38:49.649503+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:38:49.650572+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:38:49.684840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:38:49.688018+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:38:49.727953+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T06:38:49.750018+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:38:50.250501+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5d5f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e5d5f5","method":"GET"} [] [2021-01-25T06:39:07.389878+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T06:39:07.427124+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:39:07.427182+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:07.427215+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:07.429008+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:39:07.474611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:39:07.478180+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:39:07.499210+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:39:07.579038+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:39:07.583248+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[233,232,231,230,229,228,227,226,225,224]] [] [2021-01-25T06:39:07.591659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T06:39:07.592151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:39:07.592568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T06:39:07.592973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T06:39:07.593321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T06:39:07.593697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T06:39:07.594072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T06:39:07.594446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T06:39:07.594824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T06:39:07.595169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T06:39:07.595516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T06:39:07.595892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T06:39:07.597724+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:39:07.606793+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:39:08.007423+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0327b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e0327b","method":"GET"} [] [2021-01-25T06:39:09.626721+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T06:39:09.655415+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:39:09.655532+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:09.655570+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:09.657401+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:39:09.709906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:39:09.713350+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:39:09.778449+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T06:39:09.788108+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T06:39:09.788996+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T06:39:09.814250+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:39:10.187110+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2f42c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c2f42c","method":"GET"} [] [2021-01-25T06:39:21.497191+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:39:21.524219+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:39:21.524280+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:21.524317+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:21.525480+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:39:21.549143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:39:21.552341+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:39:21.564584+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:39:21.623029+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:39:21.626204+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[136,135,134,133,132,131,130,129,128,127]] [] [2021-01-25T06:39:21.630266+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:39:21.635601+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:39:22.035620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e324f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e324f5","method":"GET"} [] [2021-01-25T06:39:23.282068+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:39:23.307745+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:39:23.307803+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:23.307836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:23.308929+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:39:23.351867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:39:23.355099+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:39:23.398029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:39:23.745928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"199415"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/199415","method":"GET"} [] [2021-01-25T06:39:39.967843+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:39:39.995977+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:39:40.057543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:39:40.071108+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:39:40.071253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:39:40.071336+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:40.071404+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:40.183662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Back Dala Repair"] [] [2021-01-25T06:39:40.190204+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:39:40.190935+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Back Dala Repair","2":"Pcs","3":null,"4":null,"5":1} [] [2021-01-25T06:39:40.191838+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:39:40.206829+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:39:40.404498+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:39:40.442065+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:39:40.442144+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:40.442183+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:40.444310+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:39:40.469593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:39:40.472850+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:39:40.486079+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:39:40.549638+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:39:40.552808+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[137,136,135,134,133,132,131,130,129,128]] [] [2021-01-25T06:39:40.556240+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:39:40.563985+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:39:40.950203+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e9584"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8e9584","method":"GET"} [] [2021-01-25T06:39:42.296053+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:39:42.328083+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:39:42.328144+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:42.328179+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:39:42.329386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:39:42.354077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:39:42.357382+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:39:42.404754+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:39:42.747896+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad6e6a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ad6e6a","method":"GET"} [] [2021-01-25T06:40:05.966257+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:40:05.994936+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:40:06.031805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:40:06.035055+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:40:06.035123+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:40:06.035159+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:06.035189+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:06.123638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Back Dala Round Rubber Bit"] [] [2021-01-25T06:40:06.128101+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:40:06.128834+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Back Dala Round Rubber Bit","2":"Pcs","3":null,"4":null,"5":1} [] [2021-01-25T06:40:06.130148+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:40:06.141098+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:40:06.279038+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:40:06.306593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:40:06.306654+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:06.306690+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:06.307815+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:40:06.351686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:40:06.354873+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:40:06.364889+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:40:06.414903+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:40:06.417588+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[138,137,136,135,134,133,132,131,130,129]] [] [2021-01-25T06:40:06.420644+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:40:06.425644+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:40:06.799893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb9c39"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bb9c39","method":"GET"} [] [2021-01-25T06:40:08.221768+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:40:08.246938+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:40:08.246994+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:08.247027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:08.248118+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:40:08.290173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:40:08.293298+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:40:08.341372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:40:08.682137+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"211f6d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/211f6d","method":"GET"} [] [2021-01-25T06:40:58.938843+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:40:58.970590+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:40:59.016712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:40:59.019913+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:40:59.019977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:40:59.020013+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:59.020043+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:59.084502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Left side looking glass"] [] [2021-01-25T06:40:59.089022+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:40:59.089658+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Left side looking glass","2":"Pcs","3":null,"4":null,"5":1} [] [2021-01-25T06:40:59.090848+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:40:59.102925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:40:59.260094+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:40:59.289643+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:40:59.289702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:59.289736+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:40:59.290817+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:40:59.329659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:40:59.332966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:40:59.344275+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:40:59.404731+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:40:59.407486+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[139,138,137,136,135,134,133,132,131,130]] [] [2021-01-25T06:40:59.413101+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:40:59.418547+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:40:59.833988+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad2fae"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ad2fae","method":"GET"} [] [2021-01-25T06:41:01.758668+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:41:01.791501+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:41:01.791568+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:01.791686+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:01.792994+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:41:01.820811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:01.824275+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:41:01.872856+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:41:02.213739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"094b7c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/094b7c","method":"GET"} [] [2021-01-25T06:41:21.857662+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:41:21.896195+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:41:21.950800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:21.954350+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:41:21.954418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:41:21.954452+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:21.954482+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:22.019996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Wiper bled"] [] [2021-01-25T06:41:22.026776+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:41:22.027369+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Wiper bled","2":"Pcs","3":null,"4":null,"5":1} [] [2021-01-25T06:41:22.029847+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:41:22.042130+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:41:22.188690+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:41:22.213376+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:41:22.213433+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:22.213534+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:22.214585+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:41:22.235796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:22.238958+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:41:22.250592+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:41:22.305349+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:41:22.308412+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[140,139,138,137,136,135,134,133,132,131]] [] [2021-01-25T06:41:22.311568+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:41:22.318555+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:41:22.689511+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a36f4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6a36f4","method":"GET"} [] [2021-01-25T06:41:23.694978+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:41:23.722662+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:41:23.722722+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:23.722759+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:23.723921+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:41:23.765824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:23.769115+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:41:23.811080+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:41:24.127946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e417fb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e417fb","method":"GET"} [] [2021-01-25T06:41:47.100446+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T06:41:47.137751+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:41:47.194503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:47.208384+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:41:47.208569+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:41:47.208674+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:47.208762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:47.312550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Back Dala lock repairing"] [] [2021-01-25T06:41:47.318884+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T06:41:47.319501+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Back Dala lock repairing","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T06:41:47.322359+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T06:41:47.334380+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:41:47.480804+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T06:41:47.505470+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:41:47.505548+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:47.505582+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:47.506693+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:41:47.538335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:47.541742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:41:47.552865+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:41:47.608821+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:41:47.611954+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[141,140,139,138,137,136,135,134,133,132]] [] [2021-01-25T06:41:47.615053+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:41:47.622233+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:41:47.987278+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23f235"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/23f235","method":"GET"} [] [2021-01-25T06:41:49.290512+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T06:41:49.316581+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:41:49.316638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:49.316670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:49.317756+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:41:49.362661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:49.365898+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:41:49.406866+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:41:49.719073+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f54ee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0f54ee","method":"GET"} [] [2021-01-25T06:41:54.840355+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T06:41:54.867683+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:41:54.867746+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:54.867780+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:41:54.868957+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:41:54.901585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:54.904736+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:41:54.917446+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T06:41:54.978155+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T06:41:54.981342+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[233,232,231,230,229,228,227,226,225,224]] [] [2021-01-25T06:41:54.989662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T06:41:54.990144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T06:41:54.990542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T06:41:54.990887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T06:41:54.991292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T06:41:54.991664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T06:41:54.992033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T06:41:54.992400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T06:41:54.992771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T06:41:54.993111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T06:41:54.993453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T06:41:54.993827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T06:41:54.995881+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T06:41:55.004007+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:41:55.449049+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b01790"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b01790","method":"GET"} [] [2021-01-25T06:42:03.139842+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T06:42:03.169161+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T06:42:03.169221+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:42:03.169254+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T06:42:03.170439+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T06:42:03.210524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T06:42:03.214680+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T06:42:03.271771+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T06:42:03.278714+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T06:42:03.279717+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T06:42:03.340862+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T06:42:03.673969+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43ce8c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/43ce8c","method":"GET"} [] [2021-01-25T07:03:00.897392+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-25T07:03:00.935012+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:03:00.990235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:03:00.993995+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:03:00.994061+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:03:00.994097+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:00.994126+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:01.066090+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T07:03:01.075719+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:03:01.077006+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["67"]] [] [2021-01-25T07:03:01.136964+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:03:01.138019+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":215786.0,"3":"2021-01-19T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":4,"11":2} [] [2021-01-25T07:03:01.140864+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":234,"6":67} [] [2021-01-25T07:03:01.143777+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:03:01.156168+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:03:01.315194+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:03:01.339693+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:03:01.339748+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:01.339781+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:01.340847+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:03:01.377240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:03:01.387255+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:03:01.408414+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:03:01.466143+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:03:01.469688+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[234,233,232,231,230,229,228,227,226,225]] [] [2021-01-25T07:03:01.477987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:03:01.478493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:03:01.478899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:03:01.479240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:03:01.479582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:03:01.479949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:03:01.480317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:03:01.480685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:03:01.481051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T07:03:01.481396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T07:03:01.481745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T07:03:01.482115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T07:03:01.483777+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:03:01.491914+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:03:02.125365+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b132c5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b132c5","method":"GET"} [] [2021-01-25T07:03:05.487819+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:03:05.515918+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:03:05.515973+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:05.516005+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:05.517768+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:03:05.566639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:03:05.570115+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:03:05.582527+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:03:05.643458+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:03:05.646606+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[141,140,139,138,137,136,135,134,133,132]] [] [2021-01-25T07:03:05.649746+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:03:05.654508+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:03:06.073454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9293f1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9293f1","method":"GET"} [] [2021-01-25T07:03:07.762864+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:03:07.788497+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:03:07.788554+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:07.788586+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:07.789672+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:03:07.829378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:03:07.832450+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:03:07.874944+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:03:08.191013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1798c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a1798c","method":"GET"} [] [2021-01-25T07:03:34.796703+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:03:34.835359+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:03:34.889236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:03:34.892750+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:03:34.892811+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:03:34.892845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:34.892874+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:34.986238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Fuel Pump"] [] [2021-01-25T07:03:34.992644+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:03:34.993318+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Fuel Pump","2":"Pcs","3":null,"4":null,"5":1} [] [2021-01-25T07:03:34.994328+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:03:35.006505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:03:35.146858+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:03:35.172160+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:03:35.172219+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:35.172253+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:35.173321+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:03:35.225205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:03:35.228378+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:03:35.239527+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:03:35.294460+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:03:35.297767+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[142,141,140,139,138,137,136,135,134,133]] [] [2021-01-25T07:03:35.300946+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:03:35.308094+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:03:35.652875+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"825c77"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/825c77","method":"GET"} [] [2021-01-25T07:03:44.128615+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:03:44.153372+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:03:44.153429+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:44.153461+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:03:44.154671+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:03:44.198702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:03:44.201838+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:03:44.241218+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:03:44.602417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2abf5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b2abf5","method":"GET"} [] [2021-01-25T07:04:09.882154+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:04:09.908232+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:04:09.952609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:04:09.955776+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:04:09.955838+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:04:09.955872+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:04:09.955901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:04:10.013654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["C N G Virus Controller"] [] [2021-01-25T07:04:10.018066+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:04:10.018661+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"C N G Virus Controller","2":"Pcs","3":null,"4":null,"5":1} [] [2021-01-25T07:04:10.055842+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:04:10.067732+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:04:10.200787+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:04:10.225675+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:04:10.225732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:04:10.225764+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:04:10.226992+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:04:10.265343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:04:10.268409+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:04:10.278086+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:04:10.327874+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:04:10.330810+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[143,142,141,140,139,138,137,136,135,134]] [] [2021-01-25T07:04:10.333838+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:04:10.338786+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:04:10.718322+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"185cd9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/185cd9","method":"GET"} [] [2021-01-25T07:04:16.460528+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:04:16.485473+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:04:16.485530+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:04:16.485562+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:04:16.486644+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:04:16.515402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:04:16.520738+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:04:16.533193+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:04:16.592903+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:04:16.595776+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[234,233,232,231,230,229,228,227,226,225]] [] [2021-01-25T07:04:16.604483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:04:16.605013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:04:16.605418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:04:16.605759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:04:16.606101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:04:16.606476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:04:16.606848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:04:16.607220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:04:16.607657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T07:04:16.607997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T07:04:16.608351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T07:04:16.608732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T07:04:16.610445+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:04:16.618569+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:04:17.065980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24f2e4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/24f2e4","method":"GET"} [] [2021-01-25T07:04:20.713289+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"234"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/234","method":"GET"} [] [2021-01-25T07:04:20.742314+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:04:20.742372+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:04:20.742404+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:04:20.744321+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:04:20.795672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:04:20.799213+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:04:20.820900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["234"] [] [2021-01-25T07:04:20.836417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-01-25T07:04:20.889501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:04:20.890287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:04:20.891701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-01-25T07:04:20.893106+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:04:20.894519+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:04:20.895352+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:04:20.925694+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:04:21.320106+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"612e29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/612e29","method":"GET"} [] [2021-01-25T07:05:35.645313+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"234"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/234","method":"POST"} [] [2021-01-25T07:05:35.685496+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:05:35.729042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:05:35.736443+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:05:35.736559+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:05:35.736628+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:05:35.736686+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:05:35.765534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["234"] [] [2021-01-25T07:05:35.782610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-01-25T07:05:35.839047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:05:35.839805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:05:35.840848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-01-25T07:05:35.843894+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T07:05:35.845015+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:05:35.846808+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["67"]] [] [2021-01-25T07:05:35.847745+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["142"]] [] [2021-01-25T07:05:35.848280+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["143"]] [] [2021-01-25T07:05:35.848757+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-01-25T07:05:35.913780+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:05:35.914683+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1800.0,"4":null,"5":234,"6":142} [] [2021-01-25T07:05:35.918306+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":234,"6":143} [] [2021-01-25T07:05:35.918643+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":234,"6":6} [] [2021-01-25T07:05:35.920158+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:05:35.935494+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:05:36.131849+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:05:36.166873+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:05:36.166933+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:05:36.166967+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:05:36.168905+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:05:36.221479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:05:36.225615+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:05:36.243214+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:05:36.307069+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:05:36.310635+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[234,233,232,231,230,229,228,227,226,225]] [] [2021-01-25T07:05:36.318814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:05:36.319445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:05:36.319932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:05:36.320304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:05:36.320660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:05:36.321114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:05:36.321492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:05:36.321868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:05:36.322244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T07:05:36.322592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T07:05:36.322942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T07:05:36.323316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-01-25T07:05:36.325144+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:05:36.333673+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:05:36.939202+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77cba5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77cba5","method":"GET"} [] [2021-01-25T07:06:33.399448+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T07:06:33.434851+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:06:33.434910+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:06:33.434943+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:06:33.436755+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:06:33.491835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:06:33.495282+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:06:33.565477+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:06:33.575392+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:06:33.576387+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:06:33.606581+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:06:33.978531+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"544c12"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/544c12","method":"GET"} [] [2021-01-25T07:10:57.578716+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-25T07:10:57.615917+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:10:57.660537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:10:57.664152+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:10:57.664212+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:10:57.664247+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:10:57.664276+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:10:57.735960+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-01-25T07:10:57.745592+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:10:57.748578+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["137"]] [] [2021-01-25T07:10:57.753343+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["138"]] [] [2021-01-25T07:10:57.753993+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["139"]] [] [2021-01-25T07:10:57.754562+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["140"]] [] [2021-01-25T07:10:57.755116+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["141"]] [] [2021-01-25T07:10:57.755642+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-01-25T07:10:57.813044+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:10:57.814075+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":274046.0,"3":"2021-01-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-01-25T07:10:57.817297+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":1600.0,"4":null,"5":235,"6":137} [] [2021-01-25T07:10:57.817552+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":235,"6":138} [] [2021-01-25T07:10:57.817774+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":350.0,"4":null,"5":235,"6":139} [] [2021-01-25T07:10:57.817994+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":350.0,"4":null,"5":235,"6":140} [] [2021-01-25T07:10:57.818207+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":235,"6":141} [] [2021-01-25T07:10:57.818421+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":235,"6":6} [] [2021-01-25T07:10:57.819635+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:10:57.831910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:10:57.998770+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:10:58.027232+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:10:58.027299+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:10:58.027418+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:10:58.028620+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:10:58.066289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:10:58.069524+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:10:58.083468+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:10:58.143714+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:10:58.147366+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[235,234,233,232,231,230,229,228,227,226]] [] [2021-01-25T07:10:58.155666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:10:58.156111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:10:58.156443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:10:58.156819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:10:58.157125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:10:58.157430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:10:58.157829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:10:58.158160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:10:58.158490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:10:58.158822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T07:10:58.159130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T07:10:58.159448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T07:10:58.161194+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:10:58.169350+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:10:58.632668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66beed"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/66beed","method":"GET"} [] [2021-01-25T07:11:51.201381+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:11:51.242511+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:11:51.242775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:11:51.242853+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:11:51.245387+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:11:51.297921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:11:51.301774+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:11:51.322595+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:11:51.403193+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:11:51.406428+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[143,142,141,140,139,138,137,136,135,134]] [] [2021-01-25T07:11:51.411163+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:11:51.418534+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:11:51.783050+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"985b04"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/985b04","method":"GET"} [] [2021-01-25T07:11:53.103773+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:11:53.129357+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:11:53.129417+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:11:53.129451+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:11:53.130792+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:11:53.175451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:11:53.178569+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:11:53.221354+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:11:53.585927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4bcf2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c4bcf2","method":"GET"} [] [2021-01-25T07:14:07.887428+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:14:07.926618+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:14:07.969546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:14:07.973539+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:14:07.973611+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:14:07.973647+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:14:07.973677+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:14:08.068022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Left side door, Right side [...]"] [] [2021-01-25T07:14:08.074431+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:14:08.075132+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Left side door, Right side [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T07:14:08.078097+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:14:08.091164+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:14:08.241470+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:14:08.266847+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:14:08.266904+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:14:08.266937+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:14:08.268023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:14:08.314001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:14:08.326613+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:14:08.347990+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:14:08.405379+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:14:08.408917+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[144,143,142,141,140,139,138,137,136,135]] [] [2021-01-25T07:14:08.412186+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:14:08.419404+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:14:08.811771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae403b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ae403b","method":"GET"} [] [2021-01-25T07:14:10.524358+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:14:10.551179+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:14:10.551238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:14:10.551271+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:14:10.552423+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:14:10.584247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:14:10.587409+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:14:10.628952+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:14:10.966998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6e107"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c6e107","method":"GET"} [] [2021-01-25T07:15:04.305517+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:15:04.342731+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:15:04.393471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:04.399866+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:15:04.399937+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:15:04.399972+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:04.400001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:04.492927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Full vehicle Polish with I [...]"] [] [2021-01-25T07:15:04.499693+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:15:04.500403+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Full vehicle Polish with I [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T07:15:04.502026+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:15:04.514315+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:15:04.650677+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:15:04.675748+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:15:04.675806+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:04.675840+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:04.676935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:15:04.708337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:04.711640+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:15:04.722874+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:15:04.779308+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:15:04.782487+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[145,144,143,142,141,140,139,138,137,136]] [] [2021-01-25T07:15:04.785837+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:15:04.793093+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:15:05.095796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"683dac"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/683dac","method":"GET"} [] [2021-01-25T07:15:06.351234+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:15:06.378827+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:15:06.378887+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:06.378920+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:06.380042+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:15:06.421334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:06.424532+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:15:06.467152+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:15:06.817356+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee7364"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ee7364","method":"GET"} [] [2021-01-25T07:15:28.320314+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:15:28.348471+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:15:28.393555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:28.401544+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:15:28.401658+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:15:28.401725+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:28.401781+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:28.462822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Floor Carpeting"] [] [2021-01-25T07:15:28.467055+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:15:28.467595+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Floor Carpeting","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T07:15:28.470623+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:15:28.481020+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:15:28.633722+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:15:28.659886+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:15:28.659948+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:28.659985+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:28.661139+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:15:28.701261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:28.704437+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:15:28.715129+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:15:28.766249+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:15:28.768989+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[146,145,144,143,142,141,140,139,138,137]] [] [2021-01-25T07:15:28.772230+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:15:28.777679+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:15:29.165473+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fdfb1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0fdfb1","method":"GET"} [] [2021-01-25T07:15:42.292832+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-25T07:15:42.320587+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:15:42.320648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:42.320683+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:42.321911+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:15:42.364899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:42.368087+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:15:42.417923+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:15:42.444037+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:15:42.804807+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"616868"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/616868","method":"GET"} [] [2021-01-25T07:15:43.907895+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:15:43.936109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:15:43.936172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:43.936209+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:43.937377+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:15:43.980577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:43.988450+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:15:44.003375+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:15:44.061425+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:15:44.064748+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[235,234,233,232,231,230,229,228,227,226]] [] [2021-01-25T07:15:44.073208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:15:44.073735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:15:44.074109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:44.074514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:15:44.074862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:15:44.075209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:15:44.075582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:15:44.075964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:15:44.076343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:15:44.076787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T07:15:44.077133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T07:15:44.077486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-01-25T07:15:44.079458+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:15:44.088278+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:15:44.485040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eaa458"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eaa458","method":"GET"} [] [2021-01-25T07:15:45.586884+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T07:15:45.617731+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:15:45.617799+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:45.617840+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:15:45.619820+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:15:45.673152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:15:45.676638+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:15:45.745517+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:15:45.755813+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:15:45.756767+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:15:45.787010+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:15:46.131250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7ad0e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d7ad0e","method":"GET"} [] [2021-01-25T07:17:27.285903+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-25T07:17:27.314308+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:17:27.357120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:17:27.360516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:17:27.360588+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:17:27.360625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:17:27.360655+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:17:27.415108+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-01-25T07:17:27.421714+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:17:27.423994+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["144"]] [] [2021-01-25T07:17:27.427471+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-01-25T07:17:27.428206+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["146"]] [] [2021-01-25T07:17:27.487406+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:17:27.488586+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":215411.0,"3":"2021-01-11T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":4,"11":2} [] [2021-01-25T07:17:27.491264+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":11000.0,"4":null,"5":236,"6":144} [] [2021-01-25T07:17:27.491755+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":236,"6":145} [] [2021-01-25T07:17:27.492034+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":236,"6":146} [] [2021-01-25T07:17:27.493496+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:17:27.504774+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:17:27.654929+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:17:27.679351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:17:27.679408+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:17:27.679440+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:17:27.680507+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:17:27.717822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:17:27.723450+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:17:27.739655+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:17:27.794239+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:17:27.797519+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[236,235,234,233,232,231,230,229,228,227]] [] [2021-01-25T07:17:27.805479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:17:27.805975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:17:27.806302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:17:27.806676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:17:27.806967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:17:27.807283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:17:27.807767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:17:27.808154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:17:27.808545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:17:27.808913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T07:17:27.809253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T07:17:27.810995+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:17:27.818901+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:17:28.270148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0dc40f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0dc40f","method":"GET"} [] [2021-01-25T07:20:55.386698+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:20:55.422359+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:20:55.422418+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:20:55.422450+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:20:55.424285+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:20:55.464421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:20:55.468038+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:20:55.484081+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:20:55.555555+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:20:55.558844+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[146,145,144,143,142,141,140,139,138,137]] [] [2021-01-25T07:20:55.562256+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:20:55.570142+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:20:56.164639+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2373f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2373f5","method":"GET"} [] [2021-01-25T07:20:59.095791+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:20:59.120782+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:20:59.120840+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:20:59.120873+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:20:59.121942+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:20:59.165090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:20:59.168173+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:20:59.209932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:20:59.605366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7b3e4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c7b3e4","method":"GET"} [] [2021-01-25T07:22:21.504573+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:22:21.553657+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:22:21.610529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:22:21.614299+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:22:21.614367+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:22:21.614403+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:21.614432+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:21.719734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Front Bumper, Back Dala, F [...]"] [] [2021-01-25T07:22:21.727135+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:22:21.727920+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Front Bumper, Back Dala, F [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T07:22:21.729300+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:22:21.743256+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:22:21.888315+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:22:21.916163+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:22:21.916224+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:21.916260+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:21.917405+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:22:21.958663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:22:21.969010+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:22:21.994489+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:22:22.056646+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:22:22.061115+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[147,146,145,144,143,142,141,140,139,138]] [] [2021-01-25T07:22:22.066020+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:22:22.074366+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:22:22.461104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d00ca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3d00ca","method":"GET"} [] [2021-01-25T07:22:32.451650+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"147"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/147/edit","method":"GET"} [] [2021-01-25T07:22:32.476661+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:22:32.476716+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:32.476749+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:32.477837+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:22:32.519474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:22:32.522577+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:22:32.532640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["147"] [] [2021-01-25T07:22:32.606511+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:22:33.006342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"120fc8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/120fc8","method":"GET"} [] [2021-01-25T07:22:45.574350+00:00] request.INFO: Matched route "item_edit". {"route":"item_edit","route_parameters":{"_route":"item_edit","_controller":"App\\Controller\\ItemController::edit","id":"147"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/147/edit","method":"POST"} [] [2021-01-25T07:22:45.603686+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:22:45.637935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:22:45.641336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:22:45.641418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:22:45.641455+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:45.641487+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:45.648130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? ["147"] [] [2021-01-25T07:22:45.703442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Front Bumper, Back Dala, F [...]"] [] [2021-01-25T07:22:45.704628+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:22:45.704821+00:00] doctrine.DEBUG: UPDATE item SET name = ? WHERE id = ? ["Front Bumper, Back Dala, F [...]",147] [] [2021-01-25T07:22:45.709084+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:22:45.722269+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:22:45.872497+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:22:45.899175+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:22:45.899234+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:45.899267+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:45.900366+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:22:45.937031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:22:45.944259+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:22:45.954522+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:22:46.004267+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:22:46.006922+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[147,146,145,144,143,142,141,140,139,138]] [] [2021-01-25T07:22:46.010472+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:22:46.015791+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:22:46.397543+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bdd2a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9bdd2a","method":"GET"} [] [2021-01-25T07:22:54.179237+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:22:54.217473+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:22:54.217559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:54.217601+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:54.220448+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:22:54.264645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:22:54.269213+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:22:54.288680+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:22:54.385046+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:22:54.390737+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[236,235,234,233,232,231,230,229,228,227]] [] [2021-01-25T07:22:54.401558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:22:54.402284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:22:54.402814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:22:54.403544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:22:54.404101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:22:54.404445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:22:54.404758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:22:54.405048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:22:54.405328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:22:54.405628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T07:22:54.406090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T07:22:54.408290+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:22:54.417679+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:22:54.845310+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f8c7e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9f8c7e","method":"GET"} [] [2021-01-25T07:22:56.542876+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T07:22:56.576215+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:22:56.576283+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:56.576323+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:22:56.578456+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:22:56.626695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:22:56.630311+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:22:56.699583+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:22:56.710119+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:22:56.711175+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:22:56.739014+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:22:57.110599+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4dd8e3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4dd8e3","method":"GET"} [] [2021-01-25T07:23:32.974672+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:23:33.002818+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:23:33.002879+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:23:33.002919+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:23:33.004123+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:23:33.048711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:23:33.052709+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:23:33.062992+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:23:33.114560+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:23:33.117818+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[147,146,145,144,143,142,141,140,139,138]] [] [2021-01-25T07:23:33.121631+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:23:33.126844+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:23:33.498728+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c08664"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c08664","method":"GET"} [] [2021-01-25T07:23:35.374764+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:23:35.401440+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:23:35.401498+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:23:35.401612+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:23:35.402785+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:23:35.426134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:23:35.429262+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:23:35.473310+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:23:35.790307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"befc74"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/befc74","method":"GET"} [] [2021-01-25T07:24:00.584276+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:24:00.609816+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:24:00.643243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:24:00.646377+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:24:00.646435+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:24:00.646470+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:24:00.646499+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:24:00.724445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Back Dala Denting Painting"] [] [2021-01-25T07:24:00.728808+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:24:00.729464+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Back Dala Denting Painting","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T07:24:00.729793+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:24:00.741747+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:24:00.873526+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:24:00.897955+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:24:00.898010+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:24:00.898043+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:24:00.899180+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:24:00.920020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:24:00.923050+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:24:00.933207+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:24:00.984406+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:24:00.987505+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[148,147,146,145,144,143,142,141,140,139]] [] [2021-01-25T07:24:00.990443+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:24:00.995332+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:24:01.516550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8453e6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8453e6","method":"GET"} [] [2021-01-25T07:24:40.266536+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:24:40.302871+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:24:40.302928+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:24:40.302961+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:24:40.304850+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:24:40.359810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:24:40.363337+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:24:40.383015+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:24:40.459584+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:24:40.462985+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[236,235,234,233,232,231,230,229,228,227]] [] [2021-01-25T07:24:40.471321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:24:40.471780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:24:40.472108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:24:40.472484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:24:40.472778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:24:40.473069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:24:40.473379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:24:40.473695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:24:40.474090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:24:40.474405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-01-25T07:24:40.474692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-25T07:24:40.476333+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:24:40.484372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:24:40.888712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"226e2d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/226e2d","method":"GET"} [] [2021-01-25T07:24:42.407570+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T07:24:42.437029+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:24:42.437087+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:24:42.437119+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:24:42.439039+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:24:42.484496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:24:42.488534+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:24:42.554030+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:24:42.563550+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:24:42.564380+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:24:42.590510+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:24:42.916986+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8e6e6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b8e6e6","method":"GET"} [] [2021-01-25T07:26:05.045660+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-25T07:26:05.083834+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:26:05.133786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:26:05.137421+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:26:05.137481+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:26:05.137516+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:26:05.137546+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:26:05.210238+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-01-25T07:26:05.219843+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:26:05.221431+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["148"]] [] [2021-01-25T07:26:05.225899+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-01-25T07:26:05.281963+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:26:05.283094+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":117861.0,"3":"2021-01-13T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":2} [] [2021-01-25T07:26:05.283617+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":237,"6":148} [] [2021-01-25T07:26:05.283854+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":237,"6":145} [] [2021-01-25T07:26:05.285137+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:26:05.303042+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:26:05.446651+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:26:05.471949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:26:05.472007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:26:05.472039+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:26:05.473124+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:26:05.513665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:26:05.516880+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:26:05.529810+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:26:05.593910+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:26:05.597629+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[237,236,235,234,233,232,231,230,229,228]] [] [2021-01-25T07:26:05.606732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:26:05.607296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:26:05.607682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:26:05.608166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:26:05.608617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:26:05.608969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:26:05.609321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:26:05.609700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:26:05.610078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:26:05.610495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:26:05.612380+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:26:05.621214+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:26:06.167275+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"487d71"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/487d71","method":"GET"} [] [2021-01-25T07:33:02.740132+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:33:02.776494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:33:02.776551+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:02.776583+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:02.778433+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:33:02.822699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:33:02.826208+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:33:02.841838+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:33:02.907642+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:33:02.910738+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[148,147,146,145,144,143,142,141,140,139]] [] [2021-01-25T07:33:02.913996+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:33:02.921402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:33:03.273130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2bc00"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a2bc00","method":"GET"} [] [2021-01-25T07:33:04.362940+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:33:04.388425+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:33:04.388483+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:04.388517+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:04.389618+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:33:04.426439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:33:04.432834+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:33:04.482832+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:33:04.895058+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5af314"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5af314","method":"GET"} [] [2021-01-25T07:33:53.996073+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:33:54.033771+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:33:54.065378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:33:54.069055+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:33:54.069130+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:33:54.069165+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:54.069194+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:54.161254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Bonnet, Left side Mudguard [...]"] [] [2021-01-25T07:33:54.167746+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:33:54.168425+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Bonnet, Left side Mudguard [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T07:33:54.168762+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:33:54.183617+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:33:54.323721+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:33:54.350310+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:33:54.350370+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:54.350404+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:54.351507+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:33:54.388306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:33:54.395895+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:33:54.413087+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:33:54.468458+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:33:54.471506+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[149,148,147,146,145,144,143,142,141,140]] [] [2021-01-25T07:33:54.474618+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:33:54.481781+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:33:54.843886+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2827c2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2827c2","method":"GET"} [] [2021-01-25T07:33:56.120030+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:33:56.145920+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:33:56.145976+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:56.146008+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:33:56.147047+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:33:56.169685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:33:56.173020+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:33:56.214737+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:33:56.526250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd52d4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dd52d4","method":"GET"} [] [2021-01-25T07:34:03.536485+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-25T07:34:03.561410+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:34:03.561467+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:34:03.561499+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:34:03.562583+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:34:03.608519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:34:03.611617+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:34:03.656266+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:34:03.679165+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:34:04.030507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6f0e9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d6f0e9","method":"GET"} [] [2021-01-25T07:34:05.210050+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:34:05.235021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:34:05.235078+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:34:05.235110+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:34:05.236213+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:34:05.278762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:34:05.281806+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:34:05.294015+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:34:05.347867+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:34:05.350871+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[237,236,235,234,233,232,231,230,229,228]] [] [2021-01-25T07:34:05.359079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:34:05.359576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:34:05.359948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:34:05.360316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:34:05.360732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:34:05.361073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:34:05.361415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:34:05.361783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:34:05.362148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:34:05.362515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-01-25T07:34:05.364187+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:34:05.372131+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:34:05.802306+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"442afa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/442afa","method":"GET"} [] [2021-01-25T07:34:16.437843+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T07:34:16.463338+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:34:16.463396+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:34:16.463429+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:34:16.464570+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:34:16.505852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:34:16.508966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:34:16.567497+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:34:16.573826+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:34:16.574733+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:34:16.600528+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:34:16.951001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d207b3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d207b3","method":"GET"} [] [2021-01-25T07:35:30.468724+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-25T07:35:30.500387+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:35:30.553688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:35:30.557270+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:35:30.557331+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:35:30.557366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:35:30.557395+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:35:30.625432+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-01-25T07:35:30.634978+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:35:30.636584+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["149"]] [] [2021-01-25T07:35:30.641112+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-01-25T07:35:30.697019+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:35:30.698013+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":134934.0,"3":"2021-01-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":5,"11":2} [] [2021-01-25T07:35:30.698483+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":8500.0,"4":null,"5":238,"6":149} [] [2021-01-25T07:35:30.698764+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":238,"6":145} [] [2021-01-25T07:35:30.699963+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:35:30.711873+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:35:30.850418+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:35:30.875418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:35:30.875473+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:35:30.875505+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:35:30.876623+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:35:30.907503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:35:30.910681+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:35:30.923114+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:35:30.979849+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:35:30.983099+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[238,237,236,235,234,233,232,231,230,229]] [] [2021-01-25T07:35:30.991165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:35:30.991620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:35:30.991951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:35:30.992276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:35:30.992590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:35:30.992969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:35:30.993261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:35:30.993651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:35:30.993975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:35:30.995595+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:35:31.003785+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:35:31.463716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95a4d6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/95a4d6","method":"GET"} [] [2021-01-25T07:36:09.682309+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:36:09.717799+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:36:09.717856+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:36:09.717888+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:36:09.719684+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:36:09.768163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:36:09.771683+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:36:09.787272+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:36:09.853007+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:36:09.856144+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[149,148,147,146,145,144,143,142,141,140]] [] [2021-01-25T07:36:09.859358+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:36:09.866697+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:36:10.203839+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc88ee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bc88ee","method":"GET"} [] [2021-01-25T07:36:11.629701+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:36:11.654810+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:36:11.654865+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:36:11.654897+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:36:11.656068+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:36:11.688621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:36:11.691713+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:36:11.733729+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:36:12.038211+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d622ee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d622ee","method":"GET"} [] [2021-01-25T07:36:49.242493+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:36:49.272764+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:36:49.321529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:36:49.325137+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:36:49.325206+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:36:49.325314+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:36:49.325349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:36:49.414757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Back Dala, Front Bumper De [...]"] [] [2021-01-25T07:36:49.421253+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:36:49.421912+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Back Dala, Front Bumper De [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T07:36:49.422266+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:36:49.433610+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:36:49.579255+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:36:49.606694+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:36:49.606758+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:36:49.606797+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:36:49.608015+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:36:49.650262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:36:49.653671+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:36:49.665172+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:36:49.721813+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:36:49.725230+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[150,149,148,147,146,145,144,143,142,141]] [] [2021-01-25T07:36:49.728557+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:36:49.733998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:36:50.108387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9355d1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9355d1","method":"GET"} [] [2021-01-25T07:37:10.601900+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:37:10.628655+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:37:10.628718+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:37:10.628753+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:37:10.629921+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:37:10.663318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:37:10.666497+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:37:10.679087+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:37:10.742562+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:37:10.745670+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[238,237,236,235,234,233,232,231,230,229]] [] [2021-01-25T07:37:10.754318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:37:10.754839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:37:10.755285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:37:10.755642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:37:10.755981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:37:10.756386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:37:10.756697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:37:10.757055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:37:10.757401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-01-25T07:37:10.759254+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:37:10.767632+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:37:11.191582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68c48a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/68c48a","method":"GET"} [] [2021-01-25T07:37:17.845174+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T07:37:17.870961+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:37:17.871017+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:37:17.871049+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:37:17.872112+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:37:17.909352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:37:17.912521+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:37:17.966826+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:37:17.973086+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:37:17.973888+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:37:18.003751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:37:18.323457+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9d823"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a9d823","method":"GET"} [] [2021-01-25T07:38:43.808795+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-25T07:38:43.839152+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:38:43.886235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:38:43.889796+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:38:43.889855+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:38:43.889889+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:38:43.889918+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:38:43.957608+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-01-25T07:38:43.967075+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:38:43.968612+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["150"]] [] [2021-01-25T07:38:43.973142+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-01-25T07:38:44.030122+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:38:44.031194+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":167052.0,"3":"2020-12-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":2} [] [2021-01-25T07:38:44.034131+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":5500.0,"4":null,"5":239,"6":150} [] [2021-01-25T07:38:44.034541+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":239,"6":145} [] [2021-01-25T07:38:44.036065+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:38:44.046933+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:38:44.181892+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:38:44.206404+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:38:44.206460+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:38:44.206492+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:38:44.207557+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:38:44.253283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:38:44.257801+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:38:44.270362+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:38:44.327287+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:38:44.330738+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[239,238,237,236,235,234,233,232,231,230]] [] [2021-01-25T07:38:44.338577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-25T07:38:44.339005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:38:44.339327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:38:44.339651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:38:44.339969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:38:44.340285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:38:44.340762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:38:44.341101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:38:44.341415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:38:44.343145+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:38:44.350940+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:38:44.790299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c5810"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7c5810","method":"GET"} [] [2021-01-25T07:39:26.226452+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:39:26.262742+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:39:26.262800+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:39:26.262833+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:39:26.264672+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:39:26.308583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:39:26.312058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:39:26.327560+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:39:26.393816+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:39:26.396905+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[150,149,148,147,146,145,144,143,142,141]] [] [2021-01-25T07:39:26.400180+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:39:26.407418+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:39:26.733798+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebfc09"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ebfc09","method":"GET"} [] [2021-01-25T07:39:28.260086+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-25T07:39:28.285395+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:39:28.285468+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:39:28.285551+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:39:28.286812+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:39:28.332353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:39:28.335497+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:39:28.377027+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:39:28.712828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de3bcc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/de3bcc","method":"GET"} [] [2021-01-25T07:41:24.855584+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-01-25T07:41:24.906748+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:41:24.957741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:41:24.961650+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:41:24.961720+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:41:24.961760+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:41:24.961793+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:41:25.056207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Front Bumper, Bonnet, Fron [...]"] [] [2021-01-25T07:41:25.062718+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:41:25.063412+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Front Bumper, Bonnet, Fron [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-01-25T07:41:25.066865+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:41:25.090032+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:41:25.230117+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-25T07:41:25.254916+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:41:25.254972+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:41:25.255004+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:41:25.256114+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:41:25.301490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:41:25.305440+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:41:25.316652+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:41:25.369920+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:41:25.372969+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[151,150,149,148,147,146,145,144,143,142]] [] [2021-01-25T07:41:25.376036+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:41:25.383141+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:41:25.743330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b97284"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b97284","method":"GET"} [] [2021-01-25T07:41:31.658979+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:41:31.694473+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:41:31.694529+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:41:31.694561+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:41:31.696393+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:41:31.748594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:41:31.752095+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:41:31.771058+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:41:31.845389+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:41:31.848756+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[239,238,237,236,235,234,233,232,231,230]] [] [2021-01-25T07:41:31.857379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-25T07:41:31.858009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:41:31.858389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:41:31.858759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:41:31.859125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:41:31.859493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:41:31.859924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:41:31.860268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:41:31.860677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-01-25T07:41:31.862381+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:41:31.870358+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:41:32.287202+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f81879"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f81879","method":"GET"} [] [2021-01-25T07:41:33.650348+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-25T07:41:33.679440+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:41:33.679497+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:41:33.679530+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:41:33.681379+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:41:33.732847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:41:33.736432+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:41:33.802232+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:41:33.811866+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:41:33.812677+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:41:33.838571+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:41:34.187479+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"088a6a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/088a6a","method":"GET"} [] [2021-01-25T07:43:03.012297+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-25T07:43:03.038688+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:03.077839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:03.081047+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:03.081108+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:03.081143+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:03.081172+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:03.137641+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-01-25T07:43:03.143632+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:43:03.145106+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["151"]] [] [2021-01-25T07:43:03.147757+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-01-25T07:43:03.182818+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:43:03.183697+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":157815.0,"3":"2021-01-19T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":50,"11":2} [] [2021-01-25T07:43:03.185013+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1100.0,"4":null,"5":240,"6":151} [] [2021-01-25T07:43:03.185246+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":240,"6":145} [] [2021-01-25T07:43:03.186492+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:43:03.196655+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:03.330636+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:43:03.355797+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:03.355857+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:03.355890+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:03.356940+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:03.392619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:03.395620+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:03.407611+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:43:03.461740+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:43:03.464642+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[240,239,238,237,236,235,234,233,232,231]] [] [2021-01-25T07:43:03.472790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-25T07:43:03.473249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:03.473574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-25T07:43:03.473894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:43:03.474250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:43:03.474556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:03.474870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:43:03.475242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:43:03.475531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:43:03.477163+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:43:03.485049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:04.006942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b8487"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1b8487","method":"GET"} [] [2021-01-25T07:43:08.275442+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"240"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/240","method":"GET"} [] [2021-01-25T07:43:08.305417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:08.305477+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:08.305510+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:08.307394+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:08.364641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:08.374976+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:08.410201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["240"] [] [2021-01-25T07:43:08.436504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-25T07:43:08.437669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:08.442387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-01-25T07:43:08.446001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-01-25T07:43:08.446402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-01-25T07:43:08.456105+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:08.829189+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79158c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/79158c","method":"GET"} [] [2021-01-25T07:43:21.447991+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"240"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/240","method":"GET"} [] [2021-01-25T07:43:21.472968+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:21.473075+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:21.473113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:21.474332+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:21.505326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:21.508448+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:21.521478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["240"] [] [2021-01-25T07:43:21.539172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-01-25T07:43:21.598452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-25T07:43:21.599261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:21.600742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-01-25T07:43:21.601258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-01-25T07:43:21.602836+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-25T07:43:21.604480+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-25T07:43:21.605422+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-25T07:43:21.639257+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:22.111253+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d96c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d96c1","method":"GET"} [] [2021-01-25T07:43:26.809249+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"240"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/240","method":"POST"} [] [2021-01-25T07:43:26.843875+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:26.880072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:26.884970+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:26.885076+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:26.885120+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:26.885156+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:26.911958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["240"] [] [2021-01-25T07:43:26.930450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-01-25T07:43:27.001188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-25T07:43:27.002278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:27.004295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-01-25T07:43:27.005045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-01-25T07:43:27.008874+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-01-25T07:43:27.010496+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-25T07:43:27.011334+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["151"]] [] [2021-01-25T07:43:27.012492+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-01-25T07:43:27.085224+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-25T07:43:27.085572+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ? WHERE id = ? [11000.0,818] [] [2021-01-25T07:43:27.086763+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-25T07:43:27.106156+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:27.333402+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-25T07:43:27.373934+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:27.374001+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:27.374041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:27.376118+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:27.408259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:27.412935+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:27.431111+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-25T07:43:27.496119+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-25T07:43:27.499599+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[240,239,238,237,236,235,234,233,232,231]] [] [2021-01-25T07:43:27.508270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-25T07:43:27.508794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:27.509092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-25T07:43:27.509374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:43:27.509643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:43:27.509910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:27.510175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-25T07:43:27.510565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-25T07:43:27.510813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-25T07:43:27.512514+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-25T07:43:27.520490+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:27.923968+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14890f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/14890f","method":"GET"} [] [2021-01-25T07:43:33.378052+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"239"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/239","method":"GET"} [] [2021-01-25T07:43:33.406711+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:33.406767+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:33.406800+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:33.408606+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:33.449649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:33.453116+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:33.473913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["239"] [] [2021-01-25T07:43:33.499381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-25T07:43:33.499933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:33.505246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-01-25T07:43:33.509033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-01-25T07:43:33.509463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-01-25T07:43:33.519388+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:33.908120+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c02698"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c02698","method":"GET"} [] [2021-01-25T07:43:41.989195+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"238"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/238","method":"GET"} [] [2021-01-25T07:43:42.018177+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:42.018236+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:42.018269+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:42.020141+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:42.063892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:42.067521+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:42.088633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["238"] [] [2021-01-25T07:43:42.114519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-25T07:43:42.115086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:42.119727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-01-25T07:43:42.123363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-01-25T07:43:42.123774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-01-25T07:43:42.133594+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:42.513565+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6e32f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e6e32f","method":"GET"} [] [2021-01-25T07:43:48.940580+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"237"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/237","method":"GET"} [] [2021-01-25T07:43:48.970729+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:48.970787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:48.970819+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:48.972621+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:49.020705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:49.024194+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:49.044930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["237"] [] [2021-01-25T07:43:49.070623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-25T07:43:49.071156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:49.075671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-01-25T07:43:49.079140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-01-25T07:43:49.079488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-01-25T07:43:49.089550+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:49.465307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c03823"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c03823","method":"GET"} [] [2021-01-25T07:43:56.132458+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"236"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/236","method":"GET"} [] [2021-01-25T07:43:56.163161+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-25T07:43:56.163222+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:56.163260+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-25T07:43:56.165272+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-25T07:43:56.196671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:56.200269+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-25T07:43:56.222668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["236"] [] [2021-01-25T07:43:56.251490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-25T07:43:56.252061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-25T07:43:56.256872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-01-25T07:43:56.260812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-01-25T07:43:56.261272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-01-25T07:43:56.261591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-01-25T07:43:56.271771+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-25T07:43:56.649178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9d591"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e9d591","method":"GET"} [] [2021-01-26T03:50:27.167865+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-26T03:50:27.258569+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:50:27.258629+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:27.258664+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:27.297546+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-26T03:50:28.095489+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b8dbe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8b8dbe","method":"GET"} [] [2021-01-26T03:50:31.838143+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-26T03:50:31.877145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:50:31.877290+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:31.877349+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:31.878818+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:31.946864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-26T03:50:32.210270+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:32.216608+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 26 Jan 2021 03:50:32 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:32.216687+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:32.216719+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:32.222697+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:50:32.389818+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-26T03:50:32.416317+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:50:32.416380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:32.416414+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:32.417641+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:50:32.454504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:50:32.458330+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:50:32.490780+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-26T03:50:32.620300+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-26T03:50:32.631342+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[240,239,238,237,236,235,234,233,232,231]] [] [2021-01-26T03:50:32.643251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-26T03:50:32.643824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-26T03:50:32.644840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-26T03:50:32.645231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-26T03:50:32.645671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-26T03:50:32.646009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-26T03:50:32.646329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-26T03:50:32.646728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-26T03:50:32.647029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-26T03:50:32.649518+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-26T03:50:32.664999+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:50:33.483857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0eca0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b0eca0","method":"GET"} [] [2021-01-26T03:50:40.901594+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-26T03:50:40.944895+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:50:40.944955+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:40.944987+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:40.946999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:50:40.991335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:50:40.996341+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:50:41.078851+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-26T03:50:41.113957+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:50:41.448278+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eefd58"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eefd58","method":"GET"} [] [2021-01-26T03:50:58.654175+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-01-26T03:50:58.705514+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:50:58.750593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:50:58.757578+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:50:58.757674+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:50:58.757730+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:58.757777+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:50:58.832315+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-01-26T03:50:58.986963+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-01-26T00:00:00+00:00"] [] [2021-01-26T03:50:58.996380+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-01-26T00:00:00+00:00"] [] [2021-01-26T03:50:59.004255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-26T03:50:59.009222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-01-26T03:50:59.013256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-01-26T03:50:59.013860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-01-26T03:50:59.014157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-01-26T03:50:59.014443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-01-26T03:50:59.014724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-01-26T03:50:59.015036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-01-26T03:50:59.015433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-01-26T03:50:59.015717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-01-26T03:50:59.015994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-01-26T03:50:59.016300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-01-26T03:50:59.016576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-01-26T03:50:59.016879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-01-26T03:50:59.017178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-01-26T03:50:59.017641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-01-26T03:50:59.017979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-01-26T03:50:59.018306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-01-26T03:50:59.018583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-01-26T03:50:59.019070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-01-26T03:50:59.020004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-01-26T03:50:59.020299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-01-26T03:50:59.020579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-01-26T03:50:59.020859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-01-26T03:50:59.021135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-01-26T03:50:59.021409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-01-26T03:50:59.021683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-01-26T03:50:59.021955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-01-26T03:50:59.022228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-01-26T03:50:59.022502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-01-26T03:50:59.022774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-01-26T03:50:59.023048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-01-26T03:50:59.023319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-26T03:50:59.023601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-01-26T03:50:59.023871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-01-26T03:50:59.024182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-01-26T03:50:59.024456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-26T03:50:59.024711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-01-26T03:50:59.025265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-01-26T03:50:59.025548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-01-26T03:50:59.025831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-01-26T03:50:59.026463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-01-26T03:50:59.027138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-01-26T03:50:59.027404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-01-26T03:50:59.027882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-01-26T03:50:59.028274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-01-26T03:50:59.028544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-01-26T03:50:59.028839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-01-26T03:50:59.029096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-01-26T03:50:59.029352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-01-26T03:50:59.549395+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-26T03:50:59.572922+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:51:23.851408+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-01-26T03:51:23.877169+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:51:23.877229+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:51:23.877261+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:51:23.878362+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:51:23.899622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:51:23.902795+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:51:23.942391+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-26T03:51:23.964592+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:51:24.505099+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29b1cf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/29b1cf","method":"GET"} [] [2021-01-26T03:51:30.325694+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-01-26T03:51:30.360818+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:51:30.360877+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:51:30.360911+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:51:30.362686+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:51:30.395123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:51:30.398953+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:51:30.417848+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-26T03:51:30.515346+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-26T03:51:30.519179+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[151,150,149,148,147,146,145,144,143,142]] [] [2021-01-26T03:51:30.524142+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-26T03:51:30.532029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:51:30.926321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25c9e5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/25c9e5","method":"GET"} [] [2021-01-26T03:51:32.160005+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-01-26T03:51:32.184478+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:51:32.184533+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:51:32.184565+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:51:32.185607+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:51:32.212986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:51:32.216219+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:51:32.261051+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:51:32.636438+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"656169"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/656169","method":"GET"} [] [2021-01-26T03:52:00.559311+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-26T03:52:00.583922+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:52:00.583977+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:52:00.584009+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:52:00.585211+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:52:00.617206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:52:00.620339+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:52:00.633162+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-26T03:52:00.686748+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-26T03:52:00.690506+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[240,239,238,237,236,235,234,233,232,231]] [] [2021-01-26T03:52:00.699061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-26T03:52:00.699572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-26T03:52:00.699997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-26T03:52:00.700399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-26T03:52:00.700792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-26T03:52:00.701187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-26T03:52:00.701619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-26T03:52:00.702079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-26T03:52:00.702448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-26T03:52:00.704145+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-26T03:52:00.712017+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:52:01.148707+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc663b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bc663b","method":"GET"} [] [2021-01-26T03:52:11.042793+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"235"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/235","method":"GET"} [] [2021-01-26T03:52:11.066867+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:52:11.066921+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:52:11.066953+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:52:11.067996+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:52:11.098628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:52:11.101789+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:52:11.121632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["235"] [] [2021-01-26T03:52:11.149073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-26T03:52:11.149722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-26T03:52:11.154306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-01-26T03:52:11.158057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-01-26T03:52:11.158529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-01-26T03:52:11.158909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-01-26T03:52:11.159238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-01-26T03:52:11.159570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-01-26T03:52:11.159902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-01-26T03:52:11.169520+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:52:11.591569+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"406968"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/406968","method":"GET"} [] [2021-01-26T03:52:42.758265+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-26T03:52:42.787909+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:52:42.787968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:52:42.788001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:52:42.789985+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:52:42.821816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:52:42.825347+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:52:42.843426+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-26T03:52:42.913840+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-26T03:52:42.917505+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[240,239,238,237,236,235,234,233,232,231]] [] [2021-01-26T03:52:42.925685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-26T03:52:42.926205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-26T03:52:42.926602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-26T03:52:42.926969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-26T03:52:42.927345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-26T03:52:42.927718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-26T03:52:42.928085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-26T03:52:42.928515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-26T03:52:42.928854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-01-26T03:52:42.930565+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-26T03:52:42.938703+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:52:43.305415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a999e7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a999e7","method":"GET"} [] [2021-01-26T03:52:44.695303+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-26T03:52:44.724713+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:52:44.724771+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:52:44.724804+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:52:44.726694+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:52:44.756904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:52:44.760492+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:52:44.834937+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-26T03:52:44.845164+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-26T03:52:44.846357+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-26T03:52:44.875070+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:52:45.232981+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1b8be"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b1b8be","method":"GET"} [] [2021-01-26T03:54:26.407191+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-26T03:54:26.447126+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:54:26.488863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:54:26.492655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:54:26.492737+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:54:26.492775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:54:26.492806+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:54:26.565782+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-01-26T03:54:26.575547+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-26T03:54:26.577180+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["147"]] [] [2021-01-26T03:54:26.582953+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-01-26T03:54:26.645450+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-26T03:54:26.647059+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":274046.0,"3":"2021-01-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-01-26T03:54:26.649302+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":8500.0,"4":null,"5":241,"6":147} [] [2021-01-26T03:54:26.650852+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":241,"6":145} [] [2021-01-26T03:54:26.653049+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-26T03:54:26.685508+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:54:26.823757+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-26T03:54:26.848505+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-26T03:54:26.848563+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:54:26.848596+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-26T03:54:26.849709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-26T03:54:26.894855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-26T03:54:26.898456+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-26T03:54:26.912948+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-26T03:54:26.969346+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-26T03:54:26.972870+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[241,240,239,238,237,236,235,234,233,232]] [] [2021-01-26T03:54:26.980915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-26T03:54:26.981397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-26T03:54:26.981786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-26T03:54:26.982155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-26T03:54:26.982522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-26T03:54:26.982888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-26T03:54:26.983299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-26T03:54:26.983763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-26T03:54:26.985512+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-26T03:54:26.993333+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-26T03:54:27.424163+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf0fad"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cf0fad","method":"GET"} [] [2021-01-28T06:17:09.132298+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-01-28T06:17:09.302210+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:17:09.302271+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:09.302308+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:09.356153+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-28T06:17:09.935810+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31c0d0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/31c0d0","method":"GET"} [] [2021-01-28T06:17:12.917365+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-01-28T06:17:12.942167+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:17:12.942224+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:12.942263+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:12.979386+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:13.058785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-01-28T06:17:13.284355+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:13.290522+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 28 Jan 2021 06:17:13 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:13.290599+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:13.290631+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:13.296134+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:17:13.431132+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-28T06:17:13.455361+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:17:13.455416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:13.455449+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:13.456609+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:17:13.496304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:17:13.503167+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:17:13.541972+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-28T06:17:13.679111+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-28T06:17:13.686019+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[241,240,239,238,237,236,235,234,233,232]] [] [2021-01-28T06:17:13.696622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-28T06:17:13.697066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-28T06:17:13.697562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-28T06:17:13.697885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-28T06:17:13.698206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-28T06:17:13.698606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-28T06:17:13.699038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-28T06:17:13.699477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-28T06:17:13.701676+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-28T06:17:13.715681+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:17:14.561665+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84300f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/84300f","method":"GET"} [] [2021-01-28T06:17:18.681785+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-28T06:17:18.712907+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:17:18.712968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:18.713000+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:17:18.714833+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:17:18.771397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:17:18.782992+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:17:18.873841+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-28T06:17:18.884298+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-28T06:17:18.885661+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-28T06:17:18.913495+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:17:19.242824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"398a3b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/398a3b","method":"GET"} [] [2021-01-28T06:20:01.502456+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-28T06:20:01.541803+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:20:01.589002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:20:01.593022+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:20:01.593082+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:20:01.593116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:20:01.593146+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:20:01.667636+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-01-28T06:20:01.677844+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-01-28T06:20:01.680544+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-28T06:20:01.685539+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-01-28T06:20:01.686088+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-28T06:20:01.686565+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-28T06:20:01.687038+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-01-28T06:20:01.792133+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-28T06:20:01.793655+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":118200.0,"3":"2021-01-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":6,"11":2} [] [2021-01-28T06:20:01.794933+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":242,"6":26} [] [2021-01-28T06:20:01.795319+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":200.0,"4":null,"5":242,"6":28} [] [2021-01-28T06:20:01.795501+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":242,"6":24} [] [2021-01-28T06:20:01.795725+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":242,"6":25} [] [2021-01-28T06:20:01.795937+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":242,"6":27} [] [2021-01-28T06:20:01.798069+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-28T06:20:01.811161+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:20:01.963488+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-28T06:20:01.988184+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:20:01.988289+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:20:01.988328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:20:01.989382+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:20:02.011856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:20:02.015779+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:20:02.028297+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-28T06:20:02.084140+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-28T06:20:02.090440+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[242,241,240,239,238,237,236,235,234,233]] [] [2021-01-28T06:20:02.098569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-28T06:20:02.099002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-28T06:20:02.099988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-28T06:20:02.100313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-28T06:20:02.100629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-28T06:20:02.100989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-28T06:20:02.101306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-28T06:20:02.101621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-28T06:20:02.103307+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-28T06:20:02.111195+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:20:02.479693+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c69b5c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c69b5c","method":"GET"} [] [2021-01-28T06:20:04.242770+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-28T06:20:04.271460+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:20:04.271516+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:20:04.271548+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:20:04.273367+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:20:04.313012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:20:04.318902+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:20:04.382758+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-28T06:20:04.392306+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-28T06:20:04.394894+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-28T06:20:04.421681+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:20:04.764956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f49b76"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f49b76","method":"GET"} [] [2021-01-28T06:22:54.082431+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-28T06:22:54.128516+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:22:54.165092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:22:54.169108+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:22:54.169176+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:22:54.169211+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:22:54.169240+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:22:54.249427+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["18"]] [] [2021-01-28T06:22:54.259523+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-28T06:22:54.262473+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-28T06:22:54.267258+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-01-28T06:22:54.267879+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-28T06:22:54.268373+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-28T06:22:54.327297+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-28T06:22:54.328347+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":77797.0,"3":"2021-01-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":18,"11":19} [] [2021-01-28T06:22:54.328824+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":243,"6":26} [] [2021-01-28T06:22:54.330131+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":200.0,"4":null,"5":243,"6":28} [] [2021-01-28T06:22:54.330313+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":243,"6":24} [] [2021-01-28T06:22:54.330508+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":243,"6":25} [] [2021-01-28T06:22:54.331744+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-28T06:22:54.343930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:22:54.485984+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-28T06:22:54.511197+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:22:54.511257+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:22:54.511291+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:22:54.512400+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:22:54.554155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:22:54.558758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:22:54.572368+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-28T06:22:54.630300+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-28T06:22:54.634165+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[243,242,241,240,239,238,237,236,235,234]] [] [2021-01-28T06:22:54.642453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-28T06:22:54.642870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-28T06:22:54.643205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-28T06:22:54.643464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-28T06:22:54.643716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-28T06:22:54.643989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-28T06:22:54.644260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-28T06:22:54.644528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-28T06:22:54.644795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-28T06:22:54.645060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-28T06:22:54.646847+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-28T06:22:54.654915+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:22:55.068335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fe315"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2fe315","method":"GET"} [] [2021-01-28T06:22:59.557625+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-01-28T06:22:59.585379+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:22:59.585434+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:22:59.585466+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:22:59.587240+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:22:59.636803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:22:59.640276+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:22:59.703820+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-01-28T06:22:59.713187+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-01-28T06:22:59.714116+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-01-28T06:22:59.739405+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:23:00.087106+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2dd1d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e2dd1d","method":"GET"} [] [2021-01-28T06:25:38.028504+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-01-28T06:25:38.067666+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:25:38.117919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:25:38.122647+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:25:38.122717+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:25:38.122751+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:25:38.122836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:25:38.199365+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-01-28T06:25:38.209421+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-01-28T06:25:38.211488+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-01-28T06:25:38.216495+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-01-28T06:25:38.217040+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-01-28T06:25:38.277762+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-28T06:25:38.278797+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":169195.0,"3":"2021-01-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":19} [] [2021-01-28T06:25:38.284182+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":244,"6":26} [] [2021-01-28T06:25:38.284460+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":244,"6":24} [] [2021-01-28T06:25:38.284699+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":244,"6":25} [] [2021-01-28T06:25:38.285985+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-28T06:25:38.298278+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:25:38.443221+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-01-28T06:25:38.467670+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-01-28T06:25:38.467724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:25:38.467757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-01-28T06:25:38.468823+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-01-28T06:25:38.510470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-01-28T06:25:38.518710+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-01-28T06:25:38.538344+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-01-28T06:25:38.596760+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-01-28T06:25:38.600528+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[244,243,242,241,240,239,238,237,236,235]] [] [2021-01-28T06:25:38.608799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-01-28T06:25:38.609291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-01-28T06:25:38.609650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-01-28T06:25:38.609977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-01-28T06:25:38.610270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-01-28T06:25:38.610562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-01-28T06:25:38.610877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-01-28T06:25:38.611270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-01-28T06:25:38.611586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-01-28T06:25:38.611898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-01-28T06:25:38.613622+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-01-28T06:25:38.622039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-01-28T06:25:39.041787+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"256201"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/256201","method":"GET"} [] [2021-02-04T04:30:16.516971+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-04T04:30:16.693929+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:30:16.693997+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:16.694032+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:16.787456+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-04T04:30:18.044413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a3db9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8a3db9","method":"GET"} [] [2021-02-04T04:30:38.522563+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-04T04:30:38.559347+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:30:38.559402+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:38.559440+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:38.562627+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:38.670673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-04T04:30:38.915255+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:38.922424+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 04 Feb 2021 04:30:38 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:38.922495+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:38.922525+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:38.930828+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:30:39.075052+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-04T04:30:39.099852+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:30:39.099909+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:39.099940+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:39.101551+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:30:39.144493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:30:39.152552+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:30:39.215184+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-04T04:30:39.365389+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-04T04:30:39.385088+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[244,243,242,241,240,239,238,237,236,235]] [] [2021-02-04T04:30:39.402904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-04T04:30:39.403577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T04:30:39.404955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-04T04:30:39.405349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-04T04:30:39.405714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:30:39.406099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-04T04:30:39.406483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-04T04:30:39.406907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-04T04:30:39.407291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-04T04:30:39.407671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-04T04:30:39.410207+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-04T04:30:39.425643+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:30:40.149751+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fc707"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4fc707","method":"GET"} [] [2021-02-04T04:30:55.231011+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-04T04:30:55.260036+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:30:55.260091+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:55.260123+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:30:55.261956+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:30:55.307895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:30:55.311661+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:30:55.380890+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:30:55.410571+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:30:55.763608+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe02bf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fe02bf","method":"GET"} [] [2021-02-04T04:31:11.437498+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-04T04:31:11.462513+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:31:11.493408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:31:11.496596+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:31:11.496654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:31:11.496737+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:31:11.496770+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:31:11.582501+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-02-04T04:31:11.856004+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T04:31:11.864282+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T04:31:11.871818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-04T04:31:11.876443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-02-04T04:31:11.880991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-02-04T04:31:11.882151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-04T04:31:11.882623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-04T04:31:11.882907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-04T04:31:11.883187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-04T04:31:11.883468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-02-04T04:31:11.883745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-02-04T04:31:11.884069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-04T04:31:11.884350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-04T04:31:11.884661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-02-04T04:31:11.885095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-02-04T04:31:11.885425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-04T04:31:11.885708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-02-04T04:31:11.885989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-02-04T04:31:11.886268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-02-04T04:31:11.886547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-04T04:31:11.886836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-02-04T04:31:11.887114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-02-04T04:31:11.887555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-02-04T04:31:11.887983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-02-04T04:31:11.888269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-02-04T04:31:11.888552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-02-04T04:31:11.888830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-02-04T04:31:11.889107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-04T04:31:11.889410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T04:31:11.889734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-02-04T04:31:11.890549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-04T04:31:11.890832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-02-04T04:31:11.891138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-04T04:31:11.891392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-02-04T04:31:11.891665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-02-04T04:31:11.891997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-02-04T04:31:11.892267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-02-04T04:31:11.892529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-02-04T04:31:11.892805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-02-04T04:31:11.893227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-02-04T04:31:11.893494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-04T04:31:11.893752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-02-04T04:31:11.894038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-02-04T04:31:11.894345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-02-04T04:31:11.894599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-02-04T04:31:11.894879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:31:11.895159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-02-04T04:31:12.297728+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:31:12.319763+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:38:07.316948+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-04T04:38:07.353709+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:38:07.353764+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:38:07.353796+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:38:07.355678+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:38:07.397717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:38:07.401527+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:38:07.470005+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:38:07.500444+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:38:08.024176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eefc1d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eefc1d","method":"GET"} [] [2021-02-04T04:40:10.599050+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-04T04:40:10.636897+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:40:10.666773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:40:10.670342+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:40:10.670408+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:40:10.670496+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:40:10.670531+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:40:10.727404+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-02-04T04:40:10.811775+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T04:40:10.858011+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T04:40:10.864981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:40:10.870515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-02-04T04:40:10.873960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-04T04:40:10.874401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-04T04:40:10.874715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-04T04:40:10.875010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-04T04:40:10.875318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-02-04T04:40:10.875731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-04T04:40:10.876026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-02-04T04:40:10.876369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-04T04:40:10.876655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-02-04T04:40:10.876900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-04T04:40:10.877185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-02-04T04:40:10.877597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-04T04:40:10.877921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-02-04T04:40:10.878251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-02-04T04:40:10.878526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-04T04:40:10.878771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-02-04T04:40:10.879062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T04:40:10.879315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-02-04T04:40:10.879714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-02-04T04:40:10.880040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-02-04T04:40:10.880290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-02-04T04:40:10.880585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-02-04T04:40:10.880872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-02-04T04:40:10.881137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-04T04:40:10.881466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-02-04T04:40:11.159845+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:40:11.182223+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:52:19.669745+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-04T04:52:19.705144+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:52:19.705200+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:52:19.705233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:52:19.707149+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:52:19.755398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:52:19.759168+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:52:19.816590+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:52:19.852874+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:52:20.384087+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b869f6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b869f6","method":"GET"} [] [2021-02-04T04:54:09.641013+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-04T04:54:09.678560+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:54:09.717649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:09.721194+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:54:09.721254+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:54:09.721345+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:09.721378+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:09.790721+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-02-04T04:54:09.886286+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T04:54:09.896253+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T04:54:09.903396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:54:09.908222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-02-04T04:54:09.911056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-04T04:54:09.912225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-02-04T04:54:09.912727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-02-04T04:54:09.913146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-02-04T04:54:09.913540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-02-04T04:54:09.913924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-02-04T04:54:09.914382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-04T04:54:09.914784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-04T04:54:09.915120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-04T04:54:09.915457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-04T04:54:09.915816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-02-04T04:54:09.916362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-02-04T04:54:09.916699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-02-04T04:54:09.917036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-02-04T04:54:09.917372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-02-04T04:54:09.917711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-02-04T04:54:09.918048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-02-04T04:54:09.918385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-02-04T04:54:09.918738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-02-04T04:54:09.919080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-02-04T04:54:09.919418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-04T04:54:09.919775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-02-04T04:54:09.920215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-02-04T04:54:09.920596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T04:54:09.920928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-02-04T04:54:09.921402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-02-04T04:54:09.921880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-04T04:54:09.922229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-02-04T04:54:09.922598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-04T04:54:09.922960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-02-04T04:54:09.923364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-02-04T04:54:09.923702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-04T04:54:09.924073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-02-04T04:54:09.924546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-02-04T04:54:09.925007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-04T04:54:09.925371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-02-04T04:54:09.925874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-02-04T04:54:09.926248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-02-04T04:54:09.926707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-02-04T04:54:09.927045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-02-04T04:54:09.927407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-04T04:54:09.927821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-02-04T04:54:10.386050+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:54:10.408487+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:54:34.224919+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-04T04:54:34.260620+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:54:34.260676+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:34.260708+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:34.262559+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:54:34.307793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:34.311332+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:54:34.368675+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:54:34.401311+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:54:34.951988+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"224a0e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/224a0e","method":"GET"} [] [2021-02-04T04:54:36.694231+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-04T04:54:36.719268+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:54:36.719326+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:36.719358+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:36.720497+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:54:36.778128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:36.781309+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:54:36.820100+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:54:36.843986+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:54:37.159540+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66bcd2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/66bcd2","method":"GET"} [] [2021-02-04T04:54:39.607023+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-04T04:54:39.631409+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:54:39.631466+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:39.631499+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:39.636287+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:54:39.678892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:39.682044+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:54:39.694554+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-04T04:54:39.749535+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-04T04:54:39.753536+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[244,243,242,241,240,239,238,237,236,235]] [] [2021-02-04T04:54:39.762122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-04T04:54:39.762607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T04:54:39.763008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-04T04:54:39.763376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-04T04:54:39.763713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:54:39.764051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-04T04:54:39.764418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-04T04:54:39.764813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-04T04:54:39.765197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-04T04:54:39.765563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:39.767325+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-04T04:54:39.775344+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:54:40.072921+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4c14e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b4c14e","method":"GET"} [] [2021-02-04T04:54:47.102562+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-02-04T04:54:47.137644+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:54:47.137701+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:47.137733+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:47.139407+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:54:47.178597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:47.184556+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:54:47.203248+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-04T04:54:47.219670+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-04T04:54:47.274805+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-02-04T04:54:47.278050+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[234,233,232,231,230,229,228,227,226,225]] [] [2021-02-04T04:54:47.285924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:47.286400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:54:47.286836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-04T04:54:47.287128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T04:54:47.287417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-04T04:54:47.287729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-04T04:54:47.288037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-02-04T04:54:47.288347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-04T04:54:47.288655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-04T04:54:47.288937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-04T04:54:47.289223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-04T04:54:47.289532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-02-04T04:54:47.296924+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:54:47.686777+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4026e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d4026e","method":"GET"} [] [2021-02-04T04:54:51.009955+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"231"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/231","method":"GET"} [] [2021-02-04T04:54:51.039194+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:54:51.039309+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:51.039348+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:51.041227+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:54:51.087287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:51.090815+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:54:51.115733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["231"] [] [2021-02-04T04:54:51.131849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-02-04T04:54:51.192668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-04T04:54:51.193545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:54:51.196030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-04T04:54:51.197293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-04T04:54:51.197866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-04T04:54:51.198311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-04T04:54:51.199941+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:54:51.201395+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-04T04:54:51.202233+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-04T04:54:51.236483+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:54:51.723991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"359089"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/359089","method":"GET"} [] [2021-02-04T04:54:58.643497+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"231"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/231","method":"POST"} [] [2021-02-04T04:54:58.673193+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:54:58.713908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:58.717497+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:54:58.717559+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:54:58.717593+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:58.717623+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:58.739909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["231"] [] [2021-02-04T04:54:58.758858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-02-04T04:54:58.813514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-04T04:54:58.814364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:54:58.816252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-04T04:54:58.816674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-04T04:54:58.817015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-04T04:54:58.817350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-04T04:54:58.820533+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-02-04T04:54:58.821747+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-04T04:54:58.822313+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-04T04:54:58.823908+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-04T04:54:58.824383+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-04T04:54:58.824844+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-04T04:54:58.892968+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-04T04:54:58.893231+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [138619.0,231] [] [2021-02-04T04:54:58.894311+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-04T04:54:58.926329+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:54:59.126579+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-04T04:54:59.162931+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:54:59.162988+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:59.163022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:54:59.164907+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:54:59.196181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:59.199598+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:54:59.217086+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-04T04:54:59.278832+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-04T04:54:59.285323+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[244,243,242,241,240,239,238,237,236,235]] [] [2021-02-04T04:54:59.293140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-04T04:54:59.293564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T04:54:59.293913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-04T04:54:59.294230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-04T04:54:59.294516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:54:59.294804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-04T04:54:59.295113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-04T04:54:59.295448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-04T04:54:59.295755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-04T04:54:59.296063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-04T04:54:59.297761+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-04T04:54:59.305539+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:54:59.721840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6355fa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6355fa","method":"GET"} [] [2021-02-04T04:55:01.943632+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-04T04:55:01.973699+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:55:01.973764+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:55:01.973799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:55:01.976084+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:55:02.020564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:55:02.024358+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:55:02.079756+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:55:02.107197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T04:55:02.388758+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd6128"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fd6128","method":"GET"} [] [2021-02-04T04:55:22.107693+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-04T04:55:22.138780+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T04:55:22.184526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T04:55:22.194415+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T04:55:22.194560+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T04:55:22.194604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:55:22.194634+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T04:55:22.240540+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-02-04T04:55:22.328596+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T04:55:22.336195+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T04:55:22.342956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T04:55:22.347581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-02-04T04:55:22.350269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-04T04:55:22.350642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-02-04T04:55:22.350929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-02-04T04:55:22.351209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-02-04T04:55:22.351501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-02-04T04:55:22.351804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-02-04T04:55:22.352172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-04T04:55:22.352505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-04T04:55:22.352786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-04T04:55:22.353062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-04T04:55:22.353357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-02-04T04:55:22.353810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-02-04T04:55:22.354094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-02-04T04:55:22.354375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-02-04T04:55:22.354648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-02-04T04:55:22.354924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-02-04T04:55:22.355197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-02-04T04:55:22.355470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-02-04T04:55:22.355747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-02-04T04:55:22.356019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-02-04T04:55:22.356292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-04T04:55:22.356583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-02-04T04:55:22.356953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-02-04T04:55:22.357275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T04:55:22.357556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-02-04T04:55:22.358008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-02-04T04:55:22.358401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-04T04:55:22.358682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-02-04T04:55:22.358982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-04T04:55:22.359346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-02-04T04:55:22.359670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-02-04T04:55:22.359934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-04T04:55:22.360224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-02-04T04:55:22.360603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-02-04T04:55:22.360975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-04T04:55:22.361254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-02-04T04:55:22.361550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-02-04T04:55:22.361844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-02-04T04:55:22.362211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-02-04T04:55:22.362471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-02-04T04:55:22.362749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-04T04:55:22.363029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-02-04T04:55:22.819160+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T04:55:22.841683+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T05:00:06.350302+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-04T05:00:06.391402+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T05:00:06.391463+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T05:00:06.391495+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T05:00:06.393609+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T05:00:06.438900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T05:00:06.443221+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T05:00:06.504620+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T05:00:06.536682+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T05:00:07.057159+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46988a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/46988a","method":"GET"} [] [2021-02-04T05:00:11.308136+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-04T05:00:11.336131+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T05:00:11.376102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T05:00:11.379610+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T05:00:11.379749+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T05:00:11.379790+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T05:00:11.379821+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T05:00:11.425911+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-04T05:00:11.520822+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T05:00:11.528398+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T05:00:11.536302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T05:00:11.541720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-02-04T05:00:11.548814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-04T05:00:11.549382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-04T05:00:11.549691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-04T05:00:11.549980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-04T05:00:11.550263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-04T05:00:11.550573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-02-04T05:00:11.551018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-04T05:00:11.551310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-04T05:00:11.551594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-04T05:00:11.551913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-02-04T05:00:11.552194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-02-04T05:00:11.552499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-02-04T05:00:11.552805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-02-04T05:00:11.553283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-02-04T05:00:11.553639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-02-04T05:00:11.553978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-02-04T05:00:11.554263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-02-04T05:00:11.554698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-02-04T05:00:11.555227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-02-04T05:00:11.555554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-02-04T05:00:11.555841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-02-04T05:00:11.556120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-02-04T05:00:11.556398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-02-04T05:00:11.556678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-02-04T05:00:11.556954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-02-04T05:00:11.557231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-04T05:00:11.557507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-02-04T05:00:11.557796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-02-04T05:00:11.558237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-02-04T05:00:11.559070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-02-04T05:00:11.559906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-04T05:00:11.560272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-04T05:00:11.560602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-02-04T05:00:11.561072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-04T05:00:11.561500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T05:00:11.561828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-02-04T05:00:11.562336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-02-04T05:00:11.562719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-04T05:00:11.563043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-02-04T05:00:11.563633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-02-04T05:00:11.564305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-02-04T05:00:11.564825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-02-04T05:00:11.565328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-02-04T05:00:11.565724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-02-04T05:00:11.566019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-02-04T05:00:11.566305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-02-04T05:00:11.566582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-02-04T05:00:11.566860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-02-04T05:00:11.567171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-02-04T05:00:11.567505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-02-04T05:00:11.567788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-04T05:00:12.112662+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T05:00:12.136561+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T08:52:34.533104+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-04T08:52:34.628249+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T08:52:34.628307+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T08:52:34.628339+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T08:52:34.634542+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T08:52:34.736199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T08:52:34.778581+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T08:52:35.002803+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T08:52:35.057827+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-04T08:52:35.618435+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de9f60"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/de9f60","method":"GET"} [] [2021-02-04T08:52:41.632581+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-04T08:52:41.673369+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-04T08:52:41.716574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-04T08:52:41.721046+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-04T08:52:41.721109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-04T08:52:41.721145+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T08:52:41.721175+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-04T08:52:41.786618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-02-04T08:52:42.037022+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T08:52:42.057956+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-02-04T00:00:00+00:00"] [] [2021-02-04T08:52:42.071211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-04T08:52:42.083076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-02-04T08:52:42.087988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-04T08:52:42.090936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-04T08:52:42.091361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-04T08:52:42.091664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-04T08:52:42.091990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-02-04T08:52:42.092332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-02-04T08:52:42.092645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-02-04T08:52:42.093067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-04T08:52:42.093409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-02-04T08:52:42.093839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-04T08:52:42.094171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-02-04T08:52:42.094602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-04T08:52:42.094928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-02-04T08:52:42.095295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-02-04T08:52:42.095650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-04T08:52:42.095942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-02-04T08:52:42.096231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-04T08:52:42.096538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-02-04T08:52:42.096955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-02-04T08:52:42.097249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-04T08:52:42.097613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-04T08:52:42.097928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-02-04T08:52:42.098359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-04T08:52:42.098649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-02-04T08:52:42.098959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-04T08:52:42.099265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-02-04T08:52:42.099676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-02-04T08:52:42.100094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-02-04T08:52:42.100531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-02-04T08:52:42.100865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-04T08:52:42.101249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-02-04T08:52:42.101672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-02-04T08:52:42.619687+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-04T08:52:42.642552+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T06:22:35.682810+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-06T06:22:35.830941+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T06:22:35.831008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:35.831044+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:35.905095+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-06T06:22:36.295799+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fafac2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fafac2","method":"GET"} [] [2021-02-06T06:22:39.580469+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-06T06:22:39.605888+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T06:22:39.605942+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:39.605981+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:39.609833+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:39.723166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-06T06:22:39.957237+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:39.964948+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 06 Feb 2021 06:22:39 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:39.965081+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:39.965117+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:39.970656+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T06:22:40.089463+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T06:22:40.114063+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T06:22:40.114116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:40.114148+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:22:40.115276+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T06:22:40.155183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T06:22:40.171193+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T06:22:40.231056+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T06:22:40.370472+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T06:22:40.380632+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[244,243,242,241,240,239,238,237,236,235]] [] [2021-02-06T06:22:40.391178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T06:22:40.391638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T06:22:40.393836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T06:22:40.394172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T06:22:40.394476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T06:22:40.394774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T06:22:40.395086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T06:22:40.395430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T06:22:40.395739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T06:22:40.396048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T06:22:40.398250+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T06:22:40.412419+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T06:22:41.079712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"357266"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/357266","method":"GET"} [] [2021-02-06T06:23:03.028402+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T06:23:03.060322+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T06:23:03.060382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:23:03.060416+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:23:03.062385+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T06:23:03.107868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T06:23:03.112365+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T06:23:03.200514+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T06:23:03.237149+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T06:23:03.542868+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5c640"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b5c640","method":"GET"} [] [2021-02-06T06:23:35.875486+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-06T06:23:35.914395+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T06:23:35.960982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T06:23:35.965771+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T06:23:35.965837+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T06:23:35.965871+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:23:35.965900+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T06:23:36.030377+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-02-06T06:23:36.185280+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T06:23:36.195721+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T06:23:36.203912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T06:23:36.209823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-02-06T06:23:36.214621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-02-06T06:23:36.217013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T06:23:36.217316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T06:23:36.217601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T06:23:36.217883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-06T06:23:36.218162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-02-06T06:23:36.218442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-02-06T06:23:36.218722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-06T06:23:36.218997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-06T06:23:36.219302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-02-06T06:23:36.219719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-02-06T06:23:36.220066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-06T06:23:36.220352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-02-06T06:23:36.220634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-02-06T06:23:36.220912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-02-06T06:23:36.221188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-06T06:23:36.221482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-02-06T06:23:36.221720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-02-06T06:23:36.222169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-02-06T06:23:36.222608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-02-06T06:23:36.222900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-02-06T06:23:36.223181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-02-06T06:23:36.223459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-02-06T06:23:36.223695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T06:23:36.223996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T06:23:36.224270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-02-06T06:23:36.224707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T06:23:36.224989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-02-06T06:23:36.225302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-06T06:23:36.225634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-02-06T06:23:36.225938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-02-06T06:23:36.226299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-02-06T06:23:36.226593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-02-06T06:23:36.226894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-02-06T06:23:36.227180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-02-06T06:23:36.227611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-02-06T06:23:36.227881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-06T06:23:36.228143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-02-06T06:23:36.228433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-02-06T06:23:36.228691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-02-06T06:23:36.228946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-02-06T06:23:36.229228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T06:23:36.229479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-02-06T06:23:36.624979+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T06:23:36.648650+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:14:09.071324+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:14:09.108372+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:14:09.108432+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:14:09.108466+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:14:09.110517+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:14:09.161750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:14:09.166196+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:14:09.223593+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:14:09.254793+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:14:09.797168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23b828"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/23b828","method":"GET"} [] [2021-02-06T07:14:12.934135+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T07:14:12.958922+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:14:12.958978+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:14:12.959010+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:14:12.960077+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:14:13.000616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:14:13.005006+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:14:13.018679+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:14:13.074989+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T07:14:13.080879+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[244,243,242,241,240,239,238,237,236,235]] [] [2021-02-06T07:14:13.089404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:14:13.089830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:14:13.091174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T07:14:13.091538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T07:14:13.091797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:14:13.092056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:14:13.092329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T07:14:13.092656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:14:13.092944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:14:13.093239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:14:13.095020+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:14:13.103327+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:14:13.509774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e74602"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e74602","method":"GET"} [] [2021-02-06T07:14:20.783883+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"241"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/241","method":"GET"} [] [2021-02-06T07:14:20.820554+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:14:20.820611+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:14:20.820644+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:14:20.822489+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:14:20.877229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:14:20.881614+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:14:20.909720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["241"] [] [2021-02-06T07:14:20.927467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-02-06T07:14:20.991156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:14:20.992954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:14:20.995432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-02-06T07:14:20.996821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-06T07:14:20.998282+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:14:20.999736+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-06T07:14:21.000599+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-06T07:14:21.035385+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:14:21.456210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"408b18"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/408b18","method":"GET"} [] [2021-02-06T07:14:41.593793+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:14:41.623168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:14:41.623225+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:14:41.623258+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:14:41.625117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:14:41.676483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:14:41.680871+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:14:41.735933+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:14:41.765084+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:14:42.083567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa96a6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fa96a6","method":"GET"} [] [2021-02-06T07:15:34.607972+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-06T07:15:34.637943+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:15:34.681411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:15:34.685807+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:15:34.685867+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:15:34.685900+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:15:34.685929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:15:34.730697+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-06T07:15:34.818219+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T07:15:34.826739+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T07:15:34.833624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:15:34.839272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-02-06T07:15:34.842765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T07:15:34.844128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T07:15:34.844424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T07:15:34.844704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-06T07:15:34.844982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-06T07:15:34.845340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-02-06T07:15:34.845720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-06T07:15:34.846006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-06T07:15:34.846284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-06T07:15:34.846588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-02-06T07:15:34.846865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-02-06T07:15:34.847172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-02-06T07:15:34.847477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-02-06T07:15:34.847947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-02-06T07:15:34.848291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-02-06T07:15:34.848620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-02-06T07:15:34.848896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-02-06T07:15:34.849337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-02-06T07:15:34.849896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-02-06T07:15:34.850186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-02-06T07:15:34.850467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-02-06T07:15:34.850748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-02-06T07:15:34.851028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-02-06T07:15:34.851303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-02-06T07:15:34.851579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-02-06T07:15:34.851856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-06T07:15:34.852127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-02-06T07:15:34.852400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-02-06T07:15:34.852672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-02-06T07:15:34.852948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-02-06T07:15:34.853203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T07:15:34.853468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T07:15:34.853721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-02-06T07:15:34.854009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-06T07:15:34.854276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:15:34.854527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-02-06T07:15:34.854912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-02-06T07:15:34.855191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-06T07:15:34.855471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-02-06T07:15:34.855824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-02-06T07:15:34.856229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-02-06T07:15:34.856497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-02-06T07:15:34.856911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-02-06T07:15:34.857281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-02-06T07:15:34.857524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-02-06T07:15:34.857782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-02-06T07:15:34.858037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-02-06T07:15:34.858290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-02-06T07:15:34.858579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-02-06T07:15:34.858881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-02-06T07:15:34.859141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-06T07:15:35.366792+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:15:35.388531+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:16:44.154190+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:16:44.188642+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:16:44.188696+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:16:44.188786+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:16:44.190575+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:16:44.233436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:16:44.237958+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:16:44.295675+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:16:44.326278+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:16:44.829845+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d4314"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4d4314","method":"GET"} [] [2021-02-06T07:16:47.209381+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T07:16:47.233917+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:16:47.233972+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:16:47.234005+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:16:47.235052+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:16:47.270289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:16:47.274371+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:16:47.287197+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:16:47.342253+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T07:16:47.347531+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[244,243,242,241,240,239,238,237,236,235]] [] [2021-02-06T07:16:47.355886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:16:47.356359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:16:47.357658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T07:16:47.358034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T07:16:47.358375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:16:47.358719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:16:47.359088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T07:16:47.359483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:16:47.359852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:16:47.360220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:16:47.361949+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:16:47.370074+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:16:47.767666+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"507cc0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/507cc0","method":"GET"} [] [2021-02-06T07:16:49.649455+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-06T07:16:49.679208+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:16:49.679266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:16:49.679298+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:16:49.681218+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:16:49.729636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:16:49.734045+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:16:49.804090+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:16:49.815095+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-06T07:16:49.816972+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-06T07:16:49.846218+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:16:50.138275+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3489c6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3489c6","method":"GET"} [] [2021-02-06T07:18:24.948258+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-06T07:18:24.984859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:18:25.040273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:18:25.043798+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:18:25.043914+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:18:25.043953+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:18:25.043984+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:18:25.114379+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-06T07:18:25.123743+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-02-06T07:18:25.126568+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-06T07:18:25.132577+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-06T07:18:25.133494+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-06T07:18:25.197888+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-06T07:18:25.199432+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":271168.0,"3":"2021-01-07T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":19} [] [2021-02-06T07:18:25.201947+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":150.0,"4":null,"5":245,"6":26} [] [2021-02-06T07:18:25.204113+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":245,"6":24} [] [2021-02-06T07:18:25.204334+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":245,"6":25} [] [2021-02-06T07:18:25.206449+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-06T07:18:25.229275+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:18:25.372217+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T07:18:25.396358+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:18:25.396412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:18:25.396443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:18:25.397546+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:18:25.433616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:18:25.440438+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:18:25.458941+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:18:25.516925+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T07:18:25.520225+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T07:18:25.528567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:18:25.529069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:18:25.529439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:18:25.529805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T07:18:25.530172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T07:18:25.530517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:18:25.530947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T07:18:25.531344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:18:25.531710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:18:25.532079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:18:25.533853+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:18:25.541797+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:18:25.933373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1db17"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f1db17","method":"GET"} [] [2021-02-06T07:18:30.606216+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:18:30.635172+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:18:30.635228+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:18:30.635261+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:18:30.637081+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:18:30.678392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:18:30.682749+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:18:30.736198+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:18:30.764214+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:18:31.090340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9944f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e9944f","method":"GET"} [] [2021-02-06T07:18:47.753149+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-06T07:18:47.781312+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:18:47.819693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:18:47.824346+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:18:47.824417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:18:47.824453+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:18:47.824483+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:18:47.870651+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-06T07:18:47.960488+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T07:18:47.967648+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T07:18:47.975433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:18:47.981345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-02-06T07:18:47.985103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T07:18:47.986440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T07:18:47.986781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T07:18:47.987122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-06T07:18:47.987502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-06T07:18:47.988053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-02-06T07:18:47.988635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-06T07:18:47.989075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-06T07:18:47.989462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-06T07:18:47.989853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-02-06T07:18:47.990202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-02-06T07:18:47.990588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-02-06T07:18:47.990947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-02-06T07:18:47.991482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-02-06T07:18:47.991884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-02-06T07:18:47.992266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-02-06T07:18:47.992612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-02-06T07:18:47.993260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-02-06T07:18:47.993858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-02-06T07:18:47.994207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-02-06T07:18:47.994544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-02-06T07:18:47.994885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-02-06T07:18:47.995224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-02-06T07:18:47.995561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-02-06T07:18:47.995906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-02-06T07:18:47.996243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-06T07:18:47.996585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-02-06T07:18:47.996927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-02-06T07:18:47.997272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-02-06T07:18:47.997622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-02-06T07:18:47.997969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T07:18:47.998322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T07:18:47.998665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-02-06T07:18:47.999056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-06T07:18:47.999411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:18:47.999747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-02-06T07:18:48.000225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-02-06T07:18:48.000586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-06T07:18:48.000943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-02-06T07:18:48.001382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-02-06T07:18:48.001877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-02-06T07:18:48.002217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-02-06T07:18:48.002721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-02-06T07:18:48.003193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-02-06T07:18:48.003653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-02-06T07:18:48.003996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-02-06T07:18:48.004412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-02-06T07:18:48.004884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-02-06T07:18:48.005320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-02-06T07:18:48.005785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-02-06T07:18:48.006267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-02-06T07:18:48.006713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-06T07:18:48.546395+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:18:48.583371+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:21:14.966706+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:21:15.003185+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:21:15.003243+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:15.003276+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:15.005125+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:21:15.047452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:15.051836+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:21:15.108515+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:21:15.139778+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:21:15.640311+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25c777"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/25c777","method":"GET"} [] [2021-02-06T07:21:16.976576+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T07:21:17.001292+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:21:17.001349+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:17.001382+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:17.002449+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:21:17.044800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:17.047984+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:21:17.060690+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:21:17.114982+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T07:21:17.119686+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T07:21:17.128874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:21:17.129420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:21:17.130746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:21:17.131120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T07:21:17.131489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T07:21:17.131832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:21:17.132207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T07:21:17.132607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:21:17.133033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:21:17.133401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:17.135151+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:21:17.143556+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:21:17.558374+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c47cf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2c47cf","method":"GET"} [] [2021-02-06T07:21:19.950475+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"245"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/245","method":"GET"} [] [2021-02-06T07:21:19.979732+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:21:19.979789+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:19.979822+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:19.981703+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:21:20.025051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:20.028492+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:21:20.050478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["245"] [] [2021-02-06T07:21:20.066297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-02-06T07:21:20.120693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:21:20.121541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:21:20.123197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T07:21:20.124585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T07:21:20.124975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T07:21:20.126438+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:21:20.127869+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-06T07:21:20.128661+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-06T07:21:20.160895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:21:20.574466+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4df1a7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4df1a7","method":"GET"} [] [2021-02-06T07:21:32.173885+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"245"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/245","method":"POST"} [] [2021-02-06T07:21:32.210486+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:21:32.260436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:32.263975+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:21:32.264036+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:21:32.264071+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:32.264100+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:32.287896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["245"] [] [2021-02-06T07:21:32.303992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-02-06T07:21:32.357847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:21:32.358588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:21:32.360192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T07:21:32.360617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T07:21:32.361022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T07:21:32.364051+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-06T07:21:32.365105+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-02-06T07:21:32.365662+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-06T07:21:32.366509+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-06T07:21:32.366980+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-06T07:21:32.425476+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-06T07:21:32.425730+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [272698.0,245] [] [2021-02-06T07:21:32.427233+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-06T07:21:32.453928+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:21:32.645946+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T07:21:32.681372+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:21:32.681430+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:32.681522+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:32.683388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:21:32.734998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:32.738430+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:21:32.755571+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:21:32.816530+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T07:21:32.820871+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T07:21:32.829117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:21:32.829617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:21:32.830935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:21:32.831312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T07:21:32.831681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T07:21:32.832074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:21:32.832449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T07:21:32.832844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:21:32.833209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:21:32.833574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:32.835267+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:21:32.843175+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:21:33.211498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14e054"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/14e054","method":"GET"} [] [2021-02-06T07:21:39.201067+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:21:39.230872+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:21:39.230930+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:39.230963+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:39.232821+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:21:39.287560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:39.290996+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:21:39.334903+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:21:39.361121+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:21:39.690276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4099d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c4099d","method":"GET"} [] [2021-02-06T07:21:57.456244+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-06T07:21:57.486467+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:21:57.527818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:57.531588+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:21:57.531650+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:21:57.531685+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:57.531714+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:21:57.587221+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-06T07:21:57.673652+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T07:21:57.682105+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T07:21:57.689160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:21:57.694696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-02-06T07:21:57.698212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T07:21:57.699555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T07:21:57.699899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T07:21:57.700231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-06T07:21:57.700563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-06T07:21:57.700922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-02-06T07:21:57.701348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-06T07:21:57.701682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-06T07:21:57.702016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-06T07:21:57.702377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-02-06T07:21:57.702706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-02-06T07:21:57.703064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-02-06T07:21:57.703417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-02-06T07:21:57.703940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-02-06T07:21:57.704333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-02-06T07:21:57.704709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-02-06T07:21:57.705034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-02-06T07:21:57.705580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-02-06T07:21:57.706141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-02-06T07:21:57.706475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-02-06T07:21:57.706807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-02-06T07:21:57.707141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-02-06T07:21:57.707473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-02-06T07:21:57.707804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-02-06T07:21:57.708138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-02-06T07:21:57.708470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-06T07:21:57.708803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-02-06T07:21:57.709140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-02-06T07:21:57.709473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-02-06T07:21:57.709811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-02-06T07:21:57.710144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T07:21:57.710485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T07:21:57.710811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-02-06T07:21:57.711168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-06T07:21:57.711514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:21:57.711841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-02-06T07:21:57.712307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-02-06T07:21:57.712659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-06T07:21:57.713009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-02-06T07:21:57.713440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-02-06T07:21:57.713926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-02-06T07:21:57.714281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-02-06T07:21:57.714778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-02-06T07:21:57.715239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-02-06T07:21:57.715687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-02-06T07:21:57.716022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-02-06T07:21:57.716356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-02-06T07:21:57.716689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-02-06T07:21:57.717019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-02-06T07:21:57.717387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-02-06T07:21:57.717768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-02-06T07:21:57.718109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-06T07:21:58.244319+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:21:58.266520+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:28:33.997883+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:28:34.035635+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:28:34.035692+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:28:34.035724+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:28:34.037730+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:28:34.096381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:28:34.110138+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:28:34.180009+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:28:34.212569+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:28:34.730660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"820056"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/820056","method":"GET"} [] [2021-02-06T07:30:44.865642+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T07:30:44.901109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:30:44.901165+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:30:44.901199+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:30:44.903067+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:30:44.945456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:30:44.949410+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:30:44.968648+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:30:45.063257+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T07:30:45.067033+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T07:30:45.077225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:30:45.077788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:30:45.078224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:30:45.078673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T07:30:45.079047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T07:30:45.079394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:30:45.079829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T07:30:45.080402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:30:45.080808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:30:45.081199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:30:45.083020+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:30:45.093154+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:30:45.566605+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35fbf3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/35fbf3","method":"GET"} [] [2021-02-06T07:31:41.777551+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T07:31:41.813355+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:31:41.813410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:31:41.813444+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:31:41.815343+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:31:41.863282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:31:41.866764+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:31:41.885599+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:31:41.959564+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T07:31:41.963074+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T07:31:41.971375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:31:41.971913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:31:41.972290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:31:41.972659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T07:31:41.973029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T07:31:41.973369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:31:41.973744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T07:31:41.974147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:31:41.974512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:31:41.974880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:31:41.976587+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:31:41.984714+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:31:42.377558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfebaa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dfebaa","method":"GET"} [] [2021-02-06T07:31:59.402161+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-02-06T07:31:59.431599+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:31:59.431656+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:31:59.431690+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:31:59.433614+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:31:59.475402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:31:59.478927+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:31:59.496893+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:31:59.513471+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:31:59.569781+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-02-06T07:31:59.572626+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[235,234,233,232,231,230,229,228,227,226]] [] [2021-02-06T07:31:59.580729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:31:59.581188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:31:59.582482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:31:59.582896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:31:59.583235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:31:59.583614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T07:31:59.584001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T07:31:59.584374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-02-06T07:31:59.584739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T07:31:59.585102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-06T07:31:59.585442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T07:31:59.585785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-06T07:31:59.593258+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:31:59.975676+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31012c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/31012c","method":"GET"} [] [2021-02-06T07:32:04.723238+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/3","method":"GET"} [] [2021-02-06T07:32:04.751677+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:32:04.751732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:04.751764+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:04.753570+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:32:04.799644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:32:04.803077+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:32:04.821513+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:32:04.837886+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:32:04.893184+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%"] [] [2021-02-06T07:32:04.896151+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-02-06T07:32:04.904192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-02-06T07:32:04.904623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T07:32:04.904945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T07:32:04.905240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:32:04.905534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-06T07:32:04.905845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T07:32:04.906140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:32:04.906428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-06T07:32:04.906743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T07:32:04.907029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T07:32:04.907318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T07:32:04.907606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-02-06T07:32:04.907892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:32:04.908207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:32:04.908516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:32:04.916161+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:32:05.306426+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9daa74"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9daa74","method":"GET"} [] [2021-02-06T07:32:11.024291+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"222"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/222","method":"GET"} [] [2021-02-06T07:32:11.052731+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:32:11.052786+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:11.052819+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:11.054631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:32:11.096785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:32:11.101142+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:32:11.123339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["222"] [] [2021-02-06T07:32:11.139940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-02-06T07:32:11.193993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T07:32:11.195813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:32:11.198914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T07:32:11.200262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-06T07:32:11.200602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T07:32:11.200932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T07:32:11.201322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-06T07:32:11.202842+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:32:11.204224+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-06T07:32:11.205026+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-06T07:32:11.239618+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:32:11.740168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc00f7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fc00f7","method":"GET"} [] [2021-02-06T07:32:25.000757+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"222"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/222","method":"POST"} [] [2021-02-06T07:32:25.031173+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:32:25.073707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:32:25.077164+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:32:25.077224+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:32:25.077258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:25.077286+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:25.099668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["222"] [] [2021-02-06T07:32:25.116211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-02-06T07:32:25.170480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T07:32:25.171328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:32:25.174515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T07:32:25.175867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-06T07:32:25.176256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T07:32:25.176638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T07:32:25.177024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-06T07:32:25.180232+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-02-06T07:32:25.181477+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-06T07:32:25.182096+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-06T07:32:25.182986+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-02-06T07:32:25.183498+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-06T07:32:25.184001+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-06T07:32:25.184507+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-06T07:32:25.248007+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-06T07:32:25.248265+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [69076.0,222] [] [2021-02-06T07:32:25.249699+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-06T07:32:25.266598+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:32:25.469107+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T07:32:25.503949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:32:25.504067+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:25.504104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:25.505934+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:32:25.558127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:32:25.568179+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:32:25.593598+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T07:32:25.654625+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T07:32:25.657881+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T07:32:25.665864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T07:32:25.666306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:32:25.666632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T07:32:25.666950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T07:32:25.667264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T07:32:25.667612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:32:25.667938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T07:32:25.668275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T07:32:25.668587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T07:32:25.668897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T07:32:25.670484+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T07:32:25.678299+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:32:26.097157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3101dd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3101dd","method":"GET"} [] [2021-02-06T07:32:28.079280+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:32:28.107954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:32:28.108009+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:28.108041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:28.110346+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:32:28.156127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:32:28.159580+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:32:28.213461+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:32:28.241273+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:32:28.526057+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"391051"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/391051","method":"GET"} [] [2021-02-06T07:32:50.219841+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-06T07:32:50.249721+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:32:50.297016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:32:50.301415+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:32:50.301487+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:32:50.301522+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:50.301552+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:32:50.347997+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-02-06T07:32:50.441422+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T07:32:50.449669+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T07:32:50.457140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T07:32:50.462206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-02-06T07:32:50.465134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-02-06T07:32:50.465591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T07:32:50.465911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T07:32:50.466254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T07:32:50.466593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-06T07:32:50.466906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-02-06T07:32:50.467221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-02-06T07:32:50.467522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-06T07:32:50.467824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-06T07:32:50.468147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-02-06T07:32:50.468615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-02-06T07:32:50.468940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-06T07:32:50.469235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-02-06T07:32:50.469560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-02-06T07:32:50.469869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-02-06T07:32:50.470145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-06T07:32:50.470419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-02-06T07:32:50.470751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-02-06T07:32:50.471191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-02-06T07:32:50.471610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-02-06T07:32:50.471893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-02-06T07:32:50.472154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-02-06T07:32:50.472424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-02-06T07:32:50.472699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T07:32:50.472990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T07:32:50.473253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-02-06T07:32:50.473681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T07:32:50.473937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-02-06T07:32:50.474226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-06T07:32:50.474502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-02-06T07:32:50.474779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-02-06T07:32:50.475098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-02-06T07:32:50.475366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-02-06T07:32:50.475628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-02-06T07:32:50.475925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-02-06T07:32:50.476424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-02-06T07:32:50.476769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-06T07:32:50.477033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-02-06T07:32:50.477337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-02-06T07:32:50.477587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-02-06T07:32:50.477855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-02-06T07:32:50.478146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T07:32:50.478409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-02-06T07:32:50.852688+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:32:50.875796+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:36:25.166571+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T07:36:25.204542+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T07:36:25.204614+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:36:25.204649+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T07:36:25.206636+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T07:36:25.249501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T07:36:25.260036+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T07:36:25.326278+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T07:36:25.357585+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T07:36:25.864231+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dffa87"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dffa87","method":"GET"} [] [2021-02-06T08:59:07.134686+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-06T08:59:07.198956+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T08:59:07.279443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T08:59:07.290125+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T08:59:07.290236+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T08:59:07.290307+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T08:59:07.290362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T08:59:07.395611+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["10"]] [] [2021-02-06T08:59:07.534139+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [10,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T08:59:07.544862+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [10,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T08:59:07.552665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T08:59:07.559262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [139] [] [2021-02-06T08:59:07.562957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T08:59:07.564274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T08:59:07.564566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T08:59:07.672594+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T08:59:07.703601+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:00:58.040724+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T09:00:58.076009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:00:58.076066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:00:58.076097+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:00:58.077843+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:00:58.129073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:00:58.132637+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:00:58.189596+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T09:00:58.215273+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:00:58.692530+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffc688"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ffc688","method":"GET"} [] [2021-02-06T09:01:00.878316+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T09:01:00.902935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:01:00.903055+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:01:00.903092+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:01:00.904168+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:01:00.944132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:01:00.947204+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:01:00.986295+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T09:01:01.009402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:01:01.337260+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3363f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c3363f","method":"GET"} [] [2021-02-06T09:01:01.740125+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T09:01:01.764517+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:01:01.764570+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:01:01.764602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:01:01.765652+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:01:01.799773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:01:01.802821+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:01:01.820154+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:01:01.883869+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T09:01:01.888886+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T09:01:01.896899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:01:01.897340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:01:01.897665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:01:01.897983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:01:01.898297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:01:01.898588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:01:01.898907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:01:01.899249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T09:01:01.899560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:01:01.899870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T09:01:01.901995+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:01:01.914592+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:01:02.289632+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05924a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/05924a","method":"GET"} [] [2021-02-06T09:01:24.863030+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-02-06T09:01:24.899018+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:01:24.899080+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:01:24.899113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:01:24.901508+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:01:24.950055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:01:24.953541+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:01:24.972187+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:01:24.988951+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:01:25.049405+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-02-06T09:01:25.052267+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[235,234,233,232,231,230,229,228,227,226]] [] [2021-02-06T09:01:25.060536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:01:25.060983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:01:25.061309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T09:01:25.061657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T09:01:25.061951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:01:25.062238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:01:25.062550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:01:25.062866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-02-06T09:01:25.063174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:01:25.063483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-06T09:01:25.063768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:01:25.064059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-06T09:01:25.071506+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:01:25.474651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83a92a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/83a92a","method":"GET"} [] [2021-02-06T09:01:34.824842+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/3","method":"GET"} [] [2021-02-06T09:01:34.854053+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:01:34.854108+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:01:34.854141+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:01:34.856026+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:01:34.908052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:01:34.911534+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:01:34.929114+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:01:34.945504+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:01:35.002826+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%"] [] [2021-02-06T09:01:35.005754+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[225,224,223,222,221,220,219,218,217,216]] [] [2021-02-06T09:01:35.013770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-02-06T09:01:35.014288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:01:35.015671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:01:35.016012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:01:35.016351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-06T09:01:35.016715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T09:01:35.017057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:01:35.017399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-06T09:01:35.017765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:01:35.018170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:01:35.018658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:01:35.019103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-02-06T09:01:35.019454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:01:35.019823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:01:35.020191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T09:01:35.027796+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:01:35.420133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"555540"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/555540","method":"GET"} [] [2021-02-06T09:02:07.645365+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"4","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/4","method":"GET"} [] [2021-02-06T09:02:07.674217+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:02:07.674272+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:07.674305+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:07.676155+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:02:07.727561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:07.731102+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:02:07.748776+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:02:07.765343+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:02:07.821108+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 30 ["%%"] [] [2021-02-06T09:02:07.823936+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[215,214,213,212,211,210,209,208,207,206]] [] [2021-02-06T09:02:07.831939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:02:07.832372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:02:07.832718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:07.833036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:02:07.833349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:02:07.833687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:07.834021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:02:07.834314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:02:07.834600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:02:07.834908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-06T09:02:07.835214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-02-06T09:02:07.835522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-06T09:02:07.842895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:02:08.253288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"152e94"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/152e94","method":"GET"} [] [2021-02-06T09:02:15.505204+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"5","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/5","method":"GET"} [] [2021-02-06T09:02:15.533973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:02:15.534030+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:15.534065+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:15.535878+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:02:15.588909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:15.592400+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:02:15.609918+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:02:15.626430+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:02:15.682027+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 40 ["%%"] [] [2021-02-06T09:02:15.684992+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[205,204,203,202,201,200,199,198,197,196]] [] [2021-02-06T09:02:15.693069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:15.693501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:15.693881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:02:15.694181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:02:15.694473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:02:15.694784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:02:15.695096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T09:02:15.695418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:02:15.695729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:02:15.696014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-02-06T09:02:15.696299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T09:02:15.696586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-02-06T09:02:15.696904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:02:15.704848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:02:16.089205+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46a775"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/46a775","method":"GET"} [] [2021-02-06T09:02:24.763330+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"6","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/6","method":"GET"} [] [2021-02-06T09:02:24.792771+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:02:24.792836+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:24.792870+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:24.794820+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:02:24.836372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:24.839853+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:02:24.857700+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:02:24.874405+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:02:24.930745+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 50 ["%%"] [] [2021-02-06T09:02:24.933611+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[195,194,193,192,189,188,187,186,185,184]] [] [2021-02-06T09:02:24.941726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-06T09:02:24.942203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:24.942527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:02:24.942881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:02:24.943179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:24.943490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:24.943776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:02:24.944071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:02:24.944432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:02:24.944796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-06T09:02:24.945107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T09:02:24.945396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-02-06T09:02:24.952806+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:02:25.333077+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7c70d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d7c70d","method":"GET"} [] [2021-02-06T09:02:29.900330+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"7","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/7","method":"GET"} [] [2021-02-06T09:02:29.928776+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:02:29.928831+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:29.928863+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:29.930683+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:02:29.969843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:29.973307+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:02:29.990860+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:02:30.007252+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:02:30.063490+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%"] [] [2021-02-06T09:02:30.066411+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[183,182,181,180,179,178,177,176,175,174]] [] [2021-02-06T09:02:30.074517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:02:30.074963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:30.075285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-02-06T09:02:30.075606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-06T09:02:30.075979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:02:30.076294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:02:30.076607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:02:30.076897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:02:30.077219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:02:30.077528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:30.084997+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:02:30.465364+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e10310"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e10310","method":"GET"} [] [2021-02-06T09:02:35.516702+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"8","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/8","method":"GET"} [] [2021-02-06T09:02:35.545567+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:02:35.545625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:35.545657+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:35.547530+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:02:35.591813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:35.595275+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:02:35.612746+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:02:35.629372+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:02:35.685784+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 70 ["%%"] [] [2021-02-06T09:02:35.688645+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[173,172,171,170,169,168,167,166,165,164]] [] [2021-02-06T09:02:35.696600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-02-06T09:02:35.697034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:02:35.697357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T09:02:35.697676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:02:35.697980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:35.698268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:02:35.698584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T09:02:35.698894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:35.699269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:02:35.699559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:02:35.699870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-06T09:02:35.700246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-02-06T09:02:35.700543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:02:35.700859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:02:35.708245+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:02:36.093835+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5eb9ab"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5eb9ab","method":"GET"} [] [2021-02-06T09:02:44.411951+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"9","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/9","method":"GET"} [] [2021-02-06T09:02:44.440641+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:02:44.440696+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:44.440727+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:44.442538+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:02:44.500300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:44.511166+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:02:44.537416+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:02:44.554489+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:02:44.610218+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 80 ["%%"] [] [2021-02-06T09:02:44.613020+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[163,162,161,160,159,158,157,153,152,151]] [] [2021-02-06T09:02:44.620981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T09:02:44.621425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:44.621749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:02:44.622071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:02:44.622383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-06T09:02:44.622670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:02:44.622960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:02:44.623274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:02:44.623721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:44.631064+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:02:44.998833+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e94c89"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e94c89","method":"GET"} [] [2021-02-06T09:02:51.334653+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"10","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/10","method":"GET"} [] [2021-02-06T09:02:51.363367+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:02:51.363423+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:51.363456+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:51.365277+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:02:51.410397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:51.413823+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:02:51.431442+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:02:51.448045+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:02:51.504151+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%"] [] [2021-02-06T09:02:51.506995+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[150,149,148,147,146,145,144,143,142,141]] [] [2021-02-06T09:02:51.515270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:02:51.515714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:51.516038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:02:51.516332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:02:51.516638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:02:51.516961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-06T09:02:51.517415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-02-06T09:02:51.517707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T09:02:51.517994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:02:51.518279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:51.518617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-06T09:02:51.518944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:02:51.526390+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:02:51.885281+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ac978"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5ac978","method":"GET"} [] [2021-02-06T09:02:57.157794+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"11","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/11","method":"GET"} [] [2021-02-06T09:02:57.186732+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:02:57.186788+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:57.186820+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:02:57.188639+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:02:57.237675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:02:57.241201+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:02:57.258983+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:02:57.275611+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:02:57.331786+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%"] [] [2021-02-06T09:02:57.334700+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[140,139,138,137,136,135,134,132,131,130]] [] [2021-02-06T09:02:57.342927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:02:57.343450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:02:57.343782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:02:57.344081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:57.344380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:02:57.344694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:02:57.345006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:02:57.345337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-02-06T09:02:57.345626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:02:57.345938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:02:57.346253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:02:57.346542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:02:57.346841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:02:57.354482+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:02:57.727803+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e309c2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e309c2","method":"GET"} [] [2021-02-06T09:03:01.829878+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"139"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/139","method":"GET"} [] [2021-02-06T09:03:01.858453+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:03:01.858514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:03:01.858547+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:03:01.860393+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:03:01.905504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:03:01.908999+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:03:01.970725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["139"] [] [2021-02-06T09:03:01.986426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [139] [] [2021-02-06T09:03:02.045698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:03:02.046636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:03:02.048675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:03:02.049119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:03:02.049502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:03:02.051042+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T09:03:02.052528+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-06T09:03:02.053312+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-06T09:03:02.086757+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:03:02.512491+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a46d5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4a46d5","method":"GET"} [] [2021-02-06T09:03:18.842167+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"12","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/12","method":"GET"} [] [2021-02-06T09:03:18.872569+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:03:18.872625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:03:18.872658+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:03:18.874520+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:03:18.925300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:03:18.928793+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:03:18.946391+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:03:18.963639+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:03:19.020307+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 110 ["%%"] [] [2021-02-06T09:03:19.023874+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[129,128,127,126,125,124,123,122,121,120]] [] [2021-02-06T09:03:19.032089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T09:03:19.032579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:03:19.032981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:03:19.033330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-02-06T09:03:19.033676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:03:19.034013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:03:19.034411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:03:19.034759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:03:19.035096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:03:19.035460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-06T09:03:19.035802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:03:19.036148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T09:03:19.036489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-02-06T09:03:19.036830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:03:19.044963+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:03:19.419744+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8485a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a8485a","method":"GET"} [] [2021-02-06T09:03:27.716566+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"127"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/127","method":"GET"} [] [2021-02-06T09:03:27.746690+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:03:27.746779+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:03:27.746817+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:03:27.749014+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:03:27.790469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:03:27.793917+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:03:27.817063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["127"] [] [2021-02-06T09:03:27.844459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:03:27.845031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:03:27.849515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [127] [] [2021-02-06T09:03:27.853391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:03:27.853820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:03:27.854153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:03:27.854480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T09:03:27.864014+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:03:28.227410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e73bd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7e73bd","method":"GET"} [] [2021-02-06T09:03:43.807790+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"126"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/126","method":"GET"} [] [2021-02-06T09:03:43.836404+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:03:43.836461+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:03:43.836493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:03:43.838348+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:03:43.886043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:03:43.889550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:03:43.910592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["126"] [] [2021-02-06T09:03:43.937143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:03:43.937708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:03:43.942339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [126] [] [2021-02-06T09:03:43.946162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:03:43.946614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:03:43.946958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:03:43.947293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-06T09:03:43.947621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [55] [] [2021-02-06T09:03:43.948010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-06T09:03:43.948342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T09:03:43.958095+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:03:44.374647+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50a0b9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/50a0b9","method":"GET"} [] [2021-02-06T09:04:04.877423+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"127"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/127","method":"GET"} [] [2021-02-06T09:04:04.906241+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:04:04.906299+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:04:04.906331+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:04:04.908183+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:04:04.952454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:04:04.955912+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:04:04.977142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["127"] [] [2021-02-06T09:04:05.002681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:04:05.003194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:04:05.007724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [127] [] [2021-02-06T09:04:05.011288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:04:05.011646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:04:05.011999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:04:05.012281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T09:04:05.021938+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:04:05.397625+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4c679"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b4c679","method":"GET"} [] [2021-02-06T09:05:12.442534+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"126"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/126","method":"GET"} [] [2021-02-06T09:05:12.474699+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:05:12.474799+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:05:12.474835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:05:12.477019+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:05:12.527620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:05:12.531216+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:05:12.553847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["126"] [] [2021-02-06T09:05:12.581079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:05:12.581663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:05:12.586348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [126] [] [2021-02-06T09:05:12.591596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:05:12.593082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:05:12.593511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:05:12.593864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-06T09:05:12.594213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [55] [] [2021-02-06T09:05:12.594548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-06T09:05:12.594881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T09:05:12.604841+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:05:12.965724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"478526"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/478526","method":"GET"} [] [2021-02-06T09:05:54.434327+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"126"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/126","method":"GET"} [] [2021-02-06T09:05:54.462913+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:05:54.462968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:05:54.463000+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:05:54.464820+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:05:54.506565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:05:54.510058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:05:54.530593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["126"] [] [2021-02-06T09:05:54.556103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:05:54.556599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:05:54.561048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [126] [] [2021-02-06T09:05:54.565688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:05:54.566039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:05:54.566333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:05:54.566615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-06T09:05:54.566895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [55] [] [2021-02-06T09:05:54.567172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-06T09:05:54.567446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T09:05:54.576965+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:05:54.953812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66b69b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/66b69b","method":"GET"} [] [2021-02-06T09:06:10.852412+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66b69b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/66b69b","method":"GET"} [] [2021-02-06T09:06:23.918404+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T09:06:23.947097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:06:23.947153+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:23.947185+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:23.949077+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:06:23.997941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:06:24.001390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:06:24.019006+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:06:24.089154+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T09:06:24.092612+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T09:06:24.100721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:06:24.101159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:24.101488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:24.101808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:06:24.102130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:06:24.102420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:06:24.102739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:06:24.103080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T09:06:24.103389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:06:24.103769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T09:06:24.105389+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:06:24.113332+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:06:24.503458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f210b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9f210b","method":"GET"} [] [2021-02-06T09:06:44.430242+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"7","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/7","method":"GET"} [] [2021-02-06T09:06:44.458993+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:06:44.459049+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:44.459082+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:44.460952+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:06:44.508543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:06:44.512019+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:06:44.529724+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:06:44.546649+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:06:44.603219+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%"] [] [2021-02-06T09:06:44.606174+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[183,182,181,180,179,178,177,176,175,174]] [] [2021-02-06T09:06:44.614172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:06:44.614658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:44.615047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-02-06T09:06:44.615419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-06T09:06:44.615790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:06:44.616156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:06:44.616521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:06:44.616864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:06:44.617236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:06:44.617603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:44.625052+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:06:45.011975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b200bd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b200bd","method":"GET"} [] [2021-02-06T09:06:46.219135+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"10","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/10","method":"GET"} [] [2021-02-06T09:06:46.247778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:06:46.247833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:46.247866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:46.249698+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:06:46.290581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:06:46.294113+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:06:46.311971+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:06:46.328515+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:06:46.384992+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%"] [] [2021-02-06T09:06:46.388003+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[150,149,148,147,146,145,144,143,142,141]] [] [2021-02-06T09:06:46.396291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:06:46.396866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:46.397191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:06:46.397486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:06:46.397790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:06:46.398079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-06T09:06:46.398364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-02-06T09:06:46.398660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-06T09:06:46.398943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:06:46.399226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:46.399565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-06T09:06:46.399877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:06:46.407519+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:06:46.787742+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e37a7f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e37a7f","method":"GET"} [] [2021-02-06T09:06:49.927175+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"11","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/11","method":"GET"} [] [2021-02-06T09:06:49.956204+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:06:49.956329+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:49.956366+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:49.958255+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:06:50.001948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:06:50.005426+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:06:50.023045+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:06:50.039587+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:06:50.094899+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%"] [] [2021-02-06T09:06:50.097785+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[140,139,138,137,136,135,134,132,131,130]] [] [2021-02-06T09:06:50.105746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:06:50.106211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-06T09:06:50.106572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:06:50.106980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:50.107328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:06:50.107697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-02-06T09:06:50.108062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:06:50.108443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-02-06T09:06:50.108783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-06T09:06:50.109151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:06:50.109516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:50.109855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:06:50.110271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-06T09:06:50.117656+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:06:50.504640+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b24c9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5b24c9","method":"GET"} [] [2021-02-06T09:06:58.025564+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"139"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/139","method":"GET"} [] [2021-02-06T09:06:58.054116+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:06:58.054172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:58.054266+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:06:58.056109+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:06:58.103193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:06:58.106681+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:06:58.127230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["139"] [] [2021-02-06T09:06:58.152594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:06:58.153107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:06:58.157560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [139] [] [2021-02-06T09:06:58.162166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:06:58.163430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:06:58.163722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:06:58.173203+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:06:58.539815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cda84b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cda84b","method":"GET"} [] [2021-02-06T09:07:05.698054+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cda84b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cda84b","method":"GET"} [] [2021-02-06T09:07:25.585996+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T09:07:25.614001+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:07:25.614055+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:07:25.614155+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:07:25.615955+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:07:25.667492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:07:25.671027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:07:25.724284+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T09:07:25.751419+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:07:26.041756+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc6e18"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bc6e18","method":"GET"} [] [2021-02-06T09:08:38.850004+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T09:08:38.878645+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:08:38.878700+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:08:38.878732+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:08:38.880722+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:08:38.910960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:08:38.914348+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:08:38.932230+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:08:39.002419+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T09:08:39.005933+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T09:08:39.014145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:08:39.014708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:08:39.015141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:08:39.015547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:08:39.015883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:08:39.016174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:08:39.016502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:08:39.016844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T09:08:39.017155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:08:39.017466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T09:08:39.019204+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:08:39.027446+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:08:39.396608+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30a950"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/30a950","method":"GET"} [] [2021-02-06T09:11:32.138547+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"GET"} [] [2021-02-06T09:11:32.175466+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:11:32.175525+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:11:32.175560+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:11:32.177505+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:11:32.208268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:11:32.211992+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:11:32.230817+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:11:32.373316+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-02-06T09:11:32.377077+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2021-02-06T09:11:32.381266+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:11:32.382570+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:11:32.778974+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02c1d6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/02c1d6","method":"GET"} [] [2021-02-06T09:11:42.665225+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"POST"} [] [2021-02-06T09:11:42.702071+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:11:42.748484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:11:42.751987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:11:42.752047+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:11:42.752081+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:11:42.752109+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:11:42.758853+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-02-06T09:11:42.771822+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:11:42.840174+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%3025%"] [] [2021-02-06T09:11:42.843169+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%3025%",[10]] [] [2021-02-06T09:11:42.846212+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%3025%"] [] [2021-02-06T09:11:42.847563+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:11:43.180775+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"077f1d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/077f1d","method":"GET"} [] [2021-02-06T09:11:45.620281+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"10"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle/edit/10","method":"GET"} [] [2021-02-06T09:11:45.645751+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:11:45.645810+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:11:45.645842+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:11:45.646934+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:11:45.685768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:11:45.688908+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:11:45.698443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["10"] [] [2021-02-06T09:11:45.777051+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:11:46.141098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09f414"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/09f414","method":"GET"} [] [2021-02-06T09:12:00.427765+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"10"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle/edit/10","method":"POST"} [] [2021-02-06T09:12:00.459476+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:12:00.512943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:12:00.516444+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:12:00.516504+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:12:00.516538+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:12:00.516639+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:12:00.527569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["10"] [] [2021-02-06T09:12:00.625811+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-06T09:12:00.626083+00:00] doctrine.DEBUG: UPDATE vehicle SET note = ? WHERE id = ? ["20192",10] [] [2021-02-06T09:12:00.627528+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-06T09:12:00.638711+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:12:00.777774+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"GET"} [] [2021-02-06T09:12:00.801797+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:12:00.801850+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:12:00.801880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:12:00.802915+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:12:00.841296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:12:00.845796+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:12:00.857883+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:12:00.910228+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-02-06T09:12:00.912863+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2021-02-06T09:12:00.916474+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:12:00.917681+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:12:01.279060+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65aa26"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/65aa26","method":"GET"} [] [2021-02-06T09:13:25.475198+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"GET"} [] [2021-02-06T09:13:25.506350+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:13:25.506409+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:13:25.506443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:13:25.508439+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:13:25.558868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:13:25.562443+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:13:25.578534+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:13:25.644249+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-02-06T09:13:25.647442+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2021-02-06T09:13:25.651310+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:13:25.652496+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:13:25.956550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f05fee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f05fee","method":"GET"} [] [2021-02-06T09:13:47.147441+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"GET"} [] [2021-02-06T09:13:47.180329+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:13:47.180389+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:13:47.180424+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:13:47.181556+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:13:47.226561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:13:47.229635+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:13:47.241087+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:13:47.302459+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-02-06T09:13:47.305653+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2021-02-06T09:13:47.309592+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:13:47.311003+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:13:47.655388+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"864106"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/864106","method":"GET"} [] [2021-02-06T09:14:04.313306+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"POST"} [] [2021-02-06T09:14:04.346158+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:14:04.380737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:14:04.383952+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:14:04.384011+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:14:04.384045+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:14:04.384074+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:14:04.389617+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-02-06T09:14:04.396057+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:14:04.452469+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%3025%"] [] [2021-02-06T09:14:04.455040+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%3025%",[10]] [] [2021-02-06T09:14:04.457865+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%3025%"] [] [2021-02-06T09:14:04.459196+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:14:04.779983+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f8377"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4f8377","method":"GET"} [] [2021-02-06T09:14:07.368738+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"10"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle/edit/10","method":"GET"} [] [2021-02-06T09:14:07.393880+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:14:07.393936+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:14:07.393969+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:14:07.395040+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:14:07.431439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:14:07.434555+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:14:07.441211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["10"] [] [2021-02-06T09:14:07.484453+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:14:07.812998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb4de5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cb4de5","method":"GET"} [] [2021-02-06T09:14:15.981945+00:00] request.INFO: Matched route "vehicle_edit". {"route":"vehicle_edit","route_parameters":{"_route":"vehicle_edit","_controller":"App\\Controller\\VehicleController::edit","id":"10"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle/edit/10","method":"POST"} [] [2021-02-06T09:14:16.014378+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:14:16.062164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:14:16.065711+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:14:16.065777+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:14:16.065811+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:14:16.065840+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:14:16.076780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["10"] [] [2021-02-06T09:14:16.171104+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-06T09:14:16.171380+00:00] doctrine.DEBUG: UPDATE vehicle SET note = ? WHERE id = ? ["116834",10] [] [2021-02-06T09:14:16.174017+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-06T09:14:16.188498+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:14:16.339514+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"GET"} [] [2021-02-06T09:14:16.363705+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:14:16.363759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:14:16.363791+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:14:16.364854+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:14:16.410931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:14:16.420132+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:14:16.439138+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:14:16.492928+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-02-06T09:14:16.495548+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2021-02-06T09:14:16.499072+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:14:16.500196+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:14:16.859847+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fc805"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6fc805","method":"GET"} [] [2021-02-06T09:18:48.504228+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"POST"} [] [2021-02-06T09:18:48.543819+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:18:48.585566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:18:48.589074+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:18:48.589135+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:18:48.589169+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:18:48.589198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:18:48.596023+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-02-06T09:18:48.606114+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:18:48.676967+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%3025%"] [] [2021-02-06T09:18:48.680112+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%3025%",[10]] [] [2021-02-06T09:18:48.683198+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%3025%"] [] [2021-02-06T09:18:48.684605+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:18:49.182853+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f84b8f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f84b8f","method":"GET"} [] [2021-02-06T09:18:52.577750+00:00] request.INFO: Matched route "vehicle_show". {"route":"vehicle_show","route_parameters":{"_route":"vehicle_show","_controller":"App\\Controller\\VehicleController::show","id":"10"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle/show/10","method":"GET"} [] [2021-02-06T09:18:52.602715+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:18:52.602771+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:18:52.602803+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:18:52.603882+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:18:52.643599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:18:52.647107+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:18:52.656085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["10"] [] [2021-02-06T09:18:52.704383+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:18:53.107803+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31dbf7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/31dbf7","method":"GET"} [] [2021-02-06T09:18:57.312722+00:00] request.INFO: Matched route "vehicle_index". {"route":"vehicle_index","route_parameters":{"_route":"vehicle_index","page":1,"_controller":"App\\Controller\\VehicleController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/vehicle","method":"GET"} [] [2021-02-06T09:18:57.342326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:18:57.342384+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:18:57.342417+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:18:57.344233+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:18:57.394871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:18:57.398407+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:18:57.413330+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:18:57.477393+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-02-06T09:18:57.480517+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[50,20,19,18,17,16,14,13,12,11,10,9,8,7,6,5,4,3,1]] [] [2021-02-06T09:18:57.484424+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:18:57.485615+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:18:57.833468+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1c75e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b1c75e","method":"GET"} [] [2021-02-06T09:19:04.001934+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-06T09:19:04.037517+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:19:04.037573+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:19:04.037605+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:19:04.039529+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:19:04.087417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:19:04.090942+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:19:04.109842+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:19:04.185595+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-06T09:19:04.189060+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-06T09:19:04.197245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-06T09:19:04.197855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:19:04.198455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-06T09:19:04.198877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-06T09:19:04.199277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-06T09:19:04.199652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-06T09:19:04.200148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-06T09:19:04.200838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-06T09:19:04.201365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-06T09:19:04.201861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-06T09:19:04.203738+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-06T09:19:04.211960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:19:04.600668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b29933"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b29933","method":"GET"} [] [2021-02-06T09:19:12.078387+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-02-06T09:19:12.104105+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:19:12.142821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:19:12.146382+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:19:12.146456+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:19:12.146491+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:19:12.146520+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:19:12.151514+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-02-06T09:19:12.160200+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-06T09:19:12.214942+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%3025%"] [] [2021-02-06T09:19:12.217595+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%3025%",[139,127,126,125]] [] [2021-02-06T09:19:12.225639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:19:12.226132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:19:12.226513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:19:12.226900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-02-06T09:19:12.228637+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%3025%"] [] [2021-02-06T09:19:12.230061+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:19:12.617162+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51609f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/51609f","method":"GET"} [] [2021-02-06T09:19:20.990471+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"125"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/125","method":"GET"} [] [2021-02-06T09:19:21.019925+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:19:21.019983+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:19:21.020089+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:19:21.022023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:19:21.069167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:19:21.072646+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:19:21.093411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["125"] [] [2021-02-06T09:19:21.119167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:19:21.119710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-02-06T09:19:21.124279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [125] [] [2021-02-06T09:19:21.128007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-02-06T09:19:21.138350+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:19:21.485162+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb1e5a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fb1e5a","method":"GET"} [] [2021-02-06T09:19:26.719247+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"126"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/126","method":"GET"} [] [2021-02-06T09:19:26.748581+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:19:26.748639+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:19:26.748671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:19:26.750530+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:19:26.798680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:19:26.802171+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:19:26.823774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["126"] [] [2021-02-06T09:19:26.849640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-02-06T09:19:26.850199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-06T09:19:26.854732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [126] [] [2021-02-06T09:19:26.859405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:19:26.860922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:19:26.861297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:19:26.861634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-06T09:19:26.861978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [55] [] [2021-02-06T09:19:26.862370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-06T09:19:26.862823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-06T09:19:26.872651+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:19:27.233066+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ce3f0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9ce3f0","method":"GET"} [] [2021-02-06T09:20:33.854192+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T09:20:33.883004+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:20:33.883060+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:20:33.883092+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:20:33.885019+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:20:33.927591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:20:33.931081+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:20:33.989219+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T09:20:34.017312+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:20:34.339520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e60164"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e60164","method":"GET"} [] [2021-02-06T09:20:52.530282+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-06T09:20:52.556634+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:20:52.589563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:20:52.592640+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:20:52.592698+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:20:52.592732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:20:52.592761+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:20:52.633584+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["10"]] [] [2021-02-06T09:20:52.717275+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [10,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T09:20:52.722882+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [10,"2020-01-01T00:00:00+00:00","2021-02-06T00:00:00+00:00"] [] [2021-02-06T09:20:52.729827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-06T09:20:52.735037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [139] [] [2021-02-06T09:20:52.737886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-06T09:20:52.738251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-06T09:20:52.738542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-06T09:20:52.821197+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T09:20:52.843780+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:21:38.305992+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-06T09:21:38.342592+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-06T09:21:38.342656+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:21:38.342692+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-06T09:21:38.344838+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-06T09:21:38.377508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-06T09:21:38.381091+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-06T09:21:38.438529+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-06T09:21:38.471715+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-06T09:21:38.809309+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6551a3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6551a3","method":"GET"} [] [2021-02-07T05:22:09.917709+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-07T05:22:09.985812+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:22:09.985869+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:09.985904+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:10.016350+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-07T05:22:10.467662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d58945"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d58945","method":"GET"} [] [2021-02-07T05:22:14.037942+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-07T05:22:14.063218+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:22:14.063271+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.063308+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.064919+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.135945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-07T05:22:14.362129+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.369060+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Feb 2021 05:22:14 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.369140+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.369171+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.374951+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:22:14.506964+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T05:22:14.532247+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:22:14.532306+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.532340+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:14.533559+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:22:14.571493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:22:14.574690+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:22:14.621311+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:22:14.763953+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:22:14.770159+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-07T05:22:14.780241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T05:22:14.780710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T05:22:14.781197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T05:22:14.781530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T05:22:14.781857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T05:22:14.782153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T05:22:14.782502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-07T05:22:14.782854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-07T05:22:14.783171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-07T05:22:14.783517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-07T05:22:14.785800+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:22:14.798690+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:22:15.408213+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"469940"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/469940","method":"GET"} [] [2021-02-07T05:22:32.509620+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-07T05:22:32.552694+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:22:32.552754+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:32.552786+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:32.554893+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:22:32.598287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:22:32.602246+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:22:32.626020+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:22:32.708176+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:22:32.711436+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[151,150,149,148,147,146,145,144,143,142]] [] [2021-02-07T05:22:32.714822+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:22:32.730959+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:22:33.040002+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b79b7b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b79b7b","method":"GET"} [] [2021-02-07T05:22:36.549141+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-07T05:22:36.574014+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:22:36.574069+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:36.574101+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:22:36.575162+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:22:36.613630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:22:36.616775+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:22:36.678317+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:22:37.007733+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82b83c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/82b83c","method":"GET"} [] [2021-02-07T05:23:06.173091+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-07T05:23:06.204302+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:23:06.257581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:23:06.261220+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:23:06.261282+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:23:06.261315+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:23:06.261344+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:23:06.426211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["CNG Kit Assembly"] [] [2021-02-07T05:23:06.433998+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T05:23:06.435591+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"CNG Kit Assembly","2":"Set","3":null,"4":null,"5":1} [] [2021-02-07T05:23:06.436913+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T05:23:06.447969+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:23:06.589919+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-07T05:23:06.615159+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:23:06.615216+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:23:06.615249+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:23:06.616348+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:23:06.637546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:23:06.640662+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:23:06.651570+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:23:06.706260+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:23:06.709556+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[152,151,150,149,148,147,146,145,144,143]] [] [2021-02-07T05:23:06.712619+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:23:06.717714+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:23:07.070887+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"394d0f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/394d0f","method":"GET"} [] [2021-02-07T05:23:10.624051+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-07T05:23:10.648436+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:23:10.648492+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:23:10.648525+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:23:10.649594+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:23:10.689568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:23:10.692735+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:23:10.732684+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:23:11.009058+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f596c8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f596c8","method":"GET"} [] [2021-02-07T05:35:42.793666+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-07T05:35:42.830866+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:35:42.882815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:35:42.886437+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:35:42.886496+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:35:42.886529+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:35:42.886558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:35:42.977183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Front bumper,bonnet,front [...]"] [] [2021-02-07T05:35:42.984033+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T05:35:42.984728+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Front bumper,bonnet,front [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-02-07T05:35:42.987914+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T05:35:43.000276+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:35:43.135325+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-07T05:35:43.159695+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:35:43.159750+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:35:43.159783+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:35:43.160836+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:35:43.194940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:35:43.198057+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:35:43.208951+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:35:43.261907+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:35:43.265115+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[153,152,151,150,149,148,147,146,145,144]] [] [2021-02-07T05:35:43.268170+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:35:43.275148+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:35:43.611690+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37825a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/37825a","method":"GET"} [] [2021-02-07T05:36:29.989365+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-07T05:36:30.025152+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:36:30.025210+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:36:30.025242+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:36:30.027066+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:36:30.073129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:36:30.076773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:36:30.131408+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:36:30.435747+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cccfb2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cccfb2","method":"GET"} [] [2021-02-07T05:37:41.446267+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-07T05:37:41.472213+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:37:41.515401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:37:41.518532+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:37:41.518590+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:37:41.518701+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:37:41.518736+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:37:41.570846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Back Dala & front Bumper D [...]"] [] [2021-02-07T05:37:41.575189+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T05:37:41.575769+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Back Dala & front Bumper D [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-02-07T05:37:41.578835+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T05:37:41.589015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:37:41.717352+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-07T05:37:41.741593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:37:41.741648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:37:41.741681+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:37:41.742729+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:37:41.782572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:37:41.789465+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:37:41.804375+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:37:41.853744+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:37:41.856378+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[154,153,152,151,150,149,148,147,146,145]] [] [2021-02-07T05:37:41.859578+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:37:41.864600+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:37:42.204714+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1cfa0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c1cfa0","method":"GET"} [] [2021-02-07T05:37:50.680515+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-07T05:37:50.705342+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:37:50.705396+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:37:50.705427+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:37:50.706461+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:37:50.744933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:37:50.748184+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:37:50.788057+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:37:51.085094+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66d74a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/66d74a","method":"GET"} [] [2021-02-07T05:39:31.934497+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-07T05:39:31.972259+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:39:32.017131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:39:32.020633+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:39:32.020692+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:39:32.020726+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:39:32.020755+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:39:32.112631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Wheel Cylinder Baked"] [] [2021-02-07T05:39:32.119113+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T05:39:32.119848+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Wheel Cylinder Baked","2":"Pcs","3":null,"4":null,"5":1} [] [2021-02-07T05:39:32.123173+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T05:39:32.134947+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:39:32.267256+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-07T05:39:32.294301+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:39:32.294360+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:39:32.294393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:39:32.295484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:39:32.331125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:39:32.334344+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:39:32.345562+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:39:32.399965+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:39:32.403150+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[155,154,153,152,151,150,149,148,147,146]] [] [2021-02-07T05:39:32.406227+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:39:32.413217+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:39:32.753812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ec111"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5ec111","method":"GET"} [] [2021-02-07T05:39:40.323180+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-07T05:39:40.358414+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:39:40.358472+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:39:40.358506+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:39:40.360524+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:39:40.408078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:39:40.411583+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:39:40.466761+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:39:40.765948+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e93697"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e93697","method":"GET"} [] [2021-02-07T05:42:04.219879+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-07T05:42:04.257380+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:42:04.303624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:42:04.307090+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:42:04.307149+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:42:04.307182+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:42:04.307211+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:42:04.398550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Rear left side Mudguard De [...]"] [] [2021-02-07T05:42:04.404968+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T05:42:04.405629+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Rear left side Mudguard De [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-02-07T05:42:04.442007+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T05:42:04.455923+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:42:04.590573+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-07T05:42:04.614783+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:42:04.614840+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:42:04.614873+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:42:04.615920+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:42:04.660209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:42:04.663289+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:42:04.674176+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:42:04.726764+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:42:04.729777+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[156,155,154,153,152,151,150,149,148,147]] [] [2021-02-07T05:42:04.732847+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:42:04.740192+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:42:05.085839+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7866d8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7866d8","method":"GET"} [] [2021-02-07T05:42:11.981052+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-07T05:42:12.017354+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:42:12.017412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:42:12.017444+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:42:12.019323+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:42:12.069865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:42:12.073355+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:42:12.127847+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:42:12.440235+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50fba5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/50fba5","method":"GET"} [] [2021-02-07T05:45:05.515670+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-07T05:45:05.553218+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:45:05.599561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:45:05.603553+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:45:05.603637+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:45:05.603690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:45:05.603720+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:45:05.698324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Right side rear Door,Rear [...]"] [] [2021-02-07T05:45:05.704740+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T05:45:05.705403+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Right side rear Door,Rear [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-02-07T05:45:05.708394+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T05:45:05.720720+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:45:05.856649+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-07T05:45:05.880870+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:45:05.880924+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:45:05.880955+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:45:05.882001+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:45:05.919051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:45:05.925231+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:45:05.942578+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:45:05.996771+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:45:05.999858+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[157,156,155,154,153,152,151,150,149,148]] [] [2021-02-07T05:45:06.003186+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:45:06.010568+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:45:06.348131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44194b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/44194b","method":"GET"} [] [2021-02-07T05:45:50.907870+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-07T05:45:50.944705+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:45:50.944765+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:45:50.944799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:45:50.946732+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:45:50.999642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:45:51.003232+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:45:51.058828+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:45:51.327937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a573b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a573b5","method":"GET"} [] [2021-02-07T05:45:57.830812+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T05:45:57.856242+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:45:57.856305+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:45:57.856338+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:45:57.857544+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:45:57.893418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:45:57.896565+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:45:57.909003+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T05:45:57.966370+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T05:45:57.969477+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[245,244,243,242,241,240,239,238,237,236]] [] [2021-02-07T05:45:57.978127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T05:45:57.978664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T05:45:57.979064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T05:45:57.979501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T05:45:57.979868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T05:45:57.980206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T05:45:57.980579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-07T05:45:57.980976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-07T05:45:57.981339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-07T05:45:57.981707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-02-07T05:45:57.983396+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T05:45:57.991461+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:45:58.356798+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3077d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f3077d","method":"GET"} [] [2021-02-07T05:57:23.750269+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-07T05:57:23.785864+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T05:57:23.785920+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:57:23.785953+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T05:57:23.787784+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T05:57:23.841017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T05:57:23.844534+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T05:57:23.936973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T05:57:23.947056+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-07T05:57:23.948083+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-07T05:57:23.977541+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T05:57:24.528705+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98c7a1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/98c7a1","method":"GET"} [] [2021-02-07T06:07:00.604762+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-07T06:07:00.642096+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:07:00.683029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:07:00.686705+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:07:00.686773+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:07:00.686807+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:07:00.686836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:07:00.796974+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-02-07T06:07:00.808200+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-07T06:07:00.811276+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["152"]] [] [2021-02-07T06:07:00.816494+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["41"]] [] [2021-02-07T06:07:00.817076+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["67"]] [] [2021-02-07T06:07:00.817622+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["142"]] [] [2021-02-07T06:07:00.818164+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-02-07T06:07:00.880706+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T06:07:00.881765+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":140870.0,"3":"2021-01-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2021-02-07T06:07:00.882744+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":8500.0,"4":null,"5":246,"6":152} [] [2021-02-07T06:07:00.883183+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4500.0,"4":null,"5":246,"6":41} [] [2021-02-07T06:07:00.883473+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":1550.0,"4":null,"5":246,"6":67} [] [2021-02-07T06:07:00.883744+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1800.0,"4":null,"5":246,"6":142} [] [2021-02-07T06:07:00.888969+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":246,"6":6} [] [2021-02-07T06:07:00.893535+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T06:07:00.906311+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:07:01.044453+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T06:07:01.068789+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:07:01.068844+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:07:01.068876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:07:01.069927+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:07:01.090422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:07:01.093520+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:07:01.105981+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T06:07:01.162150+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T06:07:01.165577+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[246,245,244,243,242,241,240,239,238,237]] [] [2021-02-07T06:07:01.174060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-07T06:07:01.174507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T06:07:01.174881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T06:07:01.175191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T06:07:01.175499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T06:07:01.175825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T06:07:01.176153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T06:07:01.176582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-07T06:07:01.176941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-07T06:07:01.177266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-07T06:07:01.178922+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T06:07:01.187443+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:07:01.773702+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bba83"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3bba83","method":"GET"} [] [2021-02-07T06:08:00.048308+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-07T06:08:00.084636+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:08:00.084694+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:08:00.084728+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:08:00.086602+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:08:00.130862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:08:00.134386+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:08:00.202777+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T06:08:00.212511+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-07T06:08:00.213477+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-07T06:08:00.242298+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:08:00.616828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"966a3d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/966a3d","method":"GET"} [] [2021-02-07T06:09:50.548235+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-07T06:09:50.587499+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:09:50.630283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:09:50.633888+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:09:50.633952+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:09:50.633987+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:09:50.634016+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:09:50.709592+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-07T06:09:50.719460+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-07T06:09:50.721137+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["8"]] [] [2021-02-07T06:09:50.725762+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-02-07T06:09:50.782514+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T06:09:50.783600+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":274293.0,"3":"2021-01-22T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-02-07T06:09:50.786749+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4800.0,"4":null,"5":247,"6":8} [] [2021-02-07T06:09:50.787234+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":247,"6":6} [] [2021-02-07T06:09:50.788701+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T06:09:50.801068+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:09:50.937368+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T06:09:50.961759+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:09:50.961813+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:09:50.961846+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:09:50.962906+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:09:51.000556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:09:51.003640+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:09:51.016264+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T06:09:51.071767+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T06:09:51.075277+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[247,246,245,244,243,242,241,240,239,238]] [] [2021-02-07T06:09:51.083626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T06:09:51.084146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T06:09:51.084556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-07T06:09:51.085004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T06:09:51.085347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T06:09:51.085716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T06:09:51.086086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T06:09:51.086481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-07T06:09:51.086876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-07T06:09:51.088551+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T06:09:51.096450+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:09:51.488786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6b641"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d6b641","method":"GET"} [] [2021-02-07T06:12:17.679832+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-07T06:12:17.715972+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:12:17.716031+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:12:17.716063+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:12:17.717890+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:12:17.759534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:12:17.763099+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:12:17.821112+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T06:12:17.852074+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:12:18.190250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e7560"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8e7560","method":"GET"} [] [2021-02-07T06:12:32.312751+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-07T06:12:32.339423+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:12:32.373764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:12:32.377221+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:12:32.377286+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:12:32.377321+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:12:32.377351+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:12:32.420276+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-02-07T06:12:32.555676+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-02-07T00:00:00+00:00"] [] [2021-02-07T06:12:32.563158+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-02-07T00:00:00+00:00"] [] [2021-02-07T06:12:32.572507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-07T06:12:32.578233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-02-07T06:12:32.581525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-02-07T06:12:32.582207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-07T06:12:32.582576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-07T06:12:32.582918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-07T06:12:32.583254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-07T06:12:32.583587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-02-07T06:12:32.583922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-02-07T06:12:32.584252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-07T06:12:32.584582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-07T06:12:32.584939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-02-07T06:12:32.585496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-02-07T06:12:32.585959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-07T06:12:32.586554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-02-07T06:12:32.587107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-02-07T06:12:32.587530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-02-07T06:12:32.587862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-07T06:12:32.588213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-02-07T06:12:32.588795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-02-07T06:12:32.589939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-02-07T06:12:32.590518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-02-07T06:12:32.590851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-02-07T06:12:32.591168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-02-07T06:12:32.591484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-02-07T06:12:32.591801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-07T06:12:32.592148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T06:12:32.592463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-02-07T06:12:32.592915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-07T06:12:32.593220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-02-07T06:12:32.593655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-07T06:12:32.594433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-02-07T06:12:32.594955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-02-07T06:12:32.595473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-02-07T06:12:32.595823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-02-07T06:12:32.596152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-02-07T06:12:32.596496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-02-07T06:12:32.596982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-02-07T06:12:32.597309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-07T06:12:32.597619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-02-07T06:12:32.597979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-02-07T06:12:32.598298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-02-07T06:12:32.598614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-02-07T06:12:32.598962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T06:12:32.599276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-02-07T06:12:33.013587+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T06:12:33.036154+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:13:07.619889+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-07T06:13:07.656426+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:13:07.656484+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:13:07.656517+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:13:07.658422+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:13:07.705351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:13:07.708903+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:13:07.765581+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T06:13:07.800351+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:13:08.304838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bc15e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5bc15e","method":"GET"} [] [2021-02-07T06:13:11.060715+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T06:13:11.085324+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:13:11.085381+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:13:11.085414+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:13:11.086476+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:13:11.131398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:13:11.134512+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:13:11.147045+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T06:13:11.201684+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T06:13:11.205239+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[247,246,245,244,243,242,241,240,239,238]] [] [2021-02-07T06:13:11.213708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T06:13:11.214354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T06:13:11.214742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-07T06:13:11.215128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T06:13:11.215470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T06:13:11.215839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T06:13:11.216208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T06:13:11.216609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-07T06:13:11.217004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-07T06:13:11.218869+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T06:13:11.227107+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:13:11.621592+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"669291"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/669291","method":"GET"} [] [2021-02-07T06:13:39.872098+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-07T06:13:39.906930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:13:39.907068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:13:39.907106+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:13:39.909053+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:13:39.958289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:13:39.966116+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:13:40.040980+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T06:13:40.050352+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-07T06:13:40.051178+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-07T06:13:40.075632+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:13:40.428132+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b2aef"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4b2aef","method":"GET"} [] [2021-02-07T06:15:39.060990+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-07T06:15:39.097450+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:15:39.143953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:15:39.147436+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:15:39.147495+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:15:39.147529+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:15:39.147558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:15:39.217720+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-02-07T06:15:39.227323+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-07T06:15:39.228875+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["157"]] [] [2021-02-07T06:15:39.233328+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-02-07T06:15:39.288351+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T06:15:39.289351+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":156261.0,"3":"2021-01-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-02-07T06:15:39.293085+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":8500.0,"4":null,"5":248,"6":157} [] [2021-02-07T06:15:39.293865+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":248,"6":145} [] [2021-02-07T06:15:39.297221+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T06:15:39.315765+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:15:39.464312+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T06:15:39.489833+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:15:39.489893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:15:39.489926+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:15:39.490997+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:15:39.526715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:15:39.533264+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:15:39.551447+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T06:15:39.608403+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T06:15:39.611800+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[248,247,246,245,244,243,242,241,240,239]] [] [2021-02-07T06:15:39.619912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-07T06:15:39.620357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T06:15:39.620683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T06:15:39.621003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-07T06:15:39.621328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T06:15:39.621621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T06:15:39.621931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T06:15:39.622241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T06:15:39.622575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-07T06:15:39.624188+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T06:15:39.632087+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:15:40.013764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7433e3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7433e3","method":"GET"} [] [2021-02-07T06:16:19.098824+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-07T06:16:19.133784+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:16:19.133838+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:16:19.133870+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:16:19.135671+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:16:19.187509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:16:19.191002+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:16:19.258674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T06:16:19.268156+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-07T06:16:19.269010+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-07T06:16:19.296519+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:16:19.639683+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8369f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b8369f","method":"GET"} [] [2021-02-07T06:17:41.074567+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-07T06:17:41.111976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:17:41.152454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:17:41.155976+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:17:41.156109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:17:41.156147+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:17:41.156178+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:17:41.226566+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-02-07T06:17:41.235997+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-07T06:17:41.237536+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["156"]] [] [2021-02-07T06:17:41.243117+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-02-07T06:17:41.299740+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T06:17:41.300757+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":160117.0,"3":"2021-02-01T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":2} [] [2021-02-07T06:17:41.303642+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":249,"6":156} [] [2021-02-07T06:17:41.304916+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":249,"6":145} [] [2021-02-07T06:17:41.306101+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T06:17:41.317904+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:17:41.464082+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T06:17:41.488205+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:17:41.488259+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:17:41.488291+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:17:41.489341+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:17:41.525065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:17:41.533342+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:17:41.550453+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T06:17:41.605691+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T06:17:41.608967+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[249,248,247,246,245,244,243,242,241,240]] [] [2021-02-07T06:17:41.616993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-07T06:17:41.617461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T06:17:41.617824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-07T06:17:41.618193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T06:17:41.618558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-07T06:17:41.618935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T06:17:41.619274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T06:17:41.619639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T06:17:41.620076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T06:17:41.620472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-07T06:17:41.622129+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T06:17:41.630049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:17:42.020102+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"150727"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/150727","method":"GET"} [] [2021-02-07T06:19:01.837489+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-07T06:19:01.874605+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:19:01.874665+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:19:01.874699+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:19:01.876626+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:19:01.919753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:19:01.923247+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:19:01.991582+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T06:19:02.001446+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-07T06:19:02.002346+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-07T06:19:02.030998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:19:02.350801+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b627b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b627b5","method":"GET"} [] [2021-02-07T06:22:59.759980+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-07T06:22:59.798849+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:22:59.855388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:22:59.869953+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:22:59.870126+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:22:59.870229+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:22:59.870319+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:22:59.956461+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-02-07T06:22:59.966566+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-07T06:22:59.968076+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["151"]] [] [2021-02-07T06:22:59.972899+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-02-07T06:23:00.028921+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T06:23:00.029959+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":158211.0,"3":"2021-01-23T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":8,"11":2} [] [2021-02-07T06:23:00.033117+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":11000.0,"4":null,"5":250,"6":151} [] [2021-02-07T06:23:00.033372+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":250,"6":145} [] [2021-02-07T06:23:00.034601+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T06:23:00.047712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:23:00.206475+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T06:23:00.231168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:23:00.231224+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:23:00.231257+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:23:00.232328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:23:00.269426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:23:00.272563+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:23:00.285449+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T06:23:00.342427+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T06:23:00.345855+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[250,249,248,247,246,245,244,243,242,241]] [] [2021-02-07T06:23:00.353982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-07T06:23:00.354426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T06:23:00.354782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-07T06:23:00.355182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-07T06:23:00.355505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T06:23:00.355820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-07T06:23:00.356142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T06:23:00.356431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T06:23:00.356743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T06:23:00.357052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T06:23:00.358709+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T06:23:00.366979+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:23:00.780248+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba33bb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ba33bb","method":"GET"} [] [2021-02-07T06:23:37.948539+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-07T06:23:37.983640+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:23:37.983697+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:23:37.983729+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:23:37.985547+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:23:38.038360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:23:38.042113+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:23:38.112305+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T06:23:38.121869+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-07T06:23:38.122725+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-07T06:23:38.150558+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:23:38.476410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0ec14"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b0ec14","method":"GET"} [] [2021-02-07T06:27:51.788192+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-07T06:27:51.824829+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:27:51.874513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:27:51.878633+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:27:51.878701+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:27:51.878735+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:27:51.878763+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:27:51.950630+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-02-07T06:27:51.960056+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-07T06:27:51.962994+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-02-07T06:27:51.967563+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-02-07T06:27:51.968128+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["155"]] [] [2021-02-07T06:27:51.968645+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["4"]] [] [2021-02-07T06:27:51.969159+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["18"]] [] [2021-02-07T06:27:51.969673+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-02-07T06:27:52.030668+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-07T06:27:52.031749+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":158255.0,"3":"2021-01-30T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":8,"11":2} [] [2021-02-07T06:27:52.034529+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":251,"6":1} [] [2021-02-07T06:27:52.034962+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2650.0,"4":null,"5":251,"6":46} [] [2021-02-07T06:27:52.035315+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":150.0,"4":null,"5":251,"6":155} [] [2021-02-07T06:27:52.035599+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":133.33,"4":null,"5":251,"6":4} [] [2021-02-07T06:27:52.035864+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":250.0,"4":null,"5":251,"6":18} [] [2021-02-07T06:27:52.036125+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":251,"6":6} [] [2021-02-07T06:27:52.037520+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-07T06:27:52.050551+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:27:52.191579+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-07T06:27:52.216041+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T06:27:52.216096+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:27:52.216129+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T06:27:52.217271+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T06:27:52.251316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T06:27:52.254395+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T06:27:52.267049+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-07T06:27:52.322324+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-07T06:27:52.325710+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[251,250,249,248,247,246,245,244,243,242]] [] [2021-02-07T06:27:52.334101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-07T06:27:52.334612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T06:27:52.335010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-07T06:27:52.335377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-07T06:27:52.335741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-07T06:27:52.336106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-07T06:27:52.336555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T06:27:52.336898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-07T06:27:52.337262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-07T06:27:52.337626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-07T06:27:52.339302+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-07T06:27:52.347414+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T06:27:52.733837+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1066aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1066aa","method":"GET"} [] [2021-02-07T09:25:18.908518+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-07T09:25:18.948502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T09:25:18.948558+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T09:25:18.948590+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T09:25:18.950720+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T09:25:18.998183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T09:25:19.001901+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T09:25:19.064415+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T09:25:19.097747+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T09:25:19.609950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9287a0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9287a0","method":"GET"} [] [2021-02-07T09:25:49.015866+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-07T09:25:49.053322+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T09:25:49.094058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T09:25:49.097760+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T09:25:49.097823+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T09:25:49.097857+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T09:25:49.097886+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T09:25:49.156740+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-02-07T09:25:49.257768+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-02-07T00:00:00+00:00"] [] [2021-02-07T09:25:49.265871+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-02-07T00:00:00+00:00"] [] [2021-02-07T09:25:49.273043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-07T09:25:49.278436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-02-07T09:25:49.281221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-07T09:25:49.281704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-07T09:25:49.282041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-07T09:25:49.282372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-07T09:25:49.282731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-02-07T09:25:49.283094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-02-07T09:25:49.283448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-02-07T09:25:49.283917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-07T09:25:49.284303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-02-07T09:25:49.284776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-07T09:25:49.285148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-02-07T09:25:49.285625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-07T09:25:49.285991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-02-07T09:25:49.286402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-02-07T09:25:49.286736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-07T09:25:49.287063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-02-07T09:25:49.287393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-07T09:25:49.287742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-02-07T09:25:49.288261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-02-07T09:25:49.288598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-07T09:25:49.288999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-07T09:25:49.289328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-02-07T09:25:49.289786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-07T09:25:49.290109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-02-07T09:25:49.290464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-07T09:25:49.290821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-02-07T09:25:49.291281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-02-07T09:25:49.291742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-02-07T09:25:49.292228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-02-07T09:25:49.292610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-07T09:25:49.292933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-02-07T09:25:49.293392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-02-07T09:25:49.293943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-02-07T09:25:49.294371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-02-07T09:25:49.294807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-07T09:25:49.777694+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T09:25:49.800122+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T09:32:42.326817+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-07T09:32:42.364244+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-07T09:32:42.364305+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T09:32:42.364338+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-07T09:32:42.366256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-07T09:32:42.410524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-07T09:32:42.414211+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-07T09:32:42.471386+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-07T09:32:42.502442+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-07T09:32:43.125880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"492376"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/492376","method":"GET"} [] [2021-02-07T09:57:39.126809+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /invoice"" at C:\Apache24\htdocs\vehicle\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /invoice\" at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/invoice/\". at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-02-07T09:57:39.485569+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0fc53"},"request_uri":"http://127.0.0.1:8000/_wdt/a0fc53","method":"GET"} [] [2021-02-08T04:09:29.944954+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-08T04:09:29.955051+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T04:09:29.955110+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:29.955145+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:29.981410+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-08T04:09:30.658961+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7bb577"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7bb577","method":"GET"} [] [2021-02-08T04:09:34.680681+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-08T04:09:34.710708+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T04:09:34.710762+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:34.710800+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:34.714070+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:34.778097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-08T04:09:35.022706+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:35.028848+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 08 Feb 2021 04:09:35 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:35.028918+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:35.028950+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:35.034576+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T04:09:35.231997+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-08T04:09:35.257685+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T04:09:35.257739+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:35.257772+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:35.259179+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T04:09:35.292570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T04:09:35.300242+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T04:09:35.357903+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T04:09:35.458362+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T04:09:35.464515+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[251,250,249,248,247,246,245,244,243,242]] [] [2021-02-08T04:09:35.474346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-08T04:09:35.474817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T04:09:35.475281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-08T04:09:35.475685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-08T04:09:35.476013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-08T04:09:35.476339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-08T04:09:35.476677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T04:09:35.476980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-08T04:09:35.477303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-08T04:09:35.477624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-08T04:09:35.479799+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T04:09:35.490090+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T04:09:36.115949+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6e11a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e6e11a","method":"GET"} [] [2021-02-08T04:09:38.673235+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-08T04:09:38.702775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T04:09:38.702829+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:38.702861+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:38.704792+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T04:09:38.738180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T04:09:38.744123+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T04:09:38.809611+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T04:09:38.840767+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T04:09:39.160200+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"224870"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/224870","method":"GET"} [] [2021-02-08T04:09:58.958415+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-08T04:09:59.002204+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T04:09:59.053279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T04:09:59.062477+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T04:09:59.062582+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T04:09:59.062638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:59.062686+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:09:59.133897+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-08T04:09:59.253324+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-02-08T00:00:00+00:00"] [] [2021-02-08T04:09:59.261481+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-02-08T00:00:00+00:00"] [] [2021-02-08T04:09:59.269009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T04:09:59.273809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-02-08T04:09:59.276618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-08T04:09:59.277071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-08T04:09:59.277361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-08T04:09:59.277643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-08T04:09:59.277924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-08T04:09:59.278230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-02-08T04:09:59.278610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-08T04:09:59.278898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-08T04:09:59.279180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-08T04:09:59.279485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-02-08T04:09:59.279762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-02-08T04:09:59.280089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-02-08T04:09:59.280406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-02-08T04:09:59.280876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-02-08T04:09:59.281214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-02-08T04:09:59.281620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-02-08T04:09:59.281902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-02-08T04:09:59.282340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-02-08T04:09:59.282851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-02-08T04:09:59.283144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-02-08T04:09:59.283424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-02-08T04:09:59.283702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-02-08T04:09:59.283977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-02-08T04:09:59.284256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-02-08T04:09:59.284529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-02-08T04:09:59.284802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-02-08T04:09:59.285108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-02-08T04:09:59.285406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-02-08T04:09:59.285679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-02-08T04:09:59.285955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-02-08T04:09:59.286209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-08T04:09:59.286471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-08T04:09:59.286723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-02-08T04:09:59.287031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-08T04:09:59.287305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T04:09:59.287560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-02-08T04:09:59.287946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-02-08T04:09:59.288223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-08T04:09:59.288501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-02-08T04:09:59.288851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-02-08T04:09:59.289252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-02-08T04:09:59.289532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-02-08T04:09:59.289939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-02-08T04:09:59.290331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-02-08T04:09:59.290697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-02-08T04:09:59.290961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-02-08T04:09:59.291221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-02-08T04:09:59.291476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-02-08T04:09:59.291729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-02-08T04:09:59.292091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-02-08T04:09:59.292396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-02-08T04:09:59.292658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-08T04:09:59.292932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-02-08T04:09:59.293264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-02-08T04:09:59.847261+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T04:09:59.870748+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T04:43:10.034145+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-08T04:43:10.072713+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T04:43:10.072768+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:43:10.072799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T04:43:10.074739+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T04:43:10.115493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T04:43:10.119187+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T04:43:10.178804+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T04:43:10.210344+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T04:43:10.744315+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d67630"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d67630","method":"GET"} [] [2021-02-08T09:12:13.950801+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-08T09:12:13.997977+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:12:14.032630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:12:14.036516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:12:14.036577+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:12:14.036611+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:12:14.036640+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:12:14.107884+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-02-08T09:12:14.217683+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-02-08T00:00:00+00:00"] [] [2021-02-08T09:12:14.226726+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-02-08T00:00:00+00:00"] [] [2021-02-08T09:12:14.234418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:12:14.239763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-02-08T09:12:14.242688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-02-08T09:12:14.243362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-08T09:12:14.243703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-08T09:12:14.244120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-08T09:12:14.244453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-08T09:12:14.244783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-08T09:12:14.245143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-02-08T09:12:14.245575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-08T09:12:14.245906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-02-08T09:12:14.246240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-08T09:12:14.246570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-08T09:12:14.246912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:12:14.247242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-02-08T09:12:14.247779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-08T09:12:14.248104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-02-08T09:12:14.248461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-08T09:12:14.248810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-02-08T09:12:14.249293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-02-08T09:12:14.249646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-08T09:12:14.249997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-02-08T09:12:14.250469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-02-08T09:12:14.250991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-02-08T09:12:14.565137+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:12:14.589491+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:13:30.393030+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-08T09:13:30.445069+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:13:30.445146+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:30.445185+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:30.447186+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:13:30.501244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:13:30.504885+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:13:30.563205+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:13:30.593088+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:13:31.185319+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69ed97"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/69ed97","method":"GET"} [] [2021-02-08T09:13:36.319861+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-08T09:13:36.346099+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:13:36.346157+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:36.346271+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:36.347393+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:13:36.392106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:13:36.405195+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:13:36.425703+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T09:13:36.484937+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T09:13:36.489111+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[251,250,249,248,247,246,245,244,243,242]] [] [2021-02-08T09:13:36.497528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-08T09:13:36.498080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:13:36.498587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-08T09:13:36.499027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-08T09:13:36.499414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-08T09:13:36.499813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-08T09:13:36.500287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:13:36.500654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-08T09:13:36.501027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-08T09:13:36.501402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-08T09:13:36.503326+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T09:13:36.512242+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:13:36.901241+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f9fe4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2f9fe4","method":"GET"} [] [2021-02-08T09:13:44.001116+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-02-08T09:13:44.046026+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:13:44.097372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:13:44.102162+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:13:44.102229+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:13:44.102264+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:44.102293+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:44.110798+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-02-08T09:13:44.124866+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T09:13:44.210410+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%6105%"] [] [2021-02-08T09:13:44.213829+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%6105%",[223,195,186,160,153,143,122,76,62]] [] [2021-02-08T09:13:44.222376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-08T09:13:44.222873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:13:44.223300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-08T09:13:44.223708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:13:44.225469+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%6105%"] [] [2021-02-08T09:13:44.226972+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:13:44.649329+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"104655"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/104655","method":"GET"} [] [2021-02-08T09:13:47.697203+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"223"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/223","method":"GET"} [] [2021-02-08T09:13:47.727143+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:13:47.727201+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:47.727233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:47.729052+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:13:47.772206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:13:47.775813+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:13:47.799188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["223"] [] [2021-02-08T09:13:47.815575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-02-08T09:13:47.874804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-08T09:13:47.875663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:13:47.878099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-08T09:13:47.878715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-08T09:13:47.879104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-08T09:13:47.879494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-08T09:13:47.881101+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:13:47.882619+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-08T09:13:47.883478+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-08T09:13:47.918645+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:13:48.424534+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2efdca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2efdca","method":"GET"} [] [2021-02-08T09:13:57.816144+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"223"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/223","method":"POST"} [] [2021-02-08T09:13:57.849758+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:13:57.880392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:13:57.883852+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:13:57.883916+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:13:57.883950+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:57.883980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:57.907883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["223"] [] [2021-02-08T09:13:57.924082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-02-08T09:13:57.979798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-08T09:13:57.980612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:13:57.982702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-08T09:13:57.983270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-08T09:13:57.983641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-08T09:13:57.983984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-08T09:13:57.987235+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-02-08T09:13:57.988426+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-02-08T09:13:57.989128+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-08T09:13:57.992847+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-02-08T09:13:57.993419+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-08T09:13:57.993938+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-08T09:13:58.062866+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-08T09:13:58.063131+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [71220.0,223] [] [2021-02-08T09:13:58.063529+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-08T09:13:58.079540+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:13:58.267200+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-08T09:13:58.303706+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:13:58.303763+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:58.303795+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:13:58.305617+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:13:58.355290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:13:58.359089+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:13:58.377155+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T09:13:58.441424+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T09:13:58.445040+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[251,250,249,248,247,246,245,244,243,242]] [] [2021-02-08T09:13:58.453436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-08T09:13:58.453889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:13:58.454265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-08T09:13:58.454551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-08T09:13:58.454824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-08T09:13:58.455096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-08T09:13:58.455375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:13:58.455625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-08T09:13:58.456007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-08T09:13:58.456291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-08T09:13:58.458174+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T09:13:58.466435+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:13:58.873020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9690c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9690c1","method":"GET"} [] [2021-02-08T09:14:02.693003+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-08T09:14:02.723256+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:14:02.723315+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:14:02.723349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:14:02.725281+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:14:02.778906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:14:02.784491+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:14:02.850227+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:14:02.879447+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:14:03.212373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51ba9f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/51ba9f","method":"GET"} [] [2021-02-08T09:14:49.869696+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-08T09:14:49.901690+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:14:49.947305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:14:49.951121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:14:49.951188+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:14:49.951222+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:14:49.951251+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:14:49.998686+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-02-08T09:14:50.090455+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-02-08T00:00:00+00:00"] [] [2021-02-08T09:14:50.098559+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-02-08T00:00:00+00:00"] [] [2021-02-08T09:14:50.106765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:14:50.111783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-02-08T09:14:50.114582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-02-08T09:14:50.115062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-08T09:14:50.115430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-08T09:14:50.115837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-08T09:14:50.116214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-08T09:14:50.116562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-08T09:14:50.116934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-02-08T09:14:50.117387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-08T09:14:50.117728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-02-08T09:14:50.118073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-08T09:14:50.118415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-08T09:14:50.118771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:14:50.119107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-02-08T09:14:50.119620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-08T09:14:50.119949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-02-08T09:14:50.120300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-08T09:14:50.120637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-02-08T09:14:50.121076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-02-08T09:14:50.121406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-08T09:14:50.121736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-02-08T09:14:50.122156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-02-08T09:14:50.122656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-02-08T09:14:50.420206+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:14:50.443270+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:21:37.644404+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-08T09:21:37.681559+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:21:37.681617+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:21:37.681649+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:21:37.683498+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:21:37.733574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:21:37.737106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:21:37.794895+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:21:37.825969+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:21:38.374232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8c2f4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b8c2f4","method":"GET"} [] [2021-02-08T09:28:43.955914+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-08T09:28:43.993332+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:28:43.993390+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:28:43.993425+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:28:43.995525+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:28:44.044158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:28:44.047810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:28:44.067989+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T09:28:44.144181+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T09:28:44.148577+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[251,250,249,248,247,246,245,244,243,242]] [] [2021-02-08T09:28:44.157069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-08T09:28:44.157580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:28:44.158034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-08T09:28:44.158399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-08T09:28:44.158764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-08T09:28:44.159128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-08T09:28:44.159538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:28:44.159877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-08T09:28:44.160240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-08T09:28:44.160600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-02-08T09:28:44.162288+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T09:28:44.170372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:28:44.756038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b665c3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b665c3","method":"GET"} [] [2021-02-08T09:28:46.808167+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-08T09:28:46.839100+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:28:46.839158+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:28:46.839190+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:28:46.841062+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:28:46.883078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:28:46.886618+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:28:46.952790+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:28:46.963241+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-08T09:28:46.964580+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-08T09:28:46.996200+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:28:47.368146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7f6da"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e7f6da","method":"GET"} [] [2021-02-08T09:33:02.045776+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-08T09:33:02.085599+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:33:02.115787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:33:02.119258+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:33:02.119319+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:33:02.119353+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:02.119381+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:02.192285+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-02-08T09:33:02.201957+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-08T09:33:02.204687+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-08T09:33:02.209259+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-02-08T09:33:02.209815+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["63"]] [] [2021-02-08T09:33:02.210338+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-08T09:33:02.210910+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-08T09:33:02.274411+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-08T09:33:02.315192+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":123702.0,"3":"2021-01-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":2} [] [2021-02-08T09:33:02.319078+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":252,"6":26} [] [2021-02-08T09:33:02.320483+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":252,"6":28} [] [2021-02-08T09:33:02.321371+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1600.0,"4":null,"5":252,"6":63} [] [2021-02-08T09:33:02.322280+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":252,"6":25} [] [2021-02-08T09:33:02.323155+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":8.0,"3":437.5,"4":null,"5":252,"6":24} [] [2021-02-08T09:33:02.330628+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-08T09:33:02.357476+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:33:02.502980+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-08T09:33:02.528025+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:33:02.528079+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:02.528112+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:02.529169+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:33:02.576421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:33:02.587411+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:33:02.609714+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T09:33:02.667769+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T09:33:02.671283+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-08T09:33:02.679413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-08T09:33:02.679849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:33:02.680242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-08T09:33:02.680701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-08T09:33:02.681053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-08T09:33:02.681365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-08T09:33:02.681677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-08T09:33:02.682134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:33:02.682504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-08T09:33:02.682918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-08T09:33:02.684733+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T09:33:02.692824+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:33:03.123661+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b0a35"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9b0a35","method":"GET"} [] [2021-02-08T09:33:07.688236+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"252"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/252","method":"GET"} [] [2021-02-08T09:33:07.718214+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:33:07.718270+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:07.718303+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:07.720127+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:33:07.770619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:33:07.774168+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:33:07.797064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["252"] [] [2021-02-08T09:33:07.813820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-02-08T09:33:07.868555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-08T09:33:07.869362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:33:07.871595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-08T09:33:07.872052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-08T09:33:07.872394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-02-08T09:33:07.872784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-08T09:33:07.873120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-08T09:33:07.874656+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:33:07.876076+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-08T09:33:07.876869+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-08T09:33:07.913088+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:33:08.375442+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2dfa97"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2dfa97","method":"GET"} [] [2021-02-08T09:33:28.719198+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"252"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/252","method":"POST"} [] [2021-02-08T09:33:28.758104+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:33:28.812179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:33:28.815943+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:33:28.816005+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:33:28.816040+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:28.816069+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:28.841012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["252"] [] [2021-02-08T09:33:28.857622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-02-08T09:33:28.912711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-08T09:33:28.913527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:33:28.915784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-08T09:33:28.916257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-08T09:33:28.916650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-02-08T09:33:28.917032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-08T09:33:28.917416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-08T09:33:28.920762+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-02-08T09:33:28.921991+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-08T09:33:28.923050+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-08T09:33:28.923957+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-02-08T09:33:28.924472+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["63"]] [] [2021-02-08T09:33:28.924984+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-08T09:33:28.925492+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-08T09:33:28.926009+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-08T09:33:28.986473+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-08T09:33:28.987373+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":252,"6":27} [] [2021-02-08T09:33:28.989407+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-08T09:33:29.016886+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:33:29.210141+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-08T09:33:29.246621+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:33:29.246678+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:29.246711+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:33:29.248638+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:33:29.295060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:33:29.304477+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:33:29.323158+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T09:33:29.386238+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T09:33:29.389628+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-08T09:33:29.397661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-08T09:33:29.398135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T09:33:29.398535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-08T09:33:29.398937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-08T09:33:29.399301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-08T09:33:29.399731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-08T09:33:29.400105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-08T09:33:29.400483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T09:33:29.400825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-08T09:33:29.401187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-08T09:33:29.403004+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T09:33:29.411239+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:33:29.820503+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f828ce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f828ce","method":"GET"} [] [2021-02-08T09:50:27.385657+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2021-02-08T09:50:27.423082+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:50:27.423138+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:50:27.423170+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:50:27.425089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:50:27.465376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:50:27.468971+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:50:27.488722+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T09:50:27.689946+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T09:50:27.693577+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2021-02-08T09:50:27.701880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2021-02-08T09:50:27.702370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-02-08T09:50:27.702779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-02-08T09:50:27.703144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2021-02-08T09:50:27.703511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2021-02-08T09:50:27.703875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2021-02-08T09:50:27.704283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2021-02-08T09:50:27.704646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2021-02-08T09:50:27.705010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2021-02-08T09:50:27.705375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2021-02-08T09:50:27.705741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2021-02-08T09:50:27.707403+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T09:50:27.715116+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:50:28.276451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c1ab7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7c1ab7","method":"GET"} [] [2021-02-08T09:50:31.665207+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-08T09:50:31.696694+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:50:31.696753+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:50:31.696790+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:50:31.698922+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:50:31.731542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:50:31.734926+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:50:31.790202+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-08T09:50:31.818301+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:50:32.176607+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"829982"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/829982","method":"GET"} [] [2021-02-08T09:50:37.716506+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2021-02-08T09:50:37.760852+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:50:37.760933+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:50:37.760966+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:50:37.762906+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:50:37.815790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:50:37.819349+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:50:37.840178+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T09:50:37.923887+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T09:50:37.929052+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2021-02-08T09:50:37.937751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2021-02-08T09:50:37.938288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-02-08T09:50:37.938661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-02-08T09:50:37.939033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2021-02-08T09:50:37.939405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2021-02-08T09:50:37.939773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2021-02-08T09:50:37.940149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2021-02-08T09:50:37.940569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2021-02-08T09:50:37.941080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2021-02-08T09:50:37.941954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2021-02-08T09:50:37.943519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2021-02-08T09:50:37.945802+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T09:50:37.953937+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:50:38.333946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65ddaf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/65ddaf","method":"GET"} [] [2021-02-08T09:50:41.334556+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-02-08T09:50:41.365777+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:50:41.365834+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:50:41.365866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:50:41.367698+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:50:41.414607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:50:41.418226+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:50:41.475710+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-02-08T09:50:41.504313+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:50:41.801644+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"391ec6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/391ec6","method":"GET"} [] [2021-02-08T09:51:05.998685+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2021-02-08T09:51:06.030005+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:51:06.082558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:51:06.085745+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:51:06.085808+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:51:06.085845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:51:06.085875+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:51:06.134982+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["42"]] [] [2021-02-08T09:51:06.229037+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [42,"2020-01-01T00:00:00+00:00","2021-02-08T00:00:00+00:00"] [] [2021-02-08T09:51:06.234869+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [42,"2020-01-01T00:00:00+00:00","2021-02-08T00:00:00+00:00"] [] [2021-02-08T09:51:06.243540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-02-08T09:51:06.248422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [79] [] [2021-02-08T09:51:06.251093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2021-02-08T09:51:06.251537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-02-08T09:51:06.336333+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-02-08T09:51:06.363793+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:53:20.119869+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-02-08T09:53:20.159109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T09:53:20.159165+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:53:20.159198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T09:53:20.161174+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T09:53:20.217495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T09:53:20.221092+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T09:53:20.282000+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-02-08T09:53:20.314188+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T09:53:20.844798+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f00b51"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f00b51","method":"GET"} [] [2021-02-08T10:22:20.140538+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-08T10:22:20.182963+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-08T10:22:20.183020+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T10:22:20.183053+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-08T10:22:20.185172+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-08T10:22:20.228592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-08T10:22:20.232350+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-08T10:22:20.254909+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-08T10:22:20.341780+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-08T10:22:20.345698+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-08T10:22:20.354394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-08T10:22:20.354910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-08T10:22:20.355350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-08T10:22:20.355749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-08T10:22:20.356111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-08T10:22:20.356478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-08T10:22:20.356843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-08T10:22:20.357225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-08T10:22:20.357570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-08T10:22:20.357938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-08T10:22:20.359683+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-08T10:22:20.368440+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-08T10:22:20.802319+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eba521"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eba521","method":"GET"} [] [2021-02-10T04:02:55.448804+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-10T04:02:55.537966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-10T04:02:55.538034+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:02:55.538071+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:02:55.580908+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-10T04:02:56.519031+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e9e26"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3e9e26","method":"GET"} [] [2021-02-10T04:03:00.025240+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-10T04:03:00.051977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-10T04:03:00.052034+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.052074+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.053428+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.128941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-10T04:03:00.347325+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.355650+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 10 Feb 2021 04:03:00 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.355725+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.355757+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.361794+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-10T04:03:00.504955+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-10T04:03:00.533509+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-10T04:03:00.533573+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.533608+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:00.534803+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-10T04:03:00.557398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-10T04:03:00.560814+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-10T04:03:00.598172+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-10T04:03:00.737939+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-10T04:03:00.747491+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-10T04:03:00.759025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-10T04:03:00.759674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-10T04:03:00.760333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-10T04:03:00.760723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-10T04:03:00.761119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-10T04:03:00.761458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-10T04:03:00.761795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-10T04:03:00.762144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-10T04:03:00.762454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-10T04:03:00.762788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-10T04:03:00.765232+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-10T04:03:00.780727+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-10T04:03:01.872024+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"911fe4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/911fe4","method":"GET"} [] [2021-02-10T04:03:03.441531+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-10T04:03:03.470635+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-10T04:03:03.470692+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:03.470723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:03.472654+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-10T04:03:03.502231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-10T04:03:03.506091+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-10T04:03:03.589522+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-10T04:03:03.620501+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-10T04:03:04.064301+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad9233"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ad9233","method":"GET"} [] [2021-02-10T04:03:41.710731+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-10T04:03:41.754681+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-10T04:03:41.802610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-10T04:03:41.812794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-10T04:03:41.812938+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-10T04:03:41.813023+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:41.813094+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:03:41.890064+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-02-10T04:03:42.050237+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-02-10T00:00:00+00:00"] [] [2021-02-10T04:03:42.058486+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-02-10T00:00:00+00:00"] [] [2021-02-10T04:03:42.066118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-10T04:03:42.070959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-02-10T04:03:42.075021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-02-10T04:03:42.075835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-02-10T04:03:42.076146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-10T04:03:42.076471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-02-10T04:03:42.076854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-02-10T04:03:42.077139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-02-10T04:03:42.077452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-02-10T04:03:42.077819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-10T04:03:42.078104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-10T04:03:42.078379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-10T04:03:42.078689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-02-10T04:03:42.079049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-02-10T04:03:42.079351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-10T04:03:42.079629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-02-10T04:03:42.079932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-02-10T04:03:42.080211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-02-10T04:03:42.080693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-10T04:03:42.080981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-02-10T04:03:42.081259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-02-10T04:03:42.081540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-02-10T04:03:42.081814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-02-10T04:03:42.082121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-10T04:03:42.082397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-02-10T04:03:42.083175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-10T04:03:42.083496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-02-10T04:03:42.083909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-02-10T04:03:42.084393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-02-10T04:03:42.084679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-02-10T04:03:42.084962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-02-10T04:03:42.085236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-02-10T04:03:42.085514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-02-10T04:03:42.085787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-02-10T04:03:42.086058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-02-10T04:03:42.086313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-02-10T04:03:42.086603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-02-10T04:03:42.086991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-02-10T04:03:42.087589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-02-10T04:03:42.087851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-10T04:03:42.482739+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-10T04:03:42.506879+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-10T04:11:10.627420+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-10T04:11:10.664954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-10T04:11:10.665012+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:11:10.665044+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:11:10.666936+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-10T04:11:10.703792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-10T04:11:10.707534+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-10T04:11:10.764342+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-10T04:11:10.794932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-10T04:11:11.328443+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd6981"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dd6981","method":"GET"} [] [2021-02-10T04:11:16.006458+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-10T04:11:16.033970+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-10T04:11:16.058629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-10T04:11:16.061840+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-10T04:11:16.061899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-10T04:11:16.061934+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:11:16.061962+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:11:16.103327+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-02-10T04:11:16.225017+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-02-10T00:00:00+00:00"] [] [2021-02-10T04:11:16.231488+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-02-10T00:00:00+00:00"] [] [2021-02-10T04:11:16.238430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-10T04:11:16.243222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-02-10T04:11:16.245990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-10T04:11:16.246461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-10T04:11:16.246799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-10T04:11:16.247126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-10T04:11:16.247523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-02-10T04:11:16.247963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-10T04:11:16.248294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-02-10T04:11:16.248620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-10T04:11:16.248947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-02-10T04:11:16.249277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-10T04:11:16.249622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-02-10T04:11:16.250092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-10T04:11:16.250456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-02-10T04:11:16.250865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-02-10T04:11:16.251196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-02-10T04:11:16.251521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-02-10T04:11:16.251878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-10T04:11:16.252199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-02-10T04:11:16.252652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-02-10T04:11:16.253040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-02-10T04:11:16.253368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-02-10T04:11:16.253734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-02-10T04:11:16.254110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-02-10T04:11:16.254440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-10T04:11:16.254788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-02-10T04:11:16.536884+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-10T04:11:16.560026+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-10T04:15:12.590908+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-10T04:15:12.630927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-10T04:15:12.630985+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:15:12.631019+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-10T04:15:12.633070+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-10T04:15:12.669018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-10T04:15:12.672953+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-10T04:15:12.734605+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-10T04:15:12.767225+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-10T04:15:13.329350+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"172013"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/172013","method":"GET"} [] [2021-02-11T09:02:55.042623+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-11T09:02:55.125578+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:02:55.125638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:55.125672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:55.166316+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-11T09:02:55.657971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1644d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e1644d","method":"GET"} [] [2021-02-11T09:02:58.709971+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-11T09:02:58.735858+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:02:58.735913+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:58.735951+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:58.738930+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:58.877277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-11T09:02:59.113309+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:59.121887+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 11 Feb 2021 09:02:59 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:59.121962+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:59.121993+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:59.128329+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:02:59.275284+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-11T09:02:59.300302+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:02:59.300357+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:59.300390+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:02:59.301537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-11T09:02:59.336611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-11T09:02:59.339854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-11T09:02:59.392149+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-11T09:02:59.522114+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-11T09:02:59.531111+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-11T09:02:59.542651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-11T09:02:59.543146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-11T09:02:59.543741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-11T09:02:59.544124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-11T09:02:59.544448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-11T09:02:59.544795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-11T09:02:59.545093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-11T09:02:59.545387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-11T09:02:59.545655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-11T09:02:59.545975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-11T09:02:59.548211+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-11T09:02:59.562865+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:03:00.809786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8bc47"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e8bc47","method":"GET"} [] [2021-02-11T09:03:07.571408+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-11T09:03:07.613979+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:03:07.614037+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:03:07.614071+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:03:07.616000+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-11T09:03:07.656781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-11T09:03:07.660884+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-11T09:03:07.767072+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-11T09:03:07.803335+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:03:08.197797+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59e5c0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/59e5c0","method":"GET"} [] [2021-02-11T09:03:36.591884+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-11T09:03:36.622874+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-11T09:03:36.667996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-11T09:03:36.671550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-11T09:03:36.671610+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:03:36.671643+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:03:36.671672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:03:36.734480+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-02-11T09:03:36.903590+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-02-11T00:00:00+00:00"] [] [2021-02-11T09:03:36.911552+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-02-11T00:00:00+00:00"] [] [2021-02-11T09:03:36.919261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-11T09:03:36.923960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-02-11T09:03:36.927833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-02-11T09:03:36.928566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-11T09:03:36.928862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-11T09:03:36.929145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-11T09:03:36.929429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-02-11T09:03:36.929713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-11T09:03:36.930015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-02-11T09:03:36.930397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-11T09:03:36.930681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-02-11T09:03:36.930967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-11T09:03:36.931245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-11T09:03:36.931493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-11T09:03:36.931773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-02-11T09:03:36.932257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-11T09:03:36.932645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-02-11T09:03:36.933434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-11T09:03:36.933911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-02-11T09:03:36.934456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-02-11T09:03:36.934850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-11T09:03:36.935237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-02-11T09:03:36.935677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-02-11T09:03:36.936245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-02-11T09:03:37.279903+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-11T09:03:37.302177+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:03:54.200439+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-11T09:03:54.225790+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:03:54.225843+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:03:54.225875+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:03:54.226943+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-11T09:03:54.260478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-11T09:03:54.263711+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-11T09:03:54.303965+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-11T09:03:54.326351+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:03:55.186256+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fbb25"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9fbb25","method":"GET"} [] [2021-02-11T09:04:08.195512+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-11T09:04:08.221582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-11T09:04:08.243935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-11T09:04:08.247068+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-11T09:04:08.247125+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:04:08.247159+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:04:08.247187+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:04:08.287657+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-02-11T09:04:08.369181+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-02-11T00:00:00+00:00"] [] [2021-02-11T09:04:08.376336+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-02-11T00:00:00+00:00"] [] [2021-02-11T09:04:08.383300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-11T09:04:08.387955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-02-11T09:04:08.390622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-11T09:04:08.391098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-11T09:04:08.391419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-11T09:04:08.391698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-11T09:04:08.391998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-02-11T09:04:08.392312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-02-11T09:04:08.392610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-02-11T09:04:08.393020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-11T09:04:08.393352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-02-11T09:04:08.393912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-11T09:04:08.394244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-02-11T09:04:08.394670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-11T09:04:08.394987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-02-11T09:04:08.395345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-02-11T09:04:08.395627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-11T09:04:08.395903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-02-11T09:04:08.396176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-11T09:04:08.396468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-02-11T09:04:08.396853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-02-11T09:04:08.397176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-11T09:04:08.397527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-11T09:04:08.397804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-02-11T09:04:08.398205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-11T09:04:08.398479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-02-11T09:04:08.398784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-11T09:04:08.399085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-02-11T09:04:08.399486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-02-11T09:04:08.399885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-02-11T09:04:08.400314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-02-11T09:04:08.400641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-11T09:04:08.400914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-02-11T09:04:08.401315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-02-11T09:04:08.401714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-02-11T09:04:08.402109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-02-11T09:04:08.402392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-11T09:04:08.883223+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-11T09:04:08.921291+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:04:19.039373+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-11T09:04:19.074990+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:04:19.075045+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:04:19.075077+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:04:19.076767+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-11T09:04:19.110665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-11T09:04:19.114183+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-11T09:04:19.168807+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-11T09:04:19.195892+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:04:20.049328+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ff360"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0ff360","method":"GET"} [] [2021-02-11T09:04:35.463021+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-11T09:04:35.488877+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-11T09:04:35.526866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-11T09:04:35.530236+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-11T09:04:35.530294+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:04:35.530326+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:04:35.530396+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:04:35.571985+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-02-11T09:04:35.652257+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-02-11T00:00:00+00:00"] [] [2021-02-11T09:04:35.696015+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-02-11T00:00:00+00:00"] [] [2021-02-11T09:04:35.703236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-11T09:04:35.708116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-02-11T09:04:35.710916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-11T09:04:35.711361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-11T09:04:35.711693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-11T09:04:35.712024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-11T09:04:35.712360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-11T09:04:35.712717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-02-11T09:04:35.713245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-02-11T09:04:35.713764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-02-11T09:04:35.714281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-02-11T09:04:35.714613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-02-11T09:04:35.715108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-11T09:04:35.715463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-02-11T09:04:35.715943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-11T09:04:35.716270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-02-11T09:04:35.716628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-11T09:04:35.716985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-02-11T09:04:35.717448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-02-11T09:04:35.717904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-02-11T09:04:35.718282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-02-11T09:04:35.718632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-11T09:04:36.041160+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-11T09:04:36.063527+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:07:41.520163+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-11T09:07:41.556986+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-11T09:07:41.557042+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:07:41.557074+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-11T09:07:41.558865+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-11T09:07:41.588074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-11T09:07:41.591601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-11T09:07:41.647674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-11T09:07:41.677704+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-11T09:07:42.203286+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fc845"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1fc845","method":"GET"} [] [2021-02-15T06:22:01.914453+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-15T06:22:02.034173+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-15T06:22:02.034233+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:02.034268+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:02.087132+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-15T06:22:03.428134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e025d4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e025d4","method":"GET"} [] [2021-02-15T06:22:06.576861+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-15T06:22:06.602980+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-15T06:22:06.603036+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:06.603075+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:06.605957+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:06.750350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-15T06:22:07.063831+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:07.072058+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 15 Feb 2021 06:22:07 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:07.072128+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:07.072159+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:07.077814+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-15T06:22:07.242048+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-15T06:22:07.268609+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-15T06:22:07.268681+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:07.268717+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:07.270003+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-15T06:22:07.295460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-15T06:22:07.300755+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-15T06:22:07.339592+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-15T06:22:07.513906+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-15T06:22:07.535910+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-15T06:22:07.548419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-15T06:22:07.548885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-15T06:22:07.549630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-15T06:22:07.549985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-15T06:22:07.550298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-15T06:22:07.550615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-15T06:22:07.550930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-15T06:22:07.551251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-15T06:22:07.551541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-15T06:22:07.551851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-15T06:22:07.553882+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-15T06:22:07.569742+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-15T06:22:08.560747+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a308f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1a308f","method":"GET"} [] [2021-02-15T06:22:09.875659+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-15T06:22:09.905477+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-15T06:22:09.905536+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:09.905569+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:09.909717+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-15T06:22:09.941621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-15T06:22:09.946058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-15T06:22:10.019147+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-15T06:22:10.051299+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-15T06:22:10.476159+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37320d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/37320d","method":"GET"} [] [2021-02-15T06:22:31.866752+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-15T06:22:31.893519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-15T06:22:31.932771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-15T06:22:31.935954+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-15T06:22:31.936056+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-15T06:22:31.936094+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:31.936124+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:22:31.981231+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-02-15T06:22:32.235799+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-02-15T00:00:00+00:00"] [] [2021-02-15T06:22:32.243269+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-02-15T00:00:00+00:00"] [] [2021-02-15T06:22:32.251407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-02-15T06:22:32.257003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-02-15T06:22:32.261140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-15T06:22:32.262212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-15T06:22:32.262524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-15T06:22:32.262853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-02-15T06:22:32.263950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-15T06:22:32.264271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-15T06:22:32.264567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-02-15T06:22:32.265045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-15T06:22:32.265389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-15T06:22:32.265682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-02-15T06:22:32.266274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-15T06:22:32.266594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-02-15T06:22:32.266927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-15T06:22:32.450082+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-15T06:22:32.473086+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-15T06:30:27.402797+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-15T06:30:27.440831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-15T06:30:27.440889+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:30:27.440923+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-15T06:30:27.442830+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-15T06:30:27.491997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-15T06:30:27.496014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-15T06:30:27.555113+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-15T06:30:27.586723+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-15T06:30:28.127024+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2724ac"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2724ac","method":"GET"} [] [2021-02-16T04:54:28.094693+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-16T04:54:28.163666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T04:54:28.163724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:28.163758+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:28.197826+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-16T04:54:29.071701+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67db7b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/67db7b","method":"GET"} [] [2021-02-16T04:54:33.281158+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-16T04:54:33.307147+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T04:54:33.307206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.307245+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.309616+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.378843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-16T04:54:33.604885+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.611682+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 16 Feb 2021 04:54:33 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.611757+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.611788+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.617419+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T04:54:33.754777+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-16T04:54:33.780189+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T04:54:33.780248+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.780280+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:33.781414+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T04:54:33.816341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T04:54:33.819621+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T04:54:33.858059+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-16T04:54:33.978155+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-16T04:54:33.990492+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-16T04:54:34.001420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-16T04:54:34.001909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-16T04:54:34.002539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-16T04:54:34.002931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-16T04:54:34.003246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-16T04:54:34.003521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-16T04:54:34.003835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-16T04:54:34.004158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-16T04:54:34.004455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-16T04:54:34.004764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-16T04:54:34.006926+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-16T04:54:34.019722+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T04:54:34.717744+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"846970"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/846970","method":"GET"} [] [2021-02-16T04:54:36.360278+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-16T04:54:36.392357+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T04:54:36.392414+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:36.392448+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:36.394388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T04:54:36.442847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T04:54:36.446475+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T04:54:36.522710+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T04:54:36.553513+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T04:54:36.969295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea8b93"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ea8b93","method":"GET"} [] [2021-02-16T04:54:55.135855+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-16T04:54:55.177232+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T04:54:55.220937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T04:54:55.224903+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T04:54:55.224974+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T04:54:55.225010+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:55.225040+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:54:55.290389+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-02-16T04:54:55.425244+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-02-16T00:00:00+00:00"] [] [2021-02-16T04:54:55.433755+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-02-16T00:00:00+00:00"] [] [2021-02-16T04:54:55.441491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-16T04:54:55.447541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-02-16T04:54:55.452620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-16T04:54:55.453508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-16T04:54:55.453802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-16T04:54:55.454131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-02-16T04:54:55.454515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-02-16T04:54:55.454817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-02-16T04:54:55.455289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-02-16T04:54:55.455654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-16T04:54:55.455998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-16T04:54:55.456316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-02-16T04:54:55.456723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-16T04:54:55.457046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-02-16T04:54:55.457827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-02-16T04:54:55.458101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-02-16T04:54:55.458467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-02-16T04:54:55.458744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-02-16T04:54:55.459004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-02-16T04:54:55.459260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-02-16T04:54:55.459514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-02-16T04:54:55.459774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-16T04:54:55.460032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-02-16T04:54:55.460285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-02-16T04:54:55.460548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-16T04:54:55.460805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-02-16T04:54:55.461200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-02-16T04:54:55.461607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-02-16T04:54:55.778618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T04:54:55.802328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T04:58:37.461367+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-16T04:58:37.497281+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T04:58:37.497335+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:58:37.497406+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:58:37.499222+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T04:58:37.538968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T04:58:37.542686+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T04:58:37.599027+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T04:58:37.628925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T04:58:38.193223+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a79597"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a79597","method":"GET"} [] [2021-02-16T04:58:44.126314+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-16T04:58:44.163999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T04:58:44.201531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T04:58:44.208874+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T04:58:44.208988+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T04:58:44.209055+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:58:44.209113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T04:58:44.272893+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-02-16T04:58:44.361016+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-02-16T00:00:00+00:00"] [] [2021-02-16T04:58:44.369703+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-02-16T00:00:00+00:00"] [] [2021-02-16T04:58:44.376808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-02-16T04:58:44.381624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-02-16T04:58:44.387447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-16T04:58:44.389435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-16T04:58:44.389775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-16T04:58:44.390141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-02-16T04:58:44.390663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-16T04:58:44.390994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-16T04:58:44.391325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-02-16T04:58:44.391669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-16T04:58:44.392045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-16T04:58:44.392370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-02-16T04:58:44.392722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-16T04:58:44.393073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-02-16T04:58:44.393422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-16T04:58:44.546575+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T04:58:44.568980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:00:42.512439+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-16T05:00:42.550012+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:00:42.550068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:00:42.550100+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:00:42.551997+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:00:42.588192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:00:42.591793+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:00:42.648290+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T05:00:42.680613+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:00:43.196635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d8504"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5d8504","method":"GET"} [] [2021-02-16T05:00:48.052906+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-16T05:00:48.077568+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:00:48.077622+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:00:48.077652+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:00:48.078691+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:00:48.111006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:00:48.114187+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:00:48.127094+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-16T05:00:48.181302+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-16T05:00:48.192565+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-16T05:00:48.206103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-16T05:00:48.206673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-16T05:00:48.207412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-16T05:00:48.207875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-16T05:00:48.208259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-16T05:00:48.208638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-16T05:00:48.209017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-16T05:00:48.209415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-16T05:00:48.209812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-16T05:00:48.210193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-16T05:00:48.212196+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-16T05:00:48.220655+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:00:48.650496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b486e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6b486e","method":"GET"} [] [2021-02-16T05:00:57.357138+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-02-16T05:00:57.395196+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:00:57.436095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:00:57.440881+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:00:57.440957+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:00:57.440992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:00:57.441020+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:00:57.448062+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-02-16T05:00:57.461571+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-16T05:00:57.534892+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%9171%"] [] [2021-02-16T05:00:57.538174+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%9171%",[225,173,114,44]] [] [2021-02-16T05:00:57.546517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-02-16T05:00:57.546994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-16T05:00:57.547435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-02-16T05:00:57.549060+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%9171%"] [] [2021-02-16T05:00:57.550434+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:00:57.903663+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"488202"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/488202","method":"GET"} [] [2021-02-16T05:01:01.653432+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"225"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/225","method":"GET"} [] [2021-02-16T05:01:01.681424+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:01:01.681477+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:01.681509+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:01.683338+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:01:01.727620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:01:01.731205+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:01:01.757271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["225"] [] [2021-02-16T05:01:01.772809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-02-16T05:01:01.835113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-02-16T05:01:01.835936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-16T05:01:01.837303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-16T05:01:01.838776+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T05:01:01.841432+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-16T05:01:01.843032+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-16T05:01:01.874753+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:01:02.277476+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbd7d0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bbd7d0","method":"GET"} [] [2021-02-16T05:01:10.114778+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"225"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/225","method":"POST"} [] [2021-02-16T05:01:10.145280+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:01:10.187364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:01:10.228516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:01:10.228594+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:01:10.228635+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:10.228669+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:10.252169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["225"] [] [2021-02-16T05:01:10.268030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-02-16T05:01:10.321975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-02-16T05:01:10.322803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-16T05:01:10.323899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-16T05:01:10.326961+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-02-16T05:01:10.328062+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-02-16T05:01:10.328657+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-02-16T05:01:10.399736+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-16T05:01:10.400739+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [101060.0,225] [] [2021-02-16T05:01:10.406378+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-16T05:01:10.423150+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:01:10.608085+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-16T05:01:10.643686+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:01:10.643786+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:10.643824+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:10.645616+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:01:10.674175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:01:10.677696+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:01:10.695128+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-16T05:01:10.756230+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-16T05:01:10.759754+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-16T05:01:10.767854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-16T05:01:10.768332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-16T05:01:10.768761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-16T05:01:10.769154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-16T05:01:10.769517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-16T05:01:10.769924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-16T05:01:10.770291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-16T05:01:10.770666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-16T05:01:10.771009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-16T05:01:10.771374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-16T05:01:10.773045+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-16T05:01:10.781037+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:01:11.178309+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7faca4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7faca4","method":"GET"} [] [2021-02-16T05:01:12.893419+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-16T05:01:12.922225+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:01:12.922282+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:12.922315+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:12.924145+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:01:12.966049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:01:12.971844+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:01:13.024984+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T05:01:13.052731+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:01:13.383405+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87dee0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/87dee0","method":"GET"} [] [2021-02-16T05:01:28.713423+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-16T05:01:28.744368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:01:28.795494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:01:28.799026+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:01:28.799085+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:01:28.799119+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:28.799148+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:01:28.844956+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-02-16T05:01:28.969410+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-02-16T00:00:00+00:00"] [] [2021-02-16T05:01:28.977855+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-02-16T00:00:00+00:00"] [] [2021-02-16T05:01:28.984882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-02-16T05:01:28.989602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-02-16T05:01:28.992227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-16T05:01:28.992618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-16T05:01:28.992910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-16T05:01:28.993220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-02-16T05:01:28.993698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-16T05:01:28.993986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-16T05:01:28.994268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-02-16T05:01:28.994565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-16T05:01:28.994884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-16T05:01:28.995164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-02-16T05:01:28.995470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-16T05:01:28.995774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-02-16T05:01:28.996078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-16T05:01:29.150012+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T05:01:29.172795+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:11:59.827054+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-16T05:11:59.864556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:11:59.864616+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:11:59.864648+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:11:59.866675+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:11:59.922639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:11:59.926304+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:11:59.983392+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T05:12:00.013649+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:12:00.581965+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73d39e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/73d39e","method":"GET"} [] [2021-02-16T05:23:58.826370+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-16T05:23:58.864550+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:23:58.907087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:23:58.947918+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:23:58.948003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:23:58.948046+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:23:58.948083+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:23:59.010442+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-02-16T05:23:59.098258+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-02-16T00:00:00+00:00"] [] [2021-02-16T05:23:59.106192+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-02-16T00:00:00+00:00"] [] [2021-02-16T05:23:59.113070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-16T05:23:59.117719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-02-16T05:23:59.120300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-16T05:23:59.120709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-16T05:23:59.120999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-16T05:23:59.121303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-02-16T05:23:59.121657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-02-16T05:23:59.121942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-02-16T05:23:59.122255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-02-16T05:23:59.122614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-16T05:23:59.122953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-16T05:23:59.123231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-02-16T05:23:59.123539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-16T05:23:59.123884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-02-16T05:23:59.124357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-02-16T05:23:59.124643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-02-16T05:23:59.124919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-02-16T05:23:59.125195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-02-16T05:23:59.125470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-02-16T05:23:59.125742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-02-16T05:23:59.126015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-02-16T05:23:59.126290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-16T05:23:59.126562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-02-16T05:23:59.126834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-02-16T05:23:59.127115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-16T05:23:59.127388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-02-16T05:23:59.127795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-02-16T05:23:59.128200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-02-16T05:23:59.413995+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T05:23:59.436822+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:28:11.390602+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-16T05:28:11.428260+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-16T05:28:11.428317+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:28:11.428349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-16T05:28:11.430205+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-16T05:28:11.473183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-16T05:28:11.476739+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-16T05:28:11.533845+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-16T05:28:11.566554+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-16T05:28:12.111061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fd4f9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3fd4f9","method":"GET"} [] [2021-02-17T10:29:54.353700+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-17T10:29:54.424004+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-17T10:29:54.424063+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:29:54.424098+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:29:54.456016+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-17T10:29:57.197980+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b83321"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b83321","method":"GET"} [] [2021-02-17T10:30:01.571622+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-17T10:30:01.597808+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-17T10:30:01.597865+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:01.597904+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:01.601250+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:01.669196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-17T10:30:01.891844+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:01.898174+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 17 Feb 2021 10:30:01 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:01.898242+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:01.898272+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:01.904134+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-17T10:30:02.037620+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-17T10:30:02.063375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-17T10:30:02.063434+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:02.063467+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:02.064629+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-17T10:30:02.108613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-17T10:30:02.117370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-17T10:30:02.150065+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-17T10:30:02.275075+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-17T10:30:02.296865+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-17T10:30:02.313435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-17T10:30:02.313953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-17T10:30:02.317849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-17T10:30:02.318258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-17T10:30:02.318604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-17T10:30:02.318930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-17T10:30:02.319248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-17T10:30:02.319574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-17T10:30:02.319867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-17T10:30:02.320183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-17T10:30:02.322534+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-17T10:30:02.335857+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-17T10:30:02.970774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"746df4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/746df4","method":"GET"} [] [2021-02-17T10:30:04.774065+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-17T10:30:04.804014+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-17T10:30:04.804071+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:04.804104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:04.806047+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-17T10:30:04.849403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-17T10:30:04.853811+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-17T10:30:04.922549+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-17T10:30:04.953344+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-17T10:30:05.565132+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4990e4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4990e4","method":"GET"} [] [2021-02-17T10:30:23.968578+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-17T10:30:23.994978+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-17T10:30:24.029996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-17T10:30:24.034058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-17T10:30:24.034120+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-17T10:30:24.034155+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:24.034184+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:30:24.083762+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-02-17T10:30:24.204200+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-02-17T00:00:00+00:00"] [] [2021-02-17T10:30:24.212160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-02-17T00:00:00+00:00"] [] [2021-02-17T10:30:24.220164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-17T10:30:24.225962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-02-17T10:30:24.233192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-17T10:30:24.236700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-17T10:30:24.237007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-17T10:30:24.237293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-17T10:30:24.237575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-17T10:30:24.237884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-02-17T10:30:24.238420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-02-17T10:30:24.238865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-02-17T10:30:24.239328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-02-17T10:30:24.239617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-02-17T10:30:24.240361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-17T10:30:24.240644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-02-17T10:30:24.241405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-17T10:30:24.241688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-02-17T10:30:24.241996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-17T10:30:24.242303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-02-17T10:30:24.242716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-02-17T10:30:24.243127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-02-17T10:30:24.243459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-02-17T10:30:24.243746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-17T10:30:24.624367+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-17T10:30:24.647505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-17T10:31:13.648441+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-17T10:31:13.686036+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-17T10:31:13.686094+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:31:13.686127+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-17T10:31:13.687906+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-17T10:31:13.729376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-17T10:31:13.733795+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-17T10:31:13.790163+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-17T10:31:13.817402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-17T10:31:14.412878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a8435"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8a8435","method":"GET"} [] [2021-02-20T04:08:20.817296+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-20T04:08:20.887119+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:08:20.887175+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:08:20.887209+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:08:20.920690+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-20T04:08:22.034071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ad0aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6ad0aa","method":"GET"} [] [2021-02-20T04:09:09.746774+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-20T04:09:09.789917+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:09:09.789973+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:09.790057+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:09.793084+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:09.859710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-20T04:09:10.083787+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:10.092786+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 20 Feb 2021 04:09:10 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:10.092862+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:10.092893+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:10.101969+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:09:10.239429+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-20T04:09:10.264935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:09:10.264990+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:10.265022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:10.266627+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:09:10.306095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:09:10.311044+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:09:10.367547+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-20T04:09:10.521558+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-20T04:09:10.533424+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-20T04:09:10.543773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-20T04:09:10.544266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-20T04:09:10.546492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-20T04:09:10.546855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-20T04:09:10.547177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-20T04:09:10.547504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-20T04:09:10.547831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-20T04:09:10.548163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-20T04:09:10.548460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-20T04:09:10.548825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-20T04:09:10.551001+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-20T04:09:10.564717+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:09:11.598759+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f1c83"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9f1c83","method":"GET"} [] [2021-02-20T04:09:13.531310+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-20T04:09:13.560970+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:09:13.561027+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:13.561059+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:09:13.562911+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:09:13.599440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:09:13.603863+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:09:13.686125+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-20T04:09:13.716161+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:09:14.379752+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0013a4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0013a4","method":"GET"} [] [2021-02-20T04:10:53.909212+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-20T04:10:53.936430+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:10:53.960425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:10:53.964595+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:10:53.964654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:10:53.964687+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:10:53.964715+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:10:54.009356+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-02-20T04:10:54.163912+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [12,"2020-01-01T00:00:00+00:00","2021-02-20T00:00:00+00:00"] [] [2021-02-20T04:10:54.170780+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [12,"2020-01-01T00:00:00+00:00","2021-02-20T00:00:00+00:00"] [] [2021-02-20T04:10:54.178500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-02-20T04:10:54.184188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [147] [] [2021-02-20T04:10:54.189278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-20T04:10:54.191415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-20T04:10:54.191877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-20T04:10:54.192229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-20T04:10:54.192512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-20T04:10:54.192872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [166] [] [2021-02-20T04:10:54.193661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-20T04:10:54.193946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [226] [] [2021-02-20T04:10:54.194257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-20T04:10:54.339392+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-20T04:10:54.362507+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:22:16.129234+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-20T04:22:16.168815+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:22:16.168873+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:16.168906+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:16.170921+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:22:16.215382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:22:16.219298+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:22:16.285807+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-20T04:22:16.322729+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:22:16.848604+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56ee78"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/56ee78","method":"GET"} [] [2021-02-20T04:22:24.819309+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-20T04:22:24.856170+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:22:24.856227+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:24.856261+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:24.858094+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:22:24.911642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:22:24.915402+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:22:24.935079+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-20T04:22:25.011722+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-20T04:22:25.015684+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-20T04:22:25.024081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-20T04:22:25.024665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-20T04:22:25.025089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-20T04:22:25.025492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-20T04:22:25.025858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-20T04:22:25.026276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-20T04:22:25.026643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-20T04:22:25.027021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-20T04:22:25.027362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-20T04:22:25.027728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-20T04:22:25.029498+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-20T04:22:25.037409+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:22:25.476520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcad27"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dcad27","method":"GET"} [] [2021-02-20T04:22:31.545322+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-02-20T04:22:31.577314+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:22:31.618688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:22:31.622376+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:22:31.622443+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:22:31.622478+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:31.622508+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:31.629017+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-02-20T04:22:31.641483+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-20T04:22:31.713393+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%5900%"] [] [2021-02-20T04:22:31.717648+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5900%",[226,166,147,51,50,49]] [] [2021-02-20T04:22:31.725852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-20T04:22:31.726352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-20T04:22:31.727747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-02-20T04:22:31.729579+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5900%"] [] [2021-02-20T04:22:31.731015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:22:32.156514+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2dcd0d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2dcd0d","method":"GET"} [] [2021-02-20T04:22:35.142481+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"226"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/226","method":"GET"} [] [2021-02-20T04:22:35.172529+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:22:35.172588+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:35.172622+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:35.174662+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:22:35.205730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:22:35.209241+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:22:35.235604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["226"] [] [2021-02-20T04:22:35.251397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [226] [] [2021-02-20T04:22:35.311404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-20T04:22:35.312223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-20T04:22:35.313462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-20T04:22:35.314965+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-20T04:22:35.316909+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-20T04:22:35.317684+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-20T04:22:35.349024+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:22:35.762727+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92f269"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/92f269","method":"GET"} [] [2021-02-20T04:22:41.074356+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"226"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/226","method":"POST"} [] [2021-02-20T04:22:41.100872+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:22:41.141072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:22:41.144859+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:22:41.144933+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:22:41.144967+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:41.144996+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:41.160632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["226"] [] [2021-02-20T04:22:41.177923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [226] [] [2021-02-20T04:22:41.233216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-02-20T04:22:41.234177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-20T04:22:41.236167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-20T04:22:41.240149+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-02-20T04:22:41.241311+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-02-20T04:22:41.241957+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-02-20T04:22:41.311601+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-20T04:22:41.312356+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [3299.0,226] [] [2021-02-20T04:22:41.316122+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-20T04:22:41.332201+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:22:41.522092+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-20T04:22:41.558725+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:22:41.558782+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:41.558814+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:41.560652+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:22:41.607750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:22:41.616769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:22:41.639626+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-20T04:22:41.702523+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-20T04:22:41.707676+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-20T04:22:41.715731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-20T04:22:41.716219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-20T04:22:41.717456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-20T04:22:41.717811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-20T04:22:41.718127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-20T04:22:41.718442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-20T04:22:41.718753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-20T04:22:41.719076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-20T04:22:41.719388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-20T04:22:41.719709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-20T04:22:41.721398+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-20T04:22:41.729288+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:22:42.151181+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bafbb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4bafbb","method":"GET"} [] [2021-02-20T04:22:44.548656+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-20T04:22:44.578230+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:22:44.578338+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:44.578375+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:22:44.580240+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:22:44.630606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:22:44.635057+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:22:44.692732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-20T04:22:44.722385+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:22:45.077174+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa62a3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fa62a3","method":"GET"} [] [2021-02-20T04:23:03.529961+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-20T04:23:03.560912+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:23:03.615006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:23:03.669596+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:23:03.669667+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:23:03.669703+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:23:03.669733+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:23:03.716754+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-02-20T04:23:03.815833+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [12,"2020-01-01T00:00:00+00:00","2021-02-20T00:00:00+00:00"] [] [2021-02-20T04:23:03.824250+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [12,"2020-01-01T00:00:00+00:00","2021-02-20T00:00:00+00:00"] [] [2021-02-20T04:23:03.831552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-02-20T04:23:03.837313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [147] [] [2021-02-20T04:23:03.840896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-20T04:23:03.842411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-20T04:23:03.842925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-20T04:23:03.843259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-20T04:23:03.843569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-20T04:23:03.843904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [166] [] [2021-02-20T04:23:03.844358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-20T04:23:03.844664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [226] [] [2021-02-20T04:23:03.844992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-20T04:23:03.993255+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-20T04:23:04.016286+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:25:14.835892+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-20T04:25:14.873947+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-20T04:25:14.874008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:25:14.874042+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-20T04:25:14.875996+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-20T04:25:14.920351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-20T04:25:14.924897+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-20T04:25:14.984971+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-20T04:25:15.018282+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-20T04:25:15.627013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5046c0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5046c0","method":"GET"} [] [2021-02-24T05:01:56.201021+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-24T05:01:56.403225+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:01:56.403291+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:01:56.403325+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:01:56.476032+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-24T05:01:58.684270+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dad5f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dad5f5","method":"GET"} [] [2021-02-24T05:02:03.577803+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-24T05:02:03.604069+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:02:03.604124+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:03.604161+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:03.607142+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:03.666950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-24T05:02:03.881882+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:03.890026+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 24 Feb 2021 05:02:03 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:03.890100+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:03.890131+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:03.895833+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:02:04.036756+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:02:04.061049+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:02:04.061103+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:04.061134+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:04.062234+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:02:04.085719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:02:04.090252+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:02:04.141059+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:02:04.268392+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:02:04.278638+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-24T05:02:04.288962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:02:04.289418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:02:04.291711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:02:04.292069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:02:04.292384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-24T05:02:04.292703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:02:04.293019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:02:04.293341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-24T05:02:04.293722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-24T05:02:04.294033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-24T05:02:04.296223+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:02:04.310333+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:02:05.124712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5ad0b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c5ad0b","method":"GET"} [] [2021-02-24T05:02:08.708322+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:02:08.736895+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:02:08.736949+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:08.736981+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:08.738778+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:02:08.768228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:02:08.810084+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:02:08.827819+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:02:08.895919+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:02:08.901519+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[252,251,250,249,248,247,246,245,244,243]] [] [2021-02-24T05:02:08.909544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:02:08.910033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:02:08.911360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:02:08.911760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:02:08.912124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-24T05:02:08.912494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:02:08.912861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:02:08.913306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-24T05:02:08.913655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-24T05:02:08.914078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-02-24T05:02:08.915768+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:02:08.923479+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:02:09.319726+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26f565"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/26f565","method":"GET"} [] [2021-02-24T05:02:11.877116+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-24T05:02:11.906069+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:02:11.906128+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:11.906161+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:02:11.907969+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:02:11.938782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:02:11.944075+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:02:12.023678+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-24T05:02:12.035360+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-24T05:02:12.037197+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-24T05:02:12.066013+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:02:12.702894+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b81d11"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b81d11","method":"GET"} [] [2021-02-24T05:04:44.094856+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-24T05:04:44.144363+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:04:44.193634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:04:44.204550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:04:44.204651+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:04:44.204707+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:04:44.204756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:04:44.298464+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-02-24T05:04:44.316953+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-24T05:04:44.326037+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-24T05:04:44.335320+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-24T05:04:44.336080+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-24T05:04:44.336850+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-24T05:04:44.453956+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T05:04:44.455585+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":142627.0,"3":"2021-02-11T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2021-02-24T05:04:44.458565+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":253,"6":26} [] [2021-02-24T05:04:44.461917+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":390.0,"4":null,"5":253,"6":24} [] [2021-02-24T05:04:44.462429+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":253,"6":25} [] [2021-02-24T05:04:44.462640+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":253,"6":27} [] [2021-02-24T05:04:44.464894+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T05:04:44.482657+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:04:44.615059+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:04:44.640160+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:04:44.640215+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:04:44.640247+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:04:44.641294+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:04:44.676346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:04:44.682993+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:04:44.700591+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:04:44.756767+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:04:44.762024+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[253,252,251,250,249,248,247,246,245,244]] [] [2021-02-24T05:04:44.770237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:04:44.770681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:04:44.771941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:04:44.772263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:04:44.772604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:04:44.772922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-24T05:04:44.773286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:04:44.773639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-24T05:04:44.774395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-02-24T05:04:44.776045+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:04:44.784112+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:04:45.221285+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecda86"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ecda86","method":"GET"} [] [2021-02-24T05:05:26.295348+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-24T05:05:26.332479+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:05:26.332536+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:05:26.332569+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:05:26.334441+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:05:26.372054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:05:26.412174+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:05:26.483222+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-24T05:05:26.494545+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-24T05:05:26.495510+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-24T05:05:26.525234+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:05:26.867462+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11fd92"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/11fd92","method":"GET"} [] [2021-02-24T05:08:44.324873+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-24T05:08:44.363241+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:08:44.409387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:08:44.449842+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:08:44.449914+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:08:44.449949+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:08:44.449979+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:08:44.524517+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-02-24T05:08:44.539052+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-24T05:08:44.542481+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-24T05:08:44.548175+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-24T05:08:44.548789+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-24T05:08:44.549312+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-24T05:08:44.608160+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T05:08:44.609298+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":276209.0,"3":"2021-02-11T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-02-24T05:08:44.612213+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":254,"6":26} [] [2021-02-24T05:08:44.613548+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":254,"6":24} [] [2021-02-24T05:08:44.613947+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":254,"6":25} [] [2021-02-24T05:08:44.614239+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":254,"6":27} [] [2021-02-24T05:08:44.615559+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T05:08:44.641500+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:08:44.809500+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:08:44.834545+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:08:44.834600+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:08:44.834633+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:08:44.835704+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:08:44.871054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:08:44.876336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:08:44.889211+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:08:44.944847+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:08:44.948413+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[254,253,252,251,250,249,248,247,246,245]] [] [2021-02-24T05:08:44.956699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:08:44.957154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:08:44.957546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:08:44.957873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:08:44.958193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:08:44.958539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:08:44.958854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-24T05:08:44.959231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-24T05:08:44.960873+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:08:44.968994+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:08:45.422090+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79afe2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/79afe2","method":"GET"} [] [2021-02-24T05:20:18.823334+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-24T05:20:18.860078+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:20:18.860133+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:20:18.860220+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:20:18.862062+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:20:18.896022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:20:18.899773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:20:18.969131+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-24T05:20:18.978978+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-24T05:20:18.980805+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-24T05:20:19.010211+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:20:19.589014+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef0100"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ef0100","method":"GET"} [] [2021-02-24T05:22:14.493384+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-24T05:22:14.532470+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:22:14.566880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:22:14.570511+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:22:14.570571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:22:14.570605+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:22:14.570635+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:22:14.642127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-02-24T05:22:14.651788+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-24T05:22:14.654165+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-24T05:22:14.659691+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-24T05:22:14.660253+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-24T05:22:14.660787+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-24T05:22:14.717762+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T05:22:14.718811+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":137748.0,"3":"2021-02-11T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":5,"11":2} [] [2021-02-24T05:22:14.720657+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":255,"6":26} [] [2021-02-24T05:22:14.722152+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":255,"6":24} [] [2021-02-24T05:22:14.722441+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":255,"6":25} [] [2021-02-24T05:22:14.722705+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":255,"6":27} [] [2021-02-24T05:22:14.724050+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T05:22:14.736929+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:22:14.880614+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:22:14.906536+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:22:14.906596+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:22:14.906628+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:22:14.907707+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:22:14.931686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:22:14.939134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:22:14.958864+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:22:15.016011+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:22:15.019605+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[255,254,253,252,251,250,249,248,247,246]] [] [2021-02-24T05:22:15.027809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-24T05:22:15.028253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:22:15.028636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:22:15.028957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:22:15.029274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:22:15.029589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:22:15.029929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:22:15.030240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-24T05:22:15.031954+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:22:15.040033+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:22:15.680761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2a549"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c2a549","method":"GET"} [] [2021-02-24T05:30:36.963255+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-24T05:30:37.000657+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:30:37.000713+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:30:37.000745+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:30:37.002655+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:30:37.032857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:30:37.036738+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:30:37.107459+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-24T05:30:37.117389+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-24T05:30:37.118417+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-24T05:30:37.147910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:30:37.705076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcc069"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bcc069","method":"GET"} [] [2021-02-24T05:33:02.196605+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-24T05:33:02.235668+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:33:02.268667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:33:02.272387+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:33:02.272448+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:33:02.272483+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:33:02.272512+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:33:02.344854+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-02-24T05:33:02.354437+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-24T05:33:02.357155+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-24T05:33:02.362435+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-02-24T05:33:02.363296+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-24T05:33:02.364083+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-24T05:33:02.364867+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-24T05:33:02.427798+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T05:33:02.428972+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":75305.0,"3":"2021-02-17T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":17,"11":2} [] [2021-02-24T05:33:02.465869+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":256,"6":26} [] [2021-02-24T05:33:02.466268+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":256,"6":28} [] [2021-02-24T05:33:02.466546+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":256,"6":24} [] [2021-02-24T05:33:02.466738+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":256,"6":25} [] [2021-02-24T05:33:02.466962+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":256,"6":27} [] [2021-02-24T05:33:02.468371+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T05:33:02.481488+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:33:02.642408+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:33:02.674363+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:33:02.674425+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:33:02.674484+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:33:02.675882+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:33:02.702296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:33:02.705513+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:33:02.719477+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:33:02.779400+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:33:02.783528+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[256,255,254,253,252,251,250,249,248,247]] [] [2021-02-24T05:33:02.792736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-24T05:33:02.793359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:33:02.793814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-24T05:33:02.794204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:33:02.794578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:33:02.794928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:33:02.795308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:33:02.795669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:33:02.795998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-24T05:33:02.797885+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:33:02.806734+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:33:03.465605+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"014f29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/014f29","method":"GET"} [] [2021-02-24T05:33:46.158974+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-24T05:33:46.187610+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:33:46.187664+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:33:46.187751+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:33:46.189548+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:33:46.225945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:33:46.229594+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:33:46.294267+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-24T05:33:46.303829+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-24T05:33:46.305646+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-24T05:33:46.332613+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:33:46.673314+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"901ef0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/901ef0","method":"GET"} [] [2021-02-24T05:36:22.492719+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-24T05:36:22.533787+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:36:22.566214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:36:22.569853+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:36:22.569918+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:36:22.569953+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:36:22.569983+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:36:22.647263+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-02-24T05:36:22.657579+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-24T05:36:22.660091+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-24T05:36:22.664932+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-24T05:36:22.665499+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-24T05:36:22.666058+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-24T05:36:22.724564+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T05:36:22.725603+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":161703.0,"3":"2021-02-17T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":2} [] [2021-02-24T05:36:22.727824+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":257,"6":26} [] [2021-02-24T05:36:22.728071+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":257,"6":24} [] [2021-02-24T05:36:22.728256+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":257,"6":25} [] [2021-02-24T05:36:22.728430+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":257,"6":27} [] [2021-02-24T05:36:22.729650+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T05:36:22.742077+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:36:22.878194+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:36:22.903434+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:36:22.903490+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:36:22.903522+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:36:22.904595+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:36:22.933435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:36:22.940854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:36:22.960416+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:36:23.016281+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:36:23.019533+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[257,256,255,254,253,252,251,250,249,248]] [] [2021-02-24T05:36:23.027563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:36:23.028002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:36:23.028329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-24T05:36:23.028650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-24T05:36:23.028962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:36:23.029275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:36:23.029585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:36:23.029896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:36:23.030308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-24T05:36:23.031901+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:36:23.039748+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:36:23.479719+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a2617"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0a2617","method":"GET"} [] [2021-02-24T05:37:34.537052+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-24T05:37:34.566296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:37:34.566352+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:37:34.566385+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:37:34.568217+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:37:34.603480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:37:34.607000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:37:34.671819+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-24T05:37:34.681360+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-24T05:37:34.682312+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-24T05:37:34.709586+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:37:35.068833+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf5615"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bf5615","method":"GET"} [] [2021-02-24T05:39:34.978648+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-24T05:39:35.015829+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:39:35.050066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:39:35.053677+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:39:35.053736+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:39:35.053770+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:39:35.053799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:39:35.125138+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-02-24T05:39:35.134598+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-24T05:39:35.136811+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-24T05:39:35.141256+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-24T05:39:35.141763+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-24T05:39:35.142304+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-24T05:39:35.198509+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T05:39:35.199565+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":160683.0,"3":"2021-02-17T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":50,"11":2} [] [2021-02-24T05:39:35.238041+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":258,"6":26} [] [2021-02-24T05:39:35.239671+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":258,"6":24} [] [2021-02-24T05:39:35.240045+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":258,"6":25} [] [2021-02-24T05:39:35.240346+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":258,"6":27} [] [2021-02-24T05:39:35.241876+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T05:39:35.256255+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:39:35.391096+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:39:35.416845+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:39:35.416899+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:39:35.416930+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:39:35.417974+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:39:35.441991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:39:35.445164+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:39:35.458282+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:39:35.513885+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:39:35.517306+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[258,257,256,255,254,253,252,251,250,249]] [] [2021-02-24T05:39:35.525317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-24T05:39:35.525826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:39:35.526188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:39:35.526551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-24T05:39:35.526916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-24T05:39:35.527278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:39:35.527639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:39:35.528001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:39:35.528369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:39:35.530068+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:39:35.537990+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:39:35.943483+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6d39a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b6d39a","method":"GET"} [] [2021-02-24T05:41:33.421016+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-24T05:41:33.450687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:41:33.450743+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:41:33.450775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:41:33.452667+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:41:33.490768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:41:33.494269+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:41:33.558498+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-24T05:41:33.567960+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-24T05:41:33.568781+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-24T05:41:33.596325+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:41:34.146678+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7c88b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e7c88b","method":"GET"} [] [2021-02-24T05:43:06.947357+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-24T05:43:06.986434+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:43:07.024937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:43:07.028529+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:43:07.028588+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:43:07.028623+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:43:07.028652+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:43:07.101118+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-02-24T05:43:07.110862+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-24T05:43:07.113167+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-02-24T05:43:07.117837+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-02-24T05:43:07.118412+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-02-24T05:43:07.118897+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-02-24T05:43:07.176157+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T05:43:07.177182+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":157971.0,"3":"2021-02-17T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-02-24T05:43:07.215890+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":259,"6":26} [] [2021-02-24T05:43:07.221071+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":259,"6":24} [] [2021-02-24T05:43:07.221959+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":259,"6":25} [] [2021-02-24T05:43:07.222819+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":259,"6":27} [] [2021-02-24T05:43:07.228040+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T05:43:07.257157+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:43:07.403234+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-24T05:43:07.428379+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T05:43:07.428434+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:43:07.428467+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T05:43:07.429536+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T05:43:07.466038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T05:43:07.472407+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T05:43:07.491038+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T05:43:07.548032+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T05:43:07.551485+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[259,258,257,256,255,254,253,252,251,250]] [] [2021-02-24T05:43:07.559757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-24T05:43:07.560207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-24T05:43:07.560533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-24T05:43:07.560855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-24T05:43:07.561171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-24T05:43:07.561488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-24T05:43:07.561801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-24T05:43:07.562117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-24T05:43:07.562481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-24T05:43:07.562799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-24T05:43:07.564476+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T05:43:07.572504+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T05:43:08.175794+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c6f34"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c6f34","method":"GET"} [] [2021-02-24T06:18:56.078857+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-24T06:18:56.118404+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:18:56.118461+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:18:56.118493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:18:56.120515+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:18:56.152873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:18:56.156558+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:18:56.178897+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T06:18:56.253009+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T06:18:56.256505+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[157,156,155,154,153,152,151,150,149,148]] [] [2021-02-24T06:18:56.259955+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T06:18:56.267622+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:18:56.778067+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12464d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/12464d","method":"GET"} [] [2021-02-24T06:18:59.909196+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-24T06:18:59.934686+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:18:59.934742+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:18:59.934775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:18:59.935857+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:18:59.970692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:18:59.973955+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:19:00.022795+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:19:00.404878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"feb4ec"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/feb4ec","method":"GET"} [] [2021-02-24T06:19:39.268857+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-24T06:19:39.306898+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:19:39.351594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:19:39.355181+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:19:39.355240+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:19:39.355273+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:19:39.355358+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:19:39.496706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["A/C Compressor"] [] [2021-02-24T06:19:39.504431+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T06:19:39.505155+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"A/C Compressor","2":"Pcs","3":null,"4":null,"5":1} [] [2021-02-24T06:19:39.506355+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T06:19:39.519867+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:19:39.651805+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-24T06:19:39.676718+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:19:39.676773+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:19:39.676804+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:19:39.677859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:19:39.702394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:19:39.705558+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:19:39.716932+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T06:19:39.770056+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T06:19:39.774282+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[158,157,156,155,154,153,152,151,150,149]] [] [2021-02-24T06:19:39.777432+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T06:19:39.784498+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:19:40.142688+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb0a73"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fb0a73","method":"GET"} [] [2021-02-24T06:19:44.056196+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-24T06:19:44.080895+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:19:44.080949+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:19:44.080981+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:19:44.082031+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:19:44.111718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:19:44.114896+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:19:44.154797+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:19:44.480325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2783b3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2783b3","method":"GET"} [] [2021-02-24T06:20:15.715800+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-24T06:20:15.742557+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:20:15.775566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:20:15.786483+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:20:15.786623+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:20:15.786709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:20:15.786781+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:20:15.874745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Condenser Filter"] [] [2021-02-24T06:20:15.879264+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T06:20:15.879880+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Condenser Filter","2":"Pcs","3":null,"4":null,"5":1} [] [2021-02-24T06:20:15.881030+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T06:20:15.891435+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:20:16.031625+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-24T06:20:16.057775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:20:16.057835+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:20:16.057868+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:20:16.058959+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:20:16.094862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:20:16.101561+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:20:16.116941+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T06:20:16.166411+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T06:20:16.170027+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[159,158,157,156,155,154,153,152,151,150]] [] [2021-02-24T06:20:16.173051+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T06:20:16.178050+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:20:16.542862+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b03c9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1b03c9","method":"GET"} [] [2021-02-24T06:20:17.980748+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-24T06:20:18.006600+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:20:18.006656+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:20:18.006744+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:20:18.007842+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:20:18.033948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:20:18.037097+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:20:18.078626+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:20:18.398212+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fde1a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3fde1a","method":"GET"} [] [2021-02-24T06:21:17.431100+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-24T06:21:17.458279+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:21:17.479909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:21:17.483084+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:21:17.483148+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:21:17.483183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:17.483213+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:17.537873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Dish Charge Pipe"] [] [2021-02-24T06:21:17.542416+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T06:21:17.542985+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Dish Charge Pipe","2":"Pcs","3":null,"4":null,"5":1} [] [2021-02-24T06:21:17.545641+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T06:21:17.564123+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:21:17.712856+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-24T06:21:17.738921+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:21:17.738978+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:17.739069+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:17.740131+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:21:17.769018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:21:17.773566+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:21:17.784338+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T06:21:17.835585+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T06:21:17.839394+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[160,159,158,157,156,155,154,153,152,151]] [] [2021-02-24T06:21:17.842460+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T06:21:17.847604+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:21:18.227714+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b683a7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b683a7","method":"GET"} [] [2021-02-24T06:21:19.645374+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-24T06:21:19.670017+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:21:19.670073+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:19.670104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:19.671205+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:21:19.701909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:21:19.705126+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:21:19.744514+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:21:20.059636+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e0c84"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2e0c84","method":"GET"} [] [2021-02-24T06:21:41.549905+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-24T06:21:41.589953+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:21:41.639842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:21:41.643575+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:21:41.643656+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:21:41.643692+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:41.643721+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:41.712852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["A/C Belt"] [] [2021-02-24T06:21:41.719645+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T06:21:41.720252+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"A/C Belt","2":"Pcs","3":null,"4":null,"5":1} [] [2021-02-24T06:21:41.723271+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T06:21:41.737068+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:21:41.897772+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-24T06:21:41.923608+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:21:41.923667+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:41.923699+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:41.924788+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:21:41.967279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:21:41.974768+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:21:41.992905+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T06:21:42.049033+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T06:21:42.052262+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[161,160,159,158,157,156,155,154,153,152]] [] [2021-02-24T06:21:42.055485+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T06:21:42.062798+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:21:42.433095+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bb7c5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4bb7c5","method":"GET"} [] [2021-02-24T06:21:43.651048+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-24T06:21:43.677133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:21:43.677192+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:43.677226+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:21:43.678329+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:21:43.713053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:21:43.716157+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:21:43.757759+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:21:44.092146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"971aa8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/971aa8","method":"GET"} [] [2021-02-24T06:24:17.706828+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-24T06:24:17.747386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:24:17.794665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:24:17.798248+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:24:17.798307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:24:17.798341+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:17.798371+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:17.897197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Rear levee Spring"] [] [2021-02-24T06:24:17.903955+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T06:24:17.904630+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Rear levee Spring","2":"Pcs","3":null,"4":null,"5":1} [] [2021-02-24T06:24:17.907217+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T06:24:17.920035+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:24:18.053125+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-24T06:24:18.077911+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:24:18.077965+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:18.077997+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:18.079150+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:24:18.111283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:24:18.116093+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:24:18.127679+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T06:24:18.182920+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T06:24:18.186259+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[162,161,160,159,158,157,156,155,154,153]] [] [2021-02-24T06:24:18.189499+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T06:24:18.196870+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:24:18.572236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"239cb5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/239cb5","method":"GET"} [] [2021-02-24T06:24:23.211552+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-24T06:24:23.236928+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:24:23.236982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:23.237015+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:23.238085+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:24:23.260544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:24:23.263680+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:24:23.305103+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:24:23.619683+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09b154"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/09b154","method":"GET"} [] [2021-02-24T06:24:35.971016+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-24T06:24:36.009717+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:24:36.045025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:24:36.048536+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:24:36.048653+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:24:36.048692+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:36.048723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:36.182152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["U Bolt"] [] [2021-02-24T06:24:36.188724+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-24T06:24:36.189424+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"U Bolt","2":"Pcs","3":null,"4":null,"5":1} [] [2021-02-24T06:24:36.190495+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-24T06:24:36.203454+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:24:36.341041+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-24T06:24:36.366851+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-24T06:24:36.366908+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:36.366941+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-24T06:24:36.368039+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-24T06:24:36.389353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-24T06:24:36.392433+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-24T06:24:36.404266+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-24T06:24:36.460432+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-24T06:24:36.463621+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[163,162,161,160,159,158,157,156,155,154]] [] [2021-02-24T06:24:36.466824+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-24T06:24:36.474234+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-24T06:24:36.857687+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"092395"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/092395","method":"GET"} [] [2021-02-25T04:04:00.820229+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-02-25T04:04:00.869405+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:04:00.869473+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:00.869513+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:00.892400+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-02-25T04:04:02.342120+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7f579"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a7f579","method":"GET"} [] [2021-02-25T04:04:05.799206+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-02-25T04:04:05.825041+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:04:05.825096+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:05.825134+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:05.825887+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:05.872513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-02-25T04:04:06.080733+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:06.086235+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 25 Feb 2021 04:04:06 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:06.086351+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:06.086385+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:06.091821+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:04:06.212130+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:04:06.237613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:04:06.237671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:06.237705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:06.238845+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:04:06.274950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:04:06.278222+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:04:06.297950+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:04:06.374328+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:04:06.379082+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[259,258,257,256,255,254,253,252,251,250]] [] [2021-02-25T04:04:06.387855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:04:06.388419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:04:06.388890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:04:06.389260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:04:06.389632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:04:06.390007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:04:06.390372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:04:06.390738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:04:06.391099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-25T04:04:06.391468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-25T04:04:06.393264+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:04:06.402090+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:04:07.097966+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57f58e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/57f58e","method":"GET"} [] [2021-02-25T04:04:10.121414+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T04:04:10.150385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:04:10.150499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:10.150536+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:10.152343+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:04:10.186751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:04:10.190336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:04:10.250477+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:04:10.280306+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:04:10.708155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28697b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/28697b","method":"GET"} [] [2021-02-25T04:04:43.339311+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-25T04:04:43.382976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:04:43.417310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:04:43.421590+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:04:43.421650+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:04:43.421685+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:43.421714+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:04:43.488383+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-02-25T04:04:43.610751+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T04:04:43.619541+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T04:04:43.627881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:04:43.632745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-02-25T04:04:43.637213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-25T04:04:43.637761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-25T04:04:43.638056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-25T04:04:43.638339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-25T04:04:43.638620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-25T04:04:43.638983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-02-25T04:04:43.639490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-02-25T04:04:43.639929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-02-25T04:04:43.640391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-02-25T04:04:43.640684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-02-25T04:04:43.641543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-25T04:04:43.641834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-02-25T04:04:43.642475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-25T04:04:43.642762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-02-25T04:04:43.643071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-25T04:04:43.643378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-02-25T04:04:43.643792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-02-25T04:04:43.644197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-02-25T04:04:43.644525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-02-25T04:04:43.644817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-25T04:04:43.645116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-02-25T04:04:44.038661+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:04:44.061783+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:05:23.381569+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T04:05:23.406571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:05:23.406626+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:05:23.406657+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:05:23.407698+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:05:23.442817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:05:23.449679+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:05:23.495396+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:05:23.517378+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:05:24.095507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df72a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/df72a9","method":"GET"} [] [2021-02-25T04:05:53.779629+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:05:53.816661+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:05:53.816718+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:05:53.816751+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:05:53.818498+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:05:53.852277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:05:53.855852+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:05:53.875566+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:05:53.947613+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:05:53.951253+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[259,258,257,256,255,254,253,252,251,250]] [] [2021-02-25T04:05:53.959435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:05:53.959963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:05:53.960381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:05:53.960730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:05:53.961050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:05:53.961365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:05:53.961680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:05:53.961995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:05:53.962309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-25T04:05:53.962681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-25T04:05:53.964494+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:05:53.972468+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:05:54.400121+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49ebd6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/49ebd6","method":"GET"} [] [2021-02-25T04:05:56.476345+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-25T04:05:56.507664+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:05:56.507724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:05:56.507761+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:05:56.509721+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:05:56.553847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:05:56.557619+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:05:56.624600+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:05:56.634578+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-25T04:05:56.635682+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-25T04:05:56.662956+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:05:57.016937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51b443"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/51b443","method":"GET"} [] [2021-02-25T04:09:42.273850+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-25T04:09:42.312198+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:09:42.345855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:09:42.349755+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:09:42.349813+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:09:42.349846+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:09:42.349875+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:09:42.421956+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-02-25T04:09:42.432190+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-25T04:09:42.435959+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["158"]] [] [2021-02-25T04:09:42.440811+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["159"]] [] [2021-02-25T04:09:42.441349+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["117"]] [] [2021-02-25T04:09:42.441830+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2021-02-25T04:09:42.442304+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["115"]] [] [2021-02-25T04:09:42.442775+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["161"]] [] [2021-02-25T04:09:42.443246+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-02-25T04:09:42.443720+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-02-25T04:09:42.503482+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-25T04:09:42.504545+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":115807.0,"3":"2020-08-23T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-02-25T04:09:42.507329+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":10500.0,"4":null,"5":260,"6":158} [] [2021-02-25T04:09:42.508671+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":260,"6":159} [] [2021-02-25T04:09:42.508896+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":260,"6":117} [] [2021-02-25T04:09:42.509189+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":550.0,"4":null,"5":260,"6":118} [] [2021-02-25T04:09:42.509404+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1650.0,"4":null,"5":260,"6":115} [] [2021-02-25T04:09:42.509633+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":650.0,"4":null,"5":260,"6":161} [] [2021-02-25T04:09:42.509842+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":260,"6":14} [] [2021-02-25T04:09:42.510050+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":260,"6":6} [] [2021-02-25T04:09:42.511386+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-25T04:09:42.524367+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:09:42.678698+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:09:42.703955+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:09:42.704013+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:09:42.704045+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:09:42.705122+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:09:42.726844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:09:42.729966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:09:42.743167+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:09:42.800270+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:09:42.803896+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[260,259,258,257,256,255,254,253,252,251]] [] [2021-02-25T04:09:42.812255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:09:42.812723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:09:42.813109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:09:42.813435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:09:42.813758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:09:42.814099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:09:42.814426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:09:42.814748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:09:42.815074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-25T04:09:42.815396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-25T04:09:42.817051+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:09:42.825180+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:09:43.247931+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"586585"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/586585","method":"GET"} [] [2021-02-25T04:09:50.581280+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"260"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/260","method":"GET"} [] [2021-02-25T04:09:50.618656+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:09:50.618715+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:09:50.618748+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:09:50.620632+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:09:50.651233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:09:50.654819+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:09:50.678059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["260"] [] [2021-02-25T04:09:50.772823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:09:50.773406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:09:50.777907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-02-25T04:09:50.781733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-02-25T04:09:50.782134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-02-25T04:09:50.782449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-02-25T04:09:50.782738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-02-25T04:09:50.783016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-02-25T04:09:50.783293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-02-25T04:09:50.783630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-25T04:09:50.783910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-25T04:09:50.793862+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:09:51.174112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f90d3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1f90d3","method":"GET"} [] [2021-02-25T04:10:07.741157+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T04:10:07.771009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:10:07.771067+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:10:07.771099+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:10:07.772965+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:10:07.815631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:10:07.819283+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:10:07.874832+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:10:07.903497+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:10:08.226998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b422bc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b422bc","method":"GET"} [] [2021-02-25T04:10:32.000644+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-25T04:10:32.037516+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:10:32.073667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:10:32.077244+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:10:32.077365+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:10:32.077404+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:10:32.077434+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:10:32.134296+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-02-25T04:10:32.222717+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T04:10:32.230477+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T04:10:32.237337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:10:32.242003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-02-25T04:10:32.244724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-25T04:10:32.245208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-25T04:10:32.245548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-25T04:10:32.245879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-25T04:10:32.246207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-25T04:10:32.246567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-02-25T04:10:32.247156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-02-25T04:10:32.247645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-02-25T04:10:32.248156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-02-25T04:10:32.248484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-02-25T04:10:32.248946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-02-25T04:10:32.249421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-02-25T04:10:32.249756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-02-25T04:10:32.250094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-02-25T04:10:32.250427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-02-25T04:10:32.250756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-02-25T04:10:32.251085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-02-25T04:10:32.251417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-25T04:10:32.251748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-25T04:10:32.252090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-25T04:10:32.252414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-02-25T04:10:32.252901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-25T04:10:32.253228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-02-25T04:10:32.253584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-25T04:10:32.253937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-02-25T04:10:32.254396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-02-25T04:10:32.254856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-02-25T04:10:32.255225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-02-25T04:10:32.255560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-25T04:10:32.255905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-02-25T04:10:32.672157+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:10:32.696044+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:38:12.250526+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T04:38:12.290783+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:38:12.290839+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:38:12.290871+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:38:12.292875+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:38:12.339239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:38:12.343156+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:38:12.405574+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:38:12.438909+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:38:12.977158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e012dc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e012dc","method":"GET"} [] [2021-02-25T04:38:14.561052+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:38:14.585985+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:38:14.586038+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:38:14.586070+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:38:14.587214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:38:14.619266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:38:14.622613+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:38:14.636059+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:38:14.691092+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:38:14.695044+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[260,259,258,257,256,255,254,253,252,251]] [] [2021-02-25T04:38:14.703417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:38:14.703912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:38:14.704322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:38:14.704647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:38:14.704962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:38:14.705278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:38:14.705590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:38:14.705906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:38:14.706217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-25T04:38:14.706527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-02-25T04:38:14.708205+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:38:14.716891+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:38:15.155001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a37f61"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a37f61","method":"GET"} [] [2021-02-25T04:38:16.447984+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-25T04:38:16.478470+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:38:16.478528+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:38:16.478627+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:38:16.480521+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:38:16.516206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:38:16.519906+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:38:16.588385+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:38:16.599810+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-25T04:38:16.600805+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-25T04:38:16.628182+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:38:16.911395+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"487f5b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/487f5b","method":"GET"} [] [2021-02-25T04:42:29.477740+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-25T04:42:29.514958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:42:29.544173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:42:29.547738+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:42:29.547798+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:42:29.547830+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:42:29.547859+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:42:29.616908+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-02-25T04:42:29.626321+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-25T04:42:29.627941+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["31"]] [] [2021-02-25T04:42:29.632381+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["32"]] [] [2021-02-25T04:42:29.694656+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-25T04:42:29.695667+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Energy Ltd","2":69312.0,"3":"2021-02-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":14,"11":2} [] [2021-02-25T04:42:29.733660+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":875.0,"4":null,"5":261,"6":31} [] [2021-02-25T04:42:29.734982+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":200.0,"4":null,"5":261,"6":32} [] [2021-02-25T04:42:29.740257+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-25T04:42:29.770926+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:42:29.916199+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:42:29.940978+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:42:29.941033+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:42:29.941067+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:42:29.942120+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:42:29.969590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:42:29.976282+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:42:29.995236+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:42:30.050808+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:42:30.054334+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[261,260,259,258,257,256,255,254,253,252]] [] [2021-02-25T04:42:30.064010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-25T04:42:30.064469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:42:30.064837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:42:30.065184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:42:30.065498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:42:30.065809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:42:30.066119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:42:30.066429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:42:30.066736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:42:30.067042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-25T04:42:30.068635+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:42:30.076530+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:42:30.509112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"032bf0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/032bf0","method":"GET"} [] [2021-02-25T04:42:33.240097+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-25T04:42:33.268943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:42:33.268999+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:42:33.269031+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:42:33.270864+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:42:33.308435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:42:33.311902+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:42:33.324676+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:42:33.385901+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:42:33.389178+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[163,162,161,160,159,158,157,156,155,154]] [] [2021-02-25T04:42:33.392316+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:42:33.397111+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:42:33.755015+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df423f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/df423f","method":"GET"} [] [2021-02-25T04:42:34.810255+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-02-25T04:42:34.835112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:42:34.835166+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:42:34.835199+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:42:34.836247+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:42:34.858221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:42:34.861303+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:42:34.903127+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:42:35.193348+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d840ff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d840ff","method":"GET"} [] [2021-02-25T04:43:15.714979+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-02-25T04:43:15.754046+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:43:15.789340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:43:15.792942+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:43:15.793003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:43:15.793038+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:15.793067+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:15.887425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Drive Belt Auto Ten sonar T/G"] [] [2021-02-25T04:43:15.893808+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-25T04:43:15.894424+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Drive Belt Auto Ten sonar T/G","2":"Set","3":null,"4":null,"5":1} [] [2021-02-25T04:43:15.896746+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-25T04:43:15.909375+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:43:16.061230+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-02-25T04:43:16.086064+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:43:16.086118+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:16.086150+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:16.087194+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:43:16.118628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:43:16.124968+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:43:16.141794+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:43:16.196327+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:43:16.199515+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[164,163,162,161,160,159,158,157,156,155]] [] [2021-02-25T04:43:16.202633+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:43:16.209713+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:43:16.575060+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7ad41"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d7ad41","method":"GET"} [] [2021-02-25T04:43:17.661547+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T04:43:17.687057+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:43:17.687115+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:17.687277+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:17.688362+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:43:17.719926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:43:17.723090+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:43:17.767732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:43:17.790919+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:43:18.085634+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca8734"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ca8734","method":"GET"} [] [2021-02-25T04:43:21.385325+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:43:21.411441+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:43:21.411499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:21.411532+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:21.412638+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:43:21.435832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:43:21.438953+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:43:21.452283+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:43:21.506997+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:43:21.510117+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[261,260,259,258,257,256,255,254,253,252]] [] [2021-02-25T04:43:21.518509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-25T04:43:21.518980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:43:21.519357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:43:21.519707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:43:21.520021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:43:21.520335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:43:21.520648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:43:21.520964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:43:21.521277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:43:21.521588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-25T04:43:21.523283+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:43:21.531469+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:43:21.930406+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8c44c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f8c44c","method":"GET"} [] [2021-02-25T04:43:24.936636+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"261"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/261","method":"GET"} [] [2021-02-25T04:43:24.967419+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:43:24.967479+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:24.967517+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:43:24.969514+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:43:24.999491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:43:25.002980+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:43:25.028326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["261"] [] [2021-02-25T04:43:25.044208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2021-02-25T04:43:25.098762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-25T04:43:25.099532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:43:25.100891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-25T04:43:25.101433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-02-25T04:43:25.102856+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:43:25.104360+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-25T04:43:25.105178+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-25T04:43:25.139227+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:43:25.555115+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e81d6a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e81d6a","method":"GET"} [] [2021-02-25T04:44:23.260896+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"261"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/261","method":"POST"} [] [2021-02-25T04:44:23.286561+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:44:23.313438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:44:23.316538+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:44:23.316595+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:44:23.316628+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:44:23.316655+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:44:23.334466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["261"] [] [2021-02-25T04:44:23.349947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2021-02-25T04:44:23.402720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-25T04:44:23.403486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:44:23.404786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-25T04:44:23.405224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-02-25T04:44:23.408354+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-02-25T04:44:23.409432+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-25T04:44:23.410788+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["31"]] [] [2021-02-25T04:44:23.411633+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["32"]] [] [2021-02-25T04:44:23.412100+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["164"]] [] [2021-02-25T04:44:23.412611+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-02-25T04:44:23.471237+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-25T04:44:23.472119+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":7800.0,"4":null,"5":261,"6":164} [] [2021-02-25T04:44:23.474563+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":261,"6":6} [] [2021-02-25T04:44:23.475869+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-25T04:44:23.491293+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:44:23.693190+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:44:23.728403+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:44:23.728460+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:44:23.728493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:44:23.730365+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:44:23.777308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:44:23.790906+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:44:23.820448+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:44:23.881232+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:44:23.884828+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[261,260,259,258,257,256,255,254,253,252]] [] [2021-02-25T04:44:23.892765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-25T04:44:23.893193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:44:23.893514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:44:23.893859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:44:23.894167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:44:23.894477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:44:23.894786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:44:23.895095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:44:23.895403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:44:23.895772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-25T04:44:23.897439+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:44:23.905257+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:44:24.316918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55ac66"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/55ac66","method":"GET"} [] [2021-02-25T04:47:57.995173+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-25T04:47:58.030932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:47:58.030986+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:47:58.031018+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:47:58.032935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:47:58.074403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:47:58.077934+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:47:58.145828+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:47:58.155330+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-25T04:47:58.156299+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-25T04:47:58.184749+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:47:58.535289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b76208"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b76208","method":"GET"} [] [2021-02-25T04:48:26.298421+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T04:48:26.334973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:48:26.335028+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:48:26.335059+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:48:26.336994+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:48:26.371856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:48:26.375403+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:48:26.431483+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:48:26.461262+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:48:26.986662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e432c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e432c1","method":"GET"} [] [2021-02-25T04:48:47.089205+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-25T04:48:47.114612+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:48:47.145475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:48:47.148572+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:48:47.148629+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:48:47.148662+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:48:47.148690+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:48:47.190084+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-02-25T04:48:47.273508+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T04:48:47.279830+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T04:48:47.286802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:48:47.291364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-02-25T04:48:47.294070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-25T04:48:47.294457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-25T04:48:47.294759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-02-25T04:48:47.295055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-25T04:48:47.295371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-02-25T04:48:47.295700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-02-25T04:48:47.296013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-02-25T04:48:47.296435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-25T04:48:47.296781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-02-25T04:48:47.297215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-02-25T04:48:47.297605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-02-25T04:48:47.298042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-25T04:48:47.298373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-02-25T04:48:47.298745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-02-25T04:48:47.299045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-02-25T04:48:47.299337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-02-25T04:48:47.299626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-25T04:48:47.299933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-02-25T04:48:47.300382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-02-25T04:48:47.300679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-02-25T04:48:47.301039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-25T04:48:47.301330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-02-25T04:48:47.301743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-25T04:48:47.302034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-02-25T04:48:47.302348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-25T04:48:47.302660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-02-25T04:48:47.303079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-02-25T04:48:47.303493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-02-25T04:48:47.303934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-02-25T04:48:47.304276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-02-25T04:48:47.304567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-02-25T04:48:47.304984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-02-25T04:48:47.305400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-02-25T04:48:47.305741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-02-25T04:48:47.306040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-25T04:48:47.306353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-02-25T04:48:47.809572+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:48:47.831817+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:49:06.885747+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T04:49:06.910902+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:49:06.910957+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:49:06.910988+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:49:06.912050+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:49:06.933214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:49:06.936283+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:49:06.976069+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:49:07.004411+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:49:07.503809+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ace75"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8ace75","method":"GET"} [] [2021-02-25T04:49:10.936534+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:49:10.961698+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:49:10.961753+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:49:10.961785+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:49:10.962836+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:49:10.988340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:49:10.991466+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:49:11.004861+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:49:11.060256+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:49:11.064906+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[261,260,259,258,257,256,255,254,253,252]] [] [2021-02-25T04:49:11.075638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-25T04:49:11.076164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:49:11.076533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:49:11.076933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:49:11.077301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:49:11.077674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:49:11.078046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:49:11.078420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:49:11.078789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:49:11.079160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-02-25T04:49:11.080863+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:49:11.088964+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:49:11.493474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce1289"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ce1289","method":"GET"} [] [2021-02-25T04:49:29.103886+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-25T04:49:29.139109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:49:29.139164+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:49:29.139196+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:49:29.140874+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:49:29.182420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:49:29.185918+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:49:29.255517+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:49:29.265218+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-25T04:49:29.266083+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-25T04:49:29.291544+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:49:29.617016+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9071f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9071f5","method":"GET"} [] [2021-02-25T04:52:49.558354+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-25T04:52:49.596519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:52:49.634414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:52:49.638015+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:52:49.638073+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:52:49.638106+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:52:49.638202+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:52:49.710657+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-02-25T04:52:49.720442+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-25T04:52:49.721912+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["127"]] [] [2021-02-25T04:52:49.726537+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-02-25T04:52:49.783384+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-25T04:52:49.784412+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":161288.0,"3":"2021-02-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":2} [] [2021-02-25T04:52:49.821434+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3500.0,"4":null,"5":262,"6":127} [] [2021-02-25T04:52:49.826655+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":262,"6":6} [] [2021-02-25T04:52:49.831873+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-25T04:52:49.862825+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:52:50.004543+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T04:52:50.029636+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:52:50.029690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:52:50.029723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:52:50.030789+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:52:50.057219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:52:50.063787+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:52:50.082625+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T04:52:50.138552+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T04:52:50.142005+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[262,261,260,259,258,257,256,255,254,253]] [] [2021-02-25T04:52:50.150402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T04:52:50.150862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T04:52:50.151210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-25T04:52:50.151542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T04:52:50.151892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T04:52:50.152240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T04:52:50.152562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T04:52:50.152883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T04:52:50.153201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-02-25T04:52:50.154872+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T04:52:50.162576+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:52:50.573163+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29a909"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/29a909","method":"GET"} [] [2021-02-25T04:54:33.533439+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-02-25T04:54:33.569445+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T04:54:33.569501+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:54:33.569532+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T04:54:33.571360+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T04:54:33.609970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T04:54:33.613443+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T04:54:33.682152+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T04:54:33.691591+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-02-25T04:54:33.692475+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-02-25T04:54:33.720233+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T04:54:34.055777+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e79e17"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e79e17","method":"GET"} [] [2021-02-25T05:00:42.517844+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-02-25T05:00:42.555459+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T05:00:42.587493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T05:00:42.591013+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T05:00:42.591071+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T05:00:42.591104+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:00:42.591134+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:00:42.661981+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-02-25T05:00:42.671486+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-02-25T05:00:42.675499+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["158"]] [] [2021-02-25T05:00:42.680171+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["159"]] [] [2021-02-25T05:00:42.680764+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["117"]] [] [2021-02-25T05:00:42.681289+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2021-02-25T05:00:42.681818+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["115"]] [] [2021-02-25T05:00:42.682341+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["160"]] [] [2021-02-25T05:00:42.682866+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["161"]] [] [2021-02-25T05:00:42.683391+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-02-25T05:00:42.683975+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-02-25T05:00:42.741943+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-02-25T05:00:42.743038+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":115481.0,"3":"2020-08-23T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":2} [] [2021-02-25T05:00:42.745531+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":10500.0,"4":null,"5":263,"6":158} [] [2021-02-25T05:00:42.745776+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":700.0,"4":null,"5":263,"6":159} [] [2021-02-25T05:00:42.745993+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":263,"6":117} [] [2021-02-25T05:00:42.746206+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":550.0,"4":null,"5":263,"6":118} [] [2021-02-25T05:00:42.746415+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1650.0,"4":null,"5":263,"6":115} [] [2021-02-25T05:00:42.746624+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":263,"6":160} [] [2021-02-25T05:00:42.746833+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":650.0,"4":null,"5":263,"6":161} [] [2021-02-25T05:00:42.747041+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":263,"6":14} [] [2021-02-25T05:00:42.747250+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":263,"6":6} [] [2021-02-25T05:00:42.748499+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-02-25T05:00:42.761127+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T05:00:42.910481+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-02-25T05:00:42.935055+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T05:00:42.935106+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:00:42.935137+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:00:42.936173+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T05:00:42.968167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T05:00:42.975030+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T05:00:42.994233+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-02-25T05:00:43.050954+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-02-25T05:00:43.055304+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[263,262,261,260,259,258,257,256,255,254]] [] [2021-02-25T05:00:43.063406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-02-25T05:00:43.063832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T05:00:43.064182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-02-25T05:00:43.064504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-02-25T05:00:43.064822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-02-25T05:00:43.065165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-02-25T05:00:43.065506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-02-25T05:00:43.065891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-02-25T05:00:43.066209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-02-25T05:00:43.067830+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-02-25T05:00:43.075846+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T05:00:43.471848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67782d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/67782d","method":"GET"} [] [2021-02-25T05:00:54.055680+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T05:00:54.091774+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T05:00:54.091828+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:00:54.091859+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:00:54.093643+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T05:00:54.130846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T05:00:54.134314+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T05:00:54.189866+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T05:00:54.220636+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T05:00:54.625479+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a82a6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8a82a6","method":"GET"} [] [2021-02-25T05:01:12.420354+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-25T05:01:12.451408+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T05:01:12.490993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T05:01:12.494511+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T05:01:12.494569+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T05:01:12.494602+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:01:12.494631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:01:12.550273+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-02-25T05:01:12.638716+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T05:01:12.646306+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T05:01:12.653416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T05:01:12.658221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-02-25T05:01:12.661804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-25T05:01:12.662170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-25T05:01:12.662463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-25T05:01:12.662770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-02-25T05:01:12.663185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-02-25T05:01:12.663476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-02-25T05:01:12.663794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-02-25T05:01:12.664155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-25T05:01:12.664496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-25T05:01:12.664776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-02-25T05:01:12.665081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-02-25T05:01:12.665386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-02-25T05:01:12.665836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-02-25T05:01:12.666124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-02-25T05:01:12.666405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-02-25T05:01:12.666685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-02-25T05:01:12.666960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-02-25T05:01:12.667237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-02-25T05:01:12.667510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-02-25T05:01:12.667786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-25T05:01:12.668061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-25T05:01:12.668419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-02-25T05:01:12.668888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-02-25T05:01:12.669175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-02-25T05:01:12.669458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-02-25T05:01:12.669735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-02-25T05:01:12.670012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-02-25T05:01:12.670287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-02-25T05:01:12.670565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-02-25T05:01:12.670855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-02-25T05:01:12.671129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-02-25T05:01:12.671395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-25T05:01:12.671650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-02-25T05:01:12.672096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-02-25T05:01:12.672481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-02-25T05:01:13.013665+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T05:01:13.036410+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T05:02:03.159352+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-02-25T05:02:03.184376+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T05:02:03.184431+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:02:03.184462+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:02:03.185594+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T05:02:03.217520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T05:02:03.220654+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T05:02:03.259900+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T05:02:03.282770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-02-25T05:02:03.719996+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a6fe2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8a6fe2","method":"GET"} [] [2021-02-25T05:27:53.704346+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-02-25T05:27:53.748983+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-02-25T05:27:53.800501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-02-25T05:27:53.804396+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-02-25T05:27:53.804456+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-02-25T05:27:53.804490+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:27:53.804519+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-02-25T05:27:53.870007+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-02-25T05:27:53.974518+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T05:27:53.983346+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-02-25T00:00:00+00:00"] [] [2021-02-25T05:27:53.990651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-02-25T05:27:53.996033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-02-25T05:27:53.998879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-02-25T05:27:53.999343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-02-25T05:27:53.999696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-02-25T05:27:54.000052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-02-25T05:27:54.000465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-02-25T05:27:54.000968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-02-25T05:27:54.001631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-02-25T05:27:54.002137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-02-25T05:27:54.002659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-02-25T05:27:54.002997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-02-25T05:27:54.003466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-02-25T05:27:54.004029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-02-25T05:27:54.004376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-02-25T05:27:54.004712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-02-25T05:27:54.005046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-02-25T05:27:54.005379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-02-25T05:27:54.005714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-02-25T05:27:54.006050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-02-25T05:27:54.006384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-02-25T05:27:54.006733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-02-25T05:27:54.007065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-02-25T05:27:54.007555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-02-25T05:27:54.007884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-02-25T05:27:54.008242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-02-25T05:27:54.008597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-02-25T05:27:54.009061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-02-25T05:27:54.009527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-02-25T05:27:54.009916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-02-25T05:27:54.010257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-02-25T05:27:54.010611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-02-25T05:27:54.415106+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-02-25T05:27:54.439137+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T04:12:50.667128+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-01T04:12:50.735938+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T04:12:50.735993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:50.736028+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:50.768081+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-01T04:12:51.112407+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff98e5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ff98e5","method":"GET"} [] [2021-03-01T04:12:54.089357+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-01T04:12:54.125682+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T04:12:54.125734+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.125771+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.129784+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.211462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-01T04:12:54.431414+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.439789+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 01 Mar 2021 04:12:54 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.439925+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.439961+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.447902+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T04:12:54.571069+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-01T04:12:54.595894+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T04:12:54.595946+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.595977+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:54.597248+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T04:12:54.619593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T04:12:54.622818+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T04:12:54.670546+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-01T04:12:54.797335+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-01T04:12:54.803387+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[263,262,261,260,259,258,257,256,255,254]] [] [2021-03-01T04:12:54.823757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-01T04:12:54.824462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-01T04:12:54.825072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-01T04:12:54.825515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-01T04:12:54.825956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-01T04:12:54.826438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-01T04:12:54.826913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-01T04:12:54.827345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-01T04:12:54.827777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-01T04:12:54.830542+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-01T04:12:54.844593+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T04:12:55.415754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d723b7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d723b7","method":"GET"} [] [2021-03-01T04:12:57.025188+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-01T04:12:57.054025+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T04:12:57.054081+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:57.054113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:12:57.055953+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T04:12:57.088150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T04:12:57.091754+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T04:12:57.171771+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T04:12:57.200919+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T04:12:57.520947+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4be599"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4be599","method":"GET"} [] [2021-03-01T04:13:24.652447+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-01T04:13:24.679200+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T04:13:24.717857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T04:13:24.721436+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T04:13:24.721494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T04:13:24.721527+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:13:24.721555+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:13:24.821207+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-03-01T04:13:24.959854+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T04:13:24.967755+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T04:13:24.975146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-01T04:13:24.979727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-03-01T04:13:24.982374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-01T04:13:24.982766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-01T04:13:24.983054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-01T04:13:24.983340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-01T04:13:24.983621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-01T04:13:24.983925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-03-01T04:13:24.984401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-03-01T04:13:24.984834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-03-01T04:13:24.985300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-03-01T04:13:24.985586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-03-01T04:13:24.986037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-03-01T04:13:24.986535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-01T04:13:24.986833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-01T04:13:24.987116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-01T04:13:24.987393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-01T04:13:24.987669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-01T04:13:24.987943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-01T04:13:24.988216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-01T04:13:24.988491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-01T04:13:24.988774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-01T04:13:24.989045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-03-01T04:13:24.989518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-01T04:13:24.989796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-03-01T04:13:24.990195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-01T04:13:24.990495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-03-01T04:13:24.990901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-03-01T04:13:24.991305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-03-01T04:13:24.991657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-03-01T04:13:24.991945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-01T04:13:24.992243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-03-01T04:13:25.418102+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T04:13:25.440407+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T04:28:57.082165+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-01T04:28:57.123592+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T04:28:57.123650+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:28:57.123684+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:28:57.125825+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T04:28:57.169313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T04:28:57.173118+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T04:28:57.235809+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T04:28:57.268850+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T04:28:57.810680+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4db42"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f4db42","method":"GET"} [] [2021-03-01T04:29:02.414523+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-01T04:29:02.455115+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T04:29:02.486790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T04:29:02.490233+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T04:29:02.490304+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T04:29:02.490340+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:29:02.490369+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T04:29:02.537492+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-01T04:29:02.631584+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T04:29:02.638436+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T04:29:02.646091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-01T04:29:02.651535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-03-01T04:29:02.654234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-01T04:29:02.654752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-01T04:29:02.655158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-01T04:29:02.655531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-03-01T04:29:02.655958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-01T04:29:02.656261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-01T04:29:02.656659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-03-01T04:29:02.657025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-01T04:29:02.657370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-01T04:29:02.657655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-03-01T04:29:02.657961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-01T04:29:02.658267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-03-01T04:29:02.658723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-01T04:29:02.659013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-01T04:29:02.659297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-01T04:29:02.659576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-01T04:29:02.659813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-01T04:29:02.660189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-03-01T04:29:02.660567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-01T04:29:02.661074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-01T04:29:02.661412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-01T04:29:02.661744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-03-01T04:29:02.662244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-01T04:29:02.662546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-03-01T04:29:02.662789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-01T04:29:02.663068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-03-01T04:29:02.663347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-03-01T04:29:02.663624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-03-01T04:29:02.663913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-01T04:29:02.664207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-03-01T04:29:02.664483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-01T04:29:02.664777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-01T04:29:02.665058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-03-01T04:29:02.665480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-03-01T04:29:02.665919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-03-01T04:29:03.076271+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T04:29:03.100076+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T06:23:21.265136+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-01T06:23:21.339417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T06:23:21.339474+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T06:23:21.339507+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T06:23:21.343888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T06:23:21.404052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T06:23:21.410981+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T06:23:21.522302+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T06:23:21.574015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T06:23:22.021786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f8de7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4f8de7","method":"GET"} [] [2021-03-01T06:37:30.353815+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-01T06:37:30.398666+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T06:37:30.454754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T06:37:30.458910+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T06:37:30.458974+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T06:37:30.459008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T06:37:30.459037+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T06:37:30.531244+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-03-01T06:37:30.706789+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T06:37:30.717264+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T06:37:30.725861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-01T06:37:30.733790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-03-01T06:37:30.736967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-01T06:37:30.737576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-01T06:37:30.737897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-03-01T06:37:30.738198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-03-01T06:37:30.738489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-03-01T06:37:30.738782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-03-01T06:37:30.739167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-01T06:37:30.739440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-01T06:37:30.739706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-01T06:37:30.739970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-01T06:37:30.740253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-03-01T06:37:30.740742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-03-01T06:37:30.741057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-03-01T06:37:30.741333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-03-01T06:37:30.741672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-01T06:37:30.741926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-03-01T06:37:30.742187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-01T06:37:30.742449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-01T06:37:30.742713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-03-01T06:37:30.742970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-01T06:37:30.743219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-01T06:37:30.743502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-03-01T06:37:30.743890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-03-01T06:37:30.744187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-01T06:37:30.744433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-03-01T06:37:30.744843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-03-01T06:37:30.745262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-01T06:37:30.745521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-03-01T06:37:30.745798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-01T06:37:30.746080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-03-01T06:37:30.746411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-01T06:37:30.746682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-01T06:37:30.746983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-03-01T06:37:30.747370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-03-01T06:37:30.747748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-01T06:37:30.748029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-03-01T06:37:30.748323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-03-01T06:37:30.748642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-03-01T06:37:30.749016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-03-01T06:37:30.749267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-03-01T06:37:30.749548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-01T06:37:30.749835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-03-01T06:37:30.750286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-03-01T06:37:30.750687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-03-01T06:37:30.750945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-03-01T06:37:30.751219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-01T06:37:30.751485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-03-01T06:37:30.751844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-03-01T06:37:31.345249+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T06:37:31.369092+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T06:49:22.785562+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-01T06:49:22.822748+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T06:49:22.822805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T06:49:22.822839+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T06:49:22.825250+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T06:49:22.869945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T06:49:22.873857+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T06:49:22.932732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T06:49:22.963845+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T06:49:23.423869+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be85e3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/be85e3","method":"GET"} [] [2021-03-01T06:49:27.551565+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-01T06:49:27.578022+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T06:49:27.616959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T06:49:27.620304+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T06:49:27.620362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T06:49:27.620467+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T06:49:27.620503+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T06:49:27.664318+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-03-01T06:49:27.748483+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T06:49:27.754873+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T06:49:27.761930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-01T06:49:27.766758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-03-01T06:49:27.769582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-01T06:49:27.769984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-01T06:49:27.770320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-03-01T06:49:27.770754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-01T06:49:27.771042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-01T06:49:27.771327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-03-01T06:49:27.771604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-03-01T06:49:27.771880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-03-01T06:49:27.772227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-03-01T06:49:27.772543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-03-01T06:49:27.772894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-03-01T06:49:27.773220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-01T06:49:27.773646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-03-01T06:49:27.774053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-01T06:49:27.774351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-01T06:49:27.774639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-01T06:49:27.774943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-03-01T06:49:27.775358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-03-01T06:49:27.775644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-03-01T06:49:27.775925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-03-01T06:49:27.776205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-01T06:49:27.776482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-01T06:49:27.776755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-03-01T06:49:27.777030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-03-01T06:49:27.777359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-01T06:49:27.777644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-03-01T06:49:27.778054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-01T06:49:27.778360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-03-01T06:49:27.778781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-01T06:49:27.779058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-01T06:49:27.779315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-03-01T06:49:27.779596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-01T06:49:27.779876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-03-01T06:49:27.780198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-03-01T06:49:27.780460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-01T06:49:27.780716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-03-01T06:49:27.780987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-03-01T06:49:27.781501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-01T06:49:27.781854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-01T06:49:27.782155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-01T06:49:27.782454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-03-01T06:49:27.782742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-01T06:49:27.783150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-03-01T06:49:27.783438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-03-01T06:49:27.783785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-01T06:49:27.784185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-01T06:49:27.784635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-01T06:49:27.784996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-03-01T06:49:27.785246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-03-01T06:49:27.785522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-01T06:49:27.785798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-01T06:49:27.786106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-03-01T06:49:27.786504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-01T06:49:27.786789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-03-01T06:49:27.787050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-03-01T06:49:28.209419+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T06:49:28.233093+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T07:06:42.854271+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-01T07:06:42.895339+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T07:06:42.895397+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T07:06:42.895429+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T07:06:42.897705+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T07:06:42.946507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T07:06:42.950489+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T07:06:43.014274+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T07:06:43.053026+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T07:06:43.622863+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3e4a8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d3e4a8","method":"GET"} [] [2021-03-01T07:10:35.343881+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-01T07:10:35.385385+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T07:10:35.431280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T07:10:35.435117+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T07:10:35.435179+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T07:10:35.435213+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T07:10:35.435243+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T07:10:35.498087+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-03-01T07:10:35.599846+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [12,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T07:10:35.608160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [12,"2020-01-01T00:00:00+00:00","2021-03-01T00:00:00+00:00"] [] [2021-03-01T07:10:35.615433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-03-01T07:10:35.620831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [147] [] [2021-03-01T07:10:35.623666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-01T07:10:35.624128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-01T07:10:35.624425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-01T07:10:35.624706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-01T07:10:35.624987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-01T07:10:35.625294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [166] [] [2021-03-01T07:10:35.625708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-01T07:10:35.625996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [226] [] [2021-03-01T07:10:35.626303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-01T07:10:35.758455+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T07:10:35.782749+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T07:16:25.588381+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-01T07:16:25.625887+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-01T07:16:25.626014+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T07:16:25.626052+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-01T07:16:25.627965+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-01T07:16:25.659030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-01T07:16:25.662910+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-01T07:16:25.720346+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-01T07:16:25.752298+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-01T07:16:26.249261+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6046c5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6046c5","method":"GET"} [] [2021-03-02T05:14:20.505904+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-02T05:14:20.598102+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-02T05:14:20.598165+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:20.598201+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:20.639189+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-02T05:14:22.000783+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"125251"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/125251","method":"GET"} [] [2021-03-02T05:14:25.816160+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-02T05:14:25.842585+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-02T05:14:25.842641+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:25.842681+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:25.845598+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:25.980201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-02T05:14:26.291661+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:26.300828+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 02 Mar 2021 05:14:26 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:26.300901+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:26.300932+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:26.307485+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-02T05:14:26.456867+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-02T05:14:26.481925+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-02T05:14:26.481985+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:26.482018+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:26.483194+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-02T05:14:26.511282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-02T05:14:26.515658+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-02T05:14:26.561172+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-02T05:14:26.701084+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-02T05:14:26.717327+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[263,262,261,260,259,258,257,256,255,254]] [] [2021-03-02T05:14:26.736330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-02T05:14:26.736952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-02T05:14:26.737532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-02T05:14:26.737925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-02T05:14:26.738315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-02T05:14:26.738747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-02T05:14:26.739175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-02T05:14:26.739561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-02T05:14:26.739949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-02T05:14:26.742420+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-02T05:14:26.758953+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-02T05:14:27.494356+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2066e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a2066e","method":"GET"} [] [2021-03-02T05:14:57.683129+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-02T05:14:57.725836+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-02T05:14:57.725896+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:57.725928+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:14:57.727948+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-02T05:14:57.779205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-02T05:14:57.788001+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-02T05:14:57.889212+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-02T05:14:57.926299+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-02T05:14:58.300922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a39da5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a39da5","method":"GET"} [] [2021-03-02T05:15:20.776949+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-02T05:15:20.807640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-02T05:15:20.857415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-02T05:15:20.861024+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-02T05:15:20.861082+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-02T05:15:20.861116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:15:20.861145+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:15:20.921030+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-03-02T05:15:21.150447+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-03-02T00:00:00+00:00"] [] [2021-03-02T05:15:21.159256+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-03-02T00:00:00+00:00"] [] [2021-03-02T05:15:21.167001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-02T05:15:21.171711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-03-02T05:15:21.175190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-02T05:15:21.175691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-02T05:15:21.176022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-03-02T05:15:21.176449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-02T05:15:21.176743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-02T05:15:21.177029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-03-02T05:15:21.177309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-03-02T05:15:21.177591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-03-02T05:15:21.177868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-03-02T05:15:21.178250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-03-02T05:15:21.178607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-03-02T05:15:21.178895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-02T05:15:21.179211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-03-02T05:15:21.179584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-02T05:15:21.179870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-02T05:15:21.180214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-02T05:15:21.180537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-03-02T05:15:21.180976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-03-02T05:15:21.181267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-03-02T05:15:21.181550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-03-02T05:15:21.181832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-02T05:15:21.182115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-02T05:15:21.182391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-03-02T05:15:21.182668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-03-02T05:15:21.182956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-02T05:15:21.183234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-03-02T05:15:21.183679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-02T05:15:21.183987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-03-02T05:15:21.184431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-02T05:15:21.184726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-02T05:15:21.185009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-03-02T05:15:21.185317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-02T05:15:21.185618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-03-02T05:15:21.185990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-03-02T05:15:21.186296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-02T05:15:21.186576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-03-02T05:15:21.186857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-03-02T05:15:21.187357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-02T05:15:21.187625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-02T05:15:21.187886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-02T05:15:21.188145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-03-02T05:15:21.188402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-02T05:15:21.188657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-03-02T05:15:21.188910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-03-02T05:15:21.189232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-02T05:15:21.189490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-02T05:15:21.189745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-02T05:15:21.189972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-03-02T05:15:21.190228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-03-02T05:15:21.190481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-02T05:15:21.190734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-02T05:15:21.190995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-03-02T05:15:21.191335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-02T05:15:21.191600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-03-02T05:15:21.191859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-03-02T05:15:21.644061+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-02T05:15:21.666379+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-02T05:15:55.566737+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-02T05:15:55.594289+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-02T05:15:55.594352+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:15:55.594386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:15:55.595512+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-02T05:15:55.631928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-02T05:15:55.635240+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-02T05:15:55.677646+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-02T05:15:55.700921+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-02T05:15:56.212107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d5972"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2d5972","method":"GET"} [] [2021-03-02T05:16:05.552890+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-02T05:16:05.591246+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-02T05:16:05.640928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-02T05:16:05.644647+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-02T05:16:05.644709+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-02T05:16:05.644744+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:16:05.644774+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:16:05.704561+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-03-02T05:16:05.793489+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-03-02T00:00:00+00:00"] [] [2021-03-02T05:16:05.801476+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-03-02T00:00:00+00:00"] [] [2021-03-02T05:16:05.808523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-02T05:16:05.813304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-03-02T05:16:05.815926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-02T05:16:05.816362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-02T05:16:05.816658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-02T05:16:05.816943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-02T05:16:05.817222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-02T05:16:05.817526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-03-02T05:16:05.817902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-02T05:16:05.818187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-02T05:16:05.818467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-02T05:16:05.818775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-03-02T05:16:05.819054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-03-02T05:16:05.819361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-03-02T05:16:05.819666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-03-02T05:16:05.820134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-03-02T05:16:05.820475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-02T05:16:05.820864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-03-02T05:16:05.821145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-03-02T05:16:05.821585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-03-02T05:16:05.822091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-03-02T05:16:05.822380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-03-02T05:16:05.822663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-02T05:16:05.822948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-03-02T05:16:05.823225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-02T05:16:05.823501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-02T05:16:05.823781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-02T05:16:05.824060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-02T05:16:05.824333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-03-02T05:16:05.824607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-02T05:16:05.824885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-03-02T05:16:05.825161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-03-02T05:16:05.825437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-02T05:16:05.825723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-02T05:16:05.825977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-03-02T05:16:05.829608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-02T05:16:05.830596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-02T05:16:05.831474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-03-02T05:16:05.832722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-03-02T05:16:05.833465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-02T05:16:05.834220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-03-02T05:16:05.835146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-03-02T05:16:05.836199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-03-02T05:16:05.836941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-03-02T05:16:05.837872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-03-02T05:16:05.838669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-03-02T05:16:05.839444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-03-02T05:16:05.840012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-03-02T05:16:05.840557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-03-02T05:16:05.841101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-03-02T05:16:05.841640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-03-02T05:16:05.842326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-03-02T05:16:05.842866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-03-02T05:16:05.843330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-02T05:16:05.843821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-03-02T05:16:05.844385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-02T05:16:05.844909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-03-02T05:16:06.426212+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-02T05:16:06.449007+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-02T05:16:47.989260+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-02T05:16:48.015717+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-02T05:16:48.015776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:16:48.015809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-02T05:16:48.017050+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-02T05:16:48.050307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-02T05:16:48.054005+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-02T05:16:48.096593+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-02T05:16:48.131896+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-02T05:16:48.676041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c13030"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c13030","method":"GET"} [] [2021-03-03T04:17:42.158751+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-03T04:17:42.231029+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:17:42.231088+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:42.231122+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:42.262504+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:17:42.325296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:17:42.336975+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:17:42.356896+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:17:43.385477+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69d9bc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/69d9bc","method":"GET"} [] [2021-03-03T04:17:47.982751+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-03T04:17:48.009878+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:17:48.035690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:17:48.039801+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:17:48.039864+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:17:48.039898+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.039934+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.042485+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.047062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-03T04:17:48.256967+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.265571+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 03 Mar 2021 04:17:48 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.265640+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.265671+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.271881+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:17:48.502033+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-03T04:17:48.527213+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:17:48.527267+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.527300+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:48.528453+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:17:48.558885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:17:48.562924+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:17:48.617780+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-03T04:17:48.764374+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-03T04:17:48.775073+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[263,262,261,260,259,258,257,256,255,254]] [] [2021-03-03T04:17:48.785744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-03T04:17:48.786235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-03T04:17:48.786842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-03T04:17:48.787165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-03T04:17:48.787483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-03T04:17:48.787834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-03T04:17:48.788179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-03T04:17:48.788493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-03T04:17:48.788804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-03T04:17:48.790954+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-03T04:17:48.805058+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:17:49.640211+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2041e7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2041e7","method":"GET"} [] [2021-03-03T04:17:51.730474+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-03T04:17:51.758358+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:17:51.758412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:51.758444+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:17:51.760214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:17:51.791223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:17:51.794828+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:17:51.865818+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T04:17:51.894382+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:17:52.280671+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee8ce3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ee8ce3","method":"GET"} [] [2021-03-03T04:18:09.529914+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-03T04:18:09.574663+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:18:09.612400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:18:09.616534+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:18:09.616593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:18:09.616627+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:18:09.616656+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:18:09.685337+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-03-03T04:18:09.832400+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T04:18:09.840285+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T04:18:09.847858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-03T04:18:09.852597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-03-03T04:18:09.855681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-03T04:18:09.856142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-03T04:18:09.856434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-03T04:18:09.856756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-03-03T04:18:09.857261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-03T04:18:09.857555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-03T04:18:09.857836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-03-03T04:18:09.858137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-03T04:18:09.858461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-03T04:18:09.858743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-03-03T04:18:09.859161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-03T04:18:09.859471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-03-03T04:18:09.859787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-03T04:18:10.030170+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T04:18:10.052979+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:27:18.390458+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-03T04:27:18.429316+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:27:18.429373+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:27:18.429406+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:27:18.431357+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:27:18.462676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:27:18.466396+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:27:18.525847+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T04:27:18.558426+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:27:19.095818+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac1a63"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ac1a63","method":"GET"} [] [2021-03-03T04:27:21.042778+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-03T04:27:21.067582+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:27:21.067639+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:27:21.067753+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:27:21.068812+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:27:21.097176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:27:21.100410+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:27:21.113944+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-03T04:27:21.169818+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-03T04:27:21.173636+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[263,262,261,260,259,258,257,256,255,254]] [] [2021-03-03T04:27:21.182048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-03T04:27:21.182578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-03T04:27:21.183022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-03T04:27:21.183389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-03T04:27:21.183755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-03T04:27:21.184213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-03T04:27:21.184610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-03T04:27:21.184983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-03T04:27:21.185347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-03T04:27:21.187049+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-03T04:27:21.195219+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:27:21.599353+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc8db1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fc8db1","method":"GET"} [] [2021-03-03T04:27:22.803920+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-03T04:27:22.834111+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:27:22.834169+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:27:22.834204+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:27:22.836065+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:27:22.869837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:27:22.873411+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:27:22.944832+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T04:27:22.954547+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-03T04:27:22.955610+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-03T04:27:22.982871+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:27:23.276070+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fae55a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fae55a","method":"GET"} [] [2021-03-03T04:31:50.978325+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-03T04:31:51.016935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:31:51.050304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:31:51.053966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:31:51.054024+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:31:51.054058+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:31:51.054088+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:31:51.133389+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-03-03T04:31:51.143212+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["7"]] [] [2021-03-03T04:31:51.145855+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-03T04:31:51.150709+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-03T04:31:51.151234+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-03-03T04:31:51.151713+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-03-03T04:31:51.152181+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["42"]] [] [2021-03-03T04:31:51.221529+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-03T04:31:51.224531+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":103182.0,"3":"2021-02-15T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":9,"11":7} [] [2021-03-03T04:31:51.248788+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":1160.0,"4":null,"5":264,"6":24} [] [2021-03-03T04:31:51.251226+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":264,"6":25} [] [2021-03-03T04:31:51.252157+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":264,"6":27} [] [2021-03-03T04:31:51.253072+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":475.0,"4":null,"5":264,"6":6} [] [2021-03-03T04:31:51.253971+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":767.5,"4":null,"5":264,"6":42} [] [2021-03-03T04:31:51.261395+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-03T04:31:51.293840+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:31:51.447197+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-03T04:31:51.473101+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:31:51.473156+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:31:51.473187+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:31:51.474239+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:31:51.502169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:31:51.505426+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:31:51.518847+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-03T04:31:51.574887+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-03T04:31:51.578578+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[264,263,262,261,260,259,258,257,256,255]] [] [2021-03-03T04:31:51.586777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-03T04:31:51.587272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-03T04:31:51.587680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-03T04:31:51.588026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-03T04:31:51.588370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-03T04:31:51.588738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-03T04:31:51.589108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-03T04:31:51.589505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-03T04:31:51.589902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-03T04:31:51.590270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-03T04:31:51.591987+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-03T04:31:51.602488+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:31:52.102581+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93b3fa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/93b3fa","method":"GET"} [] [2021-03-03T04:31:53.909404+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"264"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/264","method":"GET"} [] [2021-03-03T04:31:53.939014+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:31:53.939070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:31:53.939103+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:31:53.940960+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:31:53.975913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:31:53.979581+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:31:54.002858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["264"] [] [2021-03-03T04:31:54.030651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-03T04:31:54.031329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-03T04:31:54.037246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-03-03T04:31:54.046847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-03T04:31:54.047420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-03T04:31:54.047857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-03T04:31:54.048267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-03T04:31:54.048599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-03T04:31:54.058412+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:31:54.405205+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cba9d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6cba9d","method":"GET"} [] [2021-03-03T04:32:06.830694+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-03T04:32:06.866509+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:32:06.866564+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:32:06.866596+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:32:06.868499+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:32:06.901182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:32:06.904790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:32:06.960480+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T04:32:06.990097+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:32:07.308176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79bbfb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/79bbfb","method":"GET"} [] [2021-03-03T04:32:28.666595+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-03T04:32:28.697581+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:32:28.738733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:32:28.742301+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:32:28.742433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:32:28.742471+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:32:28.742501+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:32:28.800393+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-03-03T04:32:28.889276+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T04:32:28.896921+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T04:32:28.903850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-03T04:32:28.908671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-03-03T04:32:28.911313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-03T04:32:28.911732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-03T04:32:28.912019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-03T04:32:28.912331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-03-03T04:32:28.912835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-03T04:32:28.913123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-03T04:32:28.913474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-03-03T04:32:28.913769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-03T04:32:28.914090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-03T04:32:28.914367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-03-03T04:32:28.914672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-03T04:32:28.914971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-03-03T04:32:28.915273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-03T04:32:28.915573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-03-03T04:32:28.915981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-03T04:32:29.103929+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T04:32:29.127016+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:43:52.140492+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-03T04:43:52.179263+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:43:52.179320+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:43:52.179353+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:43:52.181319+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:43:52.218606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:43:52.222963+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:43:52.284847+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T04:43:52.317464+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T04:43:52.888325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d932a3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d932a3","method":"GET"} [] [2021-03-03T04:43:57.778788+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-03T04:43:57.804670+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T04:43:57.829513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T04:43:57.832627+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T04:43:57.832685+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T04:43:57.832719+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:43:57.832748+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T04:43:57.874514+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-03-03T04:43:57.966247+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T04:43:57.973200+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T04:43:57.980381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-03T04:43:57.985657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-03-03T04:43:57.988496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-03T04:43:57.989248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-03T04:43:57.989651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-03T04:43:57.989996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-03T04:43:57.990328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-03T04:43:57.990691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-03-03T04:43:57.991231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-03-03T04:43:57.991713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-03-03T04:43:57.992220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-03-03T04:43:57.992552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-03-03T04:43:57.993041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-03-03T04:43:57.993518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-03T04:43:57.993851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-03T04:43:57.994179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-03T04:43:57.994509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-03T04:43:57.994840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-03T04:43:57.995242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-03T04:43:57.995575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-03T04:43:57.995907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-03T04:43:57.996245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-03T04:43:57.996566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-03-03T04:43:57.997050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-03T04:43:57.997372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-03-03T04:43:57.997723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-03T04:43:57.998106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-03-03T04:43:57.998564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-03-03T04:43:57.999019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-03-03T04:43:57.999392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-03-03T04:43:57.999787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-03T04:43:58.000146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-03-03T04:43:58.409184+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T04:43:58.447889+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T05:06:56.545073+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-03T05:06:56.581782+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T05:06:56.581837+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:06:56.581869+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:06:56.583710+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T05:06:56.625788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T05:06:56.629553+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T05:06:56.685522+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T05:06:56.715475+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T05:06:57.246194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5989f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b5989f","method":"GET"} [] [2021-03-03T05:07:05.735207+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-03T05:07:05.773085+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T05:07:05.810715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T05:07:05.814215+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T05:07:05.814274+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T05:07:05.814308+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:07:05.814337+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:07:05.872073+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-03-03T05:07:05.957984+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T05:07:05.965975+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T05:07:05.972699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-03T05:07:05.977274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-03-03T05:07:05.981110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-03T05:07:05.981507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-03T05:07:05.981832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-03T05:07:05.982111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-03T05:07:05.982420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-03T05:07:05.982743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-03-03T05:07:05.983157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-03T05:07:05.983451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-03T05:07:05.983739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-03T05:07:05.984052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-03-03T05:07:05.984338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-03-03T05:07:05.984719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-03-03T05:07:05.985032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-03-03T05:07:05.985503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-03-03T05:07:05.985851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-03T05:07:05.986184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-03-03T05:07:05.986470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-03-03T05:07:05.986910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-03-03T05:07:05.987418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-03-03T05:07:05.987714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-03-03T05:07:05.988003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-03T05:07:05.988289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-03-03T05:07:05.988576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-03T05:07:05.988861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-03T05:07:05.989144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-03T05:07:05.989430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-03T05:07:05.989713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-03-03T05:07:05.989994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-03T05:07:05.990279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-03-03T05:07:05.990564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-03-03T05:07:05.990845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-03T05:07:05.991120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-03T05:07:05.991380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-03-03T05:07:05.991677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-03T05:07:05.991956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-03T05:07:05.992217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-03-03T05:07:05.992617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-03-03T05:07:05.992904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-03T05:07:05.993193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-03-03T05:07:05.993552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-03-03T05:07:05.993957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-03-03T05:07:05.994230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-03-03T05:07:05.994647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-03-03T05:07:05.995031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-03-03T05:07:05.995473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-03-03T05:07:05.995751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-03-03T05:07:05.996020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-03-03T05:07:05.996285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-03-03T05:07:05.996549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-03-03T05:07:05.996846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-03-03T05:07:05.997156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-03-03T05:07:05.997426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-03T05:07:05.997713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-03-03T05:07:05.998111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-03T05:07:05.998417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-03-03T05:07:06.555877+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T05:07:06.578456+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T05:09:51.958727+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-03T05:09:51.995026+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T05:09:51.995082+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:09:51.995114+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:09:51.996921+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T05:09:52.031749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T05:09:52.035310+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T05:09:52.091184+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T05:09:52.120838+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T05:09:52.657036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7ae70"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c7ae70","method":"GET"} [] [2021-03-03T05:09:59.215933+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-03T05:09:59.253378+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T05:09:59.292653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T05:09:59.296146+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T05:09:59.296203+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T05:09:59.296236+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:09:59.296264+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:09:59.352684+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-03T05:09:59.460032+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T05:09:59.467821+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T05:09:59.474938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-03T05:09:59.479928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-03-03T05:09:59.482639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-03T05:09:59.483072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-03T05:09:59.483366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-03T05:09:59.483698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-03-03T05:09:59.484041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-03T05:09:59.484300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-03T05:09:59.484627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-03-03T05:09:59.484974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-03T05:09:59.485291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-03T05:09:59.485544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-03-03T05:09:59.485822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-03T05:09:59.486102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-03-03T05:09:59.486522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-03T05:09:59.486775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-03T05:09:59.487104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-03T05:09:59.487355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-03T05:09:59.487616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-03T05:09:59.487869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-03-03T05:09:59.488112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-03T05:09:59.488352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-03T05:09:59.488602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-03T05:09:59.488868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-03-03T05:09:59.489299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-03T05:09:59.489554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-03-03T05:09:59.489825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-03T05:09:59.490095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-03-03T05:09:59.490351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-03-03T05:09:59.490600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-03-03T05:09:59.490856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-03T05:09:59.491127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-03-03T05:09:59.491367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-03T05:09:59.491626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-03T05:09:59.491872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-03-03T05:09:59.492252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-03-03T05:09:59.492624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-03-03T05:09:59.825593+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T05:09:59.847506+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T05:18:00.298020+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-03T05:18:00.335390+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T05:18:00.335446+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:18:00.335478+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:18:00.337358+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T05:18:00.382737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T05:18:00.386393+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T05:18:00.442618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T05:18:00.473570+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T05:18:01.051952+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7ccd1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d7ccd1","method":"GET"} [] [2021-03-03T05:18:06.891802+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-03T05:18:06.929027+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T05:18:06.969556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T05:18:06.973052+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T05:18:06.973110+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T05:18:06.973143+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:18:06.973172+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:18:07.030570+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-03-03T05:18:07.118584+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T05:18:07.126522+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T05:18:07.133372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-03T05:18:07.137966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-03-03T05:18:07.140587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-03T05:18:07.140987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-03T05:18:07.141316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-03T05:18:07.141644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-03T05:18:07.141973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-03T05:18:07.142388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-03-03T05:18:07.142806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-03T05:18:07.143135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-03T05:18:07.143462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-03T05:18:07.143818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-03-03T05:18:07.144142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-03-03T05:18:07.144491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-03-03T05:18:07.144839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-03-03T05:18:07.145354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-03-03T05:18:07.145737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-03T05:18:07.146109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-03-03T05:18:07.146429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-03-03T05:18:07.146913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-03-03T05:18:07.147489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-03-03T05:18:07.147823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-03-03T05:18:07.148151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-03T05:18:07.148477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-03-03T05:18:07.148807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-03T05:18:07.149137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-03T05:18:07.149465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-03T05:18:07.149794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-03T05:18:07.150121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-03-03T05:18:07.150448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-03T05:18:07.150777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-03-03T05:18:07.151108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-03-03T05:18:07.151436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-03T05:18:07.151774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-03T05:18:07.152094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-03-03T05:18:07.152456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-03T05:18:07.152796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-03T05:18:07.153115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-03-03T05:18:07.153571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-03-03T05:18:07.153918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-03T05:18:07.154266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-03-03T05:18:07.154752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-03-03T05:18:07.155281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-03-03T05:18:07.155616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-03-03T05:18:07.156101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-03-03T05:18:07.156556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-03-03T05:18:07.156994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-03-03T05:18:07.157325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-03-03T05:18:07.157653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-03-03T05:18:07.157981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-03-03T05:18:07.158309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-03-03T05:18:07.158673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-03-03T05:18:07.159047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-03-03T05:18:07.159376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-03T05:18:07.159724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-03-03T05:18:07.160095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-03T05:18:07.160461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-03-03T05:18:07.723101+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T05:18:07.745857+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T05:28:45.965957+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-03T05:28:46.013402+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T05:28:46.013464+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:28:46.013499+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:28:46.015731+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T05:28:46.052747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T05:28:46.056773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T05:28:46.124445+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T05:28:46.158728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-03T05:28:46.703941+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1efae9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1efae9","method":"GET"} [] [2021-03-03T05:28:51.101412+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-03T05:28:51.127647+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-03T05:28:51.160086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-03T05:28:51.163415+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-03T05:28:51.163476+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-03T05:28:51.163510+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:28:51.163539+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-03T05:28:51.208565+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-03-03T05:28:51.307552+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T05:28:51.313946+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-03-03T00:00:00+00:00"] [] [2021-03-03T05:28:51.321439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-03T05:28:51.326995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-03-03T05:28:51.330720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-03T05:28:51.331215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-03T05:28:51.331568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-03T05:28:51.331932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-03-03T05:28:51.332463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-03T05:28:51.332804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-03T05:28:51.333168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-03-03T05:28:51.333575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-03T05:28:51.333951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-03T05:28:51.334505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-03-03T05:28:51.335002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-03T05:28:51.335768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-03-03T05:28:51.336353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-03T05:28:51.336745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-03-03T05:28:51.337222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-03T05:28:51.529130+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-03T05:28:51.551897+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T03:51:50.057230+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-04T03:51:50.137242+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:51:50.137302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:51:50.137338+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:51:50.172636+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-04T03:51:50.390535+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-04T03:51:50.432421+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:51:50.432480+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:51:50.432514+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:51:50.451095+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-04T03:51:50.740399+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5c660"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c5c660","method":"GET"} [] [2021-03-04T03:51:50.848739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7eaf4b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7eaf4b","method":"GET"} [] [2021-03-04T03:52:40.599628+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-04T03:52:40.628739+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:52:40.628794+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:40.628832+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:40.631790+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:40.638509+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\InvalidCsrfTokenException(code: 0): at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:67)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:40.643905+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:40.778476+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-04T03:52:40.803265+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:52:40.803319+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:40.803352+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:40.817357+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-04T03:52:41.037355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e79951"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e79951","method":"GET"} [] [2021-03-04T03:52:48.285622+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-04T03:52:48.312479+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:52:48.312536+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.312575+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.313285+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.385278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-04T03:52:48.622653+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.628876+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 04 Mar 2021 03:52:48 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.628973+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.629027+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.634599+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T03:52:48.757812+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-04T03:52:48.784331+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:52:48.784390+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.784425+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:48.785633+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T03:52:48.808199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T03:52:48.811537+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T03:52:48.846082+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-04T03:52:48.974790+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-04T03:52:48.981815+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[264,263,262,261,260,259,258,257,256,255]] [] [2021-03-04T03:52:48.992761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-04T03:52:48.993248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-04T03:52:48.993675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-04T03:52:48.993973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-04T03:52:48.994287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-04T03:52:48.994610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-04T03:52:48.994935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-04T03:52:48.995291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-04T03:52:48.995637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-04T03:52:48.995960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-04T03:52:48.998154+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-04T03:52:49.012406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T03:52:49.709195+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01386d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/01386d","method":"GET"} [] [2021-03-04T03:52:55.077395+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-04T03:52:55.102588+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:52:55.102643+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:55.102676+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:52:55.104109+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T03:52:55.140967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T03:52:55.144657+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T03:52:55.218217+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T03:52:55.247504+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T03:52:55.656406+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fed0e9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fed0e9","method":"GET"} [] [2021-03-04T03:53:19.516638+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-04T03:53:19.547791+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T03:53:19.584908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T03:53:19.588763+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T03:53:19.588902+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:53:19.588940+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:53:19.588970+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:53:19.647318+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-03-04T03:53:19.790074+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T03:53:19.797965+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T03:53:19.805627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-04T03:53:19.810392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-03-04T03:53:19.813599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-04T03:53:19.814117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-04T03:53:19.814404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-04T03:53:19.814691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-04T03:53:19.814973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-04T03:53:19.815338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-03-04T03:53:19.815730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-04T03:53:19.816106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-04T03:53:19.816609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-04T03:53:19.817057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-03-04T03:53:19.817354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-03-04T03:53:19.817687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-03-04T03:53:19.817987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-03-04T03:53:19.818456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-03-04T03:53:19.818797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-04T03:53:19.819123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-03-04T03:53:19.819397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-03-04T03:53:19.819839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-03-04T03:53:19.820371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-03-04T03:53:19.820662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-03-04T03:53:19.820940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-04T03:53:19.821218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-03-04T03:53:19.821491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-04T03:53:19.821764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-04T03:53:19.822092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-04T03:53:19.822352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-04T03:53:19.822606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-03-04T03:53:19.822860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-04T03:53:19.823110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-03-04T03:53:19.823366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-03-04T03:53:19.823615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-04T03:53:19.823878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-04T03:53:19.824126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-03-04T03:53:19.824455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-04T03:53:19.824723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-04T03:53:19.824972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-03-04T03:53:19.825355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-03-04T03:53:19.825631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-04T03:53:19.825912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-03-04T03:53:19.826274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-03-04T03:53:19.826671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-03-04T03:53:19.826951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-03-04T03:53:19.827359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-03-04T03:53:19.827750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-03-04T03:53:19.828127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-03-04T03:53:19.828391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-03-04T03:53:19.828647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-03-04T03:53:19.828902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-03-04T03:53:19.829152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-03-04T03:53:19.829439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-03-04T03:53:19.829738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-03-04T03:53:19.829997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-04T03:53:19.830271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-03-04T03:53:19.830586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-04T03:53:19.830879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-03-04T03:53:20.433990+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T03:53:20.456834+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T03:55:41.101277+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-04T03:55:41.138326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:55:41.138384+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:55:41.138418+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:55:41.140281+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T03:55:41.175056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T03:55:41.178716+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T03:55:41.235578+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T03:55:41.265250+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T03:55:41.678284+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72ce95"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/72ce95","method":"GET"} [] [2021-03-04T03:55:52.166238+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-04T03:55:52.204515+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T03:55:52.248628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T03:55:52.252324+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T03:55:52.252383+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:55:52.252416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:55:52.252443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:55:52.309240+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-03-04T03:55:52.395112+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T03:55:52.403288+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T03:55:52.409999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-04T03:55:52.414793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-03-04T03:55:52.417463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-03-04T03:55:52.417903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-03-04T03:55:52.418326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-03-04T03:55:52.418669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-04T03:55:52.418968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-04T03:55:52.419277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-03-04T03:55:52.419676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-04T03:55:52.419978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-04T03:55:52.420273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-04T03:55:52.420566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-04T03:55:52.420857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-04T03:55:52.421238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-03-04T03:55:52.421652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-04T03:55:52.421951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-04T03:55:52.422244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-03-04T03:55:52.422537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-03-04T03:55:52.422828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-04T03:55:52.423154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-03-04T03:55:52.423634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-03-04T03:55:52.423957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-04T03:55:52.424275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-03-04T03:55:52.424616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-03-04T03:55:52.424949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-03-04T03:55:52.425325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-04T03:55:52.425657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-03-04T03:55:52.426106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-03-04T03:55:52.426546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-04T03:55:52.426849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-03-04T03:55:52.427275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-04T03:55:52.427586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-04T03:55:52.427867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-03-04T03:55:52.428276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-03-04T03:55:52.428696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-03-04T03:55:52.428988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-04T03:55:52.429298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-04T03:55:52.429574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-03-04T03:55:52.429879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-04T03:55:52.430171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-04T03:55:52.430429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-03-04T03:55:52.430823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-03-04T03:55:52.431131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-03-04T03:55:52.431399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-04T03:55:52.431676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-03-04T03:55:52.432077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-03-04T03:55:52.432427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-04T03:55:52.929353+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T03:55:52.951776+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T03:56:17.484255+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-04T03:56:17.509085+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:56:17.509138+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:56:17.509169+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:56:17.510221+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T03:56:17.533292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T03:56:17.536581+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T03:56:17.575525+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T03:56:17.597230+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T03:56:18.072197+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"241658"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/241658","method":"GET"} [] [2021-03-04T03:56:23.432385+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-04T03:56:23.468642+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T03:56:23.507213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T03:56:23.510790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T03:56:23.510929+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T03:56:23.510968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:56:23.510996+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T03:56:23.568429+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-03-04T03:56:23.654226+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T03:56:23.661987+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T03:56:23.668814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-04T03:56:23.673389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-03-04T03:56:23.676110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-04T03:56:23.676534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-04T03:56:23.676836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-04T03:56:23.677130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-04T03:56:23.677446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-03-04T03:56:23.677777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-04T03:56:23.678095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-03-04T03:56:23.678587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-04T03:56:23.678994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-03-04T03:56:23.679434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-04T03:56:23.679766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-03-04T03:56:23.680196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-04T03:56:23.680532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-03-04T03:56:23.680908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-03-04T03:56:23.681208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-04T03:56:23.681498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-03-04T03:56:23.681785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-04T03:56:23.682091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-03-04T03:56:23.682491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-03-04T03:56:23.682792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-04T03:56:23.683156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-04T03:56:23.683450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-03-04T03:56:23.683868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-04T03:56:23.684159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-03-04T03:56:23.684482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-04T03:56:23.684799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-03-04T03:56:23.685217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-03-04T03:56:23.685635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-03-04T03:56:23.686080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-03-04T03:56:23.686426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-04T03:56:23.686721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-03-04T03:56:23.687141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-03-04T03:56:23.687560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-03-04T03:56:23.687898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-03-04T03:56:23.688199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-04T03:56:23.688508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-03-04T03:56:23.688842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-03-04T03:56:23.689169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-03-04T03:56:24.201388+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T03:56:24.223971+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T04:27:18.479720+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-04T04:27:18.519687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T04:27:18.519743+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T04:27:18.519774+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T04:27:18.521819+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T04:27:18.572303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T04:27:18.576171+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T04:27:18.680861+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T04:27:18.713932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T04:27:19.262130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21d807"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/21d807","method":"GET"} [] [2021-03-04T04:28:13.423100+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-04T04:28:13.461278+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T04:28:13.501344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T04:28:13.505363+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T04:28:13.505431+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T04:28:13.505467+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T04:28:13.505497+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T04:28:13.564687+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-03-04T04:28:13.666322+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T04:28:13.674473+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T04:28:13.681515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-04T04:28:13.686861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-03-04T04:28:13.689510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-04T04:28:13.689951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-04T04:28:13.690286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-04T04:28:13.690621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-04T04:28:13.690953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-04T04:28:13.691311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-03-04T04:28:13.691734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-04T04:28:13.692069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-04T04:28:13.692404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-04T04:28:13.692762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-03-04T04:28:13.693161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-03-04T04:28:13.693518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-03-04T04:28:13.693872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-03-04T04:28:13.694389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-03-04T04:28:13.694777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-04T04:28:13.695153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-03-04T04:28:13.695475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-03-04T04:28:13.695961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-03-04T04:28:13.696558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-03-04T04:28:13.696895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-03-04T04:28:13.697228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-04T04:28:13.697559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-03-04T04:28:13.697887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-04T04:28:13.698219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-04T04:28:13.698551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-04T04:28:13.698885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-04T04:28:13.699257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-03-04T04:28:13.699592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-04T04:28:13.699924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-03-04T04:28:13.700258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-03-04T04:28:13.700591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-04T04:28:13.700934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-04T04:28:13.701260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-03-04T04:28:13.701629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-04T04:28:13.701972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-04T04:28:13.702294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-03-04T04:28:13.702753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-03-04T04:28:13.703103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-04T04:28:13.703454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-03-04T04:28:13.703876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-03-04T04:28:13.704354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-03-04T04:28:13.704687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-03-04T04:28:13.705177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-03-04T04:28:13.705750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-03-04T04:28:13.706192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-03-04T04:28:13.706529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-03-04T04:28:13.706862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-03-04T04:28:13.707196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-03-04T04:28:13.707526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-03-04T04:28:13.707894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-03-04T04:28:13.708271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-03-04T04:28:13.708605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-04T04:28:13.708955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-03-04T04:28:13.709330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-04T04:28:13.709700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-03-04T04:28:14.348119+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T04:28:14.370777+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T06:15:02.920996+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-04T06:15:02.967842+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T06:15:02.967911+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:15:02.968027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:15:02.970638+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T06:15:03.024747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T06:15:03.034579+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T06:15:03.119016+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T06:15:03.158112+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T06:15:03.701279+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc2546"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bc2546","method":"GET"} [] [2021-03-04T06:15:13.226830+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-04T06:15:13.269814+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T06:15:13.320506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T06:15:13.324895+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T06:15:13.324958+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T06:15:13.324993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:15:13.325021+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:15:13.391257+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-03-04T06:15:13.499127+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T06:15:13.507918+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T06:15:13.515636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-04T06:15:13.521066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2021-03-04T06:15:13.524471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-04T06:15:13.525041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-04T06:15:13.525338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-04T06:15:13.525622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-03-04T06:15:13.525900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-04T06:15:13.526199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-04T06:15:13.526482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-03-04T06:15:13.526840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-04T06:15:13.527138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-03-04T06:15:13.527411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2021-03-04T06:15:13.527723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-04T06:15:13.528018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2021-03-04T06:15:13.528255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2021-03-04T06:15:13.528632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-04T06:15:13.528928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2021-03-04T06:15:13.529202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2021-03-04T06:15:13.529503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2021-03-04T06:15:13.529797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-03-04T06:15:13.530077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2021-03-04T06:15:13.530519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-04T06:15:13.530830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2021-03-04T06:15:13.531296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-03-04T06:15:13.531638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-04T06:15:13.531929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-04T06:15:13.532210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-04T06:15:13.532505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-03-04T06:15:13.532884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-03-04T06:15:13.533209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-03-04T06:15:13.533590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-04T06:15:13.533878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-04T06:15:13.534145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-04T06:15:13.534436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-03-04T06:15:13.534815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-03-04T06:15:13.535075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-03-04T06:15:13.535479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-04T06:15:13.535736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-03-04T06:15:13.536121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-03-04T06:15:13.536487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-04T06:15:13.536752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-03-04T06:15:13.537012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-04T06:15:13.537270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-04T06:15:13.537525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-04T06:15:13.537814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-03-04T06:15:13.538229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-03-04T06:15:13.538638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-03-04T06:15:13.539062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-03-04T06:15:13.539377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-03-04T06:15:13.539859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-03-04T06:15:13.540154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-03-04T06:15:13.540415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-03-04T06:15:13.540670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-03-04T06:15:13.540961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-03-04T06:15:13.541286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-03-04T06:15:13.541549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-04T06:15:13.541823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2021-03-04T06:15:14.175437+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T06:15:14.198488+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T06:20:35.658676+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-04T06:20:35.697858+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T06:20:35.697915+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:20:35.697948+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:20:35.699984+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T06:20:35.731944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T06:20:35.735721+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T06:20:35.798382+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T06:20:35.833375+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T06:20:36.356806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a63c7a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a63c7a","method":"GET"} [] [2021-03-04T06:20:41.439637+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-04T06:20:41.465145+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T06:20:41.500232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T06:20:41.503550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T06:20:41.503608+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T06:20:41.503642+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:20:41.503671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:20:41.544645+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-03-04T06:20:41.632287+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T06:20:41.638696+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T06:20:41.645690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-04T06:20:41.650797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-03-04T06:20:41.653474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-04T06:20:41.653896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-04T06:20:41.654225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-04T06:20:41.654515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-04T06:20:41.654799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-04T06:20:41.655106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-03-04T06:20:41.655468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-04T06:20:41.655757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-04T06:20:41.656039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-04T06:20:41.656341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-03-04T06:20:41.656842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-03-04T06:20:41.657194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-03-04T06:20:41.657488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-03-04T06:20:41.657773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-03-04T06:20:41.658066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-04T06:20:41.658382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-03-04T06:20:41.658876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-04T06:20:41.659165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-03-04T06:20:41.659501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-04T06:20:41.659791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-04T06:20:41.660083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-04T06:20:41.660362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-03-04T06:20:41.660670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-04T06:20:41.660965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-04T06:20:41.661240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-03-04T06:20:41.661709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-03-04T06:20:41.662155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-03-04T06:20:41.662596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-03-04T06:20:41.663035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-03-04T06:20:41.663377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2021-03-04T06:20:42.066796+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T06:20:42.089346+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T06:26:19.482714+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-04T06:26:19.522950+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T06:26:19.523009+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:26:19.523041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T06:26:19.525107+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T06:26:19.573871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T06:26:19.577630+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T06:26:19.637581+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T06:26:19.669201+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-04T06:26:20.147364+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff7af1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ff7af1","method":"GET"} [] [2021-03-04T09:12:19.116846+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-04T09:12:19.165352+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-04T09:12:19.203272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-04T09:12:19.208167+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-04T09:12:19.208228+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-04T09:12:19.208262+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T09:12:19.208290+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-04T09:12:19.281468+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-03-04T09:12:19.392987+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T09:12:19.403821+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-03-04T00:00:00+00:00"] [] [2021-03-04T09:12:19.411509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-04T09:12:19.416985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-03-04T09:12:19.419890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-04T09:12:19.420495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-04T09:12:19.420848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-04T09:12:19.421181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-04T09:12:19.421517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-04T09:12:19.421874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-03-04T09:12:19.422298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-04T09:12:19.422629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-04T09:12:19.422957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-04T09:12:19.423312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-03-04T09:12:19.423710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-03-04T09:12:19.424065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-03-04T09:12:19.424416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-03-04T09:12:19.424931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-03-04T09:12:19.425319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-04T09:12:19.425692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-03-04T09:12:19.426011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-03-04T09:12:19.426497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-03-04T09:12:19.427095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-03-04T09:12:19.427450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-03-04T09:12:19.427780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-04T09:12:19.428110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-03-04T09:12:19.428435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-04T09:12:19.428773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-04T09:12:19.429102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-04T09:12:19.429430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-04T09:12:19.429758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-03-04T09:12:19.430087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-04T09:12:19.430451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-03-04T09:12:19.430788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-03-04T09:12:19.431117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-04T09:12:19.431458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-04T09:12:19.431780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-03-04T09:12:19.432193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-04T09:12:19.432538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-04T09:12:19.432860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-03-04T09:12:19.433320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-03-04T09:12:19.433666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-04T09:12:19.434014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-03-04T09:12:19.434439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-03-04T09:12:19.434913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-03-04T09:12:19.435262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-03-04T09:12:19.435754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-03-04T09:12:19.436216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-03-04T09:12:19.436655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-03-04T09:12:19.436984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-03-04T09:12:19.437315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-03-04T09:12:19.437645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-03-04T09:12:19.437974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-03-04T09:12:19.438337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-03-04T09:12:19.438713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-03-04T09:12:19.439045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-04T09:12:19.439392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-03-04T09:12:19.439793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-04T09:12:19.440159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-03-04T09:12:20.067546+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-04T09:12:20.091848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:50:08.377173+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-06T04:50:08.464601+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:50:08.464660+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:08.464694+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:08.499524+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-06T04:50:10.143600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5c551"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e5c551","method":"GET"} [] [2021-03-06T04:50:14.038625+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-06T04:50:14.065086+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:50:14.065168+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.065221+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.066882+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.126259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-06T04:50:14.342941+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.349799+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 06 Mar 2021 04:50:14 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.349870+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.349902+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.356268+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:50:14.573688+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-06T04:50:14.616977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:50:14.617036+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.617070+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:14.619130+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:50:14.651962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:50:14.656112+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:50:14.694563+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-06T04:50:14.829639+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-06T04:50:14.836094+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[264,263,262,261,260,259,258,257,256,255]] [] [2021-03-06T04:50:14.847062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-06T04:50:14.847542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-06T04:50:14.847970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-06T04:50:14.848263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-06T04:50:14.848575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-06T04:50:14.848895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-06T04:50:14.849384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-06T04:50:14.849745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-06T04:50:14.850090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-06T04:50:14.850409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-06T04:50:14.852605+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-06T04:50:14.867198+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:50:15.557367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b50e4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1b50e4","method":"GET"} [] [2021-03-06T04:50:17.796373+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-06T04:50:17.828027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:50:17.828082+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:17.828113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:17.829948+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:50:17.875780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:50:17.879925+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:50:17.953353+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-06T04:50:17.987750+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:50:18.431586+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f097ca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f097ca","method":"GET"} [] [2021-03-06T04:50:55.533633+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-06T04:50:55.559879+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:50:55.583517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:50:55.586780+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:50:55.586839+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:50:55.586872+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:55.586901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:50:55.649522+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-06T04:50:55.830722+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-03-06T00:00:00+00:00"] [] [2021-03-06T04:50:55.837104+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-03-06T00:00:00+00:00"] [] [2021-03-06T04:50:55.845471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-06T04:50:55.850485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-03-06T04:50:55.853416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-06T04:50:55.854054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-06T04:50:55.854371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-06T04:50:55.854696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-03-06T04:50:55.855072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-06T04:50:55.855368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-06T04:50:55.855692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-03-06T04:50:55.856078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-06T04:50:55.856433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-06T04:50:55.856720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-03-06T04:50:55.857035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-06T04:50:55.857347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-03-06T04:50:55.857848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-06T04:50:55.858145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-06T04:50:55.858432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-06T04:50:55.858719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-06T04:50:55.859003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-06T04:50:55.859299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-03-06T04:50:55.859680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-06T04:50:55.860049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-06T04:50:55.860514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-06T04:50:55.860841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-03-06T04:50:55.861378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-06T04:50:55.861673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-03-06T04:50:55.861958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-06T04:50:55.862243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-03-06T04:50:55.862524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-03-06T04:50:55.862805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-03-06T04:50:55.863085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-06T04:50:55.863383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-03-06T04:50:55.863661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-06T04:50:55.863955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-06T04:50:55.864241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-03-06T04:50:55.864698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-03-06T04:50:55.865147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-03-06T04:50:56.230901+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-06T04:50:56.253409+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:51:23.907109+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-06T04:51:23.942929+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:51:23.942998+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:51:23.943037+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:51:23.944734+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:51:23.980678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:51:23.984695+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:51:24.050820+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-06T04:51:24.095435+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:51:24.595192+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c11a74"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c11a74","method":"GET"} [] [2021-03-06T04:51:31.769933+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-06T04:51:31.805499+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:51:31.805555+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:51:31.805587+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:51:31.807269+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:51:31.851694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:51:31.855253+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:51:31.874519+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-06T04:51:31.944203+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-06T04:51:31.948047+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[264,263,262,261,260,259,258,257,256,255]] [] [2021-03-06T04:51:31.956185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-06T04:51:31.956698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-06T04:51:31.957106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-06T04:51:31.957450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-06T04:51:31.957794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-06T04:51:31.958163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-06T04:51:31.958528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-06T04:51:31.958923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-06T04:51:31.959387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-06T04:51:31.959752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-06T04:51:31.961453+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-06T04:51:31.969666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:51:32.354324+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a1743"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2a1743","method":"GET"} [] [2021-03-06T04:51:33.932919+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-06T04:51:33.961268+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:51:33.961323+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:51:33.961355+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:51:33.963328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:51:33.995235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:51:33.998792+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:51:34.072639+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-06T04:51:34.082269+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-06T04:51:34.083234+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-06T04:51:34.110927+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:51:34.415387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdd2fb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bdd2fb","method":"GET"} [] [2021-03-06T04:52:34.470660+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-06T04:52:34.496805+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:52:34.518874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:52:34.522072+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:52:34.522132+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:52:34.522164+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:52:34.522193+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:52:34.571972+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-06T04:52:34.578292+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-03-06T04:52:34.579526+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-03-06T04:52:34.654450+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-06T04:52:34.655991+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-02-22T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":12} [] [2021-03-06T04:52:34.657878+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":5900.0,"4":null,"5":265,"6":39} [] [2021-03-06T04:52:34.660272+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-06T04:52:34.671319+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:52:34.810662+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-06T04:52:34.836227+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:52:34.836282+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:52:34.836315+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:52:34.837472+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:52:34.874195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:52:34.881695+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:52:34.900868+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-06T04:52:34.954886+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-06T04:52:34.958365+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-06T04:52:34.966607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-06T04:52:34.967077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-06T04:52:34.967468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-06T04:52:34.967776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-06T04:52:34.968092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-06T04:52:34.968392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-06T04:52:34.968791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-06T04:52:34.969117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-06T04:52:34.969467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-06T04:52:34.969820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-06T04:52:34.971423+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-06T04:52:34.979210+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:52:35.353381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80ec81"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/80ec81","method":"GET"} [] [2021-03-06T04:52:52.474881+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-03-06T04:52:52.512354+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:52:52.512411+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:52:52.512444+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:52:52.514136+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:52:52.544074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:52:52.547514+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:52:52.592762+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-06T04:52:52.618485+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:52:52.930136+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2cfbd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f2cfbd","method":"GET"} [] [2021-03-06T04:54:12.332181+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2021-03-06T04:54:12.364825+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:54:12.400440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:54:12.404164+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:54:12.404222+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:54:12.404255+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:54:12.404283+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:54:12.464095+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["22"]] [] [2021-03-06T04:54:12.557667+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [22,"2020-01-01T00:00:00+00:00","2021-03-06T00:00:00+00:00"] [] [2021-03-06T04:54:12.567233+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [22,"2020-01-01T00:00:00+00:00","2021-03-06T00:00:00+00:00"] [] [2021-03-06T04:54:12.574380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-03-06T04:54:12.579531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [88] [] [2021-03-06T04:54:12.582341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2021-03-06T04:54:12.582755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-03-06T04:54:12.657725+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-06T04:54:12.682638+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:55:49.727878+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-03-06T04:55:49.792775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-06T04:55:49.793057+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:55:49.793144+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-06T04:55:49.796669+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-06T04:55:49.845612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-06T04:55:49.850046+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-06T04:55:49.931803+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-06T04:55:49.967253+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-06T04:55:50.464289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79378d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/79378d","method":"GET"} [] [2021-03-07T04:08:01.449396+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-07T04:08:01.520030+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:08:01.520085+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:01.520119+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:01.557774+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-07T04:08:02.087437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82dd87"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/82dd87","method":"GET"} [] [2021-03-07T04:08:05.185827+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-07T04:08:05.213860+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:08:05.213912+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.213949+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.217750+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.288540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-07T04:08:05.520395+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.525868+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Mar 2021 04:08:05 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.525930+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.525960+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.531210+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:08:05.649380+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-07T04:08:05.673157+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:08:05.673209+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.673241+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:05.674468+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:08:05.708359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:08:05.713334+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:08:05.742600+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-07T04:08:05.863594+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-07T04:08:05.878259+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-07T04:08:05.888868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-07T04:08:05.889307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:08:05.892486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-07T04:08:05.892806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-07T04:08:05.893120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:08:05.893416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-07T04:08:05.893737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-07T04:08:05.894088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-07T04:08:05.894439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-07T04:08:05.894790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-07T04:08:05.896937+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-07T04:08:05.912377+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:08:06.482470+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ebf94"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5ebf94","method":"GET"} [] [2021-03-07T04:08:09.586594+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-07T04:08:09.614033+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:08:09.614087+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:09.614117+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:09.615764+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:08:09.642974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:08:09.646927+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:08:09.717093+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:08:09.745277+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:08:10.101451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c05ef9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c05ef9","method":"GET"} [] [2021-03-07T04:08:27.404088+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-07T04:08:27.440742+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:08:27.483006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:08:27.487161+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:08:27.487219+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:08:27.487251+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:27.487280+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:08:27.545456+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-03-07T04:08:27.751737+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:08:27.760894+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:08:27.767784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:08:27.772975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-03-07T04:08:27.779386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-07T04:08:27.782470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-07T04:08:27.782804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-07T04:08:27.783088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-07T04:08:27.783393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-03-07T04:08:27.783710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-07T04:08:27.784011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-03-07T04:08:27.784425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-07T04:08:27.784757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-03-07T04:08:27.785181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-07T04:08:27.785499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-03-07T04:08:27.785920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-07T04:08:27.786236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-03-07T04:08:27.786603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-03-07T04:08:27.786886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-07T04:08:27.787163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-03-07T04:08:27.787438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-07T04:08:27.787732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-03-07T04:08:27.788454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-03-07T04:08:27.788771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-07T04:08:27.789124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-07T04:08:27.789403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-03-07T04:08:27.790342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:08:27.790621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-03-07T04:08:27.790924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-07T04:08:27.791224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-03-07T04:08:27.791634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-03-07T04:08:27.792039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-03-07T04:08:27.792475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-03-07T04:08:27.792803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-07T04:08:27.793079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-03-07T04:08:27.793489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-03-07T04:08:27.793892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-03-07T04:08:27.794216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-03-07T04:08:27.794500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-07T04:08:27.794797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-03-07T04:08:27.795123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-03-07T04:08:27.795439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-03-07T04:08:28.340096+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:08:28.361025+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:19:30.847655+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-07T04:19:30.887417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:19:30.887473+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:19:30.887505+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:19:30.889473+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:19:30.934694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:19:30.939272+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:19:30.999675+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:19:31.032240+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:19:31.499193+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"363c0e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/363c0e","method":"GET"} [] [2021-03-07T04:19:41.453878+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-07T04:19:41.492309+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:19:41.531657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:19:41.535976+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:19:41.536035+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:19:41.536069+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:19:41.536097+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:19:41.594222+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-03-07T04:19:41.689708+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:19:41.698503+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:19:41.705414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-07T04:19:41.711420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-03-07T04:19:41.715019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-03-07T04:19:41.716247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-07T04:19:41.716544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-07T04:19:41.716835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-07T04:19:41.717123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-07T04:19:41.717444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-03-07T04:19:41.717732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-03-07T04:19:41.718018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-07T04:19:41.718306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-07T04:19:41.718616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-03-07T04:19:41.719084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-03-07T04:19:41.719392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-07T04:19:41.719681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-03-07T04:19:41.719969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-03-07T04:19:41.720252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-03-07T04:19:41.720534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-07T04:19:41.720828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-07T04:19:41.721117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-03-07T04:19:41.721566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-03-07T04:19:41.722001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-07T04:19:41.722295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-03-07T04:19:41.722584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-07T04:19:41.722872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-03-07T04:19:41.723159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-07T04:19:41.723469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-07T04:19:41.723751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-03-07T04:19:41.724193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:19:41.724480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-03-07T04:19:41.724793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-07T04:19:41.725094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-03-07T04:19:41.725362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-03-07T04:19:41.725698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-03-07T04:19:41.725972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-03-07T04:19:41.726241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-03-07T04:19:41.726525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-03-07T04:19:41.726949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-07T04:19:41.727223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-07T04:19:41.727489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-03-07T04:19:41.727785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-03-07T04:19:41.728084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-03-07T04:19:41.728352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-03-07T04:19:41.728641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:19:41.728908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-03-07T04:19:41.729359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2021-03-07T04:19:41.729721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-07T04:19:41.729993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2021-03-07T04:19:42.124195+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:19:42.146288+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:28:12.339506+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-07T04:28:12.380719+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:28:12.380776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:12.380809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:12.382903+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:28:12.417764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:28:12.422333+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:28:12.485412+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:28:12.518754+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:28:13.031983+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a49109"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a49109","method":"GET"} [] [2021-03-07T04:28:16.374498+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-07T04:28:16.399497+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:28:16.399551+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:16.399583+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:16.400667+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:28:16.429252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:28:16.433146+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:28:16.446587+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-07T04:28:16.501036+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-07T04:28:16.506388+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-07T04:28:16.514598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-07T04:28:16.515043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:28:16.516298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-07T04:28:16.516625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-07T04:28:16.516929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:28:16.517215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-07T04:28:16.517528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-07T04:28:16.517841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-07T04:28:16.518175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-07T04:28:16.518524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-07T04:28:16.520159+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-07T04:28:16.528641+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:28:16.912161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"353b38"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/353b38","method":"GET"} [] [2021-03-07T04:28:26.059951+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-07T04:28:26.098291+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:28:26.131405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:28:26.135792+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:28:26.135886+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:28:26.135925+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:26.135955+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:26.142770+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-07T04:28:26.155724+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-07T04:28:26.228942+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%5033%"] [] [2021-03-07T04:28:26.233823+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5033%",[261,222,198,184,172,163,146,121,55,54]] [] [2021-03-07T04:28:26.242184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-07T04:28:26.242665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:28:26.243971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-03-07T04:28:26.244373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:28:26.244779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-07T04:28:26.245153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-07T04:28:26.245527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-07T04:28:26.247231+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5033%"] [] [2021-03-07T04:28:26.248652+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:28:26.633686+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e82244"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e82244","method":"GET"} [] [2021-03-07T04:28:31.342144+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"222"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/222","method":"GET"} [] [2021-03-07T04:28:31.371162+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:28:31.371216+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:31.371248+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:31.373079+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:28:31.406531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:28:31.410831+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:28:31.432787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["222"] [] [2021-03-07T04:28:31.449210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-03-07T04:28:31.563284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-07T04:28:31.565059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:28:31.568537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-07T04:28:31.569914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-07T04:28:31.570300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-07T04:28:31.570695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-07T04:28:31.571171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-07T04:28:31.572803+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:28:31.574283+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-07T04:28:31.575116+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-07T04:28:31.611104+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:28:32.079825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"653f5d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/653f5d","method":"GET"} [] [2021-03-07T04:28:38.880099+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"222"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/222","method":"POST"} [] [2021-03-07T04:28:38.909640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:28:38.946931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:28:38.951180+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:28:38.951237+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:28:38.951309+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:38.951343+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:38.972989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["222"] [] [2021-03-07T04:28:38.989054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-03-07T04:28:39.041486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-07T04:28:39.043152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:28:39.046169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-07T04:28:39.047468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-07T04:28:39.047819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-07T04:28:39.048158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-07T04:28:39.048496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-07T04:28:39.051867+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-03-07T04:28:39.053140+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-07T04:28:39.053720+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-07T04:28:39.056456+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-03-07T04:28:39.056952+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-07T04:28:39.057464+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-07T04:28:39.057931+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-03-07T04:28:39.131857+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-07T04:28:39.132681+00:00] doctrine.DEBUG: UPDATE service_details SET quantity = ? WHERE id = ? [4.0,757] [] [2021-03-07T04:28:39.134790+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-07T04:28:39.164182+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:28:39.349406+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-07T04:28:39.384869+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:28:39.384925+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:39.384957+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:39.386914+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:28:39.418449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:28:39.422794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:28:39.440420+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-07T04:28:39.501810+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-07T04:28:39.506998+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-07T04:28:39.515228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-07T04:28:39.515695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:28:39.516962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-07T04:28:39.517312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-07T04:28:39.517672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:28:39.518016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-07T04:28:39.518383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-07T04:28:39.518749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-07T04:28:39.519144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-07T04:28:39.519543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-07T04:28:39.521238+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-07T04:28:39.529403+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:28:39.924266+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6bd434"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6bd434","method":"GET"} [] [2021-03-07T04:28:46.251915+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-07T04:28:46.281673+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:28:46.281732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:46.281765+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:28:46.283616+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:28:46.314428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:28:46.318883+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:28:46.363434+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:28:46.390102+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:28:46.711527+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e201d1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e201d1","method":"GET"} [] [2021-03-07T04:29:08.370173+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-07T04:29:08.401567+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:29:08.444020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:29:08.448393+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:29:08.448453+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:29:08.448488+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:29:08.448517+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:29:08.504973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-03-07T04:29:08.597398+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:29:08.605951+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:29:08.613028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-07T04:29:08.618702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-03-07T04:29:08.622255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-03-07T04:29:08.623520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-07T04:29:08.623854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-07T04:29:08.624187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-07T04:29:08.624518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-07T04:29:08.624849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-03-07T04:29:08.625179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-03-07T04:29:08.625507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-07T04:29:08.625836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-07T04:29:08.626191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-03-07T04:29:08.626669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-03-07T04:29:08.627035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-07T04:29:08.627373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-03-07T04:29:08.627701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-03-07T04:29:08.628032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-03-07T04:29:08.628359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-07T04:29:08.628701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-07T04:29:08.629027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-03-07T04:29:08.629518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-03-07T04:29:08.629993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-07T04:29:08.630326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-03-07T04:29:08.630657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-07T04:29:08.630988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-03-07T04:29:08.631318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-07T04:29:08.631673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-07T04:29:08.632010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-03-07T04:29:08.632520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:29:08.632845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-03-07T04:29:08.633198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-07T04:29:08.633540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-03-07T04:29:08.633859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-03-07T04:29:08.634253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-03-07T04:29:08.634585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-03-07T04:29:08.634917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-03-07T04:29:08.635272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-03-07T04:29:08.635758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-07T04:29:08.636088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-07T04:29:08.636417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-03-07T04:29:08.636777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-03-07T04:29:08.637105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-03-07T04:29:08.637433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-03-07T04:29:08.637790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:29:08.638113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-03-07T04:29:08.638634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2021-03-07T04:29:08.639075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-07T04:29:08.639406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2021-03-07T04:29:09.035365+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:29:09.057483+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:40:36.295088+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-07T04:40:36.333861+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:40:36.333926+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:40:36.333961+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:40:36.335947+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:40:36.388828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:40:36.394213+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:40:36.454008+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:40:36.485935+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:40:37.041467+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2d421"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f2d421","method":"GET"} [] [2021-03-07T04:40:43.195107+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-07T04:40:43.235067+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:40:43.285878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:40:43.290812+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:40:43.290944+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:40:43.290982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:40:43.291072+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:40:43.350651+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-07T04:40:43.441244+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:40:43.450050+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:40:43.457271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:40:43.463378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-03-07T04:40:43.466842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-07T04:40:43.468110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-07T04:40:43.468400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-07T04:40:43.468711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-03-07T04:40:43.469070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-07T04:40:43.469359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-07T04:40:43.469676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-03-07T04:40:43.470036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-07T04:40:43.470421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:40:43.470708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-03-07T04:40:43.471017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-07T04:40:43.471322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-03-07T04:40:43.471769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-07T04:40:43.472059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-07T04:40:43.472342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-07T04:40:43.472621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-07T04:40:43.472898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-07T04:40:43.473316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-03-07T04:40:43.473770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-07T04:40:43.474231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-07T04:40:43.474596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-07T04:40:43.475008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-03-07T04:40:43.475585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-07T04:40:43.475888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-03-07T04:40:43.476181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-07T04:40:43.476477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-03-07T04:40:43.476773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-03-07T04:40:43.477063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-03-07T04:40:43.477353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-07T04:40:43.477659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-03-07T04:40:43.477950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-07T04:40:43.478254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-07T04:40:43.478547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-03-07T04:40:43.478979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-03-07T04:40:43.479396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-03-07T04:40:43.479811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-03-07T04:40:43.480119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-07T04:40:43.843732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:40:43.866607+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:51:44.475036+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-07T04:51:44.513094+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:51:44.513150+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:51:44.513182+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:51:44.515203+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:51:44.551548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:51:44.555127+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:51:44.613268+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:51:44.644836+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:51:45.051302+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa30fd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fa30fd","method":"GET"} [] [2021-03-07T04:51:50.658590+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-07T04:51:50.695986+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:51:50.696044+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:51:50.696077+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:51:50.697922+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:51:50.744818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:51:50.748300+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:51:50.769226+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-07T04:51:50.845017+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-07T04:51:50.848741+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-07T04:51:50.857063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-07T04:51:50.857515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:51:50.857855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-07T04:51:50.858154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-07T04:51:50.858464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:51:50.858754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-07T04:51:50.859072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-07T04:51:50.859390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-07T04:51:50.859732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-07T04:51:50.860076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-07T04:51:50.861730+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-07T04:51:50.870073+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:51:51.296226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7d2bc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c7d2bc","method":"GET"} [] [2021-03-07T04:51:53.724585+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"265"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/265","method":"GET"} [] [2021-03-07T04:51:53.754180+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:51:53.754235+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:51:53.754266+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:51:53.756044+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:51:53.808066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:51:53.811776+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:51:53.834603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["265"] [] [2021-03-07T04:51:53.851530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-03-07T04:51:53.906802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-07T04:51:53.907631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:51:53.909600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-07T04:51:53.911966+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:51:53.913404+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-07T04:51:53.914208+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-07T04:51:53.945068+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:51:54.300724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"413cf7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/413cf7","method":"GET"} [] [2021-03-07T04:52:04.619977+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"265"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/265","method":"POST"} [] [2021-03-07T04:52:04.646277+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:52:04.675452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:52:04.678488+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:52:04.678544+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:52:04.678576+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:52:04.678604+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:52:04.692164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["265"] [] [2021-03-07T04:52:04.708259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-03-07T04:52:04.762635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-07T04:52:04.763552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:52:04.764989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-07T04:52:04.768174+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-07T04:52:04.769341+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-03-07T04:52:04.769984+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-03-07T04:52:04.832911+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-07T04:52:04.833162+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [130020.0,265] [] [2021-03-07T04:52:04.835543+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-07T04:52:04.850995+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:52:05.035127+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-07T04:52:05.070940+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:52:05.070997+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:52:05.071030+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:52:05.072967+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:52:05.111010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:52:05.114424+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:52:05.131897+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-07T04:52:05.192621+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-07T04:52:05.196798+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-07T04:52:05.207396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-07T04:52:05.207976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:52:05.209242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-07T04:52:05.209615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-07T04:52:05.209999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:52:05.210367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-07T04:52:05.210762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-07T04:52:05.211155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-07T04:52:05.211576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-07T04:52:05.211997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-07T04:52:05.213656+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-07T04:52:05.222702+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:52:05.608025+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7cfe7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e7cfe7","method":"GET"} [] [2021-03-07T04:52:21.505414+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-07T04:52:21.534789+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:52:21.534889+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:52:21.534926+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:52:21.536840+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:52:21.576727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:52:21.580263+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:52:21.623612+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:52:21.649304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T04:52:21.948867+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f578ac"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f578ac","method":"GET"} [] [2021-03-07T04:53:44.636158+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-07T04:53:44.666424+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T04:53:44.701903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T04:53:44.705367+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T04:53:44.705424+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T04:53:44.705457+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:53:44.705485+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T04:53:44.762245+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-07T04:53:44.852388+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:53:44.860902+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T04:53:44.867846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T04:53:44.873613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-03-07T04:53:44.877052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-07T04:53:44.878298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-07T04:53:44.878588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-07T04:53:44.878895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-03-07T04:53:44.879247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-07T04:53:44.879536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-07T04:53:44.879851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-03-07T04:53:44.880208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-07T04:53:44.880550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T04:53:44.880831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-03-07T04:53:44.881140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-07T04:53:44.881442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-03-07T04:53:44.881933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-07T04:53:44.882224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-07T04:53:44.882505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-07T04:53:44.882782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-07T04:53:44.883056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-07T04:53:44.883331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-03-07T04:53:44.883607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-07T04:53:44.883881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-07T04:53:44.884153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-07T04:53:44.884449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-03-07T04:53:44.884907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-07T04:53:44.885192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-03-07T04:53:44.885470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-07T04:53:44.885746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-03-07T04:53:44.886026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-03-07T04:53:44.886300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-03-07T04:53:44.886574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-07T04:53:44.886864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-03-07T04:53:44.887139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-07T04:53:44.887406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-07T04:53:44.887729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-03-07T04:53:44.888150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-03-07T04:53:44.888540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-03-07T04:53:44.888921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-03-07T04:53:44.889204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-07T04:53:45.238844+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T04:53:45.260819+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T05:38:28.878872+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-07T05:38:28.915816+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T05:38:28.915871+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T05:38:28.915902+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T05:38:28.917729+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T05:38:28.961951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T05:38:28.965618+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T05:38:29.023214+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T05:38:29.053469+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-07T05:38:29.563156+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e9bc5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3e9bc5","method":"GET"} [] [2021-03-07T05:38:35.263726+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-07T05:38:35.303117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-07T05:38:35.353525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-07T05:38:35.357064+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-07T05:38:35.357125+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-07T05:38:35.357159+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T05:38:35.357189+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-07T05:38:35.416022+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-03-07T05:38:35.505447+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T05:38:35.513270+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-03-07T00:00:00+00:00"] [] [2021-03-07T05:38:35.520276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-07T05:38:35.525005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-03-07T05:38:35.528683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-03-07T05:38:35.529938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-07T05:38:35.530230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-07T05:38:35.530515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-07T05:38:35.530792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-07T05:38:35.531068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-03-07T05:38:35.531344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-03-07T05:38:35.531620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-07T05:38:35.531895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-07T05:38:35.532198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-03-07T05:38:35.532605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-03-07T05:38:35.532896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-07T05:38:35.533176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-03-07T05:38:35.533452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-03-07T05:38:35.533727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-03-07T05:38:35.534005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-07T05:38:35.534291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-07T05:38:35.534566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-03-07T05:38:35.535010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-03-07T05:38:35.535486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-07T05:38:35.535780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-03-07T05:38:35.536063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-07T05:38:35.536341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-03-07T05:38:35.536618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-07T05:38:35.536919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-07T05:38:35.537194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-03-07T05:38:35.537625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-07T05:38:35.537905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-03-07T05:38:35.538329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-07T05:38:35.538637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-03-07T05:38:35.538912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-03-07T05:38:35.539243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-03-07T05:38:35.539510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-03-07T05:38:35.539773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-03-07T05:38:35.540046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-03-07T05:38:35.540463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-07T05:38:35.540732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-07T05:38:35.540990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-03-07T05:38:35.541275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-03-07T05:38:35.541532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-03-07T05:38:35.541784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-03-07T05:38:35.542064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-07T05:38:35.542320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-03-07T05:38:35.542762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2021-03-07T05:38:35.543116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-07T05:38:35.543379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2021-03-07T05:38:35.938057+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-07T05:38:35.960211+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T04:15:13.111265+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-08T04:15:13.181555+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T04:15:13.181614+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:13.181648+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:13.219970+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-08T04:15:13.701731+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84547f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/84547f","method":"GET"} [] [2021-03-08T04:15:16.035610+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-08T04:15:16.065040+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T04:15:16.065095+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.065133+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.069387+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.151109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-08T04:15:16.387047+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.392768+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 08 Mar 2021 04:15:16 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.392832+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.392863+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.398218+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T04:15:16.597953+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-08T04:15:16.644568+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T04:15:16.644672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.644715+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:16.646894+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T04:15:16.687595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T04:15:16.692482+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T04:15:16.736346+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-08T04:15:16.879865+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-08T04:15:16.886790+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-08T04:15:16.897365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-08T04:15:16.897854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-08T04:15:16.898372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-08T04:15:16.898733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-08T04:15:16.899049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-08T04:15:16.899353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-08T04:15:16.899714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-08T04:15:16.900088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-08T04:15:16.900444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-08T04:15:16.900788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-08T04:15:16.903116+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-08T04:15:16.917743+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T04:15:17.467404+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"353874"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/353874","method":"GET"} [] [2021-03-08T04:15:19.171645+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-08T04:15:19.203300+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T04:15:19.203358+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:19.203392+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:15:19.205296+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T04:15:19.236103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T04:15:19.239970+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T04:15:19.317892+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T04:15:19.352561+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T04:15:19.717483+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96f499"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/96f499","method":"GET"} [] [2021-03-08T04:16:07.380532+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-08T04:16:07.407843+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T04:16:07.432852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T04:16:07.436109+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T04:16:07.436169+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T04:16:07.436203+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:16:07.436233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:16:07.532726+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-03-08T04:16:07.689808+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-03-08T00:00:00+00:00"] [] [2021-03-08T04:16:07.697265+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-03-08T00:00:00+00:00"] [] [2021-03-08T04:16:07.705002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-08T04:16:07.710939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-03-08T04:16:07.714593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-03-08T04:16:07.716099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-03-08T04:16:07.716531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-03-08T04:16:07.716829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-08T04:16:07.717116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-08T04:16:07.717418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-03-08T04:16:07.717801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-08T04:16:07.718088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-08T04:16:07.718370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-08T04:16:07.718647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-08T04:16:07.718925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-08T04:16:07.719227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-03-08T04:16:07.719758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-08T04:16:07.720043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-08T04:16:07.720324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-03-08T04:16:07.720600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-03-08T04:16:07.720874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-08T04:16:07.721192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-03-08T04:16:07.721659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-03-08T04:16:07.721965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-08T04:16:07.722307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-03-08T04:16:07.722639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-03-08T04:16:07.722959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-03-08T04:16:07.723321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-08T04:16:07.723640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-03-08T04:16:07.724078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-03-08T04:16:07.724507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-08T04:16:07.724799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-03-08T04:16:07.725225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-08T04:16:07.725537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-08T04:16:07.725815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-03-08T04:16:07.726225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-03-08T04:16:07.726604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-03-08T04:16:07.726901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-08T04:16:07.727208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-08T04:16:07.727483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-03-08T04:16:07.727789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-08T04:16:07.728085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-08T04:16:07.728362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-03-08T04:16:07.728755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-03-08T04:16:07.729078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-03-08T04:16:07.729346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-08T04:16:07.729624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-03-08T04:16:07.730027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-03-08T04:16:07.730311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-08T04:16:08.284565+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T04:16:08.306890+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T04:34:51.707644+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-08T04:34:51.746801+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T04:34:51.746859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:34:51.746892+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:34:51.748840+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T04:34:51.781397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T04:34:51.785082+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T04:34:51.845923+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T04:34:51.878213+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T04:34:52.411978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fbbc30"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fbbc30","method":"GET"} [] [2021-03-08T04:36:32.533159+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-08T04:36:32.572836+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T04:36:32.611358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T04:36:32.615052+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T04:36:32.615110+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T04:36:32.615145+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:36:32.615173+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T04:36:32.677241+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-08T04:36:32.773523+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-03-08T00:00:00+00:00"] [] [2021-03-08T04:36:32.782689+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-03-08T00:00:00+00:00"] [] [2021-03-08T04:36:32.789737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-08T04:36:32.796029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-03-08T04:36:32.799669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-08T04:36:32.801057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-08T04:36:32.801389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-08T04:36:32.801746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-03-08T04:36:32.802227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-08T04:36:32.802551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-08T04:36:32.803721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-03-08T04:36:32.804274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-08T04:36:32.804812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-08T04:36:32.805279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-03-08T04:36:32.805622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-08T04:36:32.805926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-03-08T04:36:32.806402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-08T04:36:32.806701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-08T04:36:32.806969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-08T04:36:32.807244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-08T04:36:32.807577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-08T04:36:32.807856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-03-08T04:36:32.808118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-08T04:36:32.808379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-08T04:36:32.808659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-08T04:36:32.808961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-03-08T04:36:32.809455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-08T04:36:32.809735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-03-08T04:36:32.810009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-08T04:36:32.810267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-03-08T04:36:32.810512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-03-08T04:36:32.810750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-03-08T04:36:32.811003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-08T04:36:32.811254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-03-08T04:36:32.811486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-08T04:36:32.811736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-08T04:36:32.811975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-03-08T04:36:32.812365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-03-08T04:36:32.812735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-03-08T04:36:32.813101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-03-08T04:36:32.813361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-08T04:36:33.167654+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T04:36:33.190219+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:23:59.040757+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-08T05:23:59.082017+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:23:59.082074+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:23:59.082107+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:23:59.084206+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:23:59.117859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:23:59.121694+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:23:59.185004+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T05:23:59.218290+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:23:59.741382+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e76dc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6e76dc","method":"GET"} [] [2021-03-08T05:24:01.802498+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-08T05:24:01.827810+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:24:01.827914+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:24:01.827951+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:24:01.829021+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:24:01.863736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:24:01.869991+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:24:01.883454+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-08T05:24:01.939945+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-08T05:24:01.944951+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-08T05:24:01.953388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-08T05:24:01.953861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-08T05:24:01.955143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-08T05:24:01.955486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-08T05:24:01.955840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-08T05:24:01.956230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-08T05:24:01.956601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-08T05:24:01.956974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-08T05:24:01.957368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-08T05:24:01.957763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-08T05:24:01.959572+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-08T05:24:01.968438+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:24:02.361790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcd89d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dcd89d","method":"GET"} [] [2021-03-08T05:24:21.189289+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-08T05:24:21.227755+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:24:21.266739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:24:21.307222+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:24:21.307307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:24:21.307351+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:24:21.307388+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:24:21.316131+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-08T05:24:21.331106+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-08T05:24:21.405295+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%5830%"] [] [2021-03-08T05:24:21.410295+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5830%",[265,263,229,207,182,174,77,74,73,63]] [] [2021-03-08T05:24:21.418585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-08T05:24:21.419081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-08T05:24:21.420078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-08T05:24:21.420604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-08T05:24:21.422644+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5830%"] [] [2021-03-08T05:24:21.424130+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:24:21.810224+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"725eed"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/725eed","method":"GET"} [] [2021-03-08T05:25:10.820311+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-08T05:25:10.850001+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:25:10.850055+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:25:10.850087+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:25:10.851916+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:25:10.889832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:25:10.929655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:25:10.983509+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T05:25:11.011621+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:25:11.340900+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"574c2b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/574c2b","method":"GET"} [] [2021-03-08T05:25:12.542125+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-08T05:25:12.567371+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:25:12.567426+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:25:12.567459+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:25:12.568504+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:25:12.604334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:25:12.612379+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:25:12.625442+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-08T05:25:12.681193+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-08T05:25:12.686496+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2021-03-08T05:25:12.694588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-08T05:25:12.695189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-08T05:25:12.696198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-08T05:25:12.696717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-08T05:25:12.697160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-08T05:25:12.697506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-08T05:25:12.697880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-08T05:25:12.698253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-08T05:25:12.698704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-08T05:25:12.699102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-08T05:25:12.700915+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-08T05:25:12.708926+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:25:13.056653+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"beed69"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/beed69","method":"GET"} [] [2021-03-08T05:25:15.509151+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-08T05:25:15.538778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:25:15.538834+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:25:15.538866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:25:15.540671+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:25:15.575346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:25:15.578920+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:25:15.652471+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T05:25:15.662030+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-08T05:25:15.662964+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-08T05:25:15.691270+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:25:16.021038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dd157"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5dd157","method":"GET"} [] [2021-03-08T05:27:40.114454+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-08T05:27:40.153713+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:27:40.185908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:27:40.189513+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:27:40.189573+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:27:40.189607+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:27:40.189637+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:27:40.262047+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-08T05:27:40.271721+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-08T05:27:40.273660+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-03-08T05:27:40.280402+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["119"]] [] [2021-03-08T05:27:40.281182+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-03-08T05:27:40.364764+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-08T05:27:40.366822+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":104335.0,"3":"2020-03-01T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":2} [] [2021-03-08T05:27:40.373431+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":266,"6":1} [] [2021-03-08T05:27:40.374856+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":266,"6":119} [] [2021-03-08T05:27:40.375152+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":266,"6":6} [] [2021-03-08T05:27:40.378936+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-08T05:27:40.392410+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:27:40.541981+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-08T05:27:40.568223+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:27:40.568280+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:27:40.568314+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:27:40.569386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:27:40.610817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:27:40.614348+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:27:40.627430+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-08T05:27:40.685304+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-08T05:27:40.688908+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-08T05:27:40.697427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-08T05:27:40.697980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-08T05:27:40.698473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-08T05:27:40.698815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-08T05:27:40.699153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-08T05:27:40.699524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-08T05:27:40.699887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-08T05:27:40.700250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-08T05:27:40.700665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-08T05:27:40.702455+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-08T05:27:40.710628+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:27:41.103644+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c3960"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4c3960","method":"GET"} [] [2021-03-08T05:27:43.772700+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-08T05:27:43.805075+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:27:43.805135+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:27:43.805172+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:27:43.807194+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:27:43.853659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:27:43.857332+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:27:43.927600+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T05:27:43.960042+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:27:44.288338+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fb5e4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3fb5e4","method":"GET"} [] [2021-03-08T05:27:59.931548+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-08T05:27:59.969695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:28:00.013275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:28:00.017123+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:28:00.017196+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:28:00.017232+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:28:00.017261+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:28:00.075744+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-08T05:28:00.165644+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-03-08T00:00:00+00:00"] [] [2021-03-08T05:28:00.186183+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-03-08T00:00:00+00:00"] [] [2021-03-08T05:28:00.197078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-08T05:28:00.202654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-03-08T05:28:00.205394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-08T05:28:00.205832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-08T05:28:00.206163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-08T05:28:00.206518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-03-08T05:28:00.206928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-08T05:28:00.207260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-08T05:28:00.207589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-08T05:28:00.207936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-03-08T05:28:00.208330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-08T05:28:00.208660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-08T05:28:00.209026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-03-08T05:28:00.209436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-08T05:28:00.209827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-08T05:28:00.210151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-03-08T05:28:00.210503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-08T05:28:00.210896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-03-08T05:28:00.211397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-08T05:28:00.211731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-08T05:28:00.212062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-08T05:28:00.212394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-08T05:28:00.212724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-08T05:28:00.213056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-03-08T05:28:00.213384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-08T05:28:00.213717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-08T05:28:00.214082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-03-08T05:28:00.214645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-08T05:28:00.214984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-03-08T05:28:00.215313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-08T05:28:00.215644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-03-08T05:28:00.215971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-03-08T05:28:00.216299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-03-08T05:28:00.216627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-08T05:28:00.216972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-03-08T05:28:00.217304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-08T05:28:00.217650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-08T05:28:00.217972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-03-08T05:28:00.218435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-03-08T05:28:00.218890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-03-08T05:28:00.219353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-03-08T05:28:00.219704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-08T05:28:00.602275+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T05:28:00.624002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:29:20.645856+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-08T05:29:20.671520+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-08T05:29:20.671577+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:29:20.671610+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-08T05:29:20.672693+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-08T05:29:20.712645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-08T05:29:20.715758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-08T05:29:20.755722+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-08T05:29:20.778089+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-08T05:29:21.285836+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c72a01"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c72a01","method":"GET"} [] [2021-03-09T08:57:52.751887+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2021-03-09T08:57:52.830534+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T08:57:52.830596+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:57:52.830636+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:57:52.837512+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-09T08:57:52.860406+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2021-03-09T08:57:52.861446+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2021-03-09T08:57:53.018898+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2021-03-09T08:57:53.049730+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T08:57:53.049794+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:57:53.049835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:57:53.090043+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-09T08:57:53.360105+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b54cd"},"request_uri":"http://127.0.0.1:8000/_wdt/8b54cd","method":"GET"} [] [2021-03-09T08:58:11.266486+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2021-03-09T08:58:11.296438+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T08:58:11.296501+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.296546+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.298916+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.389181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-03-09T08:58:11.620203+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.624652+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 09 Mar 2021 08:58:11 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.624738+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.624776+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.631242+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T08:58:11.766020+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2021-03-09T08:58:11.795844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T08:58:11.795907+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.795948+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:11.797343+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T08:58:11.847085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T08:58:11.850614+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T08:58:12.046377+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T08:58:12.064612+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-09T08:58:12.066789+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-09T08:58:12.103393+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T08:58:12.396408+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a72e1"},"request_uri":"http://127.0.0.1:8000/_wdt/1a72e1","method":"GET"} [] [2021-03-09T08:58:21.277493+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-03-09T08:58:21.309098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T08:58:21.309163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:21.309203+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:21.310541+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T08:58:21.361945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T08:58:21.365446+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T08:58:21.387681+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T08:58:21.471671+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-09T08:58:21.482652+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-09T08:58:21.494516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T08:58:21.495074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T08:58:21.495515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T08:58:21.495889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-09T08:58:21.496267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-09T08:58:21.496638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T08:58:21.496984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T08:58:21.497339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T08:58:21.497717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T08:58:21.500824+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T08:58:21.516800+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T08:58:21.866444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffc02f"},"request_uri":"http://127.0.0.1:8000/_wdt/ffc02f","method":"GET"} [] [2021-03-09T08:58:25.423290+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2021-03-09T08:58:25.458899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T08:58:25.458963+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:25.459003+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:25.461575+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T08:58:25.515821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T08:58:25.519928+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T08:58:25.593665+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T08:58:25.630297+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T08:58:25.900369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"696078"},"request_uri":"http://127.0.0.1:8000/_wdt/696078","method":"GET"} [] [2021-03-09T08:58:40.957589+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2021-03-09T08:58:40.989622+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T08:58:41.024385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T08:58:41.027846+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T08:58:41.027916+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T08:58:41.027958+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:41.027995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T08:58:41.082318+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-09T08:58:41.235804+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2021-01-01T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-09T08:58:41.243103+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2021-01-01T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-09T08:58:41.253048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T08:58:41.259479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-09T08:58:41.265154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-09T08:58:41.265779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-09T08:58:41.266182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-09T08:58:41.266592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-09T08:58:41.414009+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T08:58:41.444780+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:01:34.894796+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2021-03-09T09:01:34.941504+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:01:34.941572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:01:34.941614+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:01:34.944331+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:01:34.993767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:01:34.997798+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:01:35.072149+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T09:01:35.110357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:01:35.375075+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c07f0"},"request_uri":"http://127.0.0.1:8000/_wdt/1c07f0","method":"GET"} [] [2021-03-09T09:01:37.997989+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"POST"} [] [2021-03-09T09:01:38.030224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:01:38.070431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:01:38.074014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:01:38.074088+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:01:38.074129+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:01:38.074166+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:01:38.125656+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-09T09:01:38.235211+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2021-01-01T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-09T09:01:38.243513+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2021-01-01T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-09T09:01:38.252685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:01:38.259005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-09T09:01:38.262351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-09T09:01:38.262825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-09T09:01:38.263186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-09T09:01:38.263632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-09T09:01:38.392419+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T09:01:38.425656+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:01:59.828132+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2021-03-09T09:01:59.876867+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:01:59.876935+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:01:59.876979+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:01:59.879392+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:01:59.930031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:01:59.933942+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:02:00.003844+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T09:02:00.036663+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:02:00.268841+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6aacd9"},"request_uri":"http://127.0.0.1:8000/_wdt/6aacd9","method":"GET"} [] [2021-03-09T09:02:04.118954+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2021-03-09T09:02:04.148856+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:02:04.148920+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:02:04.148960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:02:04.150281+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:02:04.191390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:02:04.194919+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:02:04.244511+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T09:02:04.270112+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:02:04.511842+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"514951"},"request_uri":"http://127.0.0.1:8000/_wdt/514951","method":"GET"} [] [2021-03-09T09:02:06.959257+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2021-03-09T09:02:06.989224+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:02:06.989288+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:02:06.989331+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:02:06.990645+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:02:07.026091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:02:07.029579+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:02:07.080143+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-09T09:02:07.106810+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:02:07.355250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0424ee"},"request_uri":"http://127.0.0.1:8000/_wdt/0424ee","method":"GET"} [] [2021-03-09T09:02:11.638127+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8000/reports/acservicedetails","method":"GET"} [] [2021-03-09T09:02:11.668000+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:02:11.668064+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:02:11.668107+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:02:11.669462+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:02:11.705073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:02:11.708592+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:02:11.756973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-09T09:02:11.783095+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:02:12.051330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a242b6"},"request_uri":"http://127.0.0.1:8000/_wdt/a242b6","method":"GET"} [] [2021-03-09T09:02:12.905821+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2021-03-09T09:02:12.936451+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:02:12.936517+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:02:12.936558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:02:12.937868+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:02:12.978043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:02:12.981466+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:02:13.028655+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T09:02:13.054533+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:02:13.317223+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4df3e4"},"request_uri":"http://127.0.0.1:8000/_wdt/4df3e4","method":"GET"} [] [2021-03-09T09:05:17.183466+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-03-09T09:05:17.230228+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:05:17.230294+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:05:17.230398+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:05:17.233244+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:05:17.297246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:05:17.301337+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:05:17.326877+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:05:17.421262+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-09T09:05:17.425566+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-09T09:05:17.436201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:05:17.436779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:05:17.437248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:05:17.437615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-09T09:05:17.437985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-09T09:05:17.438387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:05:17.438837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:05:17.439255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:05:17.439686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:05:17.441784+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:05:17.451988+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:05:17.783415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eaa034"},"request_uri":"http://127.0.0.1:8000/_wdt/eaa034","method":"GET"} [] [2021-03-09T09:05:18.713344+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8000/acservice","method":"GET"} [] [2021-03-09T09:05:18.750212+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:05:18.750279+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:05:18.750323+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:05:18.753082+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:05:18.802681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:05:18.806761+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:05:18.834944+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:05:18.929375+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-09T09:05:18.934594+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2021-03-09T09:05:18.944920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2021-03-09T09:05:18.945473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-03-09T09:05:18.945921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-03-09T09:05:18.946319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2021-03-09T09:05:18.946716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2021-03-09T09:05:18.947111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2021-03-09T09:05:18.947506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2021-03-09T09:05:18.947911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2021-03-09T09:05:18.948308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2021-03-09T09:05:18.948751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2021-03-09T09:05:18.949268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2021-03-09T09:05:18.951700+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:05:18.961715+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:05:19.289708+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d4481"},"request_uri":"http://127.0.0.1:8000/_wdt/7d4481","method":"GET"} [] [2021-03-09T09:05:24.427482+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-03-09T09:05:24.465721+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:05:24.465789+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:05:24.465832+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:05:24.468867+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:05:24.517740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:05:24.522428+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:05:24.545646+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:05:24.632667+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-09T09:05:24.636800+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-09T09:05:24.647133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:05:24.647709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:05:24.648191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:05:24.648566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-09T09:05:24.648931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-09T09:05:24.649336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:05:24.649732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:05:24.650134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:05:24.650561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:05:24.652659+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:05:24.662634+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:05:24.977613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61b820"},"request_uri":"http://127.0.0.1:8000/_wdt/61b820","method":"GET"} [] [2021-03-09T09:06:24.481654+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-03-09T09:06:24.517792+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:24.517861+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:24.517906+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:24.520547+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:24.570471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:24.574597+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:24.597121+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:24.616983+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:24.684076+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-03-09T09:06:24.687287+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[256,255,254,253,252,251,250,249,248,247]] [] [2021-03-09T09:06:24.697340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-09T09:06:24.697897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:24.698391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-09T09:06:24.698780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:24.699166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:24.699561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-09T09:06:24.699971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-09T09:06:24.700479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:06:24.700963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:06:24.710507+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:25.058060+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4798f8"},"request_uri":"http://127.0.0.1:8000/_wdt/4798f8","method":"GET"} [] [2021-03-09T09:06:26.633758+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/3","method":"GET"} [] [2021-03-09T09:06:26.672073+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:26.672139+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:26.672182+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:26.674759+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:26.728964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:26.733970+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:26.757391+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:26.777818+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:26.848823+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%"] [] [2021-03-09T09:06:26.852245+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[246,245,244,243,242,241,240,239,238,237]] [] [2021-03-09T09:06:26.862341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:26.863056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:26.863540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:26.863970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:26.864353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:26.864734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-03-09T09:06:26.865131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-09T09:06:26.865638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:06:26.866074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-09T09:06:26.866472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-09T09:06:26.875923+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:27.196588+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66b977"},"request_uri":"http://127.0.0.1:8000/_wdt/66b977","method":"GET"} [] [2021-03-09T09:06:29.242693+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"4","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/4","method":"GET"} [] [2021-03-09T09:06:29.279874+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:29.279939+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:29.279980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:29.282556+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:29.340115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:29.343989+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:29.367380+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:29.388084+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:29.458764+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 30 ["%%"] [] [2021-03-09T09:06:29.462141+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[236,235,234,233,232,231,230,229,228,227]] [] [2021-03-09T09:06:29.472319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-09T09:06:29.473087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:29.473701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:29.474175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-09T09:06:29.474539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:29.474911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:29.475309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-09T09:06:29.475707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:29.476103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:06:29.476496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-09T09:06:29.476859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:29.486479+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:29.818670+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49eba8"},"request_uri":"http://127.0.0.1:8000/_wdt/49eba8","method":"GET"} [] [2021-03-09T09:06:31.226755+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"5","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/5","method":"GET"} [] [2021-03-09T09:06:31.266368+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:31.266435+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:31.266478+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:31.269116+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:31.329508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:31.333350+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:31.356285+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:31.376889+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:31.445071+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 40 ["%%"] [] [2021-03-09T09:06:31.448674+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[226,225,224,223,222,221,220,219,218,217]] [] [2021-03-09T09:06:31.458661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:31.459192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:31.459585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-09T09:06:31.459983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-09T09:06:31.460349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:31.460715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-09T09:06:31.461117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:06:31.461532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:31.461901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-09T09:06:31.462295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:06:31.462663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-09T09:06:31.463027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:31.463392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:31.463757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:31.464151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-09T09:06:31.473777+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:31.792599+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67f396"},"request_uri":"http://127.0.0.1:8000/_wdt/67f396","method":"GET"} [] [2021-03-09T09:06:34.683942+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"6","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/6","method":"GET"} [] [2021-03-09T09:06:34.721704+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:34.721768+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:34.721809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:34.725161+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:34.779047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:34.782947+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:34.806818+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:34.827976+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:34.897267+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 50 ["%%"] [] [2021-03-09T09:06:34.900597+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[216,215,214,213,212,211,210,209,208,207]] [] [2021-03-09T09:06:34.910940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-09T09:06:34.911571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:34.912018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:06:34.912428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:34.912826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-09T09:06:34.913225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-03-09T09:06:34.913588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:34.913998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:34.914364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:34.914733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:06:34.915129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:06:34.915524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:34.925149+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:35.243357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bafe73"},"request_uri":"http://127.0.0.1:8000/_wdt/bafe73","method":"GET"} [] [2021-03-09T09:06:36.810602+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"7","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/7","method":"GET"} [] [2021-03-09T09:06:36.848590+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:36.848659+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:36.848704+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:36.851482+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:36.889100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:36.892935+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:36.918044+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:36.939222+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:37.011399+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 60 ["%%"] [] [2021-03-09T09:06:37.014773+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[206,205,204,203,202,201,200,199,198,197]] [] [2021-03-09T09:06:37.027824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-09T09:06:37.028441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:37.028838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:37.029210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:37.029577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-09T09:06:37.029971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:06:37.030413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:37.030823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-09T09:06:37.031237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:06:37.031638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:37.032003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-03-09T09:06:37.032374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:06:37.032740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:37.042277+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:37.360666+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28afdc"},"request_uri":"http://127.0.0.1:8000/_wdt/28afdc","method":"GET"} [] [2021-03-09T09:06:41.282680+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"8","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/8","method":"GET"} [] [2021-03-09T09:06:41.320159+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:41.320227+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:41.320269+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:41.322954+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:41.374177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:41.378135+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:41.401749+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:41.421956+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:41.493140+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 70 ["%%"] [] [2021-03-09T09:06:41.496703+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[196,195,194,193,192,189,188,187,186,185]] [] [2021-03-09T09:06:41.506934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-09T09:06:41.507543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:41.508019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-09T09:06:41.508436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:41.508807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:41.509206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-09T09:06:41.509572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:41.509939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-09T09:06:41.510334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:41.510798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:06:41.520081+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:41.872464+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"816947"},"request_uri":"http://127.0.0.1:8000/_wdt/816947","method":"GET"} [] [2021-03-09T09:06:44.619364+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"9","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/9","method":"GET"} [] [2021-03-09T09:06:44.657052+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:44.657121+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:44.657165+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:44.660336+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:44.721099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:44.725505+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:44.749006+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:44.769670+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:44.840826+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 80 ["%%"] [] [2021-03-09T09:06:44.844883+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[184,183,182,181,180,179,178,177,176,175]] [] [2021-03-09T09:06:44.854871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:06:44.855454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:44.855863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:06:44.856241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:44.856850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:44.857333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:06:44.857750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-03-09T09:06:44.858212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:44.858615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:44.858978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:44.859387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-09T09:06:44.859787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:44.869152+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:45.190402+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f0bf5"},"request_uri":"http://127.0.0.1:8000/_wdt/7f0bf5","method":"GET"} [] [2021-03-09T09:06:47.456335+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"10","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/10","method":"GET"} [] [2021-03-09T09:06:47.495635+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:47.495702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:47.495747+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:47.498451+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:47.549132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:47.553613+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:47.578556+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:47.600527+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:47.671569+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 90 ["%%"] [] [2021-03-09T09:06:47.675330+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[174,173,172,171,170,169,168,167,166,165]] [] [2021-03-09T09:06:47.685421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:47.685956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:47.686388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-09T09:06:47.686757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:47.687135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:06:47.687531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:06:47.687896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:47.688262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-09T09:06:47.688657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-03-09T09:06:47.689108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:47.689523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:47.689920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:47.690288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-03-09T09:06:47.690658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:47.700008+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:48.021409+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8c87b"},"request_uri":"http://127.0.0.1:8000/_wdt/c8c87b","method":"GET"} [] [2021-03-09T09:06:55.435090+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"11","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/11","method":"GET"} [] [2021-03-09T09:06:55.471437+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:55.471503+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:55.471547+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:55.474258+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:55.523461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:55.527539+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:55.551037+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:55.572419+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:55.641328+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 100 ["%%"] [] [2021-03-09T09:06:55.644675+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[164,163,162,161,160,159,158,157,153,152]] [] [2021-03-09T09:06:55.657463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:06:55.658019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:55.658466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:06:55.658832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:55.659239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-09T09:06:55.659638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-09T09:06:55.660040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:06:55.660428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:55.670359+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:55.987213+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55caa1"},"request_uri":"http://127.0.0.1:8000/_wdt/55caa1","method":"GET"} [] [2021-03-09T09:06:58.539939+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"12","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/12","method":"GET"} [] [2021-03-09T09:06:58.579001+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:06:58.579067+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:58.579107+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:06:58.581726+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:06:58.640183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:06:58.644232+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:06:58.667677+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:06:58.689174+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:06:58.757357+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 110 ["%%"] [] [2021-03-09T09:06:58.760743+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[151,150,149,148,147,146,145,144,143,142]] [] [2021-03-09T09:06:58.770979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-09T09:06:58.771570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:58.772011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-03-09T09:06:58.772408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-03-09T09:06:58.772774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:06:58.773157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:58.773525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [12] [] [2021-03-09T09:06:58.773888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-03-09T09:06:58.774253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:06:58.774616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-09T09:06:58.774983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:06:58.775411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-09T09:06:58.775828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-09T09:06:58.785256+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:06:59.105780+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c8c4a"},"request_uri":"http://127.0.0.1:8000/_wdt/9c8c4a","method":"GET"} [] [2021-03-09T09:07:03.656266+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"13","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/13","method":"GET"} [] [2021-03-09T09:07:03.692961+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:07:03.693030+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:07:03.693073+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:07:03.695747+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:07:03.748180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:07:03.752021+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:07:03.778295+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:07:03.800091+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:07:03.872438+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 120 ["%%"] [] [2021-03-09T09:07:03.876148+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[141,140,139,138,137,136,135,134,132,131]] [] [2021-03-09T09:07:03.886132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-09T09:07:03.886649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:07:03.887176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-09T09:07:03.887580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-03-09T09:07:03.887970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T09:07:03.888331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:07:03.888777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-09T09:07:03.889213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-09T09:07:03.889580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-09T09:07:03.889989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-03-09T09:07:03.890383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-09T09:07:03.890752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:07:03.900097+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:07:04.236440+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2c86f"},"request_uri":"http://127.0.0.1:8000/_wdt/f2c86f","method":"GET"} [] [2021-03-09T09:07:10.298600+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-03-09T09:07:10.336052+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:07:10.336119+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:07:10.336162+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:07:10.338882+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:07:10.387792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:07:10.391655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:07:10.416348+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:07:10.506194+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-09T09:07:10.510450+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-09T09:07:10.521088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:07:10.521673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:07:10.522129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:07:10.522498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-09T09:07:10.522883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-09T09:07:10.523290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:07:10.523741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:07:10.524146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:07:10.524576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:07:10.526640+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:07:10.536823+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:07:10.860750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32d565"},"request_uri":"http://127.0.0.1:8000/_wdt/32d565","method":"GET"} [] [2021-03-09T09:07:13.088347+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/service/new","method":"GET"} [] [2021-03-09T09:07:13.125488+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:07:13.125555+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:07:13.125598+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:07:13.128330+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:07:13.185779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:07:13.190001+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:07:13.268091+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T09:07:13.280390+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-09T09:07:13.281437+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-09T09:07:13.313583+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:07:13.564639+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82f041"},"request_uri":"http://127.0.0.1:8000/_wdt/82f041","method":"GET"} [] [2021-03-09T09:07:17.677757+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8000/vehicle/new?tag=2","method":"GET"} [] [2021-03-09T09:07:17.707607+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:07:17.707674+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:07:17.707714+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:07:17.709020+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:07:17.753003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:07:17.756545+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:07:17.886436+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:07:18.194467+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98f316"},"request_uri":"http://127.0.0.1:8000/_wdt/98f316","method":"GET"} [] [2021-03-09T09:13:01.972839+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2021-03-09T09:13:02.018638+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:13:02.018702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:13:02.018743+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:13:02.021353+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:13:02.058840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-09T09:13:02.062994+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-09T09:13:02.146933+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T09:13:02.159164+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-09T09:13:02.160291+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-09T09:13:02.194556+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:42:38.129733+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-09T09:42:38.175833+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:42:38.175893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:38.175929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:38.197292+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-09T09:42:41.017141+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58335e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/58335e","method":"GET"} [] [2021-03-09T09:42:46.886947+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-09T09:42:46.933264+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:42:46.933321+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:46.933359+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:46.934193+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:46.971121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-09T09:42:47.189432+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:47.195487+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 09 Mar 2021 09:42:47 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:47.195610+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:47.195646+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:47.205695+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:42:47.399756+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-09T09:42:47.425306+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:42:47.425364+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:47.425397+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:47.426761+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:42:47.472847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-09T09:42:47.475976+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-09T09:42:47.496458+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:42:47.582262+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-09T09:42:47.585998+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-09T09:42:47.594723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:42:47.595252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:42:47.595641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:42:47.595982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-09T09:42:47.596324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-09T09:42:47.596702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:42:47.597069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:42:47.597495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:42:47.597919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:42:47.599728+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:42:47.608211+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:42:48.570821+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a198a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1a198a","method":"GET"} [] [2021-03-09T09:42:52.312664+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-09T09:42:52.342684+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T09:42:52.342740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:52.342773+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T09:42:52.344702+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T09:42:52.396506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-09T09:42:52.400029+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-09T09:42:52.418217+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-09T09:42:52.488445+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-09T09:42:52.491913+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-09T09:42:52.500152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-09T09:42:52.500633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T09:42:52.501016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T09:42:52.501359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-09T09:42:52.501696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-09T09:42:52.502101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-09T09:42:52.502544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-09T09:42:52.502994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-09T09:42:52.503452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-09T09:42:52.505269+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-09T09:42:52.513291+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T09:42:52.904100+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98f36e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/98f36e","method":"GET"} [] [2021-03-09T11:28:00.709311+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-09T11:28:00.751223+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T11:28:00.751280+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:28:00.751313+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:28:00.753501+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T11:28:00.807221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-09T11:28:00.811018+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-09T11:28:00.895706+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T11:28:00.930040+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T11:28:01.454506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5ddae"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e5ddae","method":"GET"} [] [2021-03-09T11:28:18.629163+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-09T11:28:18.669569+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T11:28:18.723008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-09T11:28:18.727402+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-09T11:28:18.727464+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T11:28:18.727498+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:28:18.727527+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:28:18.800769+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-03-09T11:28:18.967928+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-03-09T00:00:00+00:00"] [] [2021-03-09T11:28:18.976325+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-03-09T00:00:00+00:00"] [] [2021-03-09T11:28:18.984288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-09T11:28:18.989712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-03-09T11:28:18.993831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-09T11:28:18.994281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-09T11:28:18.994576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-09T11:28:18.994942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-03-09T11:28:18.995604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-09T11:28:18.995896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-09T11:28:18.996178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-09T11:28:18.996479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-03-09T11:28:18.996829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-09T11:28:18.997114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-09T11:28:18.997468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-03-09T11:28:18.997915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-09T11:28:18.998271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T11:28:18.998556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-03-09T11:28:18.998862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-09T11:28:18.999169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-03-09T11:28:18.999620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-03-09T11:28:18.999907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-03-09T11:28:19.000187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-09T11:28:19.000473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-09T11:28:19.000804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-09T11:28:19.001086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-03-09T11:28:19.001365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-03-09T11:28:19.001641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-09T11:28:19.001953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-03-09T11:28:19.002426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-09T11:28:19.002713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-03-09T11:28:19.002994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-09T11:28:19.003273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-03-09T11:28:19.003507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-03-09T11:28:19.003782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-03-09T11:28:19.004057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-09T11:28:19.004330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-03-09T11:28:19.004587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-09T11:28:19.004852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-09T11:28:19.005104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-03-09T11:28:19.005497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-03-09T11:28:19.005885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-03-09T11:28:19.006263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-03-09T11:28:19.006545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-09T11:28:19.413881+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T11:28:19.436931+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T11:28:55.806411+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-09T11:28:55.832576+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T11:28:55.832633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:28:55.832665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:28:55.833810+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T11:28:55.875078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-09T11:28:55.878201+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-09T11:28:55.918582+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T11:28:55.941013+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T11:28:56.517542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64cb37"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64cb37","method":"GET"} [] [2021-03-09T11:29:10.237790+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-09T11:29:10.276410+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T11:29:10.331562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-09T11:29:10.335110+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-09T11:29:10.335170+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T11:29:10.335205+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:29:10.335234+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:29:10.393697+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-03-09T11:29:10.481436+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-03-09T00:00:00+00:00"] [] [2021-03-09T11:29:10.489192+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-03-09T00:00:00+00:00"] [] [2021-03-09T11:29:10.496106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-09T11:29:10.500866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-03-09T11:29:10.505833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-09T11:29:10.506335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-09T11:29:10.506669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-09T11:29:10.507029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-03-09T11:29:10.507549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-09T11:29:10.507930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-09T11:29:10.508268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-03-09T11:29:10.508617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-09T11:29:10.508993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-09T11:29:10.509326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-03-09T11:29:10.509684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-09T11:29:10.510036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-03-09T11:29:10.510393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-09T11:29:10.510743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-03-09T11:29:10.511208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-09T11:29:10.697319+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T11:29:10.720042+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T11:30:30.985504+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-09T11:30:31.026074+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-09T11:30:31.026132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:30:31.026165+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-09T11:30:31.028020+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-09T11:30:31.078687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-09T11:30:31.082300+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-09T11:30:31.140466+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-09T11:30:31.170833+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-09T11:30:31.654189+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6782c5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6782c5","method":"GET"} [] [2021-03-10T05:22:45.540046+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-10T05:22:45.627586+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T05:22:45.627648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:45.627685+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:45.660007+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-10T05:22:46.087434+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cf227"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5cf227","method":"GET"} [] [2021-03-10T05:22:48.750112+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-10T05:22:48.778840+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T05:22:48.778896+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:48.778937+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:48.780386+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:48.874783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-10T05:22:49.091132+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:49.097555+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 10 Mar 2021 05:22:49 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:49.097670+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:49.097704+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:49.104376+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T05:22:49.237076+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-10T05:22:49.262015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T05:22:49.262068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:49.262100+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T05:22:49.263243+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T05:22:49.296121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T05:22:49.299277+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T05:22:49.351750+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-10T05:22:49.494413+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-10T05:22:49.500391+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-10T05:22:49.510242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-10T05:22:49.510704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T05:22:49.511103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-10T05:22:49.511405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-10T05:22:49.511695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-10T05:22:49.512021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-10T05:22:49.512332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-10T05:22:49.512655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-10T05:22:49.512992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-10T05:22:49.515336+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-10T05:22:49.528477+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T05:22:50.071045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5aa3ce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5aa3ce","method":"GET"} [] [2021-03-10T06:31:41.346595+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-10T06:31:41.394429+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:31:41.394546+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:31:41.394583+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:31:41.396709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:31:41.434244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:31:41.438726+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:31:41.461460+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-10T06:31:41.549072+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-10T06:31:41.553362+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2021-03-10T06:31:41.562660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-10T06:31:41.563179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T06:31:41.563590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-10T06:31:41.563932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-10T06:31:41.564274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-10T06:31:41.564704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-10T06:31:41.565071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-10T06:31:41.565449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-10T06:31:41.565845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-10T06:31:41.567688+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-10T06:31:41.576614+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:31:42.044852+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c8d2c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5c8d2c","method":"GET"} [] [2021-03-10T06:31:44.851752+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-10T06:31:44.881904+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:31:44.881961+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:31:44.881993+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:31:44.883809+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:31:44.924375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:31:44.927968+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:31:45.022295+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T06:31:45.032601+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-10T06:31:45.033654+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-10T06:31:45.061319+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:31:45.618526+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad91e2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ad91e2","method":"GET"} [] [2021-03-10T06:33:49.708070+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-10T06:33:49.747383+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:33:49.792418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:33:49.795983+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:33:49.796041+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:33:49.796075+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:33:49.796104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:33:49.871199+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-03-10T06:33:49.881030+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-03-10T06:33:49.882934+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-10T06:33:49.888062+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-10T06:33:49.888804+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-10T06:33:49.975384+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-10T06:33:49.977118+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":170298.0,"3":"2021-02-11T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":19} [] [2021-03-10T06:33:49.979141+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":267,"6":26} [] [2021-03-10T06:33:49.981670+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":267,"6":24} [] [2021-03-10T06:33:49.982396+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":267,"6":25} [] [2021-03-10T06:33:49.986877+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-10T06:33:50.009850+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:33:50.158787+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-10T06:33:50.183931+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:33:50.183986+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:33:50.184019+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:33:50.185074+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:33:50.228948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:33:50.236966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:33:50.256566+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-10T06:33:50.312704+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-10T06:33:50.316218+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[267,266,265,264,263,262,261,260,259,258]] [] [2021-03-10T06:33:50.324742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-10T06:33:50.325212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-10T06:33:50.325603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-10T06:33:50.325901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T06:33:50.326206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-10T06:33:50.326495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-10T06:33:50.326786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-10T06:33:50.327107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-10T06:33:50.327417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-10T06:33:50.327723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-10T06:33:50.328058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-03-10T06:33:50.329678+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-10T06:33:50.337677+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:33:50.727749+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a55aa9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a55aa9","method":"GET"} [] [2021-03-10T06:34:04.566157+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-10T06:34:04.604648+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:34:04.604706+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:34:04.604740+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:34:04.606707+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:34:04.654439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:34:04.658639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:34:04.736427+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T06:34:04.746708+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-10T06:34:04.748572+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-10T06:34:04.780193+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:34:05.046773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"036095"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/036095","method":"GET"} [] [2021-03-10T06:37:19.968798+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-10T06:37:20.009366+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:37:20.054006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:37:20.059855+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:37:20.059926+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:37:20.059960+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:20.060053+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:20.134932+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-03-10T06:37:20.144412+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-10T06:37:20.148789+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-10T06:37:20.153587+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-03-10T06:37:20.154144+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-10T06:37:20.154658+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-10T06:37:20.155211+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-03-10T06:37:20.215106+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-10T06:37:20.216287+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":119858.0,"3":"2021-03-08T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":6,"11":2} [] [2021-03-10T06:37:20.217214+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":268,"6":26} [] [2021-03-10T06:37:20.217493+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":268,"6":28} [] [2021-03-10T06:37:20.217694+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":333.0,"4":null,"5":268,"6":24} [] [2021-03-10T06:37:20.217917+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":268,"6":25} [] [2021-03-10T06:37:20.218128+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":268,"6":27} [] [2021-03-10T06:37:20.219382+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-10T06:37:20.231549+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:37:20.374293+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-10T06:37:20.400922+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:37:20.400981+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:20.401015+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:20.402170+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:37:20.435794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:37:20.442354+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:37:20.460201+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-10T06:37:20.518710+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-10T06:37:20.522179+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[268,267,266,265,264,263,262,261,260,259]] [] [2021-03-10T06:37:20.530300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-10T06:37:20.530748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T06:37:20.531131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-10T06:37:20.531425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-10T06:37:20.531775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-10T06:37:20.532107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-10T06:37:20.532399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-10T06:37:20.532737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-10T06:37:20.533159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-10T06:37:20.533583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-10T06:37:20.533988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-10T06:37:20.536419+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-10T06:37:20.544688+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:37:20.942196+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c15601"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c15601","method":"GET"} [] [2021-03-10T06:37:22.738117+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"268"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/268","method":"GET"} [] [2021-03-10T06:37:22.769218+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:37:22.769277+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:22.769311+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:22.771172+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:37:22.816385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:37:22.819916+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:37:22.844815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["268"] [] [2021-03-10T06:37:22.931665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-10T06:37:22.932236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T06:37:22.936744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2021-03-10T06:37:22.941106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-10T06:37:22.942113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-10T06:37:22.942790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-10T06:37:22.943341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-10T06:37:22.943723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-10T06:37:22.955302+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:37:23.293642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56ac99"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/56ac99","method":"GET"} [] [2021-03-10T06:37:33.044287+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-10T06:37:33.080871+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:37:33.080927+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:33.080960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:33.082796+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:37:33.123175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:37:33.126717+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:37:33.145658+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-10T06:37:33.219131+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-10T06:37:33.222814+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[268,267,266,265,264,263,262,261,260,259]] [] [2021-03-10T06:37:33.231199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-10T06:37:33.231763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T06:37:33.232187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-10T06:37:33.232534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-10T06:37:33.232874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-10T06:37:33.233242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-10T06:37:33.233563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-10T06:37:33.233948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-10T06:37:33.234320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-10T06:37:33.234667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-10T06:37:33.235012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-10T06:37:33.236795+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-10T06:37:33.244828+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:37:33.645630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"432c0e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/432c0e","method":"GET"} [] [2021-03-10T06:37:40.428287+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-10T06:37:40.457680+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:37:40.457734+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:40.457767+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:37:40.459582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:37:40.504609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:37:40.515415+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:37:40.593553+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T06:37:40.603658+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-10T06:37:40.604565+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-10T06:37:40.631937+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:37:40.915557+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e6f74"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1e6f74","method":"GET"} [] [2021-03-10T06:40:21.618773+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-10T06:40:21.660509+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:40:21.710327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:40:21.714008+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:40:21.714068+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:40:21.714103+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:40:21.714132+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:40:21.787100+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-03-10T06:40:21.796614+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-10T06:40:21.799245+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-10T06:40:21.805992+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-03-10T06:40:21.806688+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-10T06:40:21.807190+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-10T06:40:21.807754+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-03-10T06:40:21.867204+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-10T06:40:21.868417+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":219125.0,"3":"2021-03-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":4,"11":2} [] [2021-03-10T06:40:21.870037+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":269,"6":26} [] [2021-03-10T06:40:21.871307+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":269,"6":28} [] [2021-03-10T06:40:21.871539+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":333.0,"4":null,"5":269,"6":24} [] [2021-03-10T06:40:21.871725+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":269,"6":25} [] [2021-03-10T06:40:21.871936+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":269,"6":27} [] [2021-03-10T06:40:21.873186+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-10T06:40:21.885646+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:40:22.031155+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-10T06:40:22.056786+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:40:22.056841+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:40:22.056874+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:40:22.058178+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:40:22.080786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:40:22.085019+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:40:22.098313+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-10T06:40:22.157069+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-10T06:40:22.160635+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[269,268,267,266,265,264,263,262,261,260]] [] [2021-03-10T06:40:22.169025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-10T06:40:22.169528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T06:40:22.169955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-10T06:40:22.170356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-10T06:40:22.170680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-10T06:40:22.171016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-10T06:40:22.171400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-10T06:40:22.171743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-10T06:40:22.172084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-10T06:40:22.172460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-10T06:40:22.172828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-10T06:40:22.173258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-03-10T06:40:22.174992+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-10T06:40:22.183211+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:40:22.605186+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af45e5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/af45e5","method":"GET"} [] [2021-03-10T06:40:45.805214+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-10T06:40:45.878600+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:40:45.878670+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:40:45.878705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:40:45.882174+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:40:45.947007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:40:45.953968+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:40:46.089039+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T06:40:46.113146+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-10T06:40:46.115550+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-10T06:40:46.175377+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:40:46.518906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d907b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d907b","method":"GET"} [] [2021-03-10T06:42:38.845334+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-10T06:42:38.885618+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:42:38.930159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:42:38.933866+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:42:38.933929+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:42:38.933965+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:42:38.933995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:42:39.012146+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-03-10T06:42:39.022747+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-10T06:42:39.025058+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-10T06:42:39.030141+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-10T06:42:39.030697+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-10T06:42:39.031225+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-03-10T06:42:39.094435+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-10T06:42:39.095522+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":145930.0,"3":"2021-03-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2021-03-10T06:42:39.097052+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":270,"6":26} [] [2021-03-10T06:42:39.097354+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":1685.87,"4":null,"5":270,"6":24} [] [2021-03-10T06:42:39.097680+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":270,"6":25} [] [2021-03-10T06:42:39.097903+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":270,"6":27} [] [2021-03-10T06:42:39.099262+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-10T06:42:39.111499+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:42:39.255406+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-10T06:42:39.280528+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T06:42:39.280583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:42:39.280614+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T06:42:39.281672+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T06:42:39.318168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T06:42:39.325454+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T06:42:39.350342+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-10T06:42:39.408339+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-10T06:42:39.411986+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[270,269,268,267,266,265,264,263,262,261]] [] [2021-03-10T06:42:39.420607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-10T06:42:39.421185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T06:42:39.421606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-10T06:42:39.421975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-10T06:42:39.422342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-10T06:42:39.422682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-10T06:42:39.423027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-10T06:42:39.423451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-10T06:42:39.423757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-10T06:42:39.424056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-10T06:42:39.424390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-10T06:42:39.424715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-03-10T06:42:39.426433+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-10T06:42:39.436925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T06:42:39.826562+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf5e5e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cf5e5e","method":"GET"} [] [2021-03-10T09:08:22.283856+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/","method":"GET"} [] [2021-03-10T09:08:22.335129+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:08:22.335193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:22.335233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:22.339805+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-10T09:08:22.359893+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2021-03-10T09:08:22.361223+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2021-03-10T09:08:22.534877+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"GET"} [] [2021-03-10T09:08:22.576174+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:08:22.576242+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:22.576288+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:22.600003+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-10T09:08:22.831927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ef109"},"request_uri":"http://127.0.0.1:8080/_wdt/0ef109","method":"GET"} [] [2021-03-10T09:08:27.876446+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"POST"} [] [2021-03-10T09:08:27.906801+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:08:27.906865+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:27.906911+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:27.907839+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:27.948043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-03-10T09:08:28.174310+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:28.179253+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:28.329639+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"GET"} [] [2021-03-10T09:08:28.359076+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:08:28.359140+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:28.359181+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:28.374985+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-10T09:08:28.565847+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ebb12"},"request_uri":"http://127.0.0.1:8080/_wdt/0ebb12","method":"GET"} [] [2021-03-10T09:08:34.565924+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"POST"} [] [2021-03-10T09:08:34.595830+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:08:34.595897+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:34.595944+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:34.596495+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:34.647236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-03-10T09:08:34.874374+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:34.877255+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 10 Mar 2021 09:08:34 GMT\r\nLocation: http://127.0.0.1:8080/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8080/\n \n \n Redirecting to http://127.0.0.1:8080/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:34.877333+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:34.877370+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:34.883683+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:08:35.016807+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/","method":"GET"} [] [2021-03-10T09:08:35.046429+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:08:35.046493+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:35.046532+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:08:35.047904+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:08:35.071761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T09:08:35.075040+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T09:08:35.166337+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T09:08:35.183336+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-10T09:08:35.185604+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-10T09:08:35.220624+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:08:35.507599+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1774f8"},"request_uri":"http://127.0.0.1:8080/_wdt/1774f8","method":"GET"} [] [2021-03-10T09:09:24.759003+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-10T09:09:24.789566+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:09:24.789636+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:24.789677+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:24.791249+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:09:24.837792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T09:09:24.841309+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T09:09:24.891214+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T09:09:24.917724+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:09:25.174856+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dafa2d"},"request_uri":"http://127.0.0.1:8080/_wdt/dafa2d","method":"GET"} [] [2021-03-10T09:09:27.401656+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8080/reports/acservicedetails","method":"GET"} [] [2021-03-10T09:09:27.431517+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:09:27.431585+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:27.431625+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:27.432938+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:09:27.471672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T09:09:27.475045+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T09:09:27.524092+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T09:09:27.550441+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:09:27.808047+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8e287"},"request_uri":"http://127.0.0.1:8080/_wdt/b8e287","method":"GET"} [] [2021-03-10T09:09:28.804241+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"GET"} [] [2021-03-10T09:09:28.834695+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:09:28.834759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:28.834802+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:28.836254+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:09:28.877344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T09:09:28.880705+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T09:09:28.926705+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T09:09:28.953500+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:09:29.192180+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6caf7a"},"request_uri":"http://127.0.0.1:8080/_wdt/6caf7a","method":"GET"} [] [2021-03-10T09:09:31.602828+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8080/reports/acservicedetails","method":"GET"} [] [2021-03-10T09:09:31.632805+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:09:31.632870+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:31.632912+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:31.634219+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:09:31.679069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T09:09:31.682618+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T09:09:31.730149+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T09:09:31.755742+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:09:31.984773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe7bb7"},"request_uri":"http://127.0.0.1:8080/_wdt/fe7bb7","method":"GET"} [] [2021-03-10T09:09:33.178458+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-10T09:09:33.209669+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:09:33.209736+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:33.209901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:33.211271+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:09:33.235926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T09:09:33.239242+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T09:09:33.286264+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T09:09:33.316049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:09:33.547290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a98640"},"request_uri":"http://127.0.0.1:8080/_wdt/a98640","method":"GET"} [] [2021-03-10T09:09:41.410673+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-10T09:09:41.441173+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:09:41.441238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:41.441279+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:41.442578+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:09:41.481683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T09:09:41.485081+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T09:09:41.531193+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T09:09:41.557528+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:09:41.790629+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"beb6f6"},"request_uri":"http://127.0.0.1:8080/_wdt/beb6f6","method":"GET"} [] [2021-03-10T09:09:43.032087+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-10T09:09:43.062136+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:09:43.062203+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:43.062245+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:09:43.063552+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:09:43.107479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T09:09:43.110961+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T09:09:43.159613+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T09:09:43.187261+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:09:43.419160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"202bf1"},"request_uri":"http://127.0.0.1:8080/_wdt/202bf1","method":"GET"} [] [2021-03-10T09:37:25.141883+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-10T09:37:25.178725+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:37:25.178781+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:37:25.178815+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:37:25.180861+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:37:25.213975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T09:37:25.217482+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T09:37:25.290208+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T09:37:25.300563+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-10T09:37:25.301455+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-10T09:37:25.341531+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:37:25.760738+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"662358"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/662358","method":"GET"} [] [2021-03-10T09:38:52.557345+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-10T09:38:52.598128+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:38:52.638771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T09:38:52.642421+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T09:38:52.642486+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:38:52.642521+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:38:52.642552+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:38:52.718367+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-03-10T09:38:52.728100+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-10T09:38:52.730372+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-10T09:38:52.736584+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-10T09:38:52.737404+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-10T09:38:52.737952+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-03-10T09:38:52.808191+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-10T09:38:52.809326+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":162341.0,"3":"2021-03-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":8,"11":2} [] [2021-03-10T09:38:52.812491+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":180.0,"4":null,"5":271,"6":26} [] [2021-03-10T09:38:52.816222+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":333.0,"4":null,"5":271,"6":24} [] [2021-03-10T09:38:52.816619+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":271,"6":25} [] [2021-03-10T09:38:52.816979+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":271,"6":27} [] [2021-03-10T09:38:52.818541+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-10T09:38:52.835760+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:38:52.977139+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-10T09:38:53.002808+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T09:38:53.002864+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:38:53.002897+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T09:38:53.004035+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T09:38:53.035289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-10T09:38:53.038378+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-10T09:38:53.051482+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-10T09:38:53.109203+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-10T09:38:53.123294+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-10T09:38:53.138631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-10T09:38:53.139259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-10T09:38:53.139739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-10T09:38:53.140190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-10T09:38:53.140620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-10T09:38:53.141046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-10T09:38:53.141438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-10T09:38:53.141830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-10T09:38:53.142256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-10T09:38:53.142602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-10T09:38:53.142952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-10T09:38:53.143333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-10T09:38:53.145501+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-10T09:38:53.155067+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T09:38:53.796860+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea9c5e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ea9c5e","method":"GET"} [] [2021-03-10T12:39:40.420062+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/","method":"GET"} [] [2021-03-10T12:39:40.510405+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:39:40.510471+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:40.510511+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:40.518062+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-10T12:39:40.543421+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2021-03-10T12:39:40.544375+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2021-03-10T12:39:40.700801+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"GET"} [] [2021-03-10T12:39:40.734970+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:39:40.735036+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:40.735078+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:40.774948+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-10T12:39:40.978341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64d68f"},"request_uri":"http://127.0.0.1:8080/_wdt/64d68f","method":"GET"} [] [2021-03-10T12:39:49.821191+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"POST"} [] [2021-03-10T12:39:49.851319+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:39:49.851382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:49.851428+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:49.853961+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:49.930844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-03-10T12:39:50.163870+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:50.168385+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 10 Mar 2021 12:39:50 GMT\r\nLocation: http://127.0.0.1:8080/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8080/\n \n \n Redirecting to http://127.0.0.1:8080/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:50.168467+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:50.168506+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:50.174778+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:39:50.309330+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/","method":"GET"} [] [2021-03-10T12:39:50.339324+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:39:50.339390+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:50.339434+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:50.340871+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:39:50.385632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:39:50.389182+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:39:50.532613+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-10T12:39:50.551169+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-10T12:39:50.552471+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-10T12:39:50.588727+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:39:50.872852+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5c50d"},"request_uri":"http://127.0.0.1:8080/_wdt/f5c50d","method":"GET"} [] [2021-03-10T12:39:54.668110+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"GET"} [] [2021-03-10T12:39:54.702223+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:39:54.702289+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:54.702333+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:54.703782+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:39:54.751530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:39:54.755046+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:39:54.806213+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T12:39:54.834949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:39:55.074126+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a96d5"},"request_uri":"http://127.0.0.1:8080/_wdt/2a96d5","method":"GET"} [] [2021-03-10T12:39:59.356135+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://127.0.0.1:8080/reports/acservicedetails","method":"GET"} [] [2021-03-10T12:39:59.386107+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:39:59.386172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:59.386213+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:39:59.387490+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:39:59.422381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:39:59.425818+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:39:59.474424+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T12:39:59.577895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:39:59.903219+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a366c"},"request_uri":"http://127.0.0.1:8080/_wdt/7a366c","method":"GET"} [] [2021-03-10T12:40:04.681254+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"GET"} [] [2021-03-10T12:40:04.718366+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:40:04.718429+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:04.718468+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:04.720935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:40:04.781079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:40:04.785116+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:40:04.853041+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T12:40:04.886415+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:40:05.135538+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4eddb0"},"request_uri":"http://127.0.0.1:8080/_wdt/4eddb0","method":"GET"} [] [2021-03-10T12:40:08.046664+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"POST"} [] [2021-03-10T12:40:08.079239+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:40:08.129343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:40:08.132768+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:40:08.132834+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:40:08.132875+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:08.132993+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:08.188812+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["39"]] [] [2021-03-10T12:40:08.331841+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":39} [] [2021-03-10T12:40:08.435903+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T12:40:08.460344+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:40:20.188906+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"GET"} [] [2021-03-10T12:40:20.220519+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:40:20.220587+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:20.220631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:20.221975+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:40:20.248505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:40:20.252060+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:40:20.298917+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T12:40:20.324422+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:40:20.580326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b32318"},"request_uri":"http://127.0.0.1:8080/_wdt/b32318","method":"GET"} [] [2021-03-10T12:40:24.022687+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"POST"} [] [2021-03-10T12:40:24.054854+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:40:24.090996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:40:24.094915+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:40:24.094993+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:40:24.095035+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:24.095071+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:24.141269+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["38"]] [] [2021-03-10T12:40:24.196794+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":38} [] [2021-03-10T12:40:24.263249+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T12:40:24.284782+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:40:27.161344+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"GET"} [] [2021-03-10T12:40:27.191800+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:40:27.191869+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:27.191913+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:27.193272+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:40:27.228584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:40:27.231879+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:40:27.281397+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T12:40:27.308052+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T12:40:27.489152+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"614879"},"request_uri":"http://127.0.0.1:8080/_wdt/614879","method":"GET"} [] [2021-03-10T12:40:32.973709+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"POST"} [] [2021-03-10T12:40:33.005056+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T12:40:33.049105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T12:40:33.052540+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T12:40:33.052609+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T12:40:33.052649+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:33.052685+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T12:40:33.100652+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["42"]] [] [2021-03-10T12:40:33.158537+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":42} [] [2021-03-10T12:40:33.223093+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T12:40:33.241743+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T13:06:19.063540+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"POST"} [] [2021-03-10T13:06:19.112441+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T13:06:19.149360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T13:06:19.153376+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T13:06:19.153448+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T13:06:19.153489+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T13:06:19.153525+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T13:06:19.222210+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["42"]] [] [2021-03-10T13:06:19.320852+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":42} [] [2021-03-10T13:06:19.447931+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T13:06:19.473008+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T13:06:25.298563+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"GET"} [] [2021-03-10T13:06:25.329094+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-10T13:06:25.329161+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T13:06:25.329285+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-10T13:06:25.330610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-10T13:06:25.372586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-10T13:06:25.376753+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-10T13:06:25.424508+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-10T13:06:25.450016+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-10T13:06:25.666750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd6823"},"request_uri":"http://127.0.0.1:8080/_wdt/cd6823","method":"GET"} [] [2021-03-11T05:34:48.616088+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-11T05:34:48.705985+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T05:34:48.706044+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:48.706080+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:48.743793+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-11T05:34:51.643321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b0ceb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9b0ceb","method":"GET"} [] [2021-03-11T05:34:54.792444+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-11T05:34:54.818911+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T05:34:54.818967+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:54.819005+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:54.820971+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:54.904560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-11T05:34:55.131225+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:55.137492+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 11 Mar 2021 05:34:55 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:55.137566+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:55.137599+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:55.143346+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T05:34:55.320626+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-11T05:34:55.346269+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T05:34:55.346327+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:55.346360+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:34:55.347521+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T05:34:55.384187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-11T05:34:55.387404+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-11T05:34:55.432671+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-11T05:34:55.563712+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-11T05:34:55.570495+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-11T05:34:55.580592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-11T05:34:55.581080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-11T05:34:55.581548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-11T05:34:55.581874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-11T05:34:55.582192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-11T05:34:55.582507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-11T05:34:55.582798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-11T05:34:55.583103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-11T05:34:55.583436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-11T05:34:55.583727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-11T05:34:55.584016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-11T05:34:55.584346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-11T05:34:55.586626+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-11T05:34:55.601558+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T05:34:56.203403+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2b402"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b2b402","method":"GET"} [] [2021-03-11T05:35:05.828825+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-11T05:35:05.873692+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T05:35:05.873749+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:35:05.873782+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:35:05.875652+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T05:35:05.930934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-11T05:35:05.934961+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-11T05:35:06.025484+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T05:35:06.072114+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T05:35:06.463299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16880f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/16880f","method":"GET"} [] [2021-03-11T05:35:30.319691+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-11T05:35:30.350580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T05:35:30.392209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-11T05:35:30.395807+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-11T05:35:30.395930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T05:35:30.395969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:35:30.396000+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:35:30.455424+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["18"]] [] [2021-03-11T05:35:30.583696+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [18,"2020-01-01T00:00:00+00:00","2021-03-11T00:00:00+00:00"] [] [2021-03-11T05:35:30.592397+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [18,"2020-01-01T00:00:00+00:00","2021-03-11T00:00:00+00:00"] [] [2021-03-11T05:35:30.600383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-11T05:35:30.605687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [59] [] [2021-03-11T05:35:30.609034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-11T05:35:30.609637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-11T05:35:30.609984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-11T05:35:30.610326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-11T05:35:30.610667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-11T05:35:30.611007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-11T05:35:30.611434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [60] [] [2021-03-11T05:35:30.611869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-11T05:35:30.612207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [80] [] [2021-03-11T05:35:30.612543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [81] [] [2021-03-11T05:35:30.612913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [61] [] [2021-03-11T05:35:30.613444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-11T05:35:30.613784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [132] [] [2021-03-11T05:35:30.614273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-11T05:35:30.614611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [124] [] [2021-03-11T05:35:30.614972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-11T05:35:30.615331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [144] [] [2021-03-11T05:35:30.615738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [150] [] [2021-03-11T05:35:30.616283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [180] [] [2021-03-11T05:35:30.616783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [212] [] [2021-03-11T05:35:30.617250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [243] [] [2021-03-11T05:35:30.978977+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T05:35:31.002392+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T05:41:33.348107+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-11T05:41:33.386265+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T05:41:33.386324+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:41:33.386358+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T05:41:33.388338+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T05:41:33.432965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-11T05:41:33.436614+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-11T05:41:33.493239+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T05:41:33.523996+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T05:41:34.053205+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d8484"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d8484","method":"GET"} [] [2021-03-11T08:03:06.836439+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/","method":"GET"} [] [2021-03-11T08:03:06.907667+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:03:06.907730+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:06.907768+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:06.913699+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-11T08:03:06.936109+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2021-03-11T08:03:06.937140+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2021-03-11T08:03:07.093339+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"GET"} [] [2021-03-11T08:03:07.127484+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:03:07.127621+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:07.127670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:07.160506+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-11T08:03:07.620914+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1c543"},"request_uri":"http://127.0.0.1:8080/_wdt/e1c543","method":"GET"} [] [2021-03-11T08:03:20.265020+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"POST"} [] [2021-03-11T08:03:20.294338+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:03:20.294402+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:20.294448+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:20.296982+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:20.391539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malay@cross-world.com"] [] [2021-03-11T08:03:20.399772+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:20.405112+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:20.553624+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"GET"} [] [2021-03-11T08:03:20.582440+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:03:20.582504+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:20.582545+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:20.598436+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-11T08:03:20.786830+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef3b72"},"request_uri":"http://127.0.0.1:8080/_wdt/ef3b72","method":"GET"} [] [2021-03-11T08:03:23.935594+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"POST"} [] [2021-03-11T08:03:23.965671+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:03:23.965812+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:23.965866+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:23.966462+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:24.017696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malay@cross-world.com"] [] [2021-03-11T08:03:24.022312+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:24.027296+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:24.189087+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"GET"} [] [2021-03-11T08:03:24.220333+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:03:24.220435+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:24.220489+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:24.236928+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-11T08:03:24.458663+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"608c3c"},"request_uri":"http://127.0.0.1:8080/_wdt/608c3c","method":"GET"} [] [2021-03-11T08:03:38.619101+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"POST"} [] [2021-03-11T08:03:38.649864+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:03:38.649930+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:38.649980+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:38.650574+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:38.700651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malay@cross-world.com"] [] [2021-03-11T08:03:38.722136+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:38.733752+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:38.884861+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"GET"} [] [2021-03-11T08:03:38.914952+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:03:38.915018+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:38.915063+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:03:38.930992+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-11T08:03:39.135072+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c9661"},"request_uri":"http://127.0.0.1:8080/_wdt/3c9661","method":"GET"} [] [2021-03-11T08:04:20.496021+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"POST"} [] [2021-03-11T08:04:20.526450+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:04:20.526514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:20.526561+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:20.527116+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:20.566976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-03-11T08:04:20.790908+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:20.795822+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:20.942190+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"GET"} [] [2021-03-11T08:04:20.975000+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:04:20.975104+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:20.975164+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:20.991937+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-11T08:04:21.226341+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0708f9"},"request_uri":"http://127.0.0.1:8080/_wdt/0708f9","method":"GET"} [] [2021-03-11T08:04:24.959070+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8080/login","method":"POST"} [] [2021-03-11T08:04:24.987916+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:04:24.987995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:24.988045+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:24.988678+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:25.031020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-03-11T08:04:25.252539+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:25.256823+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 11 Mar 2021 08:04:25 GMT\r\nLocation: http://127.0.0.1:8080/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8080/\n \n \n Redirecting to http://127.0.0.1:8080/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:25.256908+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:25.256945+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:25.263203+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:04:25.397526+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8080/","method":"GET"} [] [2021-03-11T08:04:25.426096+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:04:25.426162+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:25.426205+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:25.427648+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:04:25.470821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:04:25.475561+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:04:25.650530+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T08:04:25.669688+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-11T08:04:25.670957+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-11T08:04:25.712061+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:04:26.034847+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0b6e8"},"request_uri":"http://127.0.0.1:8080/_wdt/b0b6e8","method":"GET"} [] [2021-03-11T08:04:30.848682+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-11T08:04:30.877606+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:04:30.877672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:30.877712+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:30.879054+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:04:30.927378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:04:30.933106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:04:30.985536+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T08:04:31.015706+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:04:31.260816+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43de44"},"request_uri":"http://127.0.0.1:8080/_wdt/43de44","method":"GET"} [] [2021-03-11T08:04:38.882256+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"GET"} [] [2021-03-11T08:04:38.912618+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:04:38.912685+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:38.912726+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:38.914035+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:04:38.954427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:04:38.960806+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:04:39.008675+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-11T08:04:39.036908+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:04:39.284028+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d473bd"},"request_uri":"http://127.0.0.1:8080/_wdt/d473bd","method":"GET"} [] [2021-03-11T08:04:40.009215+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"POST"} [] [2021-03-11T08:04:40.039300+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:04:40.077713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:04:40.081130+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:04:40.081197+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:04:40.081240+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:40.081276+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:04:40.243382+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":0} [] [2021-03-11T08:04:40.464570+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-11T08:04:40.488293+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:06:44.403968+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://127.0.0.1:8080/reports/acservicessummary","method":"GET"} [] [2021-03-11T08:06:44.449637+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:06:44.449705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:06:44.449749+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:06:44.452337+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:06:44.512099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:06:44.516132+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:06:44.584929+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-03-11T08:06:44.621454+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:06:44.887414+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"959add"},"request_uri":"http://127.0.0.1:8080/_wdt/959add","method":"GET"} [] [2021-03-11T08:16:16.096397+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-11T08:16:16.141859+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:16:16.141923+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:16.141963+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:16.144586+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:16:16.204680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:16:16.208766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:16:16.278511+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T08:16:16.315786+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:16:16.609314+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"364bd5"},"request_uri":"http://127.0.0.1:8080/_wdt/364bd5","method":"GET"} [] [2021-03-11T08:16:17.925729+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-11T08:16:17.955562+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:16:17.955640+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:17.955688+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:17.957315+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:16:18.003835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:16:18.008348+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:16:18.057418+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T08:16:18.086140+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:16:18.342474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f552f5"},"request_uri":"http://127.0.0.1:8080/_wdt/f552f5","method":"GET"} [] [2021-03-11T08:16:34.508148+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"POST"} [] [2021-03-11T08:16:34.540558+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:16:34.579073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:16:34.583671+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:16:34.583833+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:16:34.583881+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:34.583919+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:34.636166+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-03-11T08:16:34.751361+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [12,"2021-01-01T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-11T08:16:34.759726+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [12,"2021-01-01T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-11T08:16:34.769832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-11T08:16:34.776486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [226] [] [2021-03-11T08:16:34.780256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-11T08:16:34.868403+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T08:16:34.899834+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:16:41.634582+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-11T08:16:41.678847+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:16:41.678913+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:41.679032+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:41.681240+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:16:41.742089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:16:41.758154+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:16:41.836773+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T08:16:41.867888+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T08:16:42.118820+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cfa448"},"request_uri":"http://127.0.0.1:8080/_wdt/cfa448","method":"GET"} [] [2021-03-11T08:16:51.348218+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"POST"} [] [2021-03-11T08:16:51.381771+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T08:16:51.429297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T08:16:51.432688+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T08:16:51.432759+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T08:16:51.432800+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:51.432837+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T08:16:51.483993+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-03-11T08:16:51.593886+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [12,"2020-07-01T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-11T08:16:51.603307+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [12,"2020-07-01T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-11T08:16:51.612521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-03-11T08:16:51.619011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [166] [] [2021-03-11T08:16:51.623170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-11T08:16:51.623684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-11T08:16:51.624190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-11T08:16:51.624570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-11T08:16:51.624935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [226] [] [2021-03-11T08:16:51.625337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-11T08:16:51.741277+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T08:16:51.773317+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T11:28:34.160068+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8080/reports/servicedetails","method":"GET"} [] [2021-03-11T11:28:34.209334+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-11T11:28:34.209405+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T11:28:34.209447+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-11T11:28:34.212390+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-11T11:28:34.253798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-03-11T11:28:34.257986+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-03-11T11:28:34.339199+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-11T11:28:34.379422+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-11T11:28:34.608999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bdff6"},"request_uri":"http://127.0.0.1:8080/_wdt/2bdff6","method":"GET"} [] [2021-03-15T03:58:32.474799+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-15T03:58:32.600330+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T03:58:32.600395+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:32.600433+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:32.653990+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-15T03:58:33.223219+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89457b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/89457b","method":"GET"} [] [2021-03-15T03:58:35.563863+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-15T03:58:35.589965+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T03:58:35.590021+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:35.590060+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:35.592518+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:35.660824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-15T03:58:35.928053+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:35.934980+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 15 Mar 2021 03:58:35 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:35.935142+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:35.935180+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:35.943246+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T03:58:36.091135+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-15T03:58:36.116487+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T03:58:36.116546+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:36.116580+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:36.117762+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T03:58:36.139317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T03:58:36.144329+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T03:58:36.182694+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-15T03:58:36.320373+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-15T03:58:36.336095+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-15T03:58:36.347040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-15T03:58:36.347625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T03:58:36.351183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-15T03:58:36.351582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-15T03:58:36.351972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-15T03:58:36.352345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-15T03:58:36.352678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T03:58:36.353004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-15T03:58:36.353370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T03:58:36.353683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-15T03:58:36.353992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-15T03:58:36.354320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-15T03:58:36.356670+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-15T03:58:36.373270+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T03:58:37.012589+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1eb1e5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1eb1e5","method":"GET"} [] [2021-03-15T03:58:38.622230+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T03:58:38.653958+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T03:58:38.654018+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:38.654052+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:38.656004+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T03:58:38.698252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T03:58:38.702817+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T03:58:38.775912+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T03:58:38.808129+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T03:58:39.111509+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"457a2e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/457a2e","method":"GET"} [] [2021-03-15T03:58:57.838279+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-15T03:58:57.877420+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T03:58:57.912181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T03:58:57.918191+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T03:58:57.918310+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T03:58:57.918357+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:57.918392+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T03:58:58.000402+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-03-15T03:58:58.201116+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T03:58:58.210614+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T03:58:58.269193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T03:58:58.274927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-03-15T03:58:58.281923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-03-15T03:58:58.285337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-03-15T03:58:58.285792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-03-15T03:58:58.286140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-15T03:58:58.286481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-15T03:58:58.286840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-03-15T03:58:58.287283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-15T03:58:58.287622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-15T03:58:58.287957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-15T03:58:58.288364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-15T03:58:58.288692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-15T03:58:58.289038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-03-15T03:58:58.289486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-15T03:58:58.289807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-15T03:58:58.290123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-03-15T03:58:58.290437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-03-15T03:58:58.290754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-15T03:58:58.291109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-03-15T03:58:58.291616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-03-15T03:58:58.291951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-15T03:58:58.292286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-03-15T03:58:58.292647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-03-15T03:58:58.293004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-03-15T03:58:58.293686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-15T03:58:58.294070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-03-15T03:58:58.294531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-03-15T03:58:58.295037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-15T03:58:58.295319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-03-15T03:58:58.296184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-15T03:58:58.296661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-15T03:58:58.297052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-03-15T03:58:58.297620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-03-15T03:58:58.298519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-03-15T03:58:58.299023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-15T03:58:58.299411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T03:58:58.299731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-03-15T03:58:58.300087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-15T03:58:58.300399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T03:58:58.300681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-03-15T03:58:58.301119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-03-15T03:58:58.301463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-03-15T03:58:58.301820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-15T03:58:58.302191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-03-15T03:58:58.302704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-03-15T03:58:58.303091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-15T03:58:58.303426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-03-15T03:58:58.303892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-15T03:58:58.913561+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T03:58:58.938136+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T04:00:01.153633+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T04:00:01.179614+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T04:00:01.179671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T04:00:01.179703+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T04:00:01.180793+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T04:00:01.211763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T04:00:01.215882+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T04:00:01.256247+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T04:00:01.279237+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T04:00:01.805027+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"272b64"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/272b64","method":"GET"} [] [2021-03-15T06:09:10.413035+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-15T06:09:10.462583+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:09:10.520833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:09:10.526837+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:09:10.526920+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:09:10.526958+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:09:10.526990+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:09:10.601884+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-03-15T06:09:10.712646+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:09:10.722416+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:09:10.729911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-15T06:09:10.736433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-03-15T06:09:10.740177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-15T06:09:10.741484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-03-15T06:09:10.741777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-15T06:09:10.742165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-03-15T06:09:10.742449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-03-15T06:09:10.742738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-03-15T06:09:10.743137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-15T06:09:10.743421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-15T06:09:10.743663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-15T06:09:10.743943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-03-15T06:09:10.744224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-15T06:09:10.744518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:09:10.744800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-03-15T06:09:10.745239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-15T06:09:10.745553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-15T06:09:10.745831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-03-15T06:09:10.746244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-03-15T06:09:10.746530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-03-15T06:09:10.746812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-03-15T06:09:10.747087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-15T06:09:10.747367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-03-15T06:09:10.747648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-03-15T06:09:10.747921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-03-15T06:09:10.748202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:09:10.748474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-03-15T06:09:10.748785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-15T06:09:10.749079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:09:10.749371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-03-15T06:09:10.749858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-03-15T06:09:10.750183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-03-15T06:09:10.750466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-15T06:09:10.750771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-03-15T06:09:10.751273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-15T06:09:10.751592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-03-15T06:09:10.751956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-15T06:09:10.752239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-15T06:09:10.752517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-15T06:09:10.752795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-15T06:09:11.103455+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:09:11.127856+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:20:38.483271+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T06:20:38.527114+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:20:38.527181+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:20:38.527215+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:20:38.529330+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:20:38.565322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:20:38.569859+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:20:38.636983+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:20:38.675075+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:20:39.292339+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ec769"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5ec769","method":"GET"} [] [2021-03-15T06:20:49.657264+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-15T06:20:49.693019+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:20:49.693076+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:20:49.693108+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:20:49.694965+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:20:49.742249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:20:49.746791+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:20:49.765894+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-15T06:20:49.840260+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-15T06:20:49.845881+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-15T06:20:49.854449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-15T06:20:49.854952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:20:49.856252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-15T06:20:49.856625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-15T06:20:49.856989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-15T06:20:49.857358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-15T06:20:49.857746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:20:49.858086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-15T06:20:49.858563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:20:49.858902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-15T06:20:49.859241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-15T06:20:49.859615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-15T06:20:49.861373+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-15T06:20:49.870205+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:20:50.274340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eadc37"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eadc37","method":"GET"} [] [2021-03-15T06:21:02.702466+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-15T06:21:02.733062+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:21:02.780722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:21:02.785154+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:21:02.785214+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:21:02.785247+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:21:02.785275+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:21:02.791191+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-15T06:21:02.803411+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-15T06:21:02.872983+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%0287%"] [] [2021-03-15T06:21:02.878107+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%0287%",[252,237,217,204,140,135,120,53,52]] [] [2021-03-15T06:21:02.886089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-15T06:21:02.886526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:21:02.887878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:21:02.888189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-15T06:21:02.888491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:21:02.888791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-15T06:21:02.890407+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%0287%"] [] [2021-03-15T06:21:02.891899+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:21:03.314160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9934d9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9934d9","method":"GET"} [] [2021-03-15T06:23:13.556395+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"252"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/252","method":"GET"} [] [2021-03-15T06:23:13.593000+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:23:13.593058+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:23:13.593090+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:23:13.594955+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:23:13.642123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:23:13.646687+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:23:13.672838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["252"] [] [2021-03-15T06:23:13.690274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-03-15T06:23:13.752436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-15T06:23:13.754189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:23:13.757772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-15T06:23:13.759232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-15T06:23:13.759591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-03-15T06:23:13.760003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-15T06:23:13.760342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-15T06:23:13.760674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-15T06:23:13.762304+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:23:13.763704+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-15T06:23:13.764488+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-15T06:23:13.803635+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:23:14.239203+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d81f6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d81f6","method":"GET"} [] [2021-03-15T06:24:39.308817+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"252"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/252","method":"POST"} [] [2021-03-15T06:24:39.345561+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:24:39.386766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:24:39.390275+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:24:39.390333+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:24:39.390366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:24:39.390395+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:24:39.413897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["252"] [] [2021-03-15T06:24:39.430595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-03-15T06:24:39.486573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-15T06:24:39.487383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:24:39.491098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-15T06:24:39.492523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-15T06:24:39.492875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-03-15T06:24:39.493211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-15T06:24:39.493542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-15T06:24:39.493869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-15T06:24:39.497446+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-03-15T06:24:39.498603+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-15T06:24:39.499185+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-15T06:24:39.502428+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-03-15T06:24:39.502908+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["63"]] [] [2021-03-15T06:24:39.503367+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-15T06:24:39.503824+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-15T06:24:39.504283+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-03-15T06:24:39.573821+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-15T06:24:39.574082+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [121551.0,252] [] [2021-03-15T06:24:39.575012+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-15T06:24:39.589855+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:24:39.791250+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-15T06:24:39.826397+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:24:39.826453+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:24:39.826485+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:24:39.828315+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:24:39.878253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:24:39.883950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:24:39.904320+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-15T06:24:39.965881+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-15T06:24:39.969376+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-15T06:24:39.977474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-15T06:24:39.977977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:24:39.978338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-15T06:24:39.978656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-15T06:24:39.978970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-15T06:24:39.979280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-15T06:24:39.979574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:24:39.979861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-15T06:24:39.980187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:24:39.980474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-15T06:24:39.980757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-15T06:24:39.981075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-15T06:24:39.982675+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-15T06:24:39.990518+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:24:40.419176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c6a74"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4c6a74","method":"GET"} [] [2021-03-15T06:24:53.162971+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T06:24:53.195912+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:24:53.195975+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:24:53.196009+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:24:53.198568+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:24:53.249234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:24:53.252924+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:24:53.310846+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:24:53.339545+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:24:53.731165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e90d77"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e90d77","method":"GET"} [] [2021-03-15T06:25:14.472115+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-15T06:25:14.498880+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:25:14.544683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:25:14.547951+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:25:14.548019+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:25:14.548055+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:25:14.548084+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:25:14.589946+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-03-15T06:25:14.674218+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:25:14.681688+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:25:14.688862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-15T06:25:14.694743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-03-15T06:25:14.698492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-15T06:25:14.699878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-03-15T06:25:14.700264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-15T06:25:14.700590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-03-15T06:25:14.700872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-03-15T06:25:14.701201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-03-15T06:25:14.701620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-15T06:25:14.701895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-15T06:25:14.702193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-15T06:25:14.702535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-03-15T06:25:14.702874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-15T06:25:14.703311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:25:14.703659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-03-15T06:25:14.704173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-15T06:25:14.704570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-15T06:25:14.704920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-03-15T06:25:14.705502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-03-15T06:25:14.705862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-03-15T06:25:14.706187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-03-15T06:25:14.706464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-15T06:25:14.706731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-03-15T06:25:14.706994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-03-15T06:25:14.707257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-03-15T06:25:14.707537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:25:14.707800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-03-15T06:25:14.708182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-15T06:25:14.708626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:25:14.708977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-03-15T06:25:14.709578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-03-15T06:25:14.709976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-03-15T06:25:14.710323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-15T06:25:14.710685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-03-15T06:25:14.711286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-15T06:25:14.711635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-03-15T06:25:14.712128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-15T06:25:14.712476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-15T06:25:14.712815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-15T06:25:14.713153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-15T06:25:15.065637+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:25:15.088906+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:27:20.029179+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T06:27:20.064245+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:27:20.064302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:20.064334+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:20.066273+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:27:20.112246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:27:20.116671+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:27:20.172224+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:27:20.202505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:27:20.696081+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fa423"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3fa423","method":"GET"} [] [2021-03-15T06:27:22.706989+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-15T06:27:22.730774+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:27:22.730827+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:22.730859+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:22.731882+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:27:22.769035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:27:22.772050+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:27:22.784377+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-15T06:27:22.838036+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-15T06:27:22.841485+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-15T06:27:22.849646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-15T06:27:22.850077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:27:22.850401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-15T06:27:22.850719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-15T06:27:22.851030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-15T06:27:22.851339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-15T06:27:22.851625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:27:22.851913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-15T06:27:22.852237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:27:22.852523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-15T06:27:22.852812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-15T06:27:22.853130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-15T06:27:22.854749+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-15T06:27:22.862792+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:27:23.299596+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eaa403"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eaa403","method":"GET"} [] [2021-03-15T06:27:28.333986+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-15T06:27:28.364272+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:27:28.408839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:27:28.413287+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:27:28.413347+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:27:28.413381+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:28.413410+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:28.419225+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-15T06:27:28.431127+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-15T06:27:28.499542+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%0287%"] [] [2021-03-15T06:27:28.504592+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%0287%",[252,237,217,204,140,135,120,53,52]] [] [2021-03-15T06:27:28.512708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-15T06:27:28.513162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:27:28.514528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:27:28.514886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-15T06:27:28.515241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:27:28.515594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-15T06:27:28.517308+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%0287%"] [] [2021-03-15T06:27:28.518743+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:27:28.919538+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35e927"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/35e927","method":"GET"} [] [2021-03-15T06:27:31.676400+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"237"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/237","method":"GET"} [] [2021-03-15T06:27:31.704862+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:27:31.704917+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:31.704949+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:31.706772+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:27:31.755841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:27:31.760221+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:27:31.782109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["237"] [] [2021-03-15T06:27:31.798427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-03-15T06:27:31.852288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-15T06:27:31.854017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:27:31.856217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-03-15T06:27:31.857522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-15T06:27:31.858871+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:27:31.860268+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-15T06:27:31.861028+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-15T06:27:31.892463+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:27:32.325583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63ebc8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/63ebc8","method":"GET"} [] [2021-03-15T06:27:55.899263+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"217"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/217","method":"GET"} [] [2021-03-15T06:27:55.934924+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:27:55.934981+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:55.935091+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:27:55.936971+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:27:55.985414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:27:55.988859+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:27:56.011799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["217"] [] [2021-03-15T06:27:56.027512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-03-15T06:27:56.081890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-15T06:27:56.082661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:27:56.084559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-15T06:27:56.085928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-15T06:27:56.086324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-15T06:27:56.086709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-15T06:27:56.088230+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:27:56.089696+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-15T06:27:56.090496+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-15T06:27:56.123987+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:27:56.646655+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba99fa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ba99fa","method":"GET"} [] [2021-03-15T06:28:11.363007+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"217"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/217","method":"POST"} [] [2021-03-15T06:28:11.392836+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:28:11.439401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:28:11.443759+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:28:11.443819+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:28:11.443854+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:28:11.443883+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:28:11.466305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["217"] [] [2021-03-15T06:28:11.482756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-03-15T06:28:11.536794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-03-15T06:28:11.538479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:28:11.541237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-15T06:28:11.542533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-15T06:28:11.542874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-15T06:28:11.543205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-15T06:28:11.546242+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-03-15T06:28:11.547451+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-15T06:28:11.548134+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-03-15T06:28:11.548988+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-03-15T06:28:11.549455+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["4"]] [] [2021-03-15T06:28:11.549908+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-03-15T06:28:11.608569+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-15T06:28:11.608838+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [122280.0,217] [] [2021-03-15T06:28:11.609177+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-15T06:28:11.636636+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:28:11.829707+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-15T06:28:11.864150+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:28:11.864205+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:28:11.864237+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:28:11.866041+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:28:11.911135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:28:11.920315+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:28:11.942612+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-15T06:28:12.003958+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-15T06:28:12.009121+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-15T06:28:12.017032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-15T06:28:12.017453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:28:12.018688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-15T06:28:12.019010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-15T06:28:12.019363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-15T06:28:12.019677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-15T06:28:12.019965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:28:12.020258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-15T06:28:12.020580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:28:12.020867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-15T06:28:12.021156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-15T06:28:12.021473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-15T06:28:12.023289+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-15T06:28:12.031090+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:28:12.458186+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"318a9d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/318a9d","method":"GET"} [] [2021-03-15T06:28:14.715590+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T06:28:14.744184+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:28:14.744239+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:28:14.744271+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:28:14.746141+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:28:14.796684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:28:14.801062+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:28:14.854076+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:28:14.882487+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:28:15.217527+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c1bb3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c1bb3","method":"GET"} [] [2021-03-15T06:28:34.070629+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-15T06:28:34.100470+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:28:34.143670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:28:34.147227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:28:34.147288+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:28:34.147322+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:28:34.147350+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:28:34.192275+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-03-15T06:28:34.278398+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:28:34.285966+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:28:34.292778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-15T06:28:34.297352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-03-15T06:28:34.300032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-15T06:28:34.300384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-03-15T06:28:34.300682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-15T06:28:34.300962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-03-15T06:28:34.301239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-03-15T06:28:34.301625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-03-15T06:28:34.302060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-15T06:28:34.302346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-15T06:28:34.302624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-15T06:28:34.302900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-03-15T06:28:34.303176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-15T06:28:34.303461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:28:34.303737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-03-15T06:28:34.304157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-15T06:28:34.304465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-15T06:28:34.304742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-03-15T06:28:34.305149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-03-15T06:28:34.305435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-03-15T06:28:34.305712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-03-15T06:28:34.305985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-15T06:28:34.306258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-03-15T06:28:34.306529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-03-15T06:28:34.306803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-03-15T06:28:34.307158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:28:34.307434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-03-15T06:28:34.307737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-15T06:28:34.308025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:28:34.308281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-03-15T06:28:34.308724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-03-15T06:28:34.309024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-03-15T06:28:34.309285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-15T06:28:34.309559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-03-15T06:28:34.310002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-15T06:28:34.310283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-03-15T06:28:34.310616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-15T06:28:34.310884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-15T06:28:34.311139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-15T06:28:34.311390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-15T06:28:34.650240+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:28:34.682209+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:36:29.851059+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T06:36:29.892032+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:36:29.892092+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:36:29.892126+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:36:29.894069+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:36:29.946211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:36:29.950901+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:36:30.010992+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:36:30.043039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:36:30.619889+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65db8e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/65db8e","method":"GET"} [] [2021-03-15T06:36:54.296336+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-15T06:36:54.333253+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:36:54.381695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:36:54.385143+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:36:54.385203+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:36:54.385237+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:36:54.385266+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:36:54.442802+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-03-15T06:36:54.530210+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:36:54.538010+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:36:54.544939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:36:54.549902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-03-15T06:36:54.553495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-15T06:36:54.554742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-15T06:36:54.555032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-15T06:36:54.555310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-15T06:36:54.555662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-03-15T06:36:54.555977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-03-15T06:36:54.556276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-03-15T06:36:54.556700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-15T06:36:54.557033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-03-15T06:36:54.557453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-15T06:36:54.557847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-03-15T06:36:54.558271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-15T06:36:54.558590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-03-15T06:36:54.558951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-03-15T06:36:54.559233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-15T06:36:54.559516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-03-15T06:36:54.559791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-15T06:36:54.560083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-03-15T06:36:54.560471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-03-15T06:36:54.560757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-15T06:36:54.561109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:36:54.561391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-03-15T06:36:54.561792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:36:54.562072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-03-15T06:36:54.562374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-15T06:36:54.562674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-03-15T06:36:54.563076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-03-15T06:36:54.563695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-03-15T06:36:54.564135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-03-15T06:36:54.564471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-15T06:36:54.564766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-03-15T06:36:54.565172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-03-15T06:36:54.565574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-03-15T06:36:54.565898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-03-15T06:36:54.566183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-15T06:36:54.566479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-03-15T06:36:54.566804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-03-15T06:36:54.567118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-03-15T06:36:55.105170+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:36:55.127401+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:49:21.403090+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T06:49:21.477121+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:49:21.477256+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:49:21.477295+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:49:21.479143+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:49:21.534930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:49:21.538567+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:49:21.598533+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:49:21.629210+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T06:49:22.171879+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"586ae8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/586ae8","method":"GET"} [] [2021-03-15T06:49:29.015069+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-15T06:49:29.060148+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T06:49:29.109239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T06:49:29.112766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T06:49:29.112830+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T06:49:29.112866+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:49:29.112896+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T06:49:29.174201+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-03-15T06:49:29.264706+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:49:29.273734+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-03-15T00:00:00+00:00"] [] [2021-03-15T06:49:29.281109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-15T06:49:29.286903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-03-15T06:49:29.290580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-15T06:49:29.292204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-15T06:49:29.292564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-15T06:49:29.292901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-15T06:49:29.293236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-15T06:49:29.293608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-03-15T06:49:29.294055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-15T06:49:29.294396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-15T06:49:29.294734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-15T06:49:29.295105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-03-15T06:49:29.295443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-03-15T06:49:29.295803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-03-15T06:49:29.296158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-03-15T06:49:29.296761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-03-15T06:49:29.297161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-15T06:49:29.297555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-03-15T06:49:29.297888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-03-15T06:49:29.298383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-03-15T06:49:29.298956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-03-15T06:49:29.299299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-03-15T06:49:29.299635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-15T06:49:29.299977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-03-15T06:49:29.300319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-15T06:49:29.300660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-15T06:49:29.300983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-15T06:49:29.301299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-15T06:49:29.301618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-03-15T06:49:29.301933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-15T06:49:29.302249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-03-15T06:49:29.302566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-03-15T06:49:29.302949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-15T06:49:29.303276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-15T06:49:29.303589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-03-15T06:49:29.303938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-15T06:49:29.304266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-15T06:49:29.304574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-03-15T06:49:29.305021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-03-15T06:49:29.305353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-15T06:49:29.305691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-03-15T06:49:29.306100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-03-15T06:49:29.306621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-03-15T06:49:29.306962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-03-15T06:49:29.307426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-03-15T06:49:29.307838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-03-15T06:49:29.308232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-03-15T06:49:29.308526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-03-15T06:49:29.308814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-03-15T06:49:29.309103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-03-15T06:49:29.309388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-03-15T06:49:29.309703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-03-15T06:49:29.310031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-03-15T06:49:29.310321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-15T06:49:29.310624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-03-15T06:49:29.310951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-15T06:49:29.311277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-03-15T06:49:29.913344+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T06:49:29.936101+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T07:00:09.257554+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-15T07:00:09.293957+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-15T07:00:09.294014+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T07:00:09.294047+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-15T07:00:09.295919+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-15T07:00:09.337414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-15T07:00:09.340898+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-15T07:00:09.396585+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-15T07:00:09.426164+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-15T07:00:10.007717+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62744f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/62744f","method":"GET"} [] [2021-03-20T03:58:18.653858+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-20T03:58:18.824776+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T03:58:18.824844+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:18.824880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:18.901962+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-20T03:58:19.539166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a83391"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a83391","method":"GET"} [] [2021-03-20T03:58:24.024381+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-20T03:58:24.048887+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T03:58:24.048941+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.048980+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.052786+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.154480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-20T03:58:24.388249+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.394616+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 20 Mar 2021 03:58:24 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.394725+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.394760+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.400339+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T03:58:24.567493+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-20T03:58:24.591318+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T03:58:24.591370+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.591401+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:24.592518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T03:58:24.632509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T03:58:24.636554+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T03:58:24.685787+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-20T03:58:24.820815+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-20T03:58:24.836039+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-20T03:58:24.846187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-20T03:58:24.846667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T03:58:24.850685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-20T03:58:24.851032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-20T03:58:24.851356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-20T03:58:24.851670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-20T03:58:24.851960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-20T03:58:24.852253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-20T03:58:24.852583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-20T03:58:24.852871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-20T03:58:24.853171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-20T03:58:24.853489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-20T03:58:24.855670+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-20T03:58:24.869435+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T03:58:25.520534+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7581d0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7581d0","method":"GET"} [] [2021-03-20T03:58:26.743546+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-20T03:58:26.771754+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T03:58:26.771808+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:26.771841+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:26.773656+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T03:58:26.822520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T03:58:26.826916+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T03:58:26.908957+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T03:58:26.938973+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T03:58:27.335496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c4214"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7c4214","method":"GET"} [] [2021-03-20T03:58:48.678244+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-20T03:58:48.716365+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T03:58:48.763850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T03:58:48.768423+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T03:58:48.768485+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T03:58:48.768520+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:48.768550+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T03:58:48.831225+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-03-20T03:58:48.961436+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-03-20T00:00:00+00:00"] [] [2021-03-20T03:58:48.970675+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-03-20T00:00:00+00:00"] [] [2021-03-20T03:58:49.027395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T03:58:49.033254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-03-20T03:58:49.040419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-03-20T03:58:49.043971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-03-20T03:58:49.044379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-03-20T03:58:49.044676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-20T03:58:49.044961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-20T03:58:49.045269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-03-20T03:58:49.045656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-20T03:58:49.045945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-20T03:58:49.046229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-20T03:58:49.046553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-20T03:58:49.046837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-20T03:58:49.047144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-03-20T03:58:49.047549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-20T03:58:49.047838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-20T03:58:49.048124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-03-20T03:58:49.048403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-03-20T03:58:49.048681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-03-20T03:58:49.049002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-03-20T03:58:49.049479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-03-20T03:58:49.049788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-20T03:58:49.050099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-03-20T03:58:49.050428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-03-20T03:58:49.050754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-03-20T03:58:49.051126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-20T03:58:49.051455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-03-20T03:58:49.051899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-03-20T03:58:49.052312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-20T03:58:49.052603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-03-20T03:58:49.053409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-20T03:58:49.053725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-20T03:58:49.054006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-03-20T03:58:49.054381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-03-20T03:58:49.055121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-03-20T03:58:49.055411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-20T03:58:49.055725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-20T03:58:49.056004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-03-20T03:58:49.056322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-20T03:58:49.056617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-20T03:58:49.056895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-03-20T03:58:49.057309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-03-20T03:58:49.057639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-03-20T03:58:49.057931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-20T03:58:49.058217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-03-20T03:58:49.058635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-03-20T03:58:49.058961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-20T03:58:49.059259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-03-20T03:58:49.059655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-20T03:58:49.631153+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T03:58:49.653714+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:04:51.882948+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-20T04:04:51.920039+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:04:51.920098+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:04:51.920132+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:04:51.922069+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:04:51.969903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:04:51.974460+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:04:52.031189+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T04:04:52.062330+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:04:52.652734+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7bdcd1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7bdcd1","method":"GET"} [] [2021-03-20T04:07:57.896895+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-20T04:07:57.933690+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:07:57.976018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:07:57.980627+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:07:57.980687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:07:57.980721+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:07:57.980750+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:07:58.040475+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-03-20T04:07:58.131203+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-03-20T00:00:00+00:00"] [] [2021-03-20T04:07:58.140193+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-03-20T00:00:00+00:00"] [] [2021-03-20T04:07:58.147388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T04:07:58.153188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-03-20T04:07:58.156728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-20T04:07:58.157983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-20T04:07:58.158280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-20T04:07:58.158565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-20T04:07:58.158898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-20T04:07:58.159187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-20T04:07:58.159496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-03-20T04:07:58.159884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-20T04:07:58.160177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-03-20T04:07:58.160464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-20T04:07:58.160745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-20T04:07:58.161044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-20T04:07:58.161326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-03-20T04:07:58.161794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-20T04:07:58.162080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-03-20T04:07:58.162390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-20T04:07:58.162697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-03-20T04:07:58.163171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-03-20T04:07:58.163487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-20T04:07:58.163807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-03-20T04:07:58.164200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-03-20T04:07:58.164680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-03-20T04:07:58.165128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-03-20T04:07:58.494683+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T04:07:58.517296+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:12:03.823494+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-20T04:12:03.859060+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:12:03.859116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:03.859149+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:03.861000+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:12:03.901140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:03.905613+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:12:03.962924+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T04:12:03.993919+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:12:04.547976+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3dbae"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b3dbae","method":"GET"} [] [2021-03-20T04:12:06.508478+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-20T04:12:06.533326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:12:06.533380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:06.533456+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:06.534558+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:12:06.567629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:06.571734+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:12:06.584562+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-20T04:12:06.639521+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-20T04:12:06.644826+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-20T04:12:06.653080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-20T04:12:06.653538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T04:12:06.654853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-20T04:12:06.655181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:06.655499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-20T04:12:06.655854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-20T04:12:06.656192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-20T04:12:06.656485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-20T04:12:06.656817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-20T04:12:06.657108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-20T04:12:06.657404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-20T04:12:06.657726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-20T04:12:06.659383+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-20T04:12:06.667518+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:12:07.116011+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95f82d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/95f82d","method":"GET"} [] [2021-03-20T04:12:16.001155+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-20T04:12:16.038911+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:12:16.081411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:16.085859+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:12:16.085924+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:12:16.085959+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:16.086031+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:16.092945+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-20T04:12:16.105921+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-20T04:12:16.181118+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%6105%"] [] [2021-03-20T04:12:16.186090+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%6105%",[256,223,195,186,160,153,143,122,76,62]] [] [2021-03-20T04:12:16.194363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-20T04:12:16.194802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T04:12:16.196082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-20T04:12:16.196426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-20T04:12:16.198217+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%6105%"] [] [2021-03-20T04:12:16.199646+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:12:16.637070+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad4925"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ad4925","method":"GET"} [] [2021-03-20T04:12:21.603369+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"256"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/256","method":"GET"} [] [2021-03-20T04:12:21.632837+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:12:21.632895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:21.632930+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:21.634830+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:12:21.678442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:21.682943+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:12:21.706764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["256"] [] [2021-03-20T04:12:21.723780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-03-20T04:12:21.781980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-20T04:12:21.783699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T04:12:21.787091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-20T04:12:21.788445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-20T04:12:21.788828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-20T04:12:21.789171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-20T04:12:21.789509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-20T04:12:21.791099+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T04:12:21.793112+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-20T04:12:21.793881+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-20T04:12:21.830066+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:12:22.325983+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f698db"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f698db","method":"GET"} [] [2021-03-20T04:12:37.575323+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"256"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/256","method":"POST"} [] [2021-03-20T04:12:37.612121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:12:37.667152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:37.685496+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:12:37.685739+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:12:37.685893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:37.686022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:37.723742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["256"] [] [2021-03-20T04:12:37.740485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-03-20T04:12:37.795804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-20T04:12:37.797532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T04:12:37.800622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-20T04:12:37.801945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-20T04:12:37.802331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-20T04:12:37.802719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-20T04:12:37.803103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-20T04:12:37.806448+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-03-20T04:12:37.807628+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-03-20T04:12:37.808235+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-20T04:12:37.811374+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-03-20T04:12:37.812155+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-20T04:12:37.812725+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-20T04:12:37.813235+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-03-20T04:12:37.892031+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-20T04:12:37.892361+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [74220.0,256] [] [2021-03-20T04:12:37.893628+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-20T04:12:37.909651+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:12:38.091577+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-20T04:12:38.127033+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:12:38.127090+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:38.127124+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:38.128980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:12:38.171668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:38.176071+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:12:38.193365+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-20T04:12:38.254593+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-20T04:12:38.259808+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-20T04:12:38.267890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-20T04:12:38.268358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T04:12:38.269651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-20T04:12:38.270023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:38.270423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-20T04:12:38.270795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-20T04:12:38.271134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-20T04:12:38.271474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-20T04:12:38.271852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-20T04:12:38.272191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-20T04:12:38.272526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-20T04:12:38.272897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-20T04:12:38.274571+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-20T04:12:38.282489+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:12:38.744335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0137ae"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0137ae","method":"GET"} [] [2021-03-20T04:12:40.752216+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-20T04:12:40.780832+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:12:40.780887+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:40.780969+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:12:40.782843+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:12:40.831258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:12:40.835641+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:12:40.889637+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T04:12:40.918063+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:12:41.240507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0d096"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c0d096","method":"GET"} [] [2021-03-20T04:13:01.858163+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-20T04:13:01.888717+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:13:01.932482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:13:01.937002+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:13:01.937064+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:13:01.937100+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:13:01.937130+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:13:01.983417+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-03-20T04:13:02.073074+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-03-20T00:00:00+00:00"] [] [2021-03-20T04:13:02.081869+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-03-20T00:00:00+00:00"] [] [2021-03-20T04:13:02.088943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-20T04:13:02.094626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-03-20T04:13:02.098144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-20T04:13:02.099419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-20T04:13:02.099722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-20T04:13:02.100007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-20T04:13:02.100289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-20T04:13:02.100571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-20T04:13:02.100878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-03-20T04:13:02.101260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-20T04:13:02.101551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-03-20T04:13:02.101834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-20T04:13:02.102114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-20T04:13:02.102409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-20T04:13:02.102693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-03-20T04:13:02.103204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-20T04:13:02.103496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-03-20T04:13:02.103808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-20T04:13:02.104115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-03-20T04:13:02.104532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-03-20T04:13:02.104842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-20T04:13:02.105148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-03-20T04:13:02.105498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-03-20T04:13:02.105973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-03-20T04:13:02.106503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-03-20T04:13:02.436258+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T04:13:02.458874+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:14:20.836336+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-20T04:14:20.861035+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-20T04:14:20.861089+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:14:20.861121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-20T04:14:20.862233+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-20T04:14:20.894660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-20T04:14:20.898750+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-20T04:14:20.938282+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-20T04:14:20.961274+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-20T04:14:21.534918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fba1c8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fba1c8","method":"GET"} [] [2021-03-21T04:27:45.226366+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-21T04:27:45.301377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-21T04:27:45.301436+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:45.301471+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:45.336508+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-21T04:27:45.949182+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e39692"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e39692","method":"GET"} [] [2021-03-21T04:27:48.628202+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-21T04:27:48.653963+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-21T04:27:48.654018+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:48.654055+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:48.657978+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:48.733285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-21T04:27:48.949057+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:48.955075+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 21 Mar 2021 04:27:48 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:48.955143+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:48.955174+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:48.960662+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-21T04:27:49.153962+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-21T04:27:49.195476+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-21T04:27:49.195532+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:49.195565+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:49.197527+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-21T04:27:49.236882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-21T04:27:49.247836+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-21T04:27:49.283696+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-21T04:27:49.423849+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-21T04:27:49.432803+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-21T04:27:49.443223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-21T04:27:49.443686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-21T04:27:49.445108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-21T04:27:49.445434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-21T04:27:49.445748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-21T04:27:49.446066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-21T04:27:49.446353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-21T04:27:49.446644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-21T04:27:49.446976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-21T04:27:49.447267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-21T04:27:49.447555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-21T04:27:49.447874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-21T04:27:49.450033+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-21T04:27:49.463296+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-21T04:27:50.121498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fdf9b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fdf9b5","method":"GET"} [] [2021-03-21T04:27:58.746788+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-21T04:27:58.789844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-21T04:27:58.789901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:58.789934+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:27:58.791895+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-21T04:27:58.829531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-21T04:27:58.833742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-21T04:27:58.923118+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-21T04:27:58.962006+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-21T04:27:59.302039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"546f5e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/546f5e","method":"GET"} [] [2021-03-21T04:28:30.490271+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-21T04:28:30.515940+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-21T04:28:30.537299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-21T04:28:30.540718+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-21T04:28:30.540781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-21T04:28:30.540876+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:28:30.540911+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:28:30.645143+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-03-21T04:28:30.813670+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-03-21T00:00:00+00:00"] [] [2021-03-21T04:28:30.821768+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-03-21T00:00:00+00:00"] [] [2021-03-21T04:28:30.829658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-21T04:28:30.834439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-03-21T04:28:30.838587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-03-21T04:28:30.840007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-21T04:28:30.840328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-21T04:28:30.840614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-21T04:28:30.840894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-21T04:28:30.841179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-03-21T04:28:30.841464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-03-21T04:28:30.841742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-21T04:28:30.842060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-21T04:28:30.842371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-03-21T04:28:30.842789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-03-21T04:28:30.843078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-21T04:28:30.843360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-03-21T04:28:30.843639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-03-21T04:28:30.843917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-03-21T04:28:30.844194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-21T04:28:30.844483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-21T04:28:30.844764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-03-21T04:28:30.845211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-03-21T04:28:30.845649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-21T04:28:30.845939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-03-21T04:28:30.846249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-21T04:28:30.846529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-03-21T04:28:30.846807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-21T04:28:30.847115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-21T04:28:30.847434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-03-21T04:28:30.847893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-21T04:28:30.848180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-03-21T04:28:30.848490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-21T04:28:30.848786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-03-21T04:28:30.849064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-03-21T04:28:30.849442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-03-21T04:28:30.849728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-03-21T04:28:30.849994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-03-21T04:28:30.850276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-03-21T04:28:30.850700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-21T04:28:30.850970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-21T04:28:30.851233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-03-21T04:28:30.851522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-03-21T04:28:30.851811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-03-21T04:28:30.852106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-03-21T04:28:30.852398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-21T04:28:30.852665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-03-21T04:28:30.853126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2021-03-21T04:28:30.853508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-21T04:28:30.853778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2021-03-21T04:28:31.284476+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-21T04:28:31.307284+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-21T04:50:00.258884+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-21T04:50:00.295433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-21T04:50:00.295491+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:50:00.295527+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-21T04:50:00.297444+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-21T04:50:00.334556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-21T04:50:00.338365+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-21T04:50:00.396379+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-21T04:50:00.428657+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-21T04:50:01.014668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a56a4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7a56a4","method":"GET"} [] [2021-03-22T04:00:13.448065+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-22T04:00:13.523558+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T04:00:13.523662+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:13.523704+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:13.556684+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-22T04:00:14.086880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3a68e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a3a68e","method":"GET"} [] [2021-03-22T04:00:17.117980+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-22T04:00:17.143734+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T04:00:17.143788+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.143826+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.145258+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.212018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-22T04:00:17.426117+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.433280+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 22 Mar 2021 04:00:17 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.433359+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.433390+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.440080+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T04:00:17.580822+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-22T04:00:17.605476+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T04:00:17.605579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.605619+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:17.606772+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T04:00:17.630353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T04:00:17.633697+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T04:00:17.671921+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-22T04:00:17.789378+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-22T04:00:17.797661+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-22T04:00:17.808178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-22T04:00:17.808632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-22T04:00:17.810102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-22T04:00:17.810430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-22T04:00:17.810769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-22T04:00:17.811151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-22T04:00:17.811445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-22T04:00:17.811742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-22T04:00:17.812076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-22T04:00:17.812369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-22T04:00:17.812658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-22T04:00:17.812992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-22T04:00:17.815192+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-22T04:00:17.828762+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T04:00:18.365446+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afc115"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/afc115","method":"GET"} [] [2021-03-22T04:00:19.827697+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-22T04:00:19.856447+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T04:00:19.856505+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:19.856540+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:19.858466+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T04:00:19.887998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T04:00:19.891608+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T04:00:19.958618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T04:00:19.988188+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T04:00:20.320459+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cc993"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8cc993","method":"GET"} [] [2021-03-22T04:00:38.428143+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-22T04:00:38.477200+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T04:00:38.527188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T04:00:38.531949+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T04:00:38.532014+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T04:00:38.532049+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:38.532079+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:00:38.606172+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-03-22T04:00:38.735749+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-03-22T00:00:00+00:00"] [] [2021-03-22T04:00:38.745221+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-03-22T00:00:00+00:00"] [] [2021-03-22T04:00:38.752977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-22T04:00:38.759160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-03-22T04:00:38.762929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-03-22T04:00:38.764411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-03-22T04:00:38.764709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-22T04:00:38.765024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-03-22T04:00:38.765408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-03-22T04:00:38.765699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-03-22T04:00:38.766016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-03-22T04:00:38.766385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-22T04:00:38.766671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-22T04:00:38.766951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-22T04:00:38.767264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-03-22T04:00:38.767627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-03-22T04:00:38.767919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-22T04:00:38.768199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-03-22T04:00:38.768505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-22T04:00:38.768875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-03-22T04:00:38.769322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-22T04:00:38.769609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-22T04:00:38.769893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-22T04:00:38.770174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-03-22T04:00:38.770449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-03-22T04:00:38.770754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-22T04:00:38.771031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-03-22T04:00:38.771447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-22T04:00:38.771754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-03-22T04:00:38.772194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-03-22T04:00:38.772642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-03-22T04:00:38.772930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-22T04:00:38.773214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-03-22T04:00:38.773492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-22T04:00:38.773767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-22T04:00:38.774069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-03-22T04:00:38.774353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-03-22T04:00:38.774615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-03-22T04:00:38.774907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-03-22T04:00:38.775298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-03-22T04:00:38.775622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-03-22T04:00:38.775888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-22T04:00:38.776165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-03-22T04:00:39.205440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T04:00:39.235358+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T04:07:25.543881+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-22T04:07:25.581324+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T04:07:25.581380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:07:25.581412+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T04:07:25.583355+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T04:07:25.623871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T04:07:25.627658+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T04:07:25.686740+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T04:07:25.718938+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T04:07:26.260801+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ff6c7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7ff6c7","method":"GET"} [] [2021-03-22T07:17:18.697466+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-22T07:17:18.737561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T07:17:18.737619+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T07:17:18.737652+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T07:17:18.739783+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T07:17:18.796979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T07:17:18.800924+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T07:17:18.865039+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T07:17:18.898865+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T07:17:19.502629+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16dba3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/16dba3","method":"GET"} [] [2021-03-22T07:17:38.276908+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-22T07:17:38.323222+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T07:17:38.383086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T07:17:38.395587+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T07:17:38.395724+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T07:17:38.395806+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T07:17:38.395876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T07:17:38.469744+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-22T07:17:38.577459+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-03-22T00:00:00+00:00"] [] [2021-03-22T07:17:38.585793+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-03-22T00:00:00+00:00"] [] [2021-03-22T07:17:38.593006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-22T07:17:38.598604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-03-22T07:17:38.601191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-22T07:17:38.601607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-03-22T07:17:38.601984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-22T07:17:38.602279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-22T07:17:38.602567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-22T07:17:38.602870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-03-22T07:17:38.603312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-22T07:17:38.603601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-22T07:17:38.603883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-22T07:17:38.604216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-22T07:17:38.604539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-03-22T07:17:38.604892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-22T07:17:38.605179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-03-22T07:17:38.605488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-22T07:17:38.605772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-03-22T07:17:38.606191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-03-22T07:17:38.606602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-22T07:17:38.606887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-03-22T07:17:38.607196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-22T07:17:38.607502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-03-22T07:17:38.607810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-22T07:17:38.608116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-03-22T07:17:38.608509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-22T07:17:38.608800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-22T07:17:38.609084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-22T07:17:38.609386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-03-22T07:17:38.609810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-03-22T07:17:38.610154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-22T07:17:38.610592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-22T07:17:38.611044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-22T07:17:39.008768+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T07:17:39.031383+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T08:55:32.136760+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-22T08:55:32.184123+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T08:55:32.184185+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T08:55:32.184220+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T08:55:32.186558+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T08:55:32.225779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T08:55:32.229807+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T08:55:32.304634+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T08:55:32.344738+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T08:55:33.054165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a69a3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9a69a3","method":"GET"} [] [2021-03-22T09:34:52.863008+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-22T09:34:52.904120+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T09:34:52.936672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T09:34:52.940459+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T09:34:52.940522+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T09:34:52.940557+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T09:34:52.940587+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T09:34:53.001073+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-03-22T09:34:53.106567+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2021-03-22T00:00:00+00:00"] [] [2021-03-22T09:34:53.116554+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2021-03-22T00:00:00+00:00"] [] [2021-03-22T09:34:53.123895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-22T09:34:53.130606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2021-03-22T09:34:53.134421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-22T09:34:53.135925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-22T09:34:53.136230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-22T09:34:53.136567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-03-22T09:34:53.136814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-22T09:34:53.137113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-22T09:34:53.137402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-03-22T09:34:53.137730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-22T09:34:53.138028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-03-22T09:34:53.138304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2021-03-22T09:34:53.138611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-22T09:34:53.138908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2021-03-22T09:34:53.139186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2021-03-22T09:34:53.139491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-22T09:34:53.139787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2021-03-22T09:34:53.140060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2021-03-22T09:34:53.140365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2021-03-22T09:34:53.140663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-03-22T09:34:53.140940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2021-03-22T09:34:53.141420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-22T09:34:53.141730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2021-03-22T09:34:53.142192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-03-22T09:34:53.142571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-22T09:34:53.142838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-22T09:34:53.143128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-22T09:34:53.143427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-03-22T09:34:53.143794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-03-22T09:34:53.144119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-03-22T09:34:53.144487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-22T09:34:53.144778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-22T09:34:53.145060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-22T09:34:53.145379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-03-22T09:34:53.145780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-03-22T09:34:53.146064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-03-22T09:34:53.146496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-22T09:34:53.146781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-03-22T09:34:53.147230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-03-22T09:34:53.147628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-03-22T09:34:53.147917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-03-22T09:34:53.148183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-03-22T09:34:53.148442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-03-22T09:34:53.148701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-22T09:34:53.148992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-03-22T09:34:53.149382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-03-22T09:34:53.149834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-03-22T09:34:53.150255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-03-22T09:34:53.150573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-03-22T09:34:53.150936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-03-22T09:34:53.151206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-03-22T09:34:53.151469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-03-22T09:34:53.151740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-03-22T09:34:53.152040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-03-22T09:34:53.152415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-03-22T09:34:53.152683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-22T09:34:53.152962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2021-03-22T09:34:53.153386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2021-03-22T09:34:53.804364+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T09:34:53.828621+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T09:43:41.877919+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-22T09:43:41.914456+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T09:43:41.914514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T09:43:41.914547+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T09:43:41.916474+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T09:43:41.969172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T09:43:41.973633+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T09:43:42.032603+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T09:43:42.064467+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T09:43:42.622923+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"896f47"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/896f47","method":"GET"} [] [2021-03-22T09:46:21.900458+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-22T09:46:21.939055+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T09:46:21.981806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T09:46:21.985475+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T09:46:21.985540+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T09:46:21.985575+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T09:46:21.985605+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T09:46:22.048909+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-03-22T09:46:22.148315+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2021-03-22T00:00:00+00:00"] [] [2021-03-22T09:46:22.158467+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2021-03-22T00:00:00+00:00"] [] [2021-03-22T09:46:22.166654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-22T09:46:22.173512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-03-22T09:46:22.177479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-22T09:46:22.179133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-22T09:46:22.179574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-22T09:46:22.179923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-22T09:46:22.180322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-22T09:46:22.180719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-03-22T09:46:22.181166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-22T09:46:22.181529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-22T09:46:22.181920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-22T09:46:22.182345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-03-22T09:46:22.183260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-03-22T09:46:22.184353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-03-22T09:46:22.185064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-03-22T09:46:22.185759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-03-22T09:46:22.186379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-03-22T09:46:22.186799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-03-22T09:46:22.187358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-22T09:46:22.187692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-03-22T09:46:22.188048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-22T09:46:22.188345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-22T09:46:22.188659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-22T09:46:22.188956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-03-22T09:46:22.189271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-22T09:46:22.189579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-22T09:46:22.189852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-03-22T09:46:22.190317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-03-22T09:46:22.190748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-03-22T09:46:22.191155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-03-22T09:46:22.191557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-03-22T09:46:22.191864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2021-03-22T09:46:22.192306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2021-03-22T09:46:22.666760+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T09:46:22.690369+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T09:52:52.469803+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-22T09:52:52.508548+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-22T09:52:52.508610+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T09:52:52.508645+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-22T09:52:52.510765+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-22T09:52:52.553473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-22T09:52:52.557309+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-22T09:52:52.618143+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-22T09:52:52.649983+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-22T09:52:53.232654+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00bbf1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/00bbf1","method":"GET"} [] [2021-03-23T07:10:56.680781+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-23T07:10:56.768357+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:10:56.768416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:10:56.768451+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:10:56.803737+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-23T07:10:57.305207+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11f206"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/11f206","method":"GET"} [] [2021-03-23T07:11:01.340976+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-23T07:11:01.369952+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:11:01.370008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.370047+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.371964+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.426977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-23T07:11:01.641943+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.648413+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 23 Mar 2021 07:11:01 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.648487+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.648519+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.655182+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:11:01.802191+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-23T07:11:01.827820+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:11:01.827875+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.827908+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:01.829101+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T07:11:01.864220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T07:11:01.871437+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T07:11:01.906515+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-23T07:11:02.036214+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-23T07:11:02.044782+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-23T07:11:02.056054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-23T07:11:02.056555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-23T07:11:02.057350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-23T07:11:02.057676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-23T07:11:02.058001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-23T07:11:02.058321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-23T07:11:02.058612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-23T07:11:02.058905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-23T07:11:02.059250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-23T07:11:02.059543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-23T07:11:02.059835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-23T07:11:02.060164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-23T07:11:02.062347+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-23T07:11:02.076472+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:11:02.714480+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4de19e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4de19e","method":"GET"} [] [2021-03-23T07:11:08.520138+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-23T07:11:08.562832+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:11:08.562892+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:08.562927+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:08.565009+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T07:11:08.618340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T07:11:08.622486+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T07:11:08.703246+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T07:11:08.739298+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:11:09.090367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d5b02"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3d5b02","method":"GET"} [] [2021-03-23T07:11:44.127820+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-23T07:11:44.158521+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T07:11:44.202489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T07:11:44.206128+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T07:11:44.206188+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:11:44.206264+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:44.206300+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:11:44.265957+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-03-23T07:11:44.393192+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-03-23T00:00:00+00:00"] [] [2021-03-23T07:11:44.401149+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-03-23T00:00:00+00:00"] [] [2021-03-23T07:11:44.409014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-23T07:11:44.414371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-03-23T07:11:44.418134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-03-23T07:11:44.419241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-23T07:11:44.419574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-03-23T07:11:44.420017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-23T07:11:44.420319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-23T07:11:44.420697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-03-23T07:11:44.420992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-03-23T07:11:44.421329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-03-23T07:11:44.421573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-03-23T07:11:44.421896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-03-23T07:11:44.422265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-03-23T07:11:44.422560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-23T07:11:44.422884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-03-23T07:11:44.423426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-23T07:11:44.423717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-23T07:11:44.424003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-23T07:11:44.424309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-03-23T07:11:44.424729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-03-23T07:11:44.425022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-03-23T07:11:44.425294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-03-23T07:11:44.425559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-03-23T07:11:44.425824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-03-23T07:11:44.426085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-03-23T07:11:44.426348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-03-23T07:11:44.426621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-23T07:11:44.426888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-03-23T07:11:44.427561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-23T07:11:44.427855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-03-23T07:11:44.428283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-23T07:11:44.428573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-23T07:11:44.428838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-03-23T07:11:44.429128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-23T07:11:44.429422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-03-23T07:11:44.429753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-03-23T07:11:44.430027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-23T07:11:44.430293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-03-23T07:11:44.430575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-03-23T07:11:44.431060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-23T07:11:44.431334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-23T07:11:44.431600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-23T07:11:44.431862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-03-23T07:11:44.432123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-03-23T07:11:44.432434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-03-23T07:11:44.432699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-03-23T07:11:44.432961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-03-23T07:11:44.433221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-23T07:11:44.433452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-23T07:11:44.433712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-03-23T07:11:44.433970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-03-23T07:11:44.434228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-23T07:11:44.434488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-23T07:11:44.434767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-03-23T07:11:44.435112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-23T07:11:44.435388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-03-23T07:11:44.435651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-03-23T07:11:44.435948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2021-03-23T07:11:45.048715+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T07:11:45.072096+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:13:32.227523+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-23T07:13:32.263528+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:13:32.263642+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:13:32.263680+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:13:32.265581+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T07:13:32.312428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T07:13:32.318384+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T07:13:32.376330+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T07:13:32.406986+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:13:32.924544+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"301742"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/301742","method":"GET"} [] [2021-03-23T07:13:39.281886+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-23T07:13:39.318606+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T07:13:39.366547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T07:13:39.373172+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T07:13:39.373244+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:13:39.373280+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:13:39.373310+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:13:39.431501+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-03-23T07:13:39.522697+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-03-23T00:00:00+00:00"] [] [2021-03-23T07:13:39.531338+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-03-23T00:00:00+00:00"] [] [2021-03-23T07:13:39.538397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-23T07:13:39.543559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-03-23T07:13:39.547335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-23T07:13:39.549028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-23T07:13:39.549326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-03-23T07:13:39.549613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-03-23T07:13:39.549915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-03-23T07:13:39.550226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-03-23T07:13:39.550607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-23T07:13:39.550899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-23T07:13:39.551184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-23T07:13:39.551464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-23T07:13:39.551766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-03-23T07:13:39.552245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-03-23T07:13:39.552576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-03-23T07:13:39.552865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-03-23T07:13:39.553152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-23T07:13:39.553432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-03-23T07:13:39.553712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-23T07:13:39.553994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-23T07:13:39.554274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-03-23T07:13:39.554552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-23T07:13:39.554829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-23T07:13:39.555134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-03-23T07:13:39.555522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-03-23T07:13:39.555852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-23T07:13:39.556137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-03-23T07:13:39.556555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-03-23T07:13:39.556959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-23T07:13:39.557245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-03-23T07:13:39.557556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-23T07:13:39.557863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-03-23T07:13:39.558216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-23T07:13:39.558509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-23T07:13:39.558828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-03-23T07:13:39.559248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-03-23T07:13:39.559661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-23T07:13:39.559970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-03-23T07:13:39.560300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-03-23T07:13:39.560622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-03-23T07:13:39.561027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-03-23T07:13:39.561311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-03-23T07:13:39.561608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-23T07:13:39.561901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-03-23T07:13:39.562321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-03-23T07:13:39.562715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-03-23T07:13:39.562989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-03-23T07:13:39.563253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-23T07:13:39.563517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-03-23T07:13:39.563814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-03-23T07:13:39.564237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-03-23T07:13:40.119329+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T07:13:40.142030+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:15:07.401662+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-23T07:15:07.426653+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:15:07.426707+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:15:07.426740+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:15:07.427810+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T07:15:07.461232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T07:15:07.502738+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T07:15:07.543678+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T07:15:07.568424+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:15:08.097265+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6728f3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6728f3","method":"GET"} [] [2021-03-23T07:15:10.477278+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-23T07:15:10.503819+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:15:10.503877+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:15:10.503969+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:15:10.505068+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T07:15:10.528159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T07:15:10.534191+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T07:15:10.547454+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-23T07:15:10.604309+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-23T07:15:10.609290+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-23T07:15:10.630744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-23T07:15:10.631325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-23T07:15:10.631900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-23T07:15:10.632247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-23T07:15:10.632570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-23T07:15:10.632947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-23T07:15:10.633257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-23T07:15:10.633567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-23T07:15:10.633907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-23T07:15:10.634209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-23T07:15:10.634519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-23T07:15:10.634850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-23T07:15:10.636699+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-23T07:15:10.645192+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:15:11.076852+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecad6e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ecad6e","method":"GET"} [] [2021-03-23T07:15:12.895153+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-23T07:15:12.926301+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T07:15:12.926361+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:15:12.926401+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T07:15:12.928425+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T07:15:12.979536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T07:15:12.990711+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T07:15:13.072964+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T07:15:13.084113+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-23T07:15:13.085472+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-23T07:15:13.113345+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T07:15:13.466409+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43722e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/43722e","method":"GET"} [] [2021-03-23T10:28:40.083944+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-23T10:28:40.125419+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T10:28:40.125477+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T10:28:40.125511+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T10:28:40.127717+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T10:28:40.162762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T10:28:40.204273+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T10:28:40.268807+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T10:28:40.320236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T10:28:40.937183+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"726d29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/726d29","method":"GET"} [] [2021-03-23T10:28:55.560037+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-23T10:28:55.606565+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T10:28:55.659468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T10:28:55.663856+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T10:28:55.663927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T10:28:55.663964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T10:28:55.663995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T10:28:55.734244+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-03-23T10:28:55.841831+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-03-23T00:00:00+00:00"] [] [2021-03-23T10:28:55.854641+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-03-23T00:00:00+00:00"] [] [2021-03-23T10:28:55.862002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-23T10:28:55.876837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-03-23T10:28:55.884725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-23T10:28:55.887268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-03-23T10:28:55.887575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-03-23T10:28:55.887861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-03-23T10:28:55.888213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-03-23T10:28:55.888532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-03-23T10:28:55.888922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-23T10:28:55.889215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-23T10:28:55.889500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-23T10:28:55.889781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-23T10:28:55.890082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-03-23T10:28:55.890548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-03-23T10:28:55.890839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-03-23T10:28:55.891201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-03-23T10:28:55.891487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-23T10:28:55.891766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-03-23T10:28:55.892047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-03-23T10:28:55.892328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-03-23T10:28:55.892608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-03-23T10:28:55.892883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-23T10:28:55.893160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-23T10:28:55.893458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-03-23T10:28:55.893880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-03-23T10:28:55.894215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-23T10:28:55.894500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-03-23T10:28:55.894909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-03-23T10:28:55.895691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-23T10:28:55.896027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-03-23T10:28:55.896343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-23T10:28:55.896790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-03-23T10:28:55.897290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-03-23T10:28:55.897629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-03-23T10:28:55.897947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-03-23T10:28:55.898361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-03-23T10:28:55.898750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-23T10:28:55.899046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-03-23T10:28:55.899364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-03-23T10:28:55.899670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-03-23T10:28:55.900121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-03-23T10:28:55.900395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-03-23T10:28:55.900682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-23T10:28:55.900982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-03-23T10:28:55.901422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-03-23T10:28:55.902163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-03-23T10:28:55.902433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-03-23T10:28:55.902696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-03-23T10:28:55.902956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-03-23T10:28:55.903251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-03-23T10:28:55.903670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-03-23T10:28:56.530980+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T10:28:56.554961+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T10:30:33.545605+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-23T10:30:33.571636+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-23T10:30:33.571693+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T10:30:33.571725+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-23T10:30:33.572906+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-23T10:30:33.607766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-23T10:30:33.611032+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-23T10:30:33.652226+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-23T10:30:33.675192+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-23T10:30:34.261942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bf606"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5bf606","method":"GET"} [] [2021-03-24T04:11:56.602794+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-24T04:11:56.670292+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-24T04:11:56.670349+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:11:56.670385+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:11:56.702442+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-24T04:11:57.104399+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6120b1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6120b1","method":"GET"} [] [2021-03-24T04:11:59.956079+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-24T04:11:59.980416+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-24T04:11:59.980477+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:11:59.980516+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:11:59.984540+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:00.049944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-24T04:12:00.260579+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:00.267468+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 24 Mar 2021 04:12:00 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:00.267535+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:00.267566+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:00.272951+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-24T04:12:00.393459+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-24T04:12:00.417584+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-24T04:12:00.417638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:00.417670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:00.418791+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-24T04:12:00.449748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-24T04:12:00.456527+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-24T04:12:00.490254+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-24T04:12:00.602569+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-24T04:12:00.608946+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-24T04:12:00.619168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-24T04:12:00.619639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-24T04:12:00.620043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-24T04:12:00.620367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-24T04:12:00.620689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-24T04:12:00.621002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-24T04:12:00.621292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-24T04:12:00.621583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-24T04:12:00.621918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-24T04:12:00.622207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-24T04:12:00.622497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-24T04:12:00.622826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-24T04:12:00.625036+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-24T04:12:00.638358+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-24T04:12:01.271241+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66ff53"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/66ff53","method":"GET"} [] [2021-03-24T04:12:03.823394+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-24T04:12:03.851434+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-24T04:12:03.851489+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:03.851521+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:03.853343+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-24T04:12:03.893679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-24T04:12:03.897328+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-24T04:12:04.019560+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-24T04:12:04.052573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-24T04:12:04.363503+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4df989"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4df989","method":"GET"} [] [2021-03-24T04:12:20.031187+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-24T04:12:20.067925+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-24T04:12:20.100885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-24T04:12:20.107133+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-24T04:12:20.107247+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-24T04:12:20.107286+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:20.107316+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:12:20.169423+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-03-24T04:12:20.298663+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-03-24T00:00:00+00:00"] [] [2021-03-24T04:12:20.306806+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-03-24T00:00:00+00:00"] [] [2021-03-24T04:12:20.314692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-24T04:12:20.319554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-03-24T04:12:20.323300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-24T04:12:20.324616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-24T04:12:20.324911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-24T04:12:20.325200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-24T04:12:20.325485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-24T04:12:20.325766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-24T04:12:20.326079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-03-24T04:12:20.326507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-24T04:12:20.326801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-03-24T04:12:20.327086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-24T04:12:20.327370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-24T04:12:20.327664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-24T04:12:20.327945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-03-24T04:12:20.328412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-24T04:12:20.328702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-03-24T04:12:20.329016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-24T04:12:20.329322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-03-24T04:12:20.329739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-03-24T04:12:20.330047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-24T04:12:20.330353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-03-24T04:12:20.330698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-03-24T04:12:20.331170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-03-24T04:12:20.331611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-03-24T04:12:20.704554+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-24T04:12:20.727106+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-24T04:23:22.945087+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-24T04:23:22.982075+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-24T04:23:22.982130+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:23:22.982163+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-24T04:23:22.984143+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-24T04:23:23.028964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-24T04:23:23.032742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-24T04:23:23.091352+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-24T04:23:23.122594+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-24T04:23:23.772299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a74941"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a74941","method":"GET"} [] [2021-03-25T03:51:09.844186+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-25T03:51:09.918050+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:51:09.918110+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:09.918147+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:09.953104+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-25T03:51:12.608284+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-25T03:51:12.639264+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:51:12.639380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:12.639424+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:12.653725+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-25T03:51:13.433045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00860e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/00860e","method":"GET"} [] [2021-03-25T03:51:17.212585+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-25T03:51:17.239465+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:51:17.239522+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.239560+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.242473+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.326128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-25T03:51:17.568481+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.576009+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 25 Mar 2021 03:51:17 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.576087+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.576119+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.581853+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T03:51:17.776312+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-25T03:51:17.801799+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:51:17.801916+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.801958+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:17.803571+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T03:51:17.842744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T03:51:17.845902+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T03:51:17.885945+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T03:51:18.021010+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T03:51:18.029140+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-25T03:51:18.039653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-25T03:51:18.040151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-25T03:51:18.041374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-25T03:51:18.041698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-25T03:51:18.042018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-25T03:51:18.042395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-25T03:51:18.042692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-25T03:51:18.042989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-25T03:51:18.043325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-25T03:51:18.043614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-25T03:51:18.043903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-25T03:51:18.044231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-25T03:51:18.046553+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T03:51:18.059633+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T03:51:18.782422+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84a703"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/84a703","method":"GET"} [] [2021-03-25T03:51:27.801284+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/workshop","method":"GET"} [] [2021-03-25T03:51:27.845026+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:51:27.845086+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:27.845120+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:27.847184+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T03:51:27.890357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T03:51:27.899065+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T03:51:27.924218+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T03:51:28.059882+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T03:51:28.063461+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[21,20,19,18,17,16,15,14,12,11]] [] [2021-03-25T03:51:28.067063+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T03:51:28.074680+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T03:51:28.497396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b79bb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7b79bb","method":"GET"} [] [2021-03-25T03:51:30.734239+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/workshop/new","method":"GET"} [] [2021-03-25T03:51:30.763507+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:51:30.763565+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:30.763598+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:51:30.765442+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T03:51:30.794172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T03:51:30.797815+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T03:51:30.876771+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T03:51:31.235806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0885d9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0885d9","method":"GET"} [] [2021-03-25T03:55:48.366074+00:00] request.INFO: Matched route "workshop_new". {"route":"workshop_new","route_parameters":{"_route":"workshop_new","_controller":"App\\Controller\\WorkshopController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/workshop/new","method":"POST"} [] [2021-03-25T03:55:48.408952+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T03:55:48.459498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T03:55:48.464073+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T03:55:48.464147+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:55:48.464183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:55:48.464212+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:55:48.670962+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-25T03:55:48.672440+00:00] doctrine.DEBUG: INSERT INTO workshop (name, address, mobile, email, contact_person, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"CDS Automobiles","2":"Baridhara, Notunbazar, 100 [...]","3":"01671-569239,01776-284808","4":"N/A","5":"Md. Nazrul Islam","6":1} [] [2021-03-25T03:55:48.672878+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-25T03:55:48.690108+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T03:55:48.891246+00:00] request.INFO: Matched route "workshop_index". {"route":"workshop_index","route_parameters":{"_route":"workshop_index","page":1,"_controller":"App\\Controller\\WorkshopController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/workshop","method":"GET"} [] [2021-03-25T03:55:48.927553+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:55:48.927611+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:55:48.927645+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:55:48.929617+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T03:55:48.960484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T03:55:48.964435+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T03:55:48.980516+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T03:55:49.045292+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T03:55:49.048636+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[22,21,20,19,18,17,16,15,14,12]] [] [2021-03-25T03:55:49.051884+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T03:55:49.059376+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T03:55:49.432496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68b8c0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/68b8c0","method":"GET"} [] [2021-03-25T03:56:05.571716+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-25T03:56:05.612116+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:56:05.612178+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:56:05.612212+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:56:05.614214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T03:56:05.654573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T03:56:05.658833+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T03:56:05.735082+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T03:56:05.771481+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T03:56:06.200145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d852f7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d852f7","method":"GET"} [] [2021-03-25T03:56:12.135227+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-25T03:56:12.160601+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T03:56:12.160660+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:56:12.160694+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T03:56:12.161787+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T03:56:12.192869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T03:56:12.196129+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T03:56:12.209101+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T03:56:12.267153+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T03:56:12.271385+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-25T03:56:12.280847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-25T03:56:12.281364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-25T03:56:12.281774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-25T03:56:12.282156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-25T03:56:12.282488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-25T03:56:12.282822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-25T03:56:12.283132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-25T03:56:12.283441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-25T03:56:12.283785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-25T03:56:12.284089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-25T03:56:12.284397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-25T03:56:12.284739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-25T03:56:12.286553+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T03:56:12.294936+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T03:56:12.685664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3631da"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3631da","method":"GET"} [] [2021-03-25T04:01:18.901471+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-25T04:01:18.938156+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:01:18.938269+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:01:18.938307+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:01:18.940238+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:01:18.971180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:01:18.974809+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:01:19.060641+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T04:01:19.070797+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-25T04:01:19.071729+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-25T04:01:19.103222+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:01:19.446831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78bb8d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/78bb8d","method":"GET"} [] [2021-03-25T04:03:44.968852+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-25T04:03:45.005536+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:03:45.005595+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:03:45.005629+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:03:45.007631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:03:45.039389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:03:45.043095+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:03:45.062778+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T04:03:45.142777+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T04:03:45.146635+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-25T04:03:45.155256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-25T04:03:45.155759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-25T04:03:45.156182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-25T04:03:45.156558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-25T04:03:45.156930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-25T04:03:45.157298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-25T04:03:45.157641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-25T04:03:45.157989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-25T04:03:45.158370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-25T04:03:45.158712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-25T04:03:45.159107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-25T04:03:45.159487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-25T04:03:45.161568+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T04:03:45.171017+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:03:45.592372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74c174"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/74c174","method":"GET"} [] [2021-03-25T04:03:47.407702+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-25T04:03:47.437323+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:03:47.437382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:03:47.437415+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:03:47.439277+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:03:47.480871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:03:47.484494+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:03:47.553032+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T04:03:47.563056+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-25T04:03:47.564086+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-25T04:03:47.591613+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:03:47.929752+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9f488"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b9f488","method":"GET"} [] [2021-03-25T04:03:53.565431+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-25T04:03:53.601659+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:03:53.601717+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:03:53.601750+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:03:53.603617+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:03:53.638457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:03:53.642073+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:03:53.663203+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T04:03:53.735491+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T04:03:53.738855+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[164,163,162,161,160,159,158,157,156,155]] [] [2021-03-25T04:03:53.742204+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T04:03:53.749649+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:03:54.029277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98ac7f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/98ac7f","method":"GET"} [] [2021-03-25T04:03:55.567649+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-03-25T04:03:55.592816+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:03:55.592874+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:03:55.592907+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:03:55.594008+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:03:55.620839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:03:55.624036+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:03:55.672767+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:03:55.974339+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d52d0c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d52d0c","method":"GET"} [] [2021-03-25T04:04:32.335379+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-03-25T04:04:32.361693+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:04:32.388686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:04:32.392018+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:04:32.392082+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:04:32.392116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:04:32.392146+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:04:32.479870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Front Shock Mounting"] [] [2021-03-25T04:04:32.486140+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-25T04:04:32.486824+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Front Shock Mounting","2":"Pcs","3":null,"4":null,"5":1} [] [2021-03-25T04:04:32.487707+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-25T04:04:32.501941+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:04:32.634057+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-25T04:04:32.658917+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:04:32.659030+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:04:32.659072+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:04:32.660158+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:04:32.689094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:04:32.696106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:04:32.711618+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T04:04:32.763694+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T04:04:32.768044+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[165,164,163,162,161,160,159,158,157,156]] [] [2021-03-25T04:04:32.771106+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T04:04:32.776116+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:04:33.125881+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72255d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/72255d","method":"GET"} [] [2021-03-25T04:04:50.701629+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-03-25T04:04:50.727266+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:04:50.727326+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:04:50.727359+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:04:50.728485+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:04:50.758013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:04:50.761243+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:04:50.802291+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:04:51.200197+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75f8aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/75f8aa","method":"GET"} [] [2021-03-25T04:05:09.562596+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-03-25T04:05:09.589519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:05:09.611518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:05:09.614748+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:05:09.614814+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:05:09.614849+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:05:09.614879+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:05:09.670170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Nakel Joint"] [] [2021-03-25T04:05:09.675900+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-25T04:05:09.676455+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Nakel Joint","2":"Pcs","3":null,"4":null,"5":1} [] [2021-03-25T04:05:09.676692+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-25T04:05:09.688078+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:05:09.830179+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-25T04:05:09.855006+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:05:09.855064+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:05:09.855098+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:05:09.856204+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:05:09.884362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:05:09.891216+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:05:09.905746+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T04:05:09.956286+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T04:05:09.958942+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[166,165,164,163,162,161,160,159,158,157]] [] [2021-03-25T04:05:09.962076+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T04:05:09.967318+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:05:10.310038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc100d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dc100d","method":"GET"} [] [2021-03-25T04:05:36.684656+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-25T04:05:36.709551+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:05:36.709606+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:05:36.709638+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:05:36.710720+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:05:36.731881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:05:36.734990+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:05:36.747791+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T04:05:36.843606+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T04:05:36.846846+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-25T04:05:36.855207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-25T04:05:36.855674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-25T04:05:36.856049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-25T04:05:36.856424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-25T04:05:36.856795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-25T04:05:36.857163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-25T04:05:36.857508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-25T04:05:36.857856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-25T04:05:36.858240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-25T04:05:36.858583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-25T04:05:36.859043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-25T04:05:36.859431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-25T04:05:36.861203+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T04:05:36.869468+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:05:37.274746+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1eb9d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a1eb9d","method":"GET"} [] [2021-03-25T04:05:38.362202+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-25T04:05:38.391877+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T04:05:38.391933+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:05:38.391966+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T04:05:38.393882+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T04:05:38.428327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T04:05:38.432821+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T04:05:38.499288+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T04:05:38.509567+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-25T04:05:38.510540+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-25T04:05:38.537492+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T04:05:38.858613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51429f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/51429f","method":"GET"} [] [2021-03-25T05:21:08.583254+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-25T05:21:08.631010+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:21:08.631068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:21:08.631101+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:21:08.633339+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:21:08.673399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:21:08.678963+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:21:08.698409+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T05:21:08.780786+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T05:21:08.785616+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[166,165,164,163,162,161,160,159,158,157]] [] [2021-03-25T05:21:08.789295+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T05:21:08.797907+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:21:09.381277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a92348"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a92348","method":"GET"} [] [2021-03-25T05:21:10.943507+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-03-25T05:21:10.968608+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:21:10.968666+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:21:10.968699+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:21:10.969824+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:21:10.999483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:21:11.002766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:21:11.045522+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:21:11.416700+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"879b74"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/879b74","method":"GET"} [] [2021-03-25T05:24:19.250259+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-03-25T05:24:19.298879+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:24:19.344404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:24:19.352617+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:24:19.352716+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:24:19.352772+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:19.352820+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:19.467582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Link Rod bush"] [] [2021-03-25T05:24:19.474875+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-25T05:24:19.475592+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Link Rod bush","2":"Set","3":null,"4":null,"5":1} [] [2021-03-25T05:24:19.478464+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-25T05:24:19.496600+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:24:19.640362+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-25T05:24:19.665168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:24:19.665293+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:19.665332+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:19.666439+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:24:19.699483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:24:19.707310+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:24:19.724180+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T05:24:19.787702+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T05:24:19.791015+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[167,166,165,164,163,162,161,160,159,158]] [] [2021-03-25T05:24:19.794527+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T05:24:19.802846+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:24:20.151551+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4c1e6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d4c1e6","method":"GET"} [] [2021-03-25T05:24:21.552992+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-03-25T05:24:21.578178+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:24:21.578234+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:21.578268+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:21.579363+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:24:21.607116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:24:21.610350+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:24:21.654241+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:24:21.977360+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5de023"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5de023","method":"GET"} [] [2021-03-25T05:24:42.597115+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-25T05:24:42.640518+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:24:42.640577+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:42.640610+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:42.642724+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:24:42.676525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:24:42.680637+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:24:42.747557+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T05:24:42.782114+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:24:43.113108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7623f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a7623f","method":"GET"} [] [2021-03-25T05:24:43.416753+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-25T05:24:43.441673+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:24:43.441731+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:43.441764+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:43.442854+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:24:43.471732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:24:43.474961+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:24:43.488208+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T05:24:43.544183+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T05:24:43.550001+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2021-03-25T05:24:43.558548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-25T05:24:43.558987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-25T05:24:43.559450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-25T05:24:43.559775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-25T05:24:43.560096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-25T05:24:43.560413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-25T05:24:43.560705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-25T05:24:43.561053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-25T05:24:43.561388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-25T05:24:43.561683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-25T05:24:43.562080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-25T05:24:43.562478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-03-25T05:24:43.564270+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T05:24:43.572630+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:24:43.977492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2d727"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c2d727","method":"GET"} [] [2021-03-25T05:24:45.344088+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-25T05:24:45.373387+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:24:45.373444+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:45.373476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:24:45.375312+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:24:45.412746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:24:45.416425+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:24:45.482852+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T05:24:45.493060+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-25T05:24:45.494084+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-25T05:24:45.521267+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:24:45.860258+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c66ce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8c66ce","method":"GET"} [] [2021-03-25T05:28:05.880170+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-25T05:28:05.917699+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:28:05.953739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:28:05.957352+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:28:05.957411+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:28:05.957445+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:28:05.957475+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:28:06.033086+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-25T05:28:06.043737+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-03-25T05:28:06.046930+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["165"]] [] [2021-03-25T05:28:06.051900+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["167"]] [] [2021-03-25T05:28:06.052468+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["107"]] [] [2021-03-25T05:28:06.053054+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["166"]] [] [2021-03-25T05:28:06.053584+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["57"]] [] [2021-03-25T05:28:06.054110+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-03-25T05:28:06.116323+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-25T05:28:06.117359+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-03-24T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":7,"11":22} [] [2021-03-25T05:28:06.118877+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":1500.0,"4":null,"5":272,"6":165} [] [2021-03-25T05:28:06.121369+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":272,"6":167} [] [2021-03-25T05:28:06.121603+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":272,"6":107} [] [2021-03-25T05:28:06.121813+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":272,"6":166} [] [2021-03-25T05:28:06.122024+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1800.0,"4":null,"5":272,"6":57} [] [2021-03-25T05:28:06.122232+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":272,"6":6} [] [2021-03-25T05:28:06.124524+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-25T05:28:06.147030+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:28:06.302033+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-25T05:28:06.326530+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:28:06.326583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:28:06.326615+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:28:06.327762+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:28:06.361104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:28:06.364327+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:28:06.376885+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-25T05:28:06.432773+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-25T05:28:06.436355+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-25T05:28:06.444614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-25T05:28:06.445072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-25T05:28:06.445484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-25T05:28:06.445777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-25T05:28:06.446065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-25T05:28:06.446377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-25T05:28:06.446688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-25T05:28:06.446996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-25T05:28:06.447339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-25T05:28:06.447632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-25T05:28:06.447954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-25T05:28:06.448242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-25T05:28:06.448527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-25T05:28:06.450209+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-25T05:28:06.458352+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:28:06.881121+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85cec0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/85cec0","method":"GET"} [] [2021-03-25T05:28:09.402718+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-25T05:28:09.431349+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:28:09.431406+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:28:09.431439+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:28:09.433329+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:28:09.468998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:28:09.472635+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:28:09.526838+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T05:28:09.554894+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:28:09.877137+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da57d2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/da57d2","method":"GET"} [] [2021-03-25T05:28:29.748432+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-25T05:28:29.786223+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:28:29.823565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:28:29.827224+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:28:29.827286+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:28:29.827321+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:28:29.827351+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:28:29.886834+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-03-25T05:28:29.990084+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-03-25T00:00:00+00:00"] [] [2021-03-25T05:28:29.998352+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-03-25T00:00:00+00:00"] [] [2021-03-25T05:28:30.006250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-25T05:28:30.011220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-03-25T05:28:30.014862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-25T05:28:30.015303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-25T05:28:30.015605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-25T05:28:30.015922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-03-25T05:28:30.016801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-25T05:28:30.017093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-03-25T05:28:30.017380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-03-25T05:28:30.017679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-25T05:28:30.018007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-25T05:28:30.018292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-03-25T05:28:30.018730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-25T05:28:30.019037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-03-25T05:28:30.019351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-25T05:28:30.019658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-03-25T05:28:30.020077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-25T05:28:30.229003+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T05:28:30.254312+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:30:40.032837+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-25T05:30:40.068828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-25T05:30:40.068884+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:30:40.068916+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-25T05:30:40.070787+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-25T05:30:40.105885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-25T05:30:40.109437+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-25T05:30:40.166288+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-25T05:30:40.202776+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-25T05:30:40.737858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"591b7d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/591b7d","method":"GET"} [] [2021-03-29T03:55:27.102974+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-29T03:55:27.177948+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T03:55:27.178006+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:27.178040+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:27.215544+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-29T03:55:28.009071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed454c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ed454c","method":"GET"} [] [2021-03-29T03:55:31.663985+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-29T03:55:31.693586+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T03:55:31.693641+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:31.693736+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:31.697628+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:31.798117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-29T03:55:32.045828+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:32.051928+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 29 Mar 2021 03:55:32 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:32.051994+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:32.052025+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:32.057727+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T03:55:32.209590+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T03:55:32.233775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T03:55:32.233829+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:32.233860+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:32.235157+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T03:55:32.259450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T03:55:32.264600+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T03:55:32.297406+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T03:55:32.422036+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T03:55:32.438161+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T03:55:32.448855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T03:55:32.449309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T03:55:32.452717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T03:55:32.453023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T03:55:32.453314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T03:55:32.453628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T03:55:32.453939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T03:55:32.454252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T03:55:32.454547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T03:55:32.454837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T03:55:32.455212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T03:55:32.455505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T03:55:32.455794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T03:55:32.457948+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T03:55:32.474043+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T03:55:33.527142+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f80816"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f80816","method":"GET"} [] [2021-03-29T03:55:51.978960+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T03:55:52.008355+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T03:55:52.008410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:52.008441+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:55:52.010276+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T03:55:52.046630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T03:55:52.050985+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T03:55:52.125102+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T03:55:52.156382+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T03:55:52.620258+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f02a16"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f02a16","method":"GET"} [] [2021-03-29T03:57:24.290779+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-29T03:57:24.327979+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T03:57:24.372692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T03:57:24.377160+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T03:57:24.377219+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T03:57:24.377252+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:57:24.377281+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T03:57:24.437407+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T03:57:24.680120+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T03:57:24.689683+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T03:57:24.697333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T03:57:24.703012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-03-29T03:57:24.709687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-29T03:57:24.712947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-03-29T03:57:24.713375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-29T03:57:24.713664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-29T03:57:24.713943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-29T03:57:24.714287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-03-29T03:57:24.714669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T03:57:24.714950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T03:57:24.715227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T03:57:24.715501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-29T03:57:24.715810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-03-29T03:57:24.716150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-29T03:57:24.716429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-03-29T03:57:24.716736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T03:57:24.717010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-03-29T03:57:24.717752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-03-29T03:57:24.718149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T03:57:24.718424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-03-29T03:57:24.718730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-29T03:57:24.719082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-03-29T03:57:24.719387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-29T03:57:24.719685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-03-29T03:57:24.720396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-29T03:57:24.720678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-29T03:57:24.720959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-29T03:57:24.721250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-03-29T03:57:24.721657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-03-29T03:57:24.721994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-29T03:57:24.722398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T03:57:24.722799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-29T03:57:24.723196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T03:57:24.723471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-29T03:57:24.723865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-29T03:57:24.724151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-29T03:57:24.724427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-29T03:57:24.724701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-29T03:57:24.724957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-29T03:57:25.164664+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T03:57:25.186724+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:01:54.849835+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T04:01:54.887510+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:01:54.887567+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:01:54.887600+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:01:54.889536+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:01:54.932346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:01:54.936895+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:01:54.996363+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:01:55.028878+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:01:55.662419+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13f334"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/13f334","method":"GET"} [] [2021-03-29T04:01:58.626937+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:01:58.651488+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:01:58.651545+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:01:58.651577+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:01:58.652639+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:01:58.689521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:01:58.693867+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:01:58.706813+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:01:58.765426+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:01:58.770951+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:01:58.779500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:01:58.780135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:01:58.781534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:01:58.781881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:01:58.782221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:01:58.782586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:01:58.782952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:01:58.783373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:01:58.783738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:01:58.784071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:01:58.784454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:01:58.784792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:01:58.785137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:01:58.786909+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:01:58.795021+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:01:59.245838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"997097"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/997097","method":"GET"} [] [2021-03-29T04:02:04.667376+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"272"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/272","method":"GET"} [] [2021-03-29T04:02:04.702654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:02:04.702709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:04.702740+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:04.704537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:02:04.749173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:02:04.753623+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:02:04.779440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["272"] [] [2021-03-29T04:02:04.796031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-29T04:02:04.858345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:02:04.860164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:02:04.864029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-29T04:02:04.865400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-29T04:02:04.865792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-29T04:02:04.866180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-29T04:02:04.866569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-29T04:02:04.866958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-29T04:02:04.868692+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:02:04.870160+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-29T04:02:04.870982+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-29T04:02:04.908506+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:02:05.479909+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9a091"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a9a091","method":"GET"} [] [2021-03-29T04:02:29.565329+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"272"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/272","method":"POST"} [] [2021-03-29T04:02:29.595842+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:02:29.630660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:02:29.635079+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:02:29.635141+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:02:29.635175+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:29.635204+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:29.657629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["272"] [] [2021-03-29T04:02:29.674031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-29T04:02:29.728429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:02:29.730111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:02:29.733438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-29T04:02:29.734754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-29T04:02:29.735095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-29T04:02:29.735426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-29T04:02:29.735758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-29T04:02:29.736089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-29T04:02:29.739371+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:02:29.740686+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-03-29T04:02:29.741291+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["165"]] [] [2021-03-29T04:02:29.744702+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["167"]] [] [2021-03-29T04:02:29.746263+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["107"]] [] [2021-03-29T04:02:29.747774+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["166"]] [] [2021-03-29T04:02:29.748953+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["57"]] [] [2021-03-29T04:02:29.750059+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-03-29T04:02:29.828481+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-29T04:02:29.828744+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [168860.0,272] [] [2021-03-29T04:02:29.831091+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-29T04:02:29.858641+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:02:30.061501+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:02:30.096591+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:02:30.096647+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:30.096680+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:30.098546+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:02:30.132373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:02:30.136783+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:02:30.154718+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:02:30.216830+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:02:30.222080+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:02:30.230122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:02:30.230583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:02:30.231844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:02:30.232183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:02:30.232518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:02:30.232879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:02:30.233238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:02:30.233600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:02:30.233934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:02:30.234320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:02:30.234712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:02:30.235047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:02:30.235382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:02:30.237042+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:02:30.244971+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:02:30.692107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1846ef"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1846ef","method":"GET"} [] [2021-03-29T04:02:32.901874+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T04:02:32.930746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:02:32.930802+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:32.930835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:32.932635+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:02:32.965468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:02:32.969751+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:02:33.025173+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:02:33.054152+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:02:33.396640+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9510ca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9510ca","method":"GET"} [] [2021-03-29T04:02:50.766757+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-29T04:02:50.798153+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:02:50.850445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:02:50.854866+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:02:50.854930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:02:50.854964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:50.854992+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:02:50.900704+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:02:50.988975+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T04:02:50.997642+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T04:02:51.004739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:02:51.010337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-03-29T04:02:51.013779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-29T04:02:51.015116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-03-29T04:02:51.015500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-29T04:02:51.015790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-29T04:02:51.016073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-29T04:02:51.016374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-03-29T04:02:51.016759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:02:51.017046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:02:51.017327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:02:51.017606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-29T04:02:51.017923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-03-29T04:02:51.018268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-29T04:02:51.018551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-03-29T04:02:51.018859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:02:51.019138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-03-29T04:02:51.019550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-03-29T04:02:51.019952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:02:51.020239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-03-29T04:02:51.020604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-29T04:02:51.020911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-03-29T04:02:51.021217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-29T04:02:51.021518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-03-29T04:02:51.021902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-29T04:02:51.022187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-29T04:02:51.022467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-29T04:02:51.022763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-03-29T04:02:51.023178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-03-29T04:02:51.023520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-29T04:02:51.023928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T04:02:51.024334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-29T04:02:51.024735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:02:51.025018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-29T04:02:51.025417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-29T04:02:51.025707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-29T04:02:51.025989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-29T04:02:51.026266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-29T04:02:51.026542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-29T04:02:51.470159+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:02:51.500011+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:13:49.064567+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T04:13:49.101296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:13:49.101353+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:13:49.101386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:13:49.103284+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:13:49.137562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:13:49.142108+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:13:49.198371+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:13:49.231972+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:13:49.711683+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df9826"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/df9826","method":"GET"} [] [2021-03-29T04:13:52.234669+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:13:52.258295+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:13:52.258349+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:13:52.258436+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:13:52.259480+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:13:52.283787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:13:52.287710+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:13:52.299909+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:13:52.352752+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:13:52.357931+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:13:52.366325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:13:52.366817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:13:52.368077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:13:52.368435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:13:52.368791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:13:52.369171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:13:52.369601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:13:52.369989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:13:52.370346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:13:52.370704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:13:52.371104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:13:52.371460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:13:52.371817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:13:52.373484+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:13:52.381374+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:13:52.815367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f343c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8f343c","method":"GET"} [] [2021-03-29T04:14:05.427973+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-29T04:14:05.464127+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:14:05.497866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:14:05.502231+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:14:05.502344+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:14:05.502382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:05.502411+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:05.509014+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-29T04:14:05.521394+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:14:05.593766+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%9002%"] [] [2021-03-29T04:14:05.598658+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%9002%",[272,230,224,196,194,176,170,142,141,137]] [] [2021-03-29T04:14:05.607161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:14:05.607607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:14:05.608860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:14:05.609232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:14:05.609604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:14:05.611287+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%9002%"] [] [2021-03-29T04:14:05.618688+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:14:06.044667+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"349261"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/349261","method":"GET"} [] [2021-03-29T04:14:08.712425+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"224"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/224","method":"GET"} [] [2021-03-29T04:14:08.741258+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:14:08.741316+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:08.741349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:08.743170+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:14:08.782343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:14:08.786766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:14:08.809250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["224"] [] [2021-03-29T04:14:08.826477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T04:14:08.882264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:14:08.884049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:14:08.886733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:14:08.888149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:14:08.888618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:14:08.890234+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:14:08.891732+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-29T04:14:08.892550+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-29T04:14:08.926248+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:14:09.454469+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0252e8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0252e8","method":"GET"} [] [2021-03-29T04:14:21.559858+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"224"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/224","method":"POST"} [] [2021-03-29T04:14:21.590802+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:14:21.634942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:14:21.639323+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:14:21.639385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:14:21.639419+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:21.639450+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:21.662070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["224"] [] [2021-03-29T04:14:21.679901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T04:14:21.737008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:14:21.738758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:14:21.741335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:14:21.742680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:14:21.743166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:14:21.746341+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:14:21.747496+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-03-29T04:14:21.748130+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-29T04:14:21.749038+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-29T04:14:21.749564+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-29T04:14:21.809931+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-29T04:14:21.810243+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [162972.0,224] [] [2021-03-29T04:14:21.847559+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-29T04:14:21.867853+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:14:22.050686+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:14:22.085382+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:14:22.085438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:22.085470+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:22.087311+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:14:22.119967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:14:22.123395+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:14:22.140333+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:14:22.200653+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:14:22.205720+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:14:22.213663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:14:22.214097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:14:22.215324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:14:22.215615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:14:22.215903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:14:22.216213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:14:22.216524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:14:22.216894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:14:22.217183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:14:22.217470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:14:22.217787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:14:22.218071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:14:22.218354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:14:22.219959+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:14:22.227930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:14:22.653293+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c9375"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5c9375","method":"GET"} [] [2021-03-29T04:14:40.669727+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-29T04:14:40.699505+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:14:40.741083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:14:40.744533+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:14:40.744592+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:14:40.744625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:40.744707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:14:40.750446+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-29T04:14:40.762285+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:14:40.822480+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%9002%"] [] [2021-03-29T04:14:40.825576+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%9002%",[272,230,224,196,194,176,170,142,141,137]] [] [2021-03-29T04:14:40.833857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:14:40.834309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:14:40.834664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:14:40.835038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:14:40.835357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:14:40.837090+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%9002%"] [] [2021-03-29T04:14:40.844585+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:14:41.270694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa2eef"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aa2eef","method":"GET"} [] [2021-03-29T04:16:07.212840+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T04:16:07.242960+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:16:07.243018+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:16:07.243051+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:16:07.244933+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:16:07.275062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:16:07.278501+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:16:07.333138+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:16:07.361499+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:16:07.723147+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd2c60"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bd2c60","method":"GET"} [] [2021-03-29T04:16:33.092339+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-29T04:16:33.122082+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:16:33.152288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:16:33.155787+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:16:33.155846+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:16:33.155879+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:16:33.155907+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:16:33.211071+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:16:33.299893+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T04:16:33.307564+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T04:16:33.314778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:16:33.319435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-03-29T04:16:33.321879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-29T04:16:33.322250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-03-29T04:16:33.322620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-29T04:16:33.322907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-29T04:16:33.323186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-29T04:16:33.323484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-03-29T04:16:33.323923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:16:33.324213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:16:33.324492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:16:33.324766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-29T04:16:33.325077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-03-29T04:16:33.325420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-29T04:16:33.325702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-03-29T04:16:33.326008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:16:33.326283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-03-29T04:16:33.326691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-03-29T04:16:33.327089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:16:33.327410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-03-29T04:16:33.327717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-29T04:16:33.328189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-03-29T04:16:33.328686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-29T04:16:33.329023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-03-29T04:16:33.329426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-29T04:16:33.329715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-29T04:16:33.329997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-29T04:16:33.330291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-03-29T04:16:33.330705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-03-29T04:16:33.331078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-29T04:16:33.331488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T04:16:33.331889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-29T04:16:33.332285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:16:33.332569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-29T04:16:33.332983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-29T04:16:33.333253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-29T04:16:33.333517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-29T04:16:33.333771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-29T04:16:33.334023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-29T04:16:33.758736+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:16:33.780726+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:25:11.212949+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T04:25:11.249081+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:25:11.249136+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:25:11.249169+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:25:11.251039+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:25:11.285730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:25:11.289632+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:25:11.348502+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:25:11.380199+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:25:11.904380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7f840"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d7f840","method":"GET"} [] [2021-03-29T04:25:14.165260+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:25:14.190571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:25:14.190629+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:25:14.190661+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:25:14.191747+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:25:14.238314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:25:14.241437+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:25:14.254589+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:25:14.311115+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:25:14.314941+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:25:14.323439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:25:14.323945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:25:14.324309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:25:14.324645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:25:14.324987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:25:14.325350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:25:14.325715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:25:14.326080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:25:14.326421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:25:14.326768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:25:14.327204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:25:14.327542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:25:14.327881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:25:14.329650+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:25:14.338264+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:25:14.808396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"947e54"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/947e54","method":"GET"} [] [2021-03-29T04:25:42.073518+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-29T04:25:42.111224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:25:42.160042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:25:42.163593+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:25:42.163653+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:25:42.163688+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:25:42.163717+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:25:42.170597+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-29T04:25:42.183470+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:25:42.257197+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%9002%"] [] [2021-03-29T04:25:42.260319+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%9002%",[272,230,224,196,194,176,170,142,141,137]] [] [2021-03-29T04:25:42.268381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:25:42.268838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:25:42.269234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:25:42.269644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:25:42.270003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:25:42.272185+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%9002%"] [] [2021-03-29T04:25:42.279694+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:25:42.699482+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af9a62"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/af9a62","method":"GET"} [] [2021-03-29T04:25:54.923937+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"230"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/230","method":"GET"} [] [2021-03-29T04:25:54.952370+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:25:54.952425+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:25:54.952457+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:25:54.954276+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:25:55.004921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:25:55.008430+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:25:55.030725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["230"] [] [2021-03-29T04:25:55.046428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-29T04:25:55.100776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:25:55.101619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:25:55.103284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:25:55.103719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:25:55.104110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:25:55.105599+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:25:55.107061+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-29T04:25:55.107940+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-29T04:25:55.141312+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:25:55.633547+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f9665"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3f9665","method":"GET"} [] [2021-03-29T04:26:21.217006+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"230"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/230","method":"POST"} [] [2021-03-29T04:26:21.247121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:26:21.297185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:26:21.300681+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:26:21.300741+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:26:21.300775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:26:21.300804+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:26:21.323231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["230"] [] [2021-03-29T04:26:21.338749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-29T04:26:21.393920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:26:21.394690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:26:21.396297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:26:21.397643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:26:21.397986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:26:21.401126+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:26:21.402222+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-03-29T04:26:21.402785+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-29T04:26:21.403627+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-29T04:26:21.404096+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-29T04:26:21.467564+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-29T04:26:21.467820+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ?, work_date = ? WHERE id = ? [166420.0,"2021-02-10T00:00:00+00:00",230] [] [2021-03-29T04:26:21.470600+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-29T04:26:21.486068+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:26:21.693340+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:26:21.731395+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:26:21.731455+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:26:21.731489+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:26:21.733392+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:26:21.785042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:26:21.789552+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:26:21.808217+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:26:21.874476+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:26:21.879524+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:26:21.888425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:26:21.888909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:26:21.890225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:26:21.890580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:26:21.890930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:26:21.891309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:26:21.891686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:26:21.892063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:26:21.892406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:26:21.892733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:26:21.893120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:26:21.893539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:26:21.893897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:26:21.895698+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:26:21.903820+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:26:22.329792+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f3874"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0f3874","method":"GET"} [] [2021-03-29T04:26:28.315120+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T04:26:28.345385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:26:28.345447+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:26:28.345481+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:26:28.347442+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:26:28.398757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:26:28.403759+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:26:28.448687+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:26:28.477039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:26:28.833445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"992e78"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/992e78","method":"GET"} [] [2021-03-29T04:26:45.746639+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-29T04:26:45.778256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:26:45.832545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:26:45.836112+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:26:45.836181+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:26:45.836216+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:26:45.836246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:26:45.894814+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:26:45.986786+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T04:26:45.995829+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T04:26:46.003432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:26:46.009268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-03-29T04:26:46.012822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-29T04:26:46.014177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-03-29T04:26:46.014602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-29T04:26:46.015002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-29T04:26:46.015342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-29T04:26:46.015703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-03-29T04:26:46.016145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:26:46.016484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:26:46.016819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:26:46.017156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-29T04:26:46.017531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-03-29T04:26:46.017930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-29T04:26:46.018268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-03-29T04:26:46.018635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:26:46.018971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-03-29T04:26:46.019453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-03-29T04:26:46.019956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:26:46.020292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-03-29T04:26:46.020658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-29T04:26:46.021016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-03-29T04:26:46.021379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-29T04:26:46.021752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-03-29T04:26:46.022195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-29T04:26:46.022533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-29T04:26:46.022870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-29T04:26:46.023225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-03-29T04:26:46.023709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-03-29T04:26:46.024149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-29T04:26:46.024704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T04:26:46.025237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-29T04:26:46.025748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:26:46.026100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-29T04:26:46.026563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-29T04:26:46.026905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-29T04:26:46.027241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-29T04:26:46.027580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-29T04:26:46.027985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-29T04:26:46.497757+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:26:46.521608+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:30:03.611114+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T04:30:03.648490+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:30:03.648547+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:30:03.648579+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:30:03.650488+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:30:03.701896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:30:03.705639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:30:03.766257+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:30:03.801193+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:30:04.341111+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cedc37"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cedc37","method":"GET"} [] [2021-03-29T04:30:07.656959+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:30:07.682885+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:30:07.682946+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:30:07.682979+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:30:07.684121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:30:07.723643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:30:07.726913+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:30:07.740694+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:30:07.797783+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:30:07.801431+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:30:07.809592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:30:07.810064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:30:07.810431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:30:07.810774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:30:07.811115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:30:07.811483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:30:07.811847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:30:07.812219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:30:07.812606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:30:07.812948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:30:07.813332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:30:07.813673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:30:07.814019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:30:07.815715+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:30:07.824347+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:30:08.259132+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cba52"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9cba52","method":"GET"} [] [2021-03-29T04:30:28.702254+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-29T04:30:28.739325+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:30:28.776205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:30:28.779686+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:30:28.779746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:30:28.779780+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:30:28.779809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:30:28.786610+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-29T04:30:28.799273+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:30:28.873243+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%9002%"] [] [2021-03-29T04:30:28.876342+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%9002%",[272,230,224,196,194,176,170,142,141,137]] [] [2021-03-29T04:30:28.884713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:30:28.885161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:30:28.885515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:30:28.885893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:30:28.886211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:30:28.887876+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%9002%"] [] [2021-03-29T04:30:28.895405+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:30:29.307748+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4de348"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4de348","method":"GET"} [] [2021-03-29T04:30:51.609110+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"196"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/196","method":"GET"} [] [2021-03-29T04:30:51.637925+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:30:51.637980+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:30:51.638012+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:30:51.639843+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:30:51.680392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:30:51.683831+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:30:51.705727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["196"] [] [2021-03-29T04:30:51.721451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-29T04:30:51.774465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:30:51.775286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:30:51.776927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:30:51.777363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:30:51.777748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:30:51.779281+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:30:51.780718+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-29T04:30:51.781519+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-29T04:30:51.814719+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:30:52.265530+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"240dee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/240dee","method":"GET"} [] [2021-03-29T04:31:01.194754+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"196"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/196","method":"POST"} [] [2021-03-29T04:31:01.223736+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:31:01.254303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:31:01.257711+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:31:01.257770+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:31:01.257803+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:31:01.257832+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:31:01.279550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["196"] [] [2021-03-29T04:31:01.294891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-29T04:31:01.348558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:31:01.349328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:31:01.350986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:31:01.352324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:31:01.352666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:31:01.355726+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:31:01.356795+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-03-29T04:31:01.357351+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-29T04:31:01.358178+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-29T04:31:01.358647+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-29T04:31:01.420279+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-29T04:31:01.420544+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [156220.0,196] [] [2021-03-29T04:31:01.457807+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-29T04:31:01.493632+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:31:01.685253+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:31:01.719331+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:31:01.719386+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:31:01.719418+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:31:01.721170+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:31:01.759060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:31:01.763264+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:31:01.780354+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:31:01.840808+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:31:01.844092+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:31:01.852310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:31:01.852832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:31:01.853237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:31:01.853602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:31:01.853983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:31:01.854374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:31:01.854764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:31:01.855153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:31:01.855515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:31:01.855934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:31:01.856336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:31:01.856702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:31:01.857064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:31:01.858754+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:31:01.866579+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:31:02.275933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cfd47"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6cfd47","method":"GET"} [] [2021-03-29T04:31:16.234916+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-29T04:31:16.264047+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:31:16.298760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:31:16.302163+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:31:16.302221+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:31:16.302254+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:31:16.302282+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:31:16.307882+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-29T04:31:16.319589+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:31:16.378581+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%9002%"] [] [2021-03-29T04:31:16.382582+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%9002%",[272,230,224,196,194,176,170,142,141,137]] [] [2021-03-29T04:31:16.390575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:31:16.391125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:31:16.392394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:31:16.392785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:31:16.393113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:31:16.394842+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%9002%"] [] [2021-03-29T04:31:16.402406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:31:16.833160+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5a81c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b5a81c","method":"GET"} [] [2021-03-29T04:33:44.018742+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"224"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/224","method":"GET"} [] [2021-03-29T04:33:44.053659+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:33:44.053714+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:33:44.053747+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:33:44.055627+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:33:44.088052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:33:44.091529+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:33:44.114681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["224"] [] [2021-03-29T04:33:44.130522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T04:33:44.184762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:33:44.185560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:33:44.187206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:33:44.187640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:33:44.188028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:33:44.189506+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:33:44.191060+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-29T04:33:44.191873+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-29T04:33:44.224956+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:33:44.755001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5035b2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5035b2","method":"GET"} [] [2021-03-29T04:34:06.194844+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"224"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/224","method":"POST"} [] [2021-03-29T04:34:06.231783+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:34:06.279129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:34:06.282728+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:34:06.282786+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:34:06.282821+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:34:06.282850+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:34:06.306074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["224"] [] [2021-03-29T04:34:06.322596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T04:34:06.376807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:34:06.377574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:34:06.380119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:34:06.381437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:34:06.381853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:34:06.384898+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:34:06.386004+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-03-29T04:34:06.386561+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-03-29T04:34:06.387387+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-03-29T04:34:06.387855+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-03-29T04:34:06.446307+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-29T04:34:06.446562+00:00] doctrine.DEBUG: UPDATE service SET work_date = ? WHERE id = ? ["2021-01-03T00:00:00+00:00",224] [] [2021-03-29T04:34:06.449711+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-29T04:34:06.464596+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:34:06.655284+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T04:34:06.689982+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:34:06.690039+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:34:06.690072+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:34:06.691912+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:34:06.719916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:34:06.723277+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:34:06.740740+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:34:06.803313+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T04:34:06.806725+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T04:34:06.814859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:34:06.815345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:34:06.815711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T04:34:06.816050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:34:06.816391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T04:34:06.816760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T04:34:06.817126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T04:34:06.817494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T04:34:06.817836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:34:06.818179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T04:34:06.818613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:34:06.818956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T04:34:06.819296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T04:34:06.820970+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T04:34:06.829095+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:34:07.256098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d12b17"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d12b17","method":"GET"} [] [2021-03-29T04:34:13.377454+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-03-29T04:34:13.406439+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:34:13.435576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:34:13.438966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:34:13.439024+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:34:13.439058+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:34:13.439086+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:34:13.444632+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-03-29T04:34:13.456271+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T04:34:13.514930+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%9002%"] [] [2021-03-29T04:34:13.517952+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%9002%",[272,230,224,196,194,176,170,142,141,137]] [] [2021-03-29T04:34:13.526002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T04:34:13.526437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:34:13.526789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:34:13.527164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:34:13.527481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:34:13.529208+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%9002%"] [] [2021-03-29T04:34:13.536566+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:34:13.926736+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b11c1c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b11c1c","method":"GET"} [] [2021-03-29T04:35:24.114842+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T04:35:24.147764+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:35:24.147825+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:35:24.147859+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:35:24.150022+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:35:24.184769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:35:24.188791+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:35:24.249867+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:35:24.281080+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T04:35:24.650178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d343dd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d343dd","method":"GET"} [] [2021-03-29T04:35:42.625432+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-29T04:35:42.657878+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T04:35:42.689561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T04:35:42.693087+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T04:35:42.693152+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T04:35:42.693187+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:35:42.693216+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T04:35:42.752826+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T04:35:42.848663+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T04:35:42.856782+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T04:35:42.864225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T04:35:42.869262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-03-29T04:35:42.871765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-29T04:35:42.872145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-03-29T04:35:42.872519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-29T04:35:42.872807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-29T04:35:42.873084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-29T04:35:42.873380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-03-29T04:35:42.873761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T04:35:42.874043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T04:35:42.874322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T04:35:42.874596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-29T04:35:42.874974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-03-29T04:35:42.875324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-29T04:35:42.875648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-03-29T04:35:42.875964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T04:35:42.876246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-03-29T04:35:42.876659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-03-29T04:35:42.877055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T04:35:42.877333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-03-29T04:35:42.877637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-29T04:35:42.877937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-03-29T04:35:42.878240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-29T04:35:42.878538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-03-29T04:35:42.878919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-29T04:35:42.879200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-29T04:35:42.879479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-29T04:35:42.879771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-03-29T04:35:42.880179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-03-29T04:35:42.880518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-29T04:35:42.880926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T04:35:42.881328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-29T04:35:42.881726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T04:35:42.882005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-29T04:35:42.882402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-29T04:35:42.882685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-29T04:35:42.882961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-29T04:35:42.883237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-29T04:35:42.883507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-29T04:35:43.310190+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T04:35:43.333448+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T05:27:25.913296+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T05:27:25.953433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T05:27:25.953491+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T05:27:25.953524+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T05:27:25.955634+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T05:27:25.990461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T05:27:25.994321+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T05:27:26.058171+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T05:27:26.091237+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T05:27:26.654089+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbf099"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cbf099","method":"GET"} [] [2021-03-29T05:55:09.561878+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T05:55:09.599841+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T05:55:09.599898+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T05:55:09.599930+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T05:55:09.602091+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T05:55:09.633960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T05:55:09.637617+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T05:55:09.658304+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T05:55:09.737883+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T05:55:09.741888+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2021-03-29T05:55:09.750581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T05:55:09.751054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T05:55:09.751406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T05:55:09.751700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T05:55:09.751996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T05:55:09.752316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T05:55:09.752635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T05:55:09.752950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T05:55:09.753241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T05:55:09.753532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T05:55:09.753860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T05:55:09.754147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T05:55:09.754394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T05:55:09.756159+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T05:55:09.765222+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T05:55:10.355397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d579fc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d579fc","method":"GET"} [] [2021-03-29T05:55:15.473573+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-29T05:55:15.502974+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T05:55:15.503031+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T05:55:15.503065+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T05:55:15.504953+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T05:55:15.549954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T05:55:15.553460+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T05:55:15.622498+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T05:55:15.632609+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-29T05:55:15.633561+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-29T05:55:15.661483+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T05:55:16.084294+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e01ffc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e01ffc","method":"GET"} [] [2021-03-29T06:02:35.343471+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-29T06:02:35.380795+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T06:02:35.426313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T06:02:35.429999+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T06:02:35.430068+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T06:02:35.430103+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:02:35.430132+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:02:35.504616+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T06:02:35.514288+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-03-29T06:02:35.516956+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-03-29T06:02:35.522846+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-03-29T06:02:35.523511+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["119"]] [] [2021-03-29T06:02:35.524046+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["152"]] [] [2021-03-29T06:02:35.524576+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["38"]] [] [2021-03-29T06:02:35.595863+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-29T06:02:35.597500+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":168860.0,"3":"2021-03-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":7,"11":22} [] [2021-03-29T06:02:35.601489+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2900.0,"4":null,"5":273,"6":1} [] [2021-03-29T06:02:35.603326+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2200.0,"4":null,"5":273,"6":46} [] [2021-03-29T06:02:35.603676+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":273,"6":119} [] [2021-03-29T06:02:35.603999+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":273,"6":152} [] [2021-03-29T06:02:35.604263+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":273,"6":38} [] [2021-03-29T06:02:35.606754+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-29T06:02:35.633127+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T06:02:35.773207+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-29T06:02:35.798530+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T06:02:35.798588+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:02:35.798620+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:02:35.799727+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T06:02:35.821131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T06:02:35.824355+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T06:02:35.837498+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-29T06:02:35.894575+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-29T06:02:35.897950+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[273,272,271,270,269,268,267,266,265,264]] [] [2021-03-29T06:02:35.906316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-29T06:02:35.906866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T06:02:35.907278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-29T06:02:35.907622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T06:02:35.907963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-29T06:02:35.908330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-29T06:02:35.908697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-29T06:02:35.909064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-29T06:02:35.909408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T06:02:35.909753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-29T06:02:35.910131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T06:02:35.910476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-29T06:02:35.910816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-29T06:02:35.912498+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-29T06:02:35.920748+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T06:02:36.346181+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f516b2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f516b2","method":"GET"} [] [2021-03-29T06:03:31.587364+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T06:03:31.623682+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T06:03:31.623740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:03:31.623774+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:03:31.625668+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T06:03:31.677889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T06:03:31.681401+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T06:03:31.737764+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T06:03:31.768093+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T06:03:32.131026+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77751c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77751c","method":"GET"} [] [2021-03-29T06:03:55.626410+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-29T06:03:55.656983+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T06:03:55.711403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T06:03:55.714911+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T06:03:55.714971+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T06:03:55.715005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:03:55.715034+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:03:55.770192+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-29T06:03:55.859877+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T06:03:55.867408+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-03-29T00:00:00+00:00"] [] [2021-03-29T06:03:55.874529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-29T06:03:55.879124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-03-29T06:03:55.881601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-03-29T06:03:55.881977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-03-29T06:03:55.882347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-29T06:03:55.882635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-29T06:03:55.882913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-29T06:03:55.883212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-03-29T06:03:55.883620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-29T06:03:55.883903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-29T06:03:55.884183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-29T06:03:55.884574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-29T06:03:55.884894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-03-29T06:03:55.885248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-29T06:03:55.885563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-03-29T06:03:55.885867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-29T06:03:55.886142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-03-29T06:03:55.886554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-03-29T06:03:55.886925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-29T06:03:55.887185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-03-29T06:03:55.887463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-29T06:03:55.887738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-03-29T06:03:55.888009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-29T06:03:55.888282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-03-29T06:03:55.888647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-29T06:03:55.888906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-29T06:03:55.889158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-29T06:03:55.889433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-03-29T06:03:55.889818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-03-29T06:03:55.890129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-29T06:03:55.890504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-29T06:03:55.890879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-29T06:03:55.891244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-29T06:03:55.891503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-29T06:03:55.891872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-29T06:03:55.892138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-29T06:03:55.892397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-29T06:03:55.892646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-29T06:03:55.892892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-29T06:03:55.893176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-03-29T06:03:55.893543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-29T06:03:55.893817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-03-29T06:03:55.894070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-03-29T06:03:56.368716+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T06:03:56.391554+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T06:04:53.463452+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-29T06:04:53.488463+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-29T06:04:53.488519+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:04:53.488553+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-29T06:04:53.489662+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-29T06:04:53.522169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-29T06:04:53.525360+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-29T06:04:53.564832+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-29T06:04:53.586958+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-29T06:04:54.130978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ab077"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8ab077","method":"GET"} [] [2021-03-31T04:26:18.451468+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-31T04:26:18.526674+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:26:18.526733+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:18.526768+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:18.563499+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-31T04:26:19.122658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a8149"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2a8149","method":"GET"} [] [2021-03-31T04:26:21.687596+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-31T04:26:21.712049+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:26:21.712105+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:21.712144+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:21.749770+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:21.844110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-31T04:26:22.089060+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:22.096011+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 31 Mar 2021 04:26:22 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:22.096087+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:22.096118+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:22.101510+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:26:22.281063+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-31T04:26:22.317294+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:26:22.317352+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:22.317386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:22.319253+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:26:22.381856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:26:22.390205+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:26:22.452773+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:26:22.605663+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:26:22.618438+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[273,272,271,270,269,268,267,266,265,264]] [] [2021-03-31T04:26:22.629497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-31T04:26:22.629979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T04:26:22.632077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-31T04:26:22.632388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T04:26:22.632693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-31T04:26:22.633015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-31T04:26:22.633335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-31T04:26:22.633660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-31T04:26:22.633961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T04:26:22.634324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-31T04:26:22.634660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T04:26:22.634961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-31T04:26:22.635256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-31T04:26:22.637422+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:26:22.653629+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:26:23.203757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a77e07"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a77e07","method":"GET"} [] [2021-03-31T04:26:24.816311+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-31T04:26:24.844496+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:26:24.844551+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:24.844583+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:24.846388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:26:24.888535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:26:24.892956+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:26:24.977204+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T04:26:25.011492+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:26:25.314743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1caa9c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1caa9c","method":"GET"} [] [2021-03-31T04:26:27.595215+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-31T04:26:27.619680+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:26:27.619735+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:27.619768+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:27.620808+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:26:27.643606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:26:27.647545+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:26:27.660130+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:26:27.714604+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:26:27.719867+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[273,272,271,270,269,268,267,266,265,264]] [] [2021-03-31T04:26:27.728207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-31T04:26:27.728762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T04:26:27.730162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-31T04:26:27.730542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T04:26:27.730914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-31T04:26:27.731311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-31T04:26:27.731711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-31T04:26:27.732115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-31T04:26:27.732501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T04:26:27.732869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-31T04:26:27.733289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T04:26:27.733660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-31T04:26:27.734038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-31T04:26:27.735758+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:26:27.743819+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:26:28.170797+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f13af9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f13af9","method":"GET"} [] [2021-03-31T04:26:29.788549+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-31T04:26:29.817148+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:26:29.817204+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:29.817238+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:26:29.819120+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:26:29.850274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:26:29.854643+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:26:29.930660+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T04:26:29.941484+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-31T04:26:29.943289+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-31T04:26:29.973190+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:26:30.297073+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d47e9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d47e9","method":"GET"} [] [2021-03-31T04:29:13.356484+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-31T04:29:13.392624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:29:13.392681+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:29:13.392714+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:29:13.394564+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:29:13.440295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:29:13.444770+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:29:13.466747+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:29:13.540784+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:29:13.544772+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[167,166,165,164,163,162,161,160,159,158]] [] [2021-03-31T04:29:13.548103+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:29:13.555483+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:29:13.952712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e3e31"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6e3e31","method":"GET"} [] [2021-03-31T04:29:15.331595+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-03-31T04:29:15.356135+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:29:15.356191+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:29:15.356225+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:29:15.357273+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:29:15.394091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:29:15.407003+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:29:15.478752+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:29:15.800376+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee68fe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ee68fe","method":"GET"} [] [2021-03-31T04:30:46.914567+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-03-31T04:30:46.951753+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:30:46.989908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:30:46.994269+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:30:46.994329+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:30:46.994364+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:30:46.994394+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:30:47.190379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Four Wheel break disk turning"] [] [2021-03-31T04:30:47.198707+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-31T04:30:47.199866+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Four Wheel break disk turning","2":"Job","3":null,"4":null,"5":1} [] [2021-03-31T04:30:47.202635+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-31T04:30:47.215086+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:30:47.350343+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-31T04:30:47.374624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:30:47.374679+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:30:47.374712+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:30:47.375769+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:30:47.416797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:30:47.420841+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:30:47.432316+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:30:47.485307+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:30:47.489314+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[168,167,166,165,164,163,162,161,160,159]] [] [2021-03-31T04:30:47.492438+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:30:47.499655+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:30:47.885749+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84427b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/84427b","method":"GET"} [] [2021-03-31T04:30:59.818130+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-03-31T04:30:59.843756+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:30:59.843815+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:30:59.843850+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:30:59.844944+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:30:59.878718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:30:59.882766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:30:59.923560+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:31:00.265099+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8612d2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8612d2","method":"GET"} [] [2021-03-31T04:31:49.950005+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-03-31T04:31:49.976345+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:31:50.010843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:31:50.014882+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:31:50.015012+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:31:50.015054+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:31:50.015086+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:31:50.068908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Break caliper bush"] [] [2021-03-31T04:31:50.074264+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-31T04:31:50.074865+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Break caliper bush","2":"Set","3":null,"4":null,"5":1} [] [2021-03-31T04:31:50.076181+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-31T04:31:50.086559+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:31:50.219075+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-31T04:31:50.244064+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:31:50.244119+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:31:50.244152+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:31:50.245341+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:31:50.276853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:31:50.280913+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:31:50.290741+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:31:50.339149+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:31:50.342796+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[169,168,167,166,165,164,163,162,161,160]] [] [2021-03-31T04:31:50.345782+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:31:50.350949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:31:50.717070+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dac6d0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dac6d0","method":"GET"} [] [2021-03-31T04:34:58.331737+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-31T04:34:58.366501+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:34:58.366557+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:34:58.366590+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:34:58.368391+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:34:58.409658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:34:58.413993+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:34:58.432971+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:34:58.507863+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:34:58.513245+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[273,272,271,270,269,268,267,266,265,264]] [] [2021-03-31T04:34:58.521511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-31T04:34:58.522004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T04:34:58.523277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-31T04:34:58.523571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T04:34:58.523863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-31T04:34:58.524175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-31T04:34:58.524486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-31T04:34:58.524796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-31T04:34:58.525086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T04:34:58.525377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-31T04:34:58.525705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T04:34:58.525991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-03-31T04:34:58.526280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-03-31T04:34:58.527998+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:34:58.536174+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:34:58.980986+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7231d6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7231d6","method":"GET"} [] [2021-03-31T04:35:02.564550+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-03-31T04:35:02.592760+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:35:02.592815+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:35:02.592848+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:35:02.594639+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:35:02.642419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:35:02.646758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:35:02.710315+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T04:35:02.720667+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-31T04:35:02.722822+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-31T04:35:02.750853+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:35:03.091226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c6a19"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8c6a19","method":"GET"} [] [2021-03-31T04:42:21.475026+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-03-31T04:42:21.511217+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:42:21.558546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:42:21.563137+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:42:21.563286+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:42:21.563327+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:42:21.563358+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:42:21.672292+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-03-31T04:42:21.748533+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-03-31T04:42:21.751521+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-03-31T04:42:21.757156+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["168"]] [] [2021-03-31T04:42:21.757737+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["169"]] [] [2021-03-31T04:42:21.836346+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-31T04:42:21.837418+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-03-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":17,"11":22} [] [2021-03-31T04:42:21.839544+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3300.0,"4":null,"5":274,"6":1} [] [2021-03-31T04:42:21.842185+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":274,"6":168} [] [2021-03-31T04:42:21.842492+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":400.0,"4":null,"5":274,"6":169} [] [2021-03-31T04:42:21.845942+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-31T04:42:21.858676+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:42:22.000698+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-31T04:42:22.025324+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:42:22.025379+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:42:22.025411+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:42:22.026526+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:42:22.076989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:42:22.080957+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:42:22.093480+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:42:22.148670+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:42:22.153781+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-03-31T04:42:22.162319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-31T04:42:22.162833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T04:42:22.164126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-31T04:42:22.164561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-31T04:42:22.164938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T04:42:22.165314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-31T04:42:22.165778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-31T04:42:22.166177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-31T04:42:22.166578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-31T04:42:22.166952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T04:42:22.167331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-31T04:42:22.167739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T04:42:22.169452+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:42:22.177558+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:42:22.616365+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e07e1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1e07e1","method":"GET"} [] [2021-03-31T04:42:25.654048+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-31T04:42:25.682707+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:42:25.682764+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:42:25.682798+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:42:25.684635+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:42:25.719532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:42:25.723001+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:42:25.735234+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:42:25.796656+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:42:25.800647+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[169,168,167,166,165,164,163,162,161,160]] [] [2021-03-31T04:42:25.803828+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:42:25.808745+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:42:26.176681+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cee20"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9cee20","method":"GET"} [] [2021-03-31T04:42:27.076844+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-03-31T04:42:27.100712+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:42:27.100767+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:42:27.100800+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:42:27.101833+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:42:27.123932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:42:27.127019+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:42:27.167519+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:42:27.478568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f26916"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f26916","method":"GET"} [] [2021-03-31T04:43:02.119821+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-03-31T04:43:02.156601+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:43:02.199774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:43:02.203246+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:43:02.203305+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:43:02.203339+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:02.203368+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:02.293371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["caliper but cover"] [] [2021-03-31T04:43:02.300671+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-31T04:43:02.301339+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"caliper but cover","2":"Pcs","3":null,"4":null,"5":1} [] [2021-03-31T04:43:02.303915+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-31T04:43:02.316046+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:43:02.450895+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-03-31T04:43:02.475636+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:43:02.475690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:02.475724+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:02.476867+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:43:02.500084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:43:02.503179+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:43:02.514536+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:43:02.569656+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:43:02.573766+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[170,169,168,167,166,165,164,163,162,161]] [] [2021-03-31T04:43:02.576940+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:43:02.584355+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:43:02.946498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e511b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e511b5","method":"GET"} [] [2021-03-31T04:43:08.926450+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-31T04:43:08.950951+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:43:08.951006+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:08.951038+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:08.952088+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:43:08.986632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:43:08.989712+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:43:09.033581+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T04:43:09.056325+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:43:09.405145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8ebd9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a8ebd9","method":"GET"} [] [2021-03-31T04:43:11.191556+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-31T04:43:11.215494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:43:11.215547+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:11.215669+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:11.216728+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:43:11.239524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:43:11.242585+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:43:11.254679+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:43:11.308348+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:43:11.313172+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-03-31T04:43:11.321489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-31T04:43:11.321948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T04:43:11.323213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-31T04:43:11.323616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-31T04:43:11.323960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T04:43:11.324364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-31T04:43:11.324733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-31T04:43:11.325104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-31T04:43:11.325563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-31T04:43:11.325889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T04:43:11.326233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-31T04:43:11.326613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T04:43:11.328317+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:43:11.336384+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:43:11.765558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59645a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/59645a","method":"GET"} [] [2021-03-31T04:43:13.938354+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"274"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/274","method":"GET"} [] [2021-03-31T04:43:13.965992+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:43:13.966046+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:13.966079+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:43:13.967836+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:43:14.020943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:43:14.024453+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:43:14.049423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["274"] [] [2021-03-31T04:43:14.066120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2021-03-31T04:43:14.122003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-31T04:43:14.123718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T04:43:14.126253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-31T04:43:14.127565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2021-03-31T04:43:14.127959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2021-03-31T04:43:14.129441+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T04:43:14.130895+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-03-31T04:43:14.131706+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-03-31T04:43:14.167297+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:43:14.612517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77bae2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77bae2","method":"GET"} [] [2021-03-31T04:44:15.364887+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"274"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/274","method":"POST"} [] [2021-03-31T04:44:15.390972+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:44:15.423703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:44:15.426854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:44:15.426913+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:44:15.426949+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:44:15.426979+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:44:15.445099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["274"] [] [2021-03-31T04:44:15.462223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2021-03-31T04:44:15.519074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-31T04:44:15.520845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T04:44:15.523506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-31T04:44:15.523963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2021-03-31T04:44:15.524372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2021-03-31T04:44:15.527604+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-03-31T04:44:15.528793+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-03-31T04:44:15.530247+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-03-31T04:44:15.531164+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["168"]] [] [2021-03-31T04:44:15.531773+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["169"]] [] [2021-03-31T04:44:15.532313+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["170"]] [] [2021-03-31T04:44:15.532892+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-03-31T04:44:15.595986+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-03-31T04:44:15.596960+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":100.0,"4":null,"5":274,"6":170} [] [2021-03-31T04:44:15.598312+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":274,"6":6} [] [2021-03-31T04:44:15.599967+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-03-31T04:44:15.615661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:44:15.795264+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-31T04:44:15.831026+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T04:44:15.831125+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:44:15.831159+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T04:44:15.833183+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T04:44:15.876021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T04:44:15.879582+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T04:44:15.897096+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T04:44:15.958847+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T04:44:15.964092+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-03-31T04:44:15.972103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-31T04:44:15.972564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T04:44:15.973857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-31T04:44:15.974257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-31T04:44:15.974596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T04:44:15.974942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-31T04:44:15.975309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-31T04:44:15.975678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-31T04:44:15.976044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-31T04:44:15.976383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T04:44:15.976724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-31T04:44:15.977108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T04:44:15.978752+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T04:44:15.986822+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T04:44:16.419438+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae6c24"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ae6c24","method":"GET"} [] [2021-03-31T09:16:05.544034+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-31T09:16:05.590637+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T09:16:05.590695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:05.590731+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:05.612664+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-31T09:16:06.054605+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbd387"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bbd387","method":"GET"} [] [2021-03-31T09:16:08.337390+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-31T09:16:08.362748+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T09:16:08.362822+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.362867+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.363752+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.399270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-31T09:16:08.613046+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.618483+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 31 Mar 2021 09:16:08 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.618621+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.618658+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.624292+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T09:16:08.752925+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-31T09:16:08.778405+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T09:16:08.778463+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.778497+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:08.779654+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T09:16:08.816578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T09:16:08.822800+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T09:16:08.854309+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T09:16:08.933212+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T09:16:08.939952+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-03-31T09:16:08.948970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-31T09:16:08.949492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T09:16:08.950871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-31T09:16:08.951282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-31T09:16:08.951622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T09:16:08.951968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-31T09:16:08.952337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-31T09:16:08.952714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-31T09:16:08.953088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-31T09:16:08.953429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T09:16:08.953774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-31T09:16:08.954159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T09:16:08.955927+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T09:16:08.965081+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T09:16:09.557474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47a08c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/47a08c","method":"GET"} [] [2021-03-31T09:16:12.162992+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-31T09:16:12.192501+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T09:16:12.192559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:12.192593+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:12.194466+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T09:16:12.252219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T09:16:12.262935+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T09:16:12.327815+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T09:16:12.357037+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T09:16:12.821838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c92db"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2c92db","method":"GET"} [] [2021-03-31T09:16:32.430001+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-31T09:16:32.474726+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T09:16:32.522078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T09:16:32.529882+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T09:16:32.529949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T09:16:32.529985+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:32.530015+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:16:32.597657+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-03-31T09:16:32.798948+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-31T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-31T09:16:32.810561+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-31T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-31T09:16:32.820650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-03-31T09:16:32.825733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-03-31T09:16:32.829609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-31T09:16:32.830967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-31T09:16:32.831263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-31T09:16:32.831552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-03-31T09:16:32.831840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-03-31T09:16:32.832142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T09:16:32.832428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-03-31T09:16:32.832877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-03-31T09:16:32.833198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-03-31T09:16:32.833546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-03-31T09:16:32.834078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-03-31T09:16:32.834486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-03-31T09:16:32.834773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-03-31T09:16:32.835063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-03-31T09:16:32.835343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-03-31T09:16:32.835634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-03-31T09:16:32.835918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-03-31T09:16:32.836213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T09:16:32.836498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-03-31T09:16:32.836821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-31T09:16:32.837120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T09:16:32.837397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-03-31T09:16:32.837898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-03-31T09:16:32.838230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-03-31T09:16:32.838523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-03-31T09:16:32.838826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-03-31T09:16:32.839411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-31T09:16:32.839726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-03-31T09:16:32.840100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-31T09:16:32.840391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-31T09:16:32.840675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-03-31T09:16:32.840916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-31T09:16:33.227164+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T09:16:33.250985+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T09:19:24.269377+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-31T09:19:24.305531+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T09:19:24.305589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:19:24.305622+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T09:19:24.307519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T09:19:24.361331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T09:19:24.364960+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T09:19:24.422246+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T09:19:24.452605+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T09:19:24.988471+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bc9af"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9bc9af","method":"GET"} [] [2021-03-31T10:16:49.229455+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-03-31T10:16:49.269561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T10:16:49.269620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:49.269655+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:49.290110+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-03-31T10:16:50.047124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c7b6b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3c7b6b","method":"GET"} [] [2021-03-31T10:16:52.202466+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-03-31T10:16:52.234577+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T10:16:52.234649+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.234697+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.235631+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.270121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-03-31T10:16:52.485561+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.491127+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 31 Mar 2021 10:16:52 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.491201+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.491234+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.496947+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T10:16:52.687091+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-03-31T10:16:52.723988+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T10:16:52.724047+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.724081+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:52.725945+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T10:16:52.782598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T10:16:52.792394+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T10:16:52.815331+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-03-31T10:16:52.899899+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-03-31T10:16:52.903845+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-03-31T10:16:52.912488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-03-31T10:16:52.912971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T10:16:52.913356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-03-31T10:16:52.913815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-03-31T10:16:52.914160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T10:16:52.914506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-03-31T10:16:52.914880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-03-31T10:16:52.915255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-03-31T10:16:52.915636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-03-31T10:16:52.915979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T10:16:52.916326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-03-31T10:16:52.916711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T10:16:52.918489+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-03-31T10:16:52.927691+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T10:16:53.677441+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a7652"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9a7652","method":"GET"} [] [2021-03-31T10:16:55.154946+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-03-31T10:16:55.183724+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T10:16:55.183849+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:55.183890+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:16:55.185725+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T10:16:55.235461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T10:16:55.239028+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T10:16:55.296129+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T10:16:55.325739+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-03-31T10:16:55.673832+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d61a6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2d61a6","method":"GET"} [] [2021-03-31T10:17:11.606031+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-03-31T10:17:11.632182+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-03-31T10:17:11.666694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-03-31T10:17:11.669931+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-03-31T10:17:11.669994+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-03-31T10:17:11.670029+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:17:11.670060+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-03-31T10:17:11.728471+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-03-31T10:17:11.832846+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-31T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-31T10:17:11.841282+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-31T00:00:00+00:00","2021-03-31T00:00:00+00:00"] [] [2021-03-31T10:17:11.848430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-03-31T10:17:11.853265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-03-31T10:17:11.856991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-03-31T10:17:11.858358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-03-31T10:17:11.858703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-03-31T10:17:11.859042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-03-31T10:17:11.859377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-03-31T10:17:11.859743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-03-31T10:17:11.860163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-03-31T10:17:11.860500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-03-31T10:17:11.860867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-03-31T10:17:11.861199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-03-31T10:17:11.861670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-03-31T10:17:11.862130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-03-31T10:17:11.862546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-03-31T10:17:11.862901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-03-31T10:17:11.863258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-03-31T10:17:11.863616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-03-31T10:17:11.863977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-03-31T10:17:11.864400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-03-31T10:17:11.864736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-03-31T10:17:11.865074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-03-31T10:17:11.865409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-03-31T10:17:11.865763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-03-31T10:17:11.866234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-03-31T10:17:11.866629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-03-31T10:17:11.867096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-03-31T10:17:11.867559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-03-31T10:17:11.868020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-03-31T10:17:11.868350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-03-31T10:17:11.868809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-03-31T10:17:11.869151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-03-31T10:17:11.869487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-03-31T10:17:11.869825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-03-31T10:17:11.870164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-03-31T10:17:11.870520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-03-31T10:17:11.870967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-03-31T10:17:11.871404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-03-31T10:17:11.871795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-03-31T10:17:12.297215+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-03-31T10:17:12.320728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-01T04:46:03.272748+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-01T04:46:03.343627+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-01T04:46:03.343685+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:03.343720+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:03.375464+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-01T04:46:04.418357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"731a93"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/731a93","method":"GET"} [] [2021-04-01T04:46:09.229685+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-01T04:46:09.254590+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-01T04:46:09.254717+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.254762+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.258130+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.340479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-01T04:46:09.559247+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.565176+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 01 Apr 2021 04:46:09 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.565240+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.565271+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.570661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-01T04:46:09.770069+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-01T04:46:09.794464+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-01T04:46:09.794517+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.794550+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:09.795739+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-01T04:46:09.829039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-01T04:46:09.836764+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-01T04:46:09.866654+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-01T04:46:09.974092+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-01T04:46:09.980338+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-01T04:46:09.990319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-01T04:46:09.990775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-01T04:46:09.991183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-01T04:46:09.991534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-01T04:46:09.991824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-01T04:46:09.992115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-01T04:46:09.992429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-01T04:46:09.992741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-01T04:46:09.993062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-01T04:46:09.993422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-01T04:46:09.993713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-01T04:46:09.994041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-01T04:46:09.996243+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-01T04:46:10.008598+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-01T04:46:10.994891+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a95500"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a95500","method":"GET"} [] [2021-04-01T04:46:12.792824+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-01T04:46:12.820635+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-01T04:46:12.820687+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:12.820719+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:12.822476+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-01T04:46:12.855966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-01T04:46:12.859508+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-01T04:46:12.934146+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-01T04:46:12.964222+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-01T04:46:13.725213+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"094990"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/094990","method":"GET"} [] [2021-04-01T04:46:47.198067+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-01T04:46:47.241505+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-01T04:46:47.288180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-01T04:46:47.296398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-01T04:46:47.296497+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-01T04:46:47.296555+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:47.296606+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:46:47.410854+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["10"]] [] [2021-04-01T04:46:47.565849+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [10,"2020-01-01T00:00:00+00:00","2021-04-01T00:00:00+00:00"] [] [2021-04-01T04:46:47.573791+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [10,"2020-01-01T00:00:00+00:00","2021-04-01T00:00:00+00:00"] [] [2021-04-01T04:46:47.581839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-01T04:46:47.586691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [139] [] [2021-04-01T04:46:47.590740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-01T04:46:47.591205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-01T04:46:47.591568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-01T04:46:47.697384+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-01T04:46:47.722317+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-01T04:49:56.132244+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-01T04:49:56.167675+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-01T04:49:56.167732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:49:56.167765+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-01T04:49:56.169592+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-01T04:49:56.206375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-01T04:49:56.209956+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-01T04:49:56.267433+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-01T04:49:56.297963+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-01T04:49:56.811175+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9a842"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e9a842","method":"GET"} [] [2021-04-03T04:40:05.777662+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-03T04:40:05.970078+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-03T04:40:05.970146+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:05.970182+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:06.064769+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-03T04:40:06.963224+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f01fe6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f01fe6","method":"GET"} [] [2021-04-03T04:40:27.606783+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-03T04:40:27.643980+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-03T04:40:27.644038+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:27.644076+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:27.681897+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:27.826595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-03T04:40:28.085363+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:28.092901+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 03 Apr 2021 04:40:28 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:28.092976+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:28.093006+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:28.101094+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-03T04:40:28.283648+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-03T04:40:28.308324+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-03T04:40:28.308377+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:28.308409+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:28.309704+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-03T04:40:28.339206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-03T04:40:28.349406+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-03T04:40:28.388183+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-03T04:40:28.516888+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-03T04:40:28.533817+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-03T04:40:28.544694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-03T04:40:28.545134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-03T04:40:28.548970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-03T04:40:28.549346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-03T04:40:28.549638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-03T04:40:28.549930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-03T04:40:28.550243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-03T04:40:28.550631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-03T04:40:28.550955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-03T04:40:28.551244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-03T04:40:28.551533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-03T04:40:28.551863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-03T04:40:28.553983+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-03T04:40:28.570235+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-03T04:40:29.293477+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fc674"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5fc674","method":"GET"} [] [2021-04-03T04:40:31.354029+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-03T04:40:31.383212+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-03T04:40:31.383269+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:31.383302+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:31.385165+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-03T04:40:31.416087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-03T04:40:31.420366+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-03T04:40:31.494069+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-03T04:40:31.525037+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-03T04:40:32.025658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fc138"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4fc138","method":"GET"} [] [2021-04-03T04:40:54.549772+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-03T04:40:54.576105+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-03T04:40:54.606888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-03T04:40:54.611455+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-03T04:40:54.611520+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-03T04:40:54.611554+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:54.611584+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:40:54.670591+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-04-03T04:40:54.943548+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2021-04-03T00:00:00+00:00"] [] [2021-04-03T04:40:54.953342+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2021-04-03T00:00:00+00:00"] [] [2021-04-03T04:40:54.960954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-03T04:40:54.966656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-04-03T04:40:54.973069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-03T04:40:54.976306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-03T04:40:54.976638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-03T04:40:54.976936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-03T04:40:54.977231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-04-03T04:40:54.977556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-04-03T04:40:54.977935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-03T04:40:54.978230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-03T04:40:54.978521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-03T04:40:54.978835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-04-03T04:40:54.979346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-04-03T04:40:54.980010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-04-03T04:40:54.980307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-04-03T04:40:54.980599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-04-03T04:40:54.980905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-04-03T04:40:54.981194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-04-03T04:40:54.981609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-03T04:40:54.981929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-04-03T04:40:54.982362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-03T04:40:54.982661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-03T04:40:54.982962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-03T04:40:54.983247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-04-03T04:40:54.983559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-03T04:40:54.983863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-03T04:40:54.984148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-04-03T04:40:54.984624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-04-03T04:40:54.985377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-04-03T04:40:54.985823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-04-03T04:40:54.986269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-04-03T04:40:54.986616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2021-04-03T04:40:54.987094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2021-04-03T04:40:55.479592+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-03T04:40:55.502071+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-03T04:41:19.764735+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-03T04:41:19.789461+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-03T04:41:19.789515+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:41:19.789548+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-03T04:41:19.790620+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-03T04:41:19.817012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-03T04:41:19.821031+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-03T04:41:19.860463+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-03T04:41:19.883745+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-03T04:41:20.423815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"391823"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/391823","method":"GET"} [] [2021-04-04T05:59:55.300667+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-04T05:59:55.371277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T05:59:55.371337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:55.371372+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:55.403644+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-04T05:59:55.904136+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc0e8e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cc0e8e","method":"GET"} [] [2021-04-04T05:59:59.352510+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-04T05:59:59.378219+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T05:59:59.378275+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.378419+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.382116+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.455143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-04T05:59:59.674004+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.681923+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 04 Apr 2021 05:59:59 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.682002+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.682034+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.688707+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T05:59:59.811909+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-04T05:59:59.836788+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T05:59:59.836842+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.836874+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T05:59:59.838016+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T05:59:59.873455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T05:59:59.877572+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T05:59:59.919524+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-04T06:00:00.050830+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-04T06:00:00.058864+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-04T06:00:00.069670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-04T06:00:00.070128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-04T06:00:00.071428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-04T06:00:00.071788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-04T06:00:00.072086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T06:00:00.072379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-04T06:00:00.072699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-04T06:00:00.073065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-04T06:00:00.073388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-04T06:00:00.073681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T06:00:00.074028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-04T06:00:00.074365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-04T06:00:00.076506+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-04T06:00:00.089170+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:00:00.641580+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9450b4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9450b4","method":"GET"} [] [2021-04-04T06:00:07.798548+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T06:00:07.840441+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:00:07.840499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:00:07.840531+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:00:07.842496+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:00:07.888544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:00:07.898599+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:00:07.975365+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:00:08.010799+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:00:08.349354+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3fd19"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d3fd19","method":"GET"} [] [2021-04-04T06:00:31.194160+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-04T06:00:31.227193+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:00:31.281008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:00:31.285548+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:00:31.285608+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:00:31.285642+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:00:31.285672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:00:31.382620+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-04-04T06:00:31.534347+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:00:31.543252+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:00:31.551852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-04-04T06:00:31.558553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-04-04T06:00:31.563706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-04T06:00:31.565581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-04-04T06:00:31.566323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-04T06:00:31.567063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-04-04T06:00:31.567665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-04-04T06:00:31.568050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-04-04T06:00:31.568480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-04T06:00:31.568764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-04T06:00:31.569030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-04T06:00:31.569291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-04-04T06:00:31.569552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-04T06:00:31.569827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T06:00:31.570087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-04-04T06:00:31.570527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-04-04T06:00:31.570812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-04T06:00:31.571086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-04-04T06:00:31.571553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-04-04T06:00:31.571866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-04-04T06:00:31.572134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-04-04T06:00:31.572620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-04-04T06:00:31.572885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-04-04T06:00:31.573153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-04-04T06:00:31.573479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-04-04T06:00:31.573812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-04T06:00:31.574141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-04-04T06:00:31.574691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-04T06:00:31.575631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T06:00:31.576240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-04-04T06:00:31.577563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-04-04T06:00:31.578455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-04-04T06:00:31.578785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-04T06:00:31.579125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-04-04T06:00:31.579759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-04T06:00:31.580142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-04-04T06:00:31.580776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-04T06:00:31.581687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-04T06:00:31.582150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-04T06:00:31.582435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-04T06:00:32.015784+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:00:32.038760+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:00:55.934326+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T06:00:55.959227+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:00:55.959285+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:00:55.959317+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:00:55.960388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:00:55.992876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:00:55.996961+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:00:56.036982+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:00:56.060112+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:00:56.551777+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a7d21"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3a7d21","method":"GET"} [] [2021-04-04T06:01:22.045927+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-04T06:01:22.082157+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:01:22.123332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:01:22.126871+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:01:22.126932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:01:22.126968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:01:22.127075+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:01:22.185202+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-04-04T06:01:22.274577+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:01:22.283302+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:01:22.290264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T06:01:22.295983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-04-04T06:01:22.299498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-04T06:01:22.300734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-04T06:01:22.301036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-04T06:01:22.301321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-04T06:01:22.301634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-04-04T06:01:22.301953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-04-04T06:01:22.302261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-04-04T06:01:22.302682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-04T06:01:22.303156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-04-04T06:01:22.303594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-04T06:01:22.303923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-04-04T06:01:22.304355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-04T06:01:22.304682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-04-04T06:01:22.305052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-04-04T06:01:22.305342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-04T06:01:22.305582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-04-04T06:01:22.305864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-04T06:01:22.306163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-04-04T06:01:22.306567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-04T06:01:22.306861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-04T06:01:22.307218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T06:01:22.307502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-04-04T06:01:22.307913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-04T06:01:22.308197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-04-04T06:01:22.308509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-04T06:01:22.308822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-04-04T06:01:22.309239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-04-04T06:01:22.309726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-04-04T06:01:22.310172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-04-04T06:01:22.310555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-04-04T06:01:22.310840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-04-04T06:01:22.311255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-04-04T06:01:22.311668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-04-04T06:01:22.312020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-04-04T06:01:22.312313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-04T06:01:22.312616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-04-04T06:01:22.312949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-04-04T06:01:22.313272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-04-04T06:01:22.849551+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:01:22.872393+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:01:38.917515+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T06:01:38.942205+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:01:38.942263+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:01:38.942295+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:01:38.943384+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:01:38.979187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:01:38.982286+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:01:39.021623+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:01:39.043974+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:01:39.499428+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"337f98"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/337f98","method":"GET"} [] [2021-04-04T06:01:44.941542+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-04T06:01:44.978132+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:01:45.030040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:01:45.033628+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:01:45.033689+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:01:45.033724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:01:45.033753+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:01:45.092081+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-04-04T06:01:45.180057+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:01:45.188872+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:01:45.195820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T06:01:45.201395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-04-04T06:01:45.204794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-04-04T06:01:45.206062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-04-04T06:01:45.206441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-04-04T06:01:45.206735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-04-04T06:01:45.207021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-04T06:01:45.207323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-04-04T06:01:45.207710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-04T06:01:45.208040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-04T06:01:45.208326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-04T06:01:45.208608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-04T06:01:45.208889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-04T06:01:45.209268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-04-04T06:01:45.209670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-04T06:01:45.209963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-04T06:01:45.210248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-04-04T06:01:45.210531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-04-04T06:01:45.210812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-04-04T06:01:45.211088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-04-04T06:01:45.211558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-04-04T06:01:45.211866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-04T06:01:45.212175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-04-04T06:01:45.212506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-04-04T06:01:45.212830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-04-04T06:01:45.213197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-04T06:01:45.213521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-04-04T06:01:45.213963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-04-04T06:01:45.214394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-04T06:01:45.214687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-04-04T06:01:45.215142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-04T06:01:45.215458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-04-04T06:01:45.215738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-04-04T06:01:45.216237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-04-04T06:01:45.216597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-04T06:01:45.216888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-04T06:01:45.217199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-04T06:01:45.217477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-04-04T06:01:45.217788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-04T06:01:45.218089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T06:01:45.218369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-04-04T06:01:45.218782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-04-04T06:01:45.219115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-04-04T06:01:45.219405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-04T06:01:45.219693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-04-04T06:01:45.220102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-04-04T06:01:45.220460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-04T06:01:45.220762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-04-04T06:01:45.221155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-04T06:01:45.764068+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:01:45.786662+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:01:53.408806+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T06:01:53.433720+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:01:53.433776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:01:53.433809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:01:53.434888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:01:53.472299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:01:53.475426+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:01:53.514818+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:01:53.536691+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:01:54.084844+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bcd19"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1bcd19","method":"GET"} [] [2021-04-04T06:02:09.651797+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-04T06:02:09.689022+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:02:09.744588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:02:09.748207+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:02:09.748267+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:02:09.748302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:02:09.748331+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:02:09.806304+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-04-04T06:02:09.894077+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:02:09.902803+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:02:09.909988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T06:02:09.915578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-04-04T06:02:09.919111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-04T06:02:09.920387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-04T06:02:09.920728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-04T06:02:09.921067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-04T06:02:09.921405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-04-04T06:02:09.921834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-04-04T06:02:09.922241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-04T06:02:09.922576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-04T06:02:09.922912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-04T06:02:09.923272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-04-04T06:02:09.923823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-04-04T06:02:09.924217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-04-04T06:02:09.924556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-04-04T06:02:09.924895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-04-04T06:02:09.925239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-04-04T06:02:09.925570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-04-04T06:02:09.926025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-04T06:02:09.926359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-04-04T06:02:09.926740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-04T06:02:09.927076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-04T06:02:09.927421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-04T06:02:09.927746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-04-04T06:02:09.928105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-04T06:02:09.928452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T06:02:09.928782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-04-04T06:02:09.929305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-04-04T06:02:09.929803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-04-04T06:02:09.930296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-04-04T06:02:09.930789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-04-04T06:02:09.931185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2021-04-04T06:02:09.931715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2021-04-04T06:02:10.380197+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:02:10.403786+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:02:26.406135+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T06:02:26.441689+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:02:26.441746+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:02:26.441779+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:02:26.443610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:02:26.498772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:02:26.503355+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:02:26.559539+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:02:26.590114+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:02:27.116782+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1731fd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1731fd","method":"GET"} [] [2021-04-04T06:02:36.119540+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-04T06:02:36.155293+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:02:36.195122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:02:36.199555+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:02:36.199616+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:02:36.199651+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:02:36.199680+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:02:36.256700+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-04-04T06:02:36.345474+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:02:36.354070+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T06:02:36.361151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T06:02:36.366812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-04-04T06:02:36.370283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-04T06:02:36.371540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-04T06:02:36.371882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-04T06:02:36.372223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-04T06:02:36.372586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-04-04T06:02:36.373027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-04T06:02:36.373367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-04T06:02:36.373706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-04T06:02:36.374041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-04-04T06:02:36.374378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-04T06:02:36.374734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-04-04T06:02:36.375217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-04T06:02:36.375590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-04-04T06:02:36.376004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-04-04T06:02:36.376345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-04T06:02:36.376751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-04T06:02:36.377117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T06:02:36.377446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-04-04T06:02:36.377913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-04-04T06:02:36.378310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-04-04T06:02:36.378648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-04-04T06:02:36.379019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-04-04T06:02:36.379399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-04-04T06:02:36.379737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-04T06:02:36.380092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-04-04T06:02:36.380557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-04-04T06:02:36.684344+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:02:36.706563+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:04:29.933384+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T06:04:29.969486+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T06:04:29.969545+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:04:29.969577+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T06:04:29.971540+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T06:04:30.024632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T06:04:30.029013+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T06:04:30.085265+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T06:04:30.116066+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T06:04:30.677148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f453a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5f453a","method":"GET"} [] [2021-04-04T09:43:28.840537+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-04T09:43:28.883288+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T09:43:28.931047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T09:43:28.942791+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T09:43:28.942942+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T09:43:28.943031+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T09:43:28.943105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T09:43:29.026564+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-04-04T09:43:29.135376+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T09:43:29.147748+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T09:43:29.155619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T09:43:29.162302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2021-04-04T09:43:29.165981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-04T09:43:29.167507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-04T09:43:29.168000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-04T09:43:29.168429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-04-04T09:43:29.168768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-04T09:43:29.169126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-04T09:43:29.169462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-04-04T09:43:29.169845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-04T09:43:29.170190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-04-04T09:43:29.170516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2021-04-04T09:43:29.170875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-04T09:43:29.171221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2021-04-04T09:43:29.171548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2021-04-04T09:43:29.171988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-04-04T09:43:29.172337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2021-04-04T09:43:29.172663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2021-04-04T09:43:29.173017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2021-04-04T09:43:29.173363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-04-04T09:43:29.173689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2021-04-04T09:43:29.174183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-04T09:43:29.174536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2021-04-04T09:43:29.175030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-04-04T09:43:29.175429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-04-04T09:43:29.175765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-04T09:43:29.176114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-04T09:43:29.176467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-04-04T09:43:29.176944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-04-04T09:43:29.177342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-04-04T09:43:29.177760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-04T09:43:29.178098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-04T09:43:29.178437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-04T09:43:29.178861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-04-04T09:43:29.179318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-04-04T09:43:29.179648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-04-04T09:43:29.180133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T09:43:29.180461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-04-04T09:43:29.180924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-04-04T09:43:29.181366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-04T09:43:29.181702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-04-04T09:43:29.182036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-04T09:43:29.182373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-04T09:43:29.182703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-04T09:43:29.183070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-04-04T09:43:29.183533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-04-04T09:43:29.184177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-04-04T09:43:29.184909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-04-04T09:43:29.185328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-04-04T09:43:29.185743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-04-04T09:43:29.186065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-04-04T09:43:29.186385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-04-04T09:43:29.186702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-04-04T09:43:29.187050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-04-04T09:43:29.187406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-04-04T09:43:29.187724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-04T09:43:29.188055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2021-04-04T09:43:29.188501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2021-04-04T09:43:29.853128+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T09:43:29.877891+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T09:49:47.241970+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T09:49:47.278896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T09:49:47.278955+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T09:49:47.278988+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T09:49:47.280876+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T09:49:47.325211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T09:49:47.329745+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T09:49:47.387212+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T09:49:47.418895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T09:49:48.061513+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3372fd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3372fd","method":"GET"} [] [2021-04-04T09:53:10.752968+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-04T09:53:10.791342+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T09:53:10.838453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T09:53:10.843302+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T09:53:10.843371+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T09:53:10.843406+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T09:53:10.843436+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T09:53:10.905457+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-04T09:53:10.999610+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T09:53:11.008778+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T09:53:11.016422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T09:53:11.022124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-04-04T09:53:11.026184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-04T09:53:11.027533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-04T09:53:11.027835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-04T09:53:11.028120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-04T09:53:11.028403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-04T09:53:11.028715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-04-04T09:53:11.029209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-04-04T09:53:11.029651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-04-04T09:53:11.030102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-04-04T09:53:11.030394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-04-04T09:53:11.030811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-04-04T09:53:11.031241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-04T09:53:11.031536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-04T09:53:11.031823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-04T09:53:11.032106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-04T09:53:11.032469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-04T09:53:11.032756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-04T09:53:11.033038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-04T09:53:11.033318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-04T09:53:11.033610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T09:53:11.033846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-04-04T09:53:11.034284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-04T09:53:11.034572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-04-04T09:53:11.034885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-04T09:53:11.035190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-04-04T09:53:11.035602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-04-04T09:53:11.036014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-04-04T09:53:11.036345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-04-04T09:53:11.036639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-04T09:53:11.036945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-04-04T09:53:11.455266+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T09:53:11.479418+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T10:28:40.949826+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T10:28:40.986276+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T10:28:40.986334+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T10:28:40.986369+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T10:28:40.988403+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T10:28:41.035267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T10:28:41.038876+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T10:28:41.096203+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T10:28:41.128049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T10:28:41.693752+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7bd8d8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7bd8d8","method":"GET"} [] [2021-04-04T10:28:57.155545+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-04T10:28:57.193656+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T10:28:57.239852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T10:28:57.254559+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T10:28:57.254737+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T10:28:57.254845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T10:28:57.254936+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T10:28:57.326411+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-04-04T10:28:57.416369+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T10:28:57.424249+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-04-04T00:00:00+00:00"] [] [2021-04-04T10:28:57.431252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-04T10:28:57.436147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-04-04T10:28:57.439630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-04T10:28:57.440868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-04T10:28:57.441194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-04-04T10:28:57.441621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-04T10:28:57.441919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-04-04T10:28:57.442207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-04-04T10:28:57.442489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-04-04T10:28:57.442773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-04-04T10:28:57.443055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-04-04T10:28:57.443368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-04-04T10:28:57.443800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-04-04T10:28:57.444100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-04-04T10:28:57.444422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-04-04T10:28:57.444781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-04T10:28:57.445074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-04T10:28:57.445357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-04T10:28:57.445659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-04-04T10:28:57.446079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-04-04T10:28:57.446370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-04-04T10:28:57.446654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-04-04T10:28:57.446948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-04-04T10:28:57.447229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-04T10:28:57.447509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-04-04T10:28:57.447787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-04-04T10:28:57.448081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-04T10:28:57.448362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-04-04T10:28:57.448778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-04-04T10:28:57.449092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-04-04T10:28:57.449538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-04T10:28:57.449840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-04T10:28:57.450201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-04-04T10:28:57.450525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-04T10:28:57.450838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-04-04T10:28:57.451199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-04-04T10:28:57.451489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-04T10:28:57.451773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-04-04T10:28:57.452077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-04-04T10:28:57.452603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-04T10:28:57.452894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-04T10:28:57.453179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-04T10:28:57.453460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-04-04T10:28:57.453725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-04T10:28:57.453986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-04-04T10:28:57.454243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-04-04T10:28:57.454499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-04T10:28:57.454756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-04T10:28:57.455014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-04T10:28:57.455269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-04-04T10:28:57.455525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-04-04T10:28:57.455779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-04T10:28:57.456036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-04T10:28:57.456314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-04-04T10:28:57.456663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-04-04T10:28:57.456930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-04-04T10:28:57.457189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-04-04T10:28:57.457483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2021-04-04T10:28:57.918909+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T10:28:57.942099+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T10:31:25.232609+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-04T10:31:25.270644+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-04T10:31:25.270705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T10:31:25.270743+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-04T10:31:25.272715+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-04T10:31:25.328920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-04T10:31:25.337264+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-04T10:31:25.405535+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-04T10:31:25.435467+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-04T10:31:25.923673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbafe0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bbafe0","method":"GET"} [] [2021-04-12T08:10:19.467159+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2021-04-12T08:10:19.649340+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:19.649408+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:19.649441+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:19.665624+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-12T08:10:19.720755+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2021-04-12T08:10:19.722439+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2021-04-12T08:10:19.901724+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-12T08:10:19.927745+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:19.927809+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:19.927844+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:19.974553+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-12T08:10:20.270270+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96f8e5"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/96f8e5","method":"GET"} [] [2021-04-12T08:10:33.130637+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-12T08:10:33.162556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:33.162615+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:33.162657+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:33.165624+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:33.293162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malayaroy99@gmail.com"] [] [2021-04-12T08:10:33.307525+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:33.311752+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:33.442766+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-12T08:10:33.467586+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:33.467643+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:33.467677+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:33.483275+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-12T08:10:33.642339+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a016ec"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/a016ec","method":"GET"} [] [2021-04-12T08:10:44.053935+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-12T08:10:44.081111+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:44.081171+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:44.081212+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:44.081995+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:44.126675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-04-12T08:10:44.370598+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:44.374822+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:44.501805+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-12T08:10:44.527697+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:44.527829+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:44.527864+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:44.541349+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-12T08:10:44.708229+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f1566"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/2f1566","method":"GET"} [] [2021-04-12T08:10:53.456531+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-12T08:10:53.484137+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:53.484196+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.484236+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.484734+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.527408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-04-12T08:10:53.746854+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.751891+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 12 Apr 2021 08:10:53 GMT\r\nLocation: http://127.0.0.1:8081/vehicle/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/\n \n \n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.752050+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.752087+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.757979+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:10:53.874618+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2021-04-12T08:10:53.901376+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:53.901437+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.901470+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:53.902633+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:10:53.936065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:10:53.939425+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:10:54.127483+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:10:54.149081+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-12T08:10:54.152896+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-12T08:10:54.217025+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:10:54.523772+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e2e94"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/3e2e94","method":"GET"} [] [2021-04-12T08:10:59.178043+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-12T08:10:59.209133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:10:59.209191+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:59.209225+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:10:59.211264+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:10:59.258313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:10:59.262316+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:10:59.326106+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:10:59.357108+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:10:59.543178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"686846"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/686846","method":"GET"} [] [2021-04-12T08:11:41.446489+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-12T08:11:41.492091+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:11:41.526553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:11:41.532862+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:11:41.532934+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:11:41.532970+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:11:41.533001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:11:41.603030+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-04-12T08:11:41.845533+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:11:41.861798+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:11:41.869639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-12T08:11:41.874490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-04-12T08:11:41.878991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-04-12T08:11:41.879433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-04-12T08:11:41.879733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-12T08:11:41.880056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-04-12T08:11:41.880429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-04-12T08:11:41.880728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-12T08:11:41.881056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-04-12T08:11:41.881437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-12T08:11:41.881730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-12T08:11:41.882017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-12T08:11:41.882356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-04-12T08:11:41.882815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-12T08:11:41.883148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-12T08:11:41.883447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-04-12T08:11:41.883848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-12T08:11:41.884127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-04-12T08:11:41.884536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-12T08:11:41.884814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-12T08:11:41.885081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-12T08:11:41.885350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-04-12T08:11:41.885614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-04-12T08:11:41.885906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-12T08:11:41.886167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-04-12T08:11:41.886678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-12T08:11:41.886947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-04-12T08:11:41.887775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-04-12T08:11:41.888218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-04-12T08:11:41.888496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-12T08:11:41.888784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-04-12T08:11:41.889077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-12T08:11:41.889350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-12T08:11:41.889633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-04-12T08:11:41.889895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-04-12T08:11:41.890155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-04-12T08:11:41.890455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-04-12T08:11:41.890863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-04-12T08:11:41.891177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-04-12T08:11:41.891450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-12T08:11:41.891826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-04-12T08:11:42.340985+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:11:42.368655+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:17:24.258181+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-12T08:17:24.297467+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:17:24.297525+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:17:24.297559+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:17:24.299496+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:17:24.351614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:17:24.355656+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:17:24.415999+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:17:24.448740+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:17:24.660238+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68be93"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/68be93","method":"GET"} [] [2021-04-12T08:17:46.797542+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-12T08:17:46.837542+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:17:46.869640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:17:46.873375+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:17:46.873445+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:17:46.873480+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:17:46.873510+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:17:46.938850+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-04-12T08:17:47.035249+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:17:47.043360+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:17:47.051182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-12T08:17:47.056142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-04-12T08:17:47.062178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-12T08:17:47.062774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-12T08:17:47.063133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-12T08:17:47.063472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-12T08:17:47.063849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-04-12T08:17:47.064300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-12T08:17:47.064645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-12T08:17:47.064981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-12T08:17:47.065352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-04-12T08:17:47.065701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-12T08:17:47.066071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-04-12T08:17:47.066621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-12T08:17:47.066998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-04-12T08:17:47.067418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-04-12T08:17:47.067762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-12T08:17:47.068098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-12T08:17:47.068467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-12T08:17:47.068806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-04-12T08:17:47.069367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-04-12T08:17:47.069815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-04-12T08:17:47.070158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-04-12T08:17:47.070531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-04-12T08:17:47.070910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-04-12T08:17:47.071252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-12T08:17:47.071609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-04-12T08:17:47.072078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-04-12T08:17:47.390977+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:17:47.418337+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:18:03.268880+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-12T08:18:03.295949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:18:03.296008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:18:03.296041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:18:03.297273+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:18:03.345120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:18:03.348428+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:18:03.390518+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:18:03.414587+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:18:03.626050+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"068f72"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/068f72","method":"GET"} [] [2021-04-12T08:18:35.508876+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-12T08:18:35.549673+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:18:35.597061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:18:35.600839+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:18:35.600904+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:18:35.600940+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:18:35.600970+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:18:35.664776+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-04-12T08:18:35.758457+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:18:35.767312+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:18:35.774638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-12T08:18:35.780364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-04-12T08:18:35.783244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-12T08:18:35.783689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-12T08:18:35.784056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-04-12T08:18:35.784591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-12T08:18:35.784935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-04-12T08:18:35.785288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-04-12T08:18:35.785629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-04-12T08:18:35.785969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-04-12T08:18:35.786313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-04-12T08:18:35.786695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-04-12T08:18:35.787110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-04-12T08:18:35.787447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-04-12T08:18:35.787822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-04-12T08:18:35.788223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-12T08:18:35.788564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-12T08:18:35.788904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-12T08:18:35.789265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-04-12T08:18:35.789837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-04-12T08:18:35.790177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-04-12T08:18:35.790513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-04-12T08:18:35.790851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-04-12T08:18:35.791184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-12T08:18:35.791518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-04-12T08:18:35.791855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-04-12T08:18:35.792204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-12T08:18:35.792523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-04-12T08:18:35.792979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-04-12T08:18:35.793459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-04-12T08:18:35.794094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-12T08:18:35.794464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-12T08:18:35.794784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-04-12T08:18:35.795130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-12T08:18:35.795471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-04-12T08:18:35.795852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-04-12T08:18:35.796175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-12T08:18:35.796489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-04-12T08:18:35.796825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-04-12T08:18:35.797378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-12T08:18:35.797697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-12T08:18:35.798010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-12T08:18:35.798323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-04-12T08:18:35.798647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-12T08:18:35.799005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-04-12T08:18:35.799336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-04-12T08:18:35.799664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-12T08:18:35.799977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-12T08:18:35.800293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-12T08:18:35.800608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-04-12T08:18:35.800924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-04-12T08:18:35.801254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-12T08:18:35.801573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-12T08:18:35.801911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-04-12T08:18:35.802326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-04-12T08:18:35.802643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-04-12T08:18:35.802960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-04-12T08:18:35.803314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2021-04-12T08:18:36.283110+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:18:36.305640+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:18:57.798999+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-12T08:18:57.826475+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:18:57.826540+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:18:57.826576+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:18:57.827746+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:18:57.851287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:18:57.855684+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:18:57.898790+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:18:57.923232+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:18:58.124857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"042541"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/042541","method":"GET"} [] [2021-04-12T08:19:07.733373+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-12T08:19:07.774166+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:19:07.822439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:19:07.826133+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:19:07.826198+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:19:07.826233+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:19:07.826262+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:19:07.889379+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-12T08:19:07.985975+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:19:07.994220+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:19:08.001283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-12T08:19:08.006242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-04-12T08:19:08.009099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-12T08:19:08.009525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-12T08:19:08.009872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-12T08:19:08.010215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-12T08:19:08.010591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-12T08:19:08.010972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-04-12T08:19:08.011519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-04-12T08:19:08.012027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-04-12T08:19:08.012554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-04-12T08:19:08.012897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-04-12T08:19:08.013372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-04-12T08:19:08.013863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-12T08:19:08.014207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-12T08:19:08.014543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-12T08:19:08.014879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-12T08:19:08.015218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-12T08:19:08.015555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-12T08:19:08.015890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-12T08:19:08.016229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-12T08:19:08.016578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-12T08:19:08.016907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-04-12T08:19:08.017414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-12T08:19:08.017750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-04-12T08:19:08.018111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-12T08:19:08.018474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-04-12T08:19:08.018947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-04-12T08:19:08.019444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-04-12T08:19:08.019831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-04-12T08:19:08.020175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-12T08:19:08.020534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-04-12T08:19:08.428526+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:19:08.460467+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:19:29.557158+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-12T08:19:29.596112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:19:29.596171+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:19:29.596204+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:19:29.598106+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:19:29.651432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:19:29.656627+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:19:29.718718+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:19:29.750775+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:19:29.962882+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"918bc4"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/918bc4","method":"GET"} [] [2021-04-12T08:20:37.707502+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-12T08:20:37.745878+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:20:37.791453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:20:37.795171+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:20:37.795234+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:20:37.795268+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:20:37.795298+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:20:37.856127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-12T08:20:37.949901+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:20:37.958193+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:20:37.966115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-12T08:20:37.971024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-04-12T08:20:37.973904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-12T08:20:37.974489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-12T08:20:37.974884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-12T08:20:37.975220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-12T08:20:37.975592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-12T08:20:37.975962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-04-12T08:20:37.976560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-12T08:20:37.976933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-12T08:20:37.977218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-12T08:20:37.977521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-04-12T08:20:37.977818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-04-12T08:20:37.978132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-04-12T08:20:37.978435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-04-12T08:20:37.978914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-04-12T08:20:37.979231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-04-12T08:20:37.979587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-04-12T08:20:37.979835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-04-12T08:20:37.980244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-04-12T08:20:37.980793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-04-12T08:20:37.981064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-04-12T08:20:37.981332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-12T08:20:37.981585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-04-12T08:20:37.981839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-12T08:20:37.982102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-12T08:20:37.982357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-04-12T08:20:37.982604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-04-12T08:20:37.982855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-04-12T08:20:37.983115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-12T08:20:37.983373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-04-12T08:20:37.983625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-04-12T08:20:37.983875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-12T08:20:37.984150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-12T08:20:37.984399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-04-12T08:20:37.984698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-12T08:20:37.984978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-12T08:20:37.985247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-04-12T08:20:37.985652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-04-12T08:20:37.985930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-12T08:20:37.986237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-04-12T08:20:37.986594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-04-12T08:20:37.987011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-04-12T08:20:37.987274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-04-12T08:20:37.987698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-04-12T08:20:37.988079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-04-12T08:20:37.988451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-04-12T08:20:37.988708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-04-12T08:20:37.988961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-04-12T08:20:37.989218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-04-12T08:20:37.989471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-04-12T08:20:37.989776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-04-12T08:20:37.990084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-04-12T08:20:37.990346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-12T08:20:37.990617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-04-12T08:20:37.990924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-12T08:20:37.991308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-04-12T08:20:38.646514+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:20:38.675522+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:20:53.148285+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-12T08:20:53.174721+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:20:53.174785+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:20:53.174818+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:20:53.175948+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:20:53.198550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:20:53.202049+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:20:53.246483+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:20:53.269882+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:20:53.487861+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"660475"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/660475","method":"GET"} [] [2021-04-12T08:21:08.157453+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-12T08:21:08.198886+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:21:08.252982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:21:08.256663+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:21:08.256727+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:21:08.256763+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:21:08.256793+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:21:08.320578+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-04-12T08:21:08.414396+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:21:08.422341+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:21:08.430045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-12T08:21:08.434942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-04-12T08:21:08.440006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-12T08:21:08.440513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-12T08:21:08.440861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-12T08:21:08.441189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-12T08:21:08.441513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-04-12T08:21:08.441926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-12T08:21:08.442252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-12T08:21:08.442626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-12T08:21:08.442966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-04-12T08:21:08.443318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-12T08:21:08.443651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-04-12T08:21:08.444129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-12T08:21:08.444604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-04-12T08:21:08.445028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-04-12T08:21:08.445393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-12T08:21:08.445699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-12T08:21:08.446041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-12T08:21:08.446339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-04-12T08:21:08.446773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-04-12T08:21:08.447174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-04-12T08:21:08.447504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-04-12T08:21:08.447820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-04-12T08:21:08.448145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-04-12T08:21:08.448444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-12T08:21:08.448778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-04-12T08:21:08.449193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-04-12T08:21:08.791633+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:21:08.819016+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:21:29.502983+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-12T08:21:29.529662+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:21:29.529720+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:21:29.529753+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:21:29.530863+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:21:29.555537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:21:29.558617+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:21:29.602838+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:21:29.629353+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:21:29.846133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9be496"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/9be496","method":"GET"} [] [2021-04-12T08:21:38.642977+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-12T08:21:38.683579+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:21:38.735953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:21:38.739894+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:21:38.739963+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:21:38.740002+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:21:38.740036+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:21:38.805175+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-04-12T08:21:38.897639+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:21:38.905935+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:21:38.913452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-12T08:21:38.918837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-04-12T08:21:38.921735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-12T08:21:38.922207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-04-12T08:21:38.922557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-04-12T08:21:38.922895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-04-12T08:21:38.923250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-04-12T08:21:38.923615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-04-12T08:21:38.924029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-12T08:21:38.924367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-12T08:21:38.924705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-12T08:21:38.925072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-12T08:21:38.925433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-04-12T08:21:38.925951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-04-12T08:21:38.926294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-04-12T08:21:38.926630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-04-12T08:21:38.926968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-04-12T08:21:38.927305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-04-12T08:21:38.927643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-12T08:21:38.927980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-04-12T08:21:38.928321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-04-12T08:21:38.928720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-12T08:21:38.929071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-12T08:21:38.929441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-04-12T08:21:38.929886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-04-12T08:21:38.930274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-12T08:21:38.930628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-04-12T08:21:38.931098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-04-12T08:21:38.931550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-12T08:21:38.931872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-04-12T08:21:38.932228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-12T08:21:38.932574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-04-12T08:21:38.932954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-04-12T08:21:38.933284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-12T08:21:38.933639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-04-12T08:21:38.934086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-04-12T08:21:38.934526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-12T08:21:38.934864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-04-12T08:21:38.935222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-04-12T08:21:38.935580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-04-12T08:21:38.936014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-04-12T08:21:38.936331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-04-12T08:21:38.936697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-12T08:21:38.937041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-04-12T08:21:38.937517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-04-12T08:21:38.937926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-04-12T08:21:38.938247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-04-12T08:21:38.938563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-04-12T08:21:38.938877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-04-12T08:21:38.939232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-04-12T08:21:38.939719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-04-12T08:21:39.524454+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:21:39.550597+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:21:52.440123+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-12T08:21:52.479556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:21:52.479618+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:21:52.479656+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:21:52.481764+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:21:52.525592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:21:52.529871+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:21:52.590072+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:21:52.622501+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-12T08:21:52.835498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2eb667"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/2eb667","method":"GET"} [] [2021-04-12T08:23:44.594910+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-12T08:23:44.635646+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-12T08:23:44.686711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-04-12T08:23:44.690446+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-04-12T08:23:44.690510+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-12T08:23:44.690545+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:23:44.690575+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-12T08:23:44.754181+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-04-12T08:23:44.851103+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:23:44.860019+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-04-30T00:00:00+00:00"] [] [2021-04-12T08:23:44.867233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-12T08:23:44.871963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-04-12T08:23:44.874632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-12T08:23:44.875028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-12T08:23:44.875386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-12T08:23:44.875755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-12T08:23:44.876129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-04-12T08:23:44.876513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-04-12T08:23:44.876870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-04-12T08:23:44.877333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-12T08:23:44.877723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-04-12T08:23:44.878206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-12T08:23:44.878581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-04-12T08:23:44.879109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-12T08:23:44.879483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-04-12T08:23:44.879899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-04-12T08:23:44.880242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-12T08:23:44.880591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-04-12T08:23:44.880909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-12T08:23:44.881272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-04-12T08:23:44.881738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-12T08:23:44.882076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-12T08:23:44.882489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-12T08:23:44.882821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-04-12T08:23:44.883288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-12T08:23:44.883617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-04-12T08:23:44.883988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-12T08:23:44.884347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-04-12T08:23:44.884819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-04-12T08:23:44.885294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-04-12T08:23:44.885842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-04-12T08:23:44.886256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-04-12T08:23:44.886574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-04-12T08:23:44.887021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-04-12T08:23:44.887461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-04-12T08:23:44.887819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-04-12T08:23:44.888145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-12T08:23:44.888479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-04-12T08:23:44.888837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-04-12T08:23:44.889193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-04-12T08:23:45.434863+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-12T08:23:45.463994+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:46:37.637111+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-20T07:46:37.715019+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:46:37.715077+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:37.715112+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:37.754734+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-20T07:46:38.240874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"040a3d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/040a3d","method":"GET"} [] [2021-04-20T07:46:42.190961+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-20T07:46:42.219008+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:46:42.219063+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.219102+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.220643+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.299860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-20T07:46:42.544434+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.550636+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 20 Apr 2021 07:46:42 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.550703+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.550736+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.556281+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:46:42.676255+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-20T07:46:42.700855+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:46:42.700911+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.700945+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:46:42.702143+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:46:42.722972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:46:42.728846+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:46:42.765918+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-20T07:46:42.893631+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-20T07:46:42.911717+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-20T07:46:42.923633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-20T07:46:42.924092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-20T07:46:42.926316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-20T07:46:42.926689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-20T07:46:42.926986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:46:42.927284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-20T07:46:42.927646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-20T07:46:42.927968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-20T07:46:42.928298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-20T07:46:42.928590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:46:42.928885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-20T07:46:42.929216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:46:42.931440+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-20T07:46:42.947600+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:46:43.624810+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99a409"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/99a409","method":"GET"} [] [2021-04-20T07:47:47.572250+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2021-04-20T07:47:47.602738+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:47:47.602795+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:47:47.602835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:47:47.604757+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:47:47.642777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:47:47.647121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:47:47.714484+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-04-20T07:47:47.745154+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:47:48.169228+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7f777"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f7f777","method":"GET"} [] [2021-04-20T07:48:03.208446+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:48:03.244647+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:48:03.244704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:48:03.244736+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:48:03.246728+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:48:03.279014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:48:03.283436+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:48:03.378840+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:48:03.411068+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:48:03.750325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab174f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ab174f","method":"GET"} [] [2021-04-20T07:48:22.286717+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-20T07:48:22.311883+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:48:22.311940+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:48:22.311972+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:48:22.313054+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:48:22.342967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:48:22.346909+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:48:22.359515+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-20T07:48:22.415101+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-20T07:48:22.420433+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-20T07:48:22.428531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-20T07:48:22.428969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-20T07:48:22.430224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-20T07:48:22.430576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-20T07:48:22.430862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:48:22.431147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-20T07:48:22.431459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-20T07:48:22.431806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-20T07:48:22.432118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-20T07:48:22.432409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:48:22.432693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-20T07:48:22.433010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:48:22.434694+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-20T07:48:22.442664+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:48:22.850194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab826e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ab826e","method":"GET"} [] [2021-04-20T07:48:42.336430+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2021-04-20T07:48:42.361763+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:48:42.361820+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:48:42.361853+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:48:42.362967+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:48:42.390385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:48:42.394401+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:48:42.445882+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-04-20T07:48:42.469418+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:48:42.854347+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8a6bb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e8a6bb","method":"GET"} [] [2021-04-20T07:49:01.898861+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:49:01.928005+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:49:01.928061+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:49:01.928093+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:49:01.929938+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:49:01.969094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:49:01.973441+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:49:02.027610+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:49:02.056106+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:49:02.435092+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de204e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/de204e","method":"GET"} [] [2021-04-20T07:51:18.836918+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T07:51:18.873894+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:51:18.906851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:51:18.911152+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:51:18.911215+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:51:18.911248+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:51:18.911321+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:51:18.972695+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-04-20T07:51:19.198015+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:51:19.207378+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:51:19.214773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:51:19.220322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-04-20T07:51:19.224703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T07:51:19.226754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T07:51:19.227045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T07:51:19.227324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-20T07:51:19.227598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T07:51:19.227898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-04-20T07:51:19.228310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-20T07:51:19.228593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-20T07:51:19.228910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-04-20T07:51:19.229188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-04-20T07:51:19.229462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-04-20T07:51:19.229737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T07:51:19.230029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-04-20T07:51:19.230492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-04-20T07:51:19.230794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-20T07:51:19.231091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-04-20T07:51:19.231414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-04-20T07:51:19.231727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-04-20T07:51:19.232085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-20T07:51:19.232399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-04-20T07:51:19.232828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-04-20T07:51:19.233252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-20T07:51:19.233534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-04-20T07:51:19.233937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-20T07:51:19.234245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-04-20T07:51:19.234518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-04-20T07:51:19.234970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-04-20T07:51:19.235318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-20T07:51:19.235600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-20T07:51:19.235901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:51:19.236170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-04-20T07:51:19.236472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-20T07:51:19.236759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:51:19.237030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-04-20T07:51:19.237433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-04-20T07:51:19.237756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-04-20T07:51:19.238038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-20T07:51:19.238314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-04-20T07:51:19.238720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-04-20T07:51:19.238996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-20T07:51:19.239284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-04-20T07:51:19.239667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T07:51:19.769006+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:51:19.791347+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:52:28.811490+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-20T07:52:28.847333+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:52:28.847390+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:28.847424+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:28.865115+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-20T07:52:29.312552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2052ac"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2052ac","method":"GET"} [] [2021-04-20T07:52:32.816073+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-20T07:52:32.841011+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:52:32.841066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:32.841104+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:32.841785+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:32.883953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-20T07:52:33.092941+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:33.098157+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 20 Apr 2021 07:52:33 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:33.098262+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:33.098298+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:33.103890+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:52:33.222667+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-20T07:52:33.247239+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:52:33.247295+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:33.247327+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:33.248487+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:52:33.270319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:52:33.274250+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:52:33.291731+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-20T07:52:33.362157+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-20T07:52:33.367577+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-20T07:52:33.375966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-20T07:52:33.376405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-20T07:52:33.377650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-20T07:52:33.377999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-20T07:52:33.378290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:52:33.378580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-20T07:52:33.378892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-20T07:52:33.379198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-20T07:52:33.379521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-20T07:52:33.379807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:52:33.380094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-20T07:52:33.380466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:52:33.382085+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-20T07:52:33.389996+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:52:33.949307+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b01a4a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b01a4a","method":"GET"} [] [2021-04-20T07:52:36.229838+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:52:36.258372+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:52:36.258427+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:36.258460+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:52:36.260265+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:52:36.289462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:52:36.293735+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:52:36.347329+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:52:36.375664+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:52:36.683619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4887f9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4887f9","method":"GET"} [] [2021-04-20T07:53:30.470058+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T07:53:30.506653+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:53:30.538128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:53:30.542447+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:53:30.542510+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:53:30.542544+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:53:30.542573+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:53:30.600820+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-04-20T07:53:30.689222+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:53:30.697783+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:53:30.704546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:53:30.710181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-04-20T07:53:30.713566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T07:53:30.714831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T07:53:30.715118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T07:53:30.715422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-04-20T07:53:30.715777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-20T07:53:30.716059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-20T07:53:30.716335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T07:53:30.716629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-04-20T07:53:30.716975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-04-20T07:53:30.717293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-04-20T07:53:30.717608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-04-20T07:53:30.717967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T07:53:30.718310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:53:30.718585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-04-20T07:53:30.718885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-20T07:53:30.719183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-04-20T07:53:30.719626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-20T07:53:30.719909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-20T07:53:30.720185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-20T07:53:30.720461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-20T07:53:30.720734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-20T07:53:30.721006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-04-20T07:53:30.721276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-20T07:53:30.721547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-20T07:53:30.721854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-04-20T07:53:30.722315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-20T07:53:30.722601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-04-20T07:53:30.722880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-20T07:53:30.723156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-04-20T07:53:30.723429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-04-20T07:53:30.723702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-04-20T07:53:30.723956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-04-20T07:53:30.724224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-04-20T07:53:30.724531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-04-20T07:53:30.724792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:53:30.725044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-04-20T07:53:30.725431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-04-20T07:53:30.725809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-04-20T07:53:30.726185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-04-20T07:53:30.726460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-20T07:53:31.103181+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:53:31.125236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:54:53.630944+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:54:53.667058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:54:53.667116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:54:53.667149+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:54:53.669012+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:54:53.707264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:54:53.711601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:54:53.768592+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:54:53.799106+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:54:54.350941+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"032fc5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/032fc5","method":"GET"} [] [2021-04-20T07:55:11.858006+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T07:55:11.895029+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:55:11.927196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:55:11.931527+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:55:11.931590+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:55:11.931623+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:55:11.931652+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:55:11.987972+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-04-20T07:55:12.074672+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:55:12.083118+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:55:12.089945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:55:12.095378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-04-20T07:55:12.098821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-04-20T07:55:12.100092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-20T07:55:12.100383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T07:55:12.100688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-04-20T07:55:12.101064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T07:55:12.101347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T07:55:12.101623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T07:55:12.101934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-04-20T07:55:12.102297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-20T07:55:12.102578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-20T07:55:12.102853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-04-20T07:55:12.103156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-20T07:55:12.103469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-04-20T07:55:12.103868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-20T07:55:12.104150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-20T07:55:12.104427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-20T07:55:12.104702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-04-20T07:55:12.104977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-04-20T07:55:12.105277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:55:12.105545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-04-20T07:55:12.105954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T07:55:12.106257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-04-20T07:55:12.106661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-04-20T07:55:12.107192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-04-20T07:55:12.107477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-20T07:55:12.107753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-04-20T07:55:12.108026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-20T07:55:12.108298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-20T07:55:12.108574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-04-20T07:55:12.108831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-04-20T07:55:12.109082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-04-20T07:55:12.109370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-04-20T07:55:12.109760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-04-20T07:55:12.110057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-04-20T07:55:12.110318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-20T07:55:12.110589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-04-20T07:55:12.468746+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:55:12.490773+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:56:17.726861+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:56:17.751885+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:56:17.751940+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:56:17.751972+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:56:17.753075+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:56:17.778650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:56:17.782660+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:56:17.822719+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:56:17.845686+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:56:18.342509+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9da3c9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9da3c9","method":"GET"} [] [2021-04-20T07:56:36.353502+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T07:56:36.390625+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:56:36.424241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:56:36.428545+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:56:36.428607+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:56:36.428640+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:56:36.428669+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:56:36.485731+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-04-20T07:56:36.577192+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:56:36.585957+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:56:36.592787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:56:36.598329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2021-04-20T07:56:36.601783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T07:56:36.603099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T07:56:36.603439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T07:56:36.603770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-04-20T07:56:36.604099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T07:56:36.604443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:56:36.604770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-04-20T07:56:36.605133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-20T07:56:36.605473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-04-20T07:56:36.605795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2021-04-20T07:56:36.606151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-20T07:56:36.606492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2021-04-20T07:56:36.606816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2021-04-20T07:56:36.607170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-04-20T07:56:36.607511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2021-04-20T07:56:36.607833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2021-04-20T07:56:36.608186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2021-04-20T07:56:36.608528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-04-20T07:56:36.608888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2021-04-20T07:56:36.609396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T07:56:36.609748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2021-04-20T07:56:36.610253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-04-20T07:56:36.610643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-04-20T07:56:36.610974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-20T07:56:36.611303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T07:56:36.611654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-04-20T07:56:36.612066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-04-20T07:56:36.612502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-04-20T07:56:36.612918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-20T07:56:36.613251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-20T07:56:36.613580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-20T07:56:36.613950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-04-20T07:56:36.614397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-04-20T07:56:36.614720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-04-20T07:56:36.615199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:56:36.615524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-04-20T07:56:36.615985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-04-20T07:56:36.616425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-20T07:56:36.616762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-04-20T07:56:36.617093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-20T07:56:36.617423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-20T07:56:36.617752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-20T07:56:36.618116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-04-20T07:56:36.618575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-04-20T07:56:36.619056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-04-20T07:56:36.619545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-04-20T07:56:36.619937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-04-20T07:56:36.620359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-04-20T07:56:36.620691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-04-20T07:56:36.621022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-04-20T07:56:36.621355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-04-20T07:56:36.621758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-04-20T07:56:36.622139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-04-20T07:56:36.622471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-20T07:56:36.622818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2021-04-20T07:56:36.623277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2021-04-20T07:56:37.255542+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:56:37.277773+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:57:32.338845+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:57:32.374839+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:57:32.374895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:57:32.374928+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:57:32.376771+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:57:32.421707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:57:32.425152+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:57:32.482088+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:57:32.512738+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:57:32.998841+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"265aa2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/265aa2","method":"GET"} [] [2021-04-20T07:57:48.416386+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T07:57:48.452874+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:57:48.485594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:57:48.488975+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:57:48.489037+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:57:48.489070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:57:48.489100+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:57:48.546280+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-04-20T07:57:48.633169+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:57:48.640936+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:57:48.647695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:57:48.652220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-04-20T07:57:48.655638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-20T07:57:48.656920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-04-20T07:57:48.657211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-04-20T07:57:48.657529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-04-20T07:57:48.657822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-04-20T07:57:48.658123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-04-20T07:57:48.658495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T07:57:48.658776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T07:57:48.659052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T07:57:48.659321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T07:57:48.659611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-04-20T07:57:48.660063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-04-20T07:57:48.660346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-04-20T07:57:48.660621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-04-20T07:57:48.660894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-04-20T07:57:48.661168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-04-20T07:57:48.661438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-20T07:57:48.661710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-04-20T07:57:48.661982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-04-20T07:57:48.662253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-20T07:57:48.662523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T07:57:48.662813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-04-20T07:57:48.663191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-04-20T07:57:48.663509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:57:48.663783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-04-20T07:57:48.664187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-04-20T07:57:48.664578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:57:48.664852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-04-20T07:57:48.665154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-20T07:57:48.665447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-04-20T07:57:48.665770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-04-20T07:57:48.666034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-20T07:57:48.666322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-04-20T07:57:48.666702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-04-20T07:57:48.667075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T07:57:48.667352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-04-20T07:57:48.667649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-04-20T07:57:48.667983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-04-20T07:57:48.668350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-04-20T07:57:48.668603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-04-20T07:57:48.668880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-20T07:57:48.669158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-04-20T07:57:48.669565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-04-20T07:57:48.669913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-04-20T07:57:48.670172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-04-20T07:57:48.670444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-04-20T07:57:48.670692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-04-20T07:57:48.670977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-04-20T07:57:48.671382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-04-20T07:57:49.215224+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:57:49.237049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:58:16.412573+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:58:16.437486+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:58:16.437542+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:58:16.437616+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:58:16.438701+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:58:16.460540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:58:16.463575+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:58:16.504007+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:58:16.526108+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:58:17.011965+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f724b6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f724b6","method":"GET"} [] [2021-04-20T07:58:33.763885+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T07:58:33.800768+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:58:33.842455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:58:33.845831+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:58:33.845893+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:58:33.845926+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:58:33.845955+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:58:33.903412+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-04-20T07:58:33.989979+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:58:33.998825+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:58:34.005686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:58:34.011265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-04-20T07:58:34.014938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T07:58:34.016203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T07:58:34.016504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T07:58:34.016795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T07:58:34.017083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-04-20T07:58:34.017398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-04-20T07:58:34.017761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-20T07:58:34.018051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-20T07:58:34.018339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T07:58:34.018645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-04-20T07:58:34.019150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-04-20T07:58:34.019497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-04-20T07:58:34.019791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-04-20T07:58:34.020118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-04-20T07:58:34.020418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-04-20T07:58:34.020701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-04-20T07:58:34.021112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-20T07:58:34.021394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-04-20T07:58:34.021723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-20T07:58:34.022012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T07:58:34.022308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:58:34.022586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-04-20T07:58:34.022892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-20T07:58:34.023192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:58:34.023473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-04-20T07:58:34.023946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-04-20T07:58:34.024392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-04-20T07:58:34.024831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-04-20T07:58:34.025269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-04-20T07:58:34.025612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2021-04-20T07:58:34.026085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2021-04-20T07:58:34.474859+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:58:34.498271+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:58:49.006719+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:58:49.031376+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:58:49.031432+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:58:49.031464+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:58:49.032526+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:58:49.065020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:58:49.068044+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:58:49.107452+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:58:49.129315+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:58:49.633432+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"306c41"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/306c41","method":"GET"} [] [2021-04-20T07:59:03.328981+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T07:59:03.365062+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:59:03.401576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:59:03.404995+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:59:03.405058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:59:03.405092+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:59:03.405121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:59:03.461761+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-04-20T07:59:03.547775+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:59:03.556599+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:59:03.563387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:59:03.568948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-04-20T07:59:03.572373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T07:59:03.573613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T07:59:03.573900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T07:59:03.574178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T07:59:03.574450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T07:59:03.574750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-04-20T07:59:03.575162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-04-20T07:59:03.575445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-20T07:59:03.575721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-20T07:59:03.575993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T07:59:03.576278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:59:03.576549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-04-20T07:59:03.576955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-04-20T07:59:03.577292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-04-20T07:59:03.577573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-04-20T07:59:03.577887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-04-20T07:59:03.578207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-04-20T07:59:03.578481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-20T07:59:03.578772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-04-20T07:59:03.579178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-04-20T07:59:03.828524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:59:03.850406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:59:16.568484+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T07:59:16.593779+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:59:16.593835+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:59:16.593867+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:59:16.594951+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:59:16.624728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:59:16.627758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:59:16.667418+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:59:16.689342+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T07:59:17.155039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34cc81"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/34cc81","method":"GET"} [] [2021-04-20T07:59:42.637429+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T07:59:42.674073+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T07:59:42.711663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T07:59:42.715185+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T07:59:42.715248+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T07:59:42.715285+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:59:42.715317+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T07:59:42.772972+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-04-20T07:59:42.859503+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:59:42.867128+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T07:59:42.873883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T07:59:42.878435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-04-20T07:59:42.881001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T07:59:42.881352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T07:59:42.881637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T07:59:42.881940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-04-20T07:59:42.882296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-20T07:59:42.882576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-20T07:59:42.882851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T07:59:42.883144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-04-20T07:59:42.883483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-04-20T07:59:42.883799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-04-20T07:59:42.884109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-04-20T07:59:42.884510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T07:59:42.884854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T07:59:42.885129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-04-20T07:59:42.885431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-20T07:59:42.885728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-04-20T07:59:42.886167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-20T07:59:42.886450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-20T07:59:42.886729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-20T07:59:42.887000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-20T07:59:42.887270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-20T07:59:42.887543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-04-20T07:59:42.887810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-20T07:59:42.888079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-20T07:59:42.888385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-04-20T07:59:42.888840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-20T07:59:42.889124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-04-20T07:59:42.889433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-20T07:59:42.889787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-04-20T07:59:42.890061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-04-20T07:59:42.890335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-04-20T07:59:42.890609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-04-20T07:59:42.890894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-04-20T07:59:42.891167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-04-20T07:59:42.891448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T07:59:42.891717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-04-20T07:59:42.892120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-04-20T07:59:42.892522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-04-20T07:59:42.892922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-04-20T07:59:42.893250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-20T07:59:43.265661+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T07:59:43.287396+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T08:00:13.108395+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T08:00:13.143548+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T08:00:13.143606+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:00:13.143685+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:00:13.145608+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T08:00:13.187372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T08:00:13.190780+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T08:00:13.246599+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T08:00:13.277083+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T08:00:13.775323+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a788f4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a788f4","method":"GET"} [] [2021-04-20T08:00:46.565165+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T08:00:46.601961+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T08:00:46.643189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T08:00:46.646584+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T08:00:46.646646+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T08:00:46.646679+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:00:46.646708+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:00:46.703615+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-04-20T08:00:46.790089+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T08:00:46.797691+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T08:00:46.804630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T08:00:46.809221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-04-20T08:00:46.812588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-04-20T08:00:46.813840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-04-20T08:00:46.814244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T08:00:46.814527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T08:00:46.814803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T08:00:46.815077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-20T08:00:46.815347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T08:00:46.815637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-04-20T08:00:46.816052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-20T08:00:46.816417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-04-20T08:00:46.816838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T08:00:46.817153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-04-20T08:00:46.817505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-04-20T08:00:46.817831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-20T08:00:46.818111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-04-20T08:00:46.818384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T08:00:46.818675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-04-20T08:00:46.819057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-20T08:00:46.819336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-20T08:00:46.819679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T08:00:46.819954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-04-20T08:00:46.820350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T08:00:46.820626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-04-20T08:00:46.820925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-20T08:00:46.821222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-04-20T08:00:46.821622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-04-20T08:00:46.822018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-04-20T08:00:46.822443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-04-20T08:00:46.822764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-04-20T08:00:46.823038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-04-20T08:00:46.823439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-04-20T08:00:46.823837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-04-20T08:00:46.824157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-04-20T08:00:46.824439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-20T08:00:46.824730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-04-20T08:00:46.825047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-04-20T08:00:46.825354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-04-20T08:00:47.331232+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T08:00:47.353497+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T08:01:04.156076+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T08:01:04.181598+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T08:01:04.181655+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:01:04.181687+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:01:04.182773+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T08:01:04.217344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T08:01:04.220310+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T08:01:04.259780+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T08:01:04.282276+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T08:01:04.762224+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2209ab"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2209ab","method":"GET"} [] [2021-04-20T08:01:56.111545+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T08:01:56.148407+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T08:01:56.186022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T08:01:56.189411+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T08:01:56.189472+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T08:01:56.189506+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:01:56.189535+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:01:56.247565+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-20T08:01:56.334138+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T08:01:56.341834+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T08:01:56.348695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T08:01:56.353240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-04-20T08:01:56.355816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T08:01:56.356149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T08:01:56.356431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T08:01:56.356769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T08:01:56.357046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T08:01:56.357344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-04-20T08:01:56.357712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-20T08:01:56.357993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-20T08:01:56.358268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-20T08:01:56.358568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-04-20T08:01:56.358844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-04-20T08:01:56.359144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-04-20T08:01:56.359439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-04-20T08:01:56.359900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-04-20T08:01:56.360237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-04-20T08:01:56.360559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-04-20T08:01:56.360834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-04-20T08:01:56.361312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-04-20T08:01:56.361813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-04-20T08:01:56.362098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-04-20T08:01:56.362376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-20T08:01:56.362649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-04-20T08:01:56.362920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-20T08:01:56.363190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-20T08:01:56.363461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-04-20T08:01:56.363730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-04-20T08:01:56.363999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-04-20T08:01:56.364268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-20T08:01:56.364537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-04-20T08:01:56.364790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-04-20T08:01:56.365040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T08:01:56.365299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T08:01:56.365546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-04-20T08:01:56.365830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-20T08:01:56.366100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T08:01:56.366346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-04-20T08:01:56.366725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-04-20T08:01:56.366999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-20T08:01:56.367274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-04-20T08:01:56.367619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-04-20T08:01:56.368011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-04-20T08:01:56.368266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-04-20T08:01:56.368674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-04-20T08:01:56.369046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-04-20T08:01:56.369402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-04-20T08:01:56.369662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-04-20T08:01:56.369919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-04-20T08:01:56.370173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-04-20T08:01:56.370423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-04-20T08:01:56.370708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-04-20T08:01:56.371005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-04-20T08:01:56.371263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-20T08:01:56.371532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-04-20T08:01:56.371827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-20T08:01:56.372174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-04-20T08:01:56.944219+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T08:01:56.981973+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T08:02:11.373769+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T08:02:11.398658+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T08:02:11.398713+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:02:11.398745+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:02:11.399823+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T08:02:11.433450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T08:02:11.436486+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T08:02:11.476994+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T08:02:11.498905+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T08:02:11.926768+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"332c09"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/332c09","method":"GET"} [] [2021-04-20T08:02:20.134524+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-20T08:02:20.171052+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T08:02:20.209837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T08:02:20.213223+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T08:02:20.213284+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T08:02:20.213317+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:02:20.213346+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:02:20.270360+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-20T08:02:20.358060+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T08:02:20.365607+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-20T00:00:00+00:00","2021-04-20T00:00:00+00:00"] [] [2021-04-20T08:02:20.372397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-20T08:02:20.377081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-04-20T08:02:20.379602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-20T08:02:20.379970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-20T08:02:20.380321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-20T08:02:20.380735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-20T08:02:20.381087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-04-20T08:02:20.381523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-20T08:02:20.381901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-04-20T08:02:20.382408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-04-20T08:02:20.382736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-04-20T08:02:20.383195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-04-20T08:02:20.383664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-20T08:02:20.383993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-20T08:02:20.384321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-20T08:02:20.384652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-20T08:02:20.384981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-20T08:02:20.385309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-20T08:02:20.385638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-20T08:02:20.385966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-20T08:02:20.386302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-20T08:02:20.386620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-04-20T08:02:20.387099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-20T08:02:20.387423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-04-20T08:02:20.387774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-20T08:02:20.388120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-04-20T08:02:20.388579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-04-20T08:02:20.389036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-04-20T08:02:20.389409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-04-20T08:02:20.389738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-20T08:02:20.390084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-04-20T08:02:20.756989+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T08:02:20.780060+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T08:02:42.313563+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-20T08:02:42.348889+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-20T08:02:42.348945+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:02:42.348977+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-20T08:02:42.350886+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-20T08:02:42.380898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-20T08:02:42.384282+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-20T08:02:42.440195+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-20T08:02:42.470582+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-20T08:02:42.953593+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58df42"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/58df42","method":"GET"} [] [2021-04-25T05:13:03.799512+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-25T05:13:03.896533+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T05:13:03.896591+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:03.896626+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:03.929750+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-25T05:13:04.509998+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91bcb8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/91bcb8","method":"GET"} [] [2021-04-25T05:13:08.217840+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-25T05:13:08.243299+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T05:13:08.243355+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.243394+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.245507+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.373663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-25T05:13:08.676111+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.683910+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 25 Apr 2021 05:13:08 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.684032+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.684068+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.689681+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-25T05:13:08.851265+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-25T05:13:08.885016+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T05:13:08.885073+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.885107+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:08.886776+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-25T05:13:08.917305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-25T05:13:08.924197+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-25T05:13:08.961088+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-25T05:13:09.091229+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-25T05:13:09.106703+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-25T05:13:09.117734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-25T05:13:09.118209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-25T05:13:09.120320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-25T05:13:09.120715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-25T05:13:09.121017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-25T05:13:09.121312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-25T05:13:09.121627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-25T05:13:09.121944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-25T05:13:09.122264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-25T05:13:09.122552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-25T05:13:09.122846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-25T05:13:09.123174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-25T05:13:09.125198+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-25T05:13:09.139972+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-25T05:13:09.753377+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"368537"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/368537","method":"GET"} [] [2021-04-25T05:13:18.473393+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-25T05:13:18.507502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T05:13:18.507561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:18.507595+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:13:18.509270+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-25T05:13:18.546690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-25T05:13:18.551696+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-25T05:13:18.624963+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-25T05:13:18.656787+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-25T05:13:19.092830+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95650e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/95650e","method":"GET"} [] [2021-04-25T05:14:43.231300+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-25T05:14:43.257891+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-25T05:14:43.285430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-25T05:14:43.289476+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-25T05:14:43.289537+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T05:14:43.289574+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:14:43.289605+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:14:43.385571+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-04-25T05:14:43.600992+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-25T00:00:00+00:00","2021-04-25T00:00:00+00:00"] [] [2021-04-25T05:14:43.610298+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-25T00:00:00+00:00","2021-04-25T00:00:00+00:00"] [] [2021-04-25T05:14:43.617009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-25T05:14:43.621921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-04-25T05:14:43.626016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-25T05:14:43.628125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-25T05:14:43.628439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-25T05:14:43.628732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-04-25T05:14:43.629027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-25T05:14:43.629316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-25T05:14:43.629608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-25T05:14:43.629930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-25T05:14:43.630223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-04-25T05:14:43.630597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-25T05:14:43.630910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-04-25T05:14:43.631222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-25T05:14:43.631590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-04-25T05:14:43.632012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-25T05:14:43.835821+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-25T05:14:43.878357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-25T05:24:41.446633+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-25T05:24:41.479831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T05:24:41.479889+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:24:41.479922+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T05:24:41.481621+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-25T05:24:41.527208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-25T05:24:41.536167+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-25T05:24:41.594050+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-25T05:24:41.623652+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-25T05:24:42.233910+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b6d4e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3b6d4e","method":"GET"} [] [2021-04-25T06:50:39.234078+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-25T06:50:39.270235+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-25T06:50:39.320472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-25T06:50:39.333301+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-25T06:50:39.333447+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T06:50:39.333536+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T06:50:39.333612+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T06:50:39.403942+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-04-25T06:50:39.491106+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-25T00:00:00+00:00","2021-04-25T00:00:00+00:00"] [] [2021-04-25T06:50:39.502035+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-25T00:00:00+00:00","2021-04-25T00:00:00+00:00"] [] [2021-04-25T06:50:39.508115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-25T06:50:39.513258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-04-25T06:50:39.516483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-25T06:50:39.517787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-25T06:50:39.518096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-25T06:50:39.518463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-04-25T06:50:39.518836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-25T06:50:39.519132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-25T06:50:39.519424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-25T06:50:39.519735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-04-25T06:50:39.520090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-04-25T06:50:39.520383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-04-25T06:50:39.520714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-04-25T06:50:39.521081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-25T06:50:39.521433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-25T06:50:39.521720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-04-25T06:50:39.522029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-25T06:50:39.522340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-04-25T06:50:39.522796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-25T06:50:39.523090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-25T06:50:39.523379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-25T06:50:39.523667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-25T06:50:39.523958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-25T06:50:39.524249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-04-25T06:50:39.524540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-25T06:50:39.524831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-25T06:50:39.525157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-04-25T06:50:39.525630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-25T06:50:39.525921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-04-25T06:50:39.526210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-25T06:50:39.526501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-04-25T06:50:39.526790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-04-25T06:50:39.527078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-04-25T06:50:39.527367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-04-25T06:50:39.527674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-04-25T06:50:39.527963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-04-25T06:50:39.528264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-25T06:50:39.528534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-04-25T06:50:39.528928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-04-25T06:50:39.529315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-04-25T06:50:39.529740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-04-25T06:50:39.530024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-25T06:50:39.980843+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-25T06:50:40.002402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-25T06:50:58.173395+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-25T06:50:58.206008+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-25T06:50:58.206066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T06:50:58.206099+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-25T06:50:58.207710+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-25T06:50:58.244119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-25T06:50:58.248370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-25T06:50:58.300192+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-25T06:50:58.329442+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-25T06:50:58.898510+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31e621"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/31e621","method":"GET"} [] [2021-04-27T06:49:36.881438+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-27T06:49:36.956996+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:49:36.957058+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:36.957094+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:36.992698+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-27T06:49:38.134917+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-27T06:49:38.166017+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:49:38.166075+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:38.166110+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:38.179645+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-27T06:49:38.874008+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7d2b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e7d2b5","method":"GET"} [] [2021-04-27T06:49:42.271833+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-27T06:49:42.297775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:49:42.297832+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.297872+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.336409+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.401992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-27T06:49:42.633576+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.639592+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 27 Apr 2021 06:49:42 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.639689+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.639722+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.645925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T06:49:42.886203+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T06:49:42.911266+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:49:42.911324+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.911358+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:42.912495+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T06:49:42.957994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T06:49:42.965277+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T06:49:43.033851+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T06:49:43.240882+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T06:49:43.251871+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-27T06:49:43.262265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T06:49:43.262782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T06:49:43.264169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T06:49:43.264622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T06:49:43.264966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T06:49:43.265311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T06:49:43.265681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T06:49:43.266046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T06:49:43.266489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T06:49:43.266994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T06:49:43.267406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-27T06:49:43.267814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T06:49:43.270149+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T06:49:43.285346+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T06:49:43.901007+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59dce4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/59dce4","method":"GET"} [] [2021-04-27T06:49:54.911377+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T06:49:54.939277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:49:54.939380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:54.939418+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:49:54.941045+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T06:49:54.977279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T06:49:54.986838+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T06:49:55.054537+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T06:49:55.083478+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T06:49:55.434036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e5659"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9e5659","method":"GET"} [] [2021-04-27T06:50:27.848176+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T06:50:27.873906+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T06:50:27.903856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T06:50:27.907945+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T06:50:27.908004+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:50:27.908039+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:50:27.908069+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:50:27.952504+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-27T06:50:28.083650+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T06:50:28.090440+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T06:50:28.097017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T06:50:28.101841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-04-27T06:50:28.105352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T06:50:28.106653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T06:50:28.106946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T06:50:28.107230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-27T06:50:28.107514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-27T06:50:28.107818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-04-27T06:50:28.108195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-27T06:50:28.108482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-27T06:50:28.108763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-27T06:50:28.109071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-04-27T06:50:28.109350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-04-27T06:50:28.109655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-04-27T06:50:28.110002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-04-27T06:50:28.110476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-04-27T06:50:28.110820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-04-27T06:50:28.111147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-04-27T06:50:28.111428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-04-27T06:50:28.111868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-04-27T06:50:28.112465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-04-27T06:50:28.112763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-04-27T06:50:28.113047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-27T06:50:28.113327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-04-27T06:50:28.113606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-27T06:50:28.113882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-27T06:50:28.114160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-04-27T06:50:28.114436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-04-27T06:50:28.114711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-04-27T06:50:28.114985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-27T06:50:28.115261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-04-27T06:50:28.115536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-04-27T06:50:28.115796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-27T06:50:28.116065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T06:50:28.116320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-04-27T06:50:28.116607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-27T06:50:28.116878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T06:50:28.117129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-04-27T06:50:28.117520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-04-27T06:50:28.117801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-27T06:50:28.118081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-04-27T06:50:28.118431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-04-27T06:50:28.118832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-04-27T06:50:28.119095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-04-27T06:50:28.119529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-04-27T06:50:28.119910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-04-27T06:50:28.120276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-04-27T06:50:28.120543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-04-27T06:50:28.120849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-04-27T06:50:28.121110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-04-27T06:50:28.121366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-04-27T06:50:28.121655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-04-27T06:50:28.121958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-04-27T06:50:28.122220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-27T06:50:28.122550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-04-27T06:50:28.122904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-27T06:50:28.123235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-04-27T06:50:28.746324+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T06:50:28.776366+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T06:57:50.891507+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T06:57:50.931503+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:57:50.931561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:57:50.931595+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:57:50.933302+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T06:57:50.970878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T06:57:50.980706+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T06:57:51.044674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T06:57:51.074972+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T06:57:51.671753+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b4fc0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9b4fc0","method":"GET"} [] [2021-04-27T06:58:16.232515+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T06:58:16.257584+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:58:16.257641+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:58:16.257674+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:58:16.258755+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T06:58:16.296962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T06:58:16.301106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T06:58:16.313814+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T06:58:16.369705+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T06:58:16.374863+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2021-04-27T06:58:16.382624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T06:58:16.383064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T06:58:16.384292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T06:58:16.384651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T06:58:16.384946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T06:58:16.385240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T06:58:16.385636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T06:58:16.385966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T06:58:16.386285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T06:58:16.386581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T06:58:16.386872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-27T06:58:16.387197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T06:58:16.388690+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T06:58:16.396381+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T06:58:16.737211+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d8b11"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8d8b11","method":"GET"} [] [2021-04-27T06:58:18.780945+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-27T06:58:18.808764+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T06:58:18.808826+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:58:18.808860+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T06:58:18.810601+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T06:58:18.852657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T06:58:18.856981+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T06:58:18.964785+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T06:58:18.975297+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T06:58:18.977351+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T06:58:19.004962+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T06:58:19.363264+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1cd93e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1cd93e","method":"GET"} [] [2021-04-27T07:02:30.507283+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-27T07:02:30.541870+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:02:30.581739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:02:30.600556+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:02:30.600748+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:02:30.601005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:02:30.601118+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:02:30.679767+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-27T07:02:30.690518+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-04-27T07:02:30.692702+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-27T07:02:30.771490+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:02:30.773716+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":281068.0,"3":"2021-04-17T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":19} [] [2021-04-27T07:02:30.790836+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":275,"6":26} [] [2021-04-27T07:02:30.794777+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:02:30.825152+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:02:30.975686+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:02:31.000354+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:02:31.000410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:02:31.000443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:02:31.001516+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:02:31.038479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:02:31.047635+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:02:31.065640+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:02:31.121289+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:02:31.126481+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[275,274,273,272,271,270,269,268,267,266]] [] [2021-04-27T07:02:31.134271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:02:31.135550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:02:31.136887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:02:31.137199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:02:31.137496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:02:31.137847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:02:31.138141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:02:31.138457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:02:31.138907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:02:31.139354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:02:31.139736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T07:02:31.140055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-27T07:02:31.141641+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:02:31.148936+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:02:31.553625+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ebec2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2ebec2","method":"GET"} [] [2021-04-27T07:02:34.392413+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:02:34.420878+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:02:34.420938+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:02:34.420972+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:02:34.422583+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:02:34.461051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:02:34.464523+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:02:34.513671+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:02:34.545117+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:02:34.817345+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9090c7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9090c7","method":"GET"} [] [2021-04-27T07:02:55.296543+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T07:02:55.323060+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:02:55.346608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:02:55.349898+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:02:55.349959+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:02:55.349995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:02:55.350025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:02:55.391966+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-27T07:02:55.467209+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2021-03-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:02:55.472850+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2021-03-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:02:55.479410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:02:55.483740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-04-27T07:02:55.487114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:02:55.563045+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:02:55.583686+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:03:08.197955+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:03:08.231687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:03:08.231747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:08.231781+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:08.233339+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:03:08.284157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:03:08.287609+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:03:08.340023+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:03:08.364845+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:03:08.847155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"752bd5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/752bd5","method":"GET"} [] [2021-04-27T07:03:18.618630+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T07:03:18.652509+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:03:18.680809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:03:18.684723+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:03:18.684794+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:03:18.684830+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:18.684860+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:18.739895+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-27T07:03:18.818215+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2021-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:03:18.825215+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2021-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:03:18.831153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:03:18.835094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-04-27T07:03:18.837597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:03:18.838039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T07:03:18.838374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T07:03:18.838719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:03:18.839052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-04-27T07:03:18.839514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-04-27T07:03:18.839850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-04-27T07:03:18.840183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-04-27T07:03:18.840512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-04-27T07:03:18.840844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-04-27T07:03:18.841180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-27T07:03:18.841583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-04-27T07:03:18.841972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-04-27T07:03:18.842306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-27T07:03:18.842659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-04-27T07:03:18.843039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-27T07:03:18.843406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-04-27T07:03:18.843871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-27T07:03:18.844222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-04-27T07:03:19.044500+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:03:19.065107+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:03:47.578434+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:03:47.605624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:03:47.605686+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:47.605722+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:47.606861+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:03:47.646382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:03:47.649657+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:03:47.691673+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:03:47.714696+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:03:48.184592+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa3f3c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aa3f3c","method":"GET"} [] [2021-04-27T07:03:50.201050+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:03:50.226916+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:03:50.226976+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:50.227010+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:50.228114+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:03:50.251836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:03:50.255037+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:03:50.267740+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:03:50.322838+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:03:50.326359+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[275,274,273,272,271,270,269,268,267,266]] [] [2021-04-27T07:03:50.333769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:03:50.334281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:03:50.334671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:03:50.335015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:03:50.335361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:03:50.335759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:03:50.336102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:03:50.336447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:03:50.336815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:03:50.337189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:03:50.337562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T07:03:50.337926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-27T07:03:50.339452+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:03:50.346796+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:03:50.728242+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e27957"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e27957","method":"GET"} [] [2021-04-27T07:03:54.578131+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"275"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/275","method":"GET"} [] [2021-04-27T07:03:54.606761+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:03:54.606822+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:54.606856+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:03:54.608505+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:03:54.652411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:03:54.655929+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:03:54.677990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["275"] [] [2021-04-27T07:03:54.692734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-04-27T07:03:54.745729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:03:54.746516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:03:54.748550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:03:54.750878+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:03:54.752316+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T07:03:54.753148+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T07:03:54.783811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:03:55.086782+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3133c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3133c1","method":"GET"} [] [2021-04-27T07:04:48.602650+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"275"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/275","method":"POST"} [] [2021-04-27T07:04:48.632388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:04:48.675968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:04:48.679430+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:04:48.679491+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:04:48.679527+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:04:48.679558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:04:48.699896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["275"] [] [2021-04-27T07:04:48.714519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-04-27T07:04:48.766240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:04:48.767929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:04:48.769802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:04:48.773524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-27T07:04:48.774653+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-04-27T07:04:48.776036+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-27T07:04:48.776936+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-04-27T07:04:48.777458+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-04-27T07:04:48.828996+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:04:48.829850+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":387.5,"4":null,"5":275,"6":24} [] [2021-04-27T07:04:48.832239+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":275,"6":25} [] [2021-04-27T07:04:48.832553+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ? WHERE id = ? [180.0,960] [] [2021-04-27T07:04:48.838721+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:04:48.856747+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:04:49.041908+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:04:49.075523+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:04:49.075582+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:04:49.075616+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:04:49.077286+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:04:49.115338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:04:49.123189+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:04:49.145657+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:04:49.206048+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:04:49.209410+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[275,274,273,272,271,270,269,268,267,266]] [] [2021-04-27T07:04:49.216767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:04:49.217244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:04:49.217587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:04:49.217892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:04:49.218187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:04:49.218537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:04:49.218826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:04:49.219119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:04:49.219435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:04:49.219745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:04:49.220056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T07:04:49.220367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-27T07:04:49.221890+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:04:49.229055+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:04:49.609093+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5861c2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5861c2","method":"GET"} [] [2021-04-27T07:08:19.842910+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:08:19.876923+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:08:19.876983+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:08:19.877017+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:08:19.878725+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:08:19.930874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:08:19.934352+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:08:19.990251+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:08:20.019297+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:08:20.352848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94e3a6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/94e3a6","method":"GET"} [] [2021-04-27T07:08:42.090094+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T07:08:42.115754+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:08:42.155490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:08:42.158794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:08:42.158909+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:08:42.158949+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:08:42.158981+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:08:42.201154+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-27T07:08:42.275012+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-27T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:08:42.281148+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-27T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:08:42.287211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:08:42.291202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-04-27T07:08:42.293601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T07:08:42.294022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T07:08:42.294358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:08:42.294691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-27T07:08:42.295026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-27T07:08:42.295383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-04-27T07:08:42.295850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-27T07:08:42.296190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-27T07:08:42.296520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-27T07:08:42.296882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-04-27T07:08:42.297216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-04-27T07:08:42.297575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-04-27T07:08:42.297931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-04-27T07:08:42.298456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-04-27T07:08:42.298852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-04-27T07:08:42.299231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-04-27T07:08:42.299557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-04-27T07:08:42.300051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-04-27T07:08:42.300622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-04-27T07:08:42.300958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-04-27T07:08:42.301289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-27T07:08:42.301621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-04-27T07:08:42.301955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-27T07:08:42.302336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-27T07:08:42.302673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-04-27T07:08:42.303007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-04-27T07:08:42.303342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-04-27T07:08:42.303672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-27T07:08:42.304012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-04-27T07:08:42.304355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-04-27T07:08:42.304692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-27T07:08:42.305038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T07:08:42.305369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-04-27T07:08:42.305734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-27T07:08:42.306080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:08:42.306406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-04-27T07:08:42.306873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-04-27T07:08:42.307230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-27T07:08:42.307584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-04-27T07:08:42.308021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-04-27T07:08:42.308509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-04-27T07:08:42.308841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-04-27T07:08:42.309343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-04-27T07:08:42.309806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-04-27T07:08:42.310279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-04-27T07:08:42.310618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-04-27T07:08:42.310952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-04-27T07:08:42.311287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-04-27T07:08:42.311619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-04-27T07:08:42.311986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-04-27T07:08:42.312369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-04-27T07:08:42.312714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-27T07:08:42.313066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-04-27T07:08:42.313448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-27T07:08:42.313828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-04-27T07:08:42.314327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-04-27T07:08:43.087086+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:08:43.108012+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:13:41.429747+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:13:41.462302+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:13:41.462358+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:13:41.462392+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:13:41.464089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:13:41.506001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:13:41.509576+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:13:41.561637+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:13:41.589574+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:13:42.100488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cb7d1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7cb7d1","method":"GET"} [] [2021-04-27T07:31:45.690815+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T07:31:45.725159+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:31:45.766495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:31:45.769967+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:31:45.770027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:31:45.770062+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:31:45.770092+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:31:45.823328+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-27T07:31:45.902228+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-27T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:31:45.909386+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-27T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:31:45.915207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:31:45.919090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-04-27T07:31:45.922580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T07:31:45.923808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:31:45.924134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-27T07:31:45.924435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-27T07:31:45.924798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-04-27T07:31:45.925232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T07:31:45.925587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-04-27T07:31:45.926067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-04-27T07:31:45.926369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-04-27T07:31:45.926868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-04-27T07:31:45.927315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-27T07:31:45.927621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-27T07:31:45.927921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-27T07:31:45.928213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-27T07:31:45.928506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-27T07:31:45.928799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-27T07:31:45.929088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-27T07:31:45.929379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-27T07:31:45.929682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:31:45.929971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-04-27T07:31:45.930421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T07:31:45.930719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-04-27T07:31:45.931042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-27T07:31:45.931361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-04-27T07:31:45.931790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-04-27T07:31:45.932261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-04-27T07:31:45.932650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-04-27T07:31:45.932951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-27T07:31:45.933267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-04-27T07:31:46.301898+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:31:46.322356+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:38:53.718820+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:38:53.752002+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:38:53.752058+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:38:53.752091+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:38:53.753766+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:38:53.788883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:38:53.792288+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:38:53.846417+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:38:53.881983+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:38:54.364371+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2d045"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b2d045","method":"GET"} [] [2021-04-27T07:38:57.022336+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:38:57.046627+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:38:57.046733+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:38:57.046773+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:38:57.047843+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:38:57.069487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:38:57.072618+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:38:57.084970+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:38:57.138865+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:38:57.142234+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[275,274,273,272,271,270,269,268,267,266]] [] [2021-04-27T07:38:57.149678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:38:57.150141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:38:57.150503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:38:57.150841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:38:57.151179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:38:57.151618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:38:57.151958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:38:57.152304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:38:57.152680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:38:57.153047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:38:57.153418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T07:38:57.153788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-27T07:38:57.155319+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:38:57.162626+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:38:57.550255+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e054c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4e054c","method":"GET"} [] [2021-04-27T07:38:59.588652+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-27T07:38:59.615458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:38:59.615511+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:38:59.615543+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:38:59.617172+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:38:59.669312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:38:59.679884+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:38:59.747737+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:38:59.756063+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T07:38:59.756866+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T07:38:59.782839+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:39:00.082825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01f9e0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/01f9e0","method":"GET"} [] [2021-04-27T07:42:57.060412+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-27T07:42:57.094736+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:42:57.137729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:42:57.141171+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:42:57.141231+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:42:57.141266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:42:57.141295+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:42:57.206504+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-27T07:42:57.214856+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-27T07:42:57.217706+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-04-27T07:42:57.222666+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-04-27T07:42:57.223184+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["119"]] [] [2021-04-27T07:42:57.271442+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:42:57.272431+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":134436.0,"3":"2020-06-01T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-04-27T07:42:57.311307+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":276,"6":1} [] [2021-04-27T07:42:57.316308+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2650.0,"4":null,"5":276,"6":46} [] [2021-04-27T07:42:57.317260+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":276,"6":119} [] [2021-04-27T07:42:57.322265+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:42:57.351645+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:42:57.521525+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:42:57.545365+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:42:57.545419+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:42:57.545451+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:42:57.546570+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:42:57.586264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:42:57.589328+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:42:57.601553+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:42:57.656867+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:42:57.660195+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[276,275,274,273,272,271,270,269,268,267]] [] [2021-04-27T07:42:57.667576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:42:57.668033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:42:57.668404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:42:57.668745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:42:57.669087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:42:57.669429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:42:57.669770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:42:57.670165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:42:57.670534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:42:57.670900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:42:57.671271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:42:57.671686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T07:42:57.673296+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:42:57.680573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:42:58.023887+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0d837"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a0d837","method":"GET"} [] [2021-04-27T07:43:06.971066+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-27T07:43:07.003423+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:43:07.003481+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:07.003514+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:07.005148+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:43:07.033816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:43:07.037169+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:43:07.054195+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:43:07.119207+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:43:07.123685+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[170,169,168,167,166,165,164,163,162,161]] [] [2021-04-27T07:43:07.126893+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:43:07.133636+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:43:07.455414+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32a741"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/32a741","method":"GET"} [] [2021-04-27T07:43:15.709377+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-27T07:43:15.737053+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:43:15.737110+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:15.737143+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:15.738776+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:43:15.773494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:43:15.776929+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:43:15.831153+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:43:16.136410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a89731"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a89731","method":"GET"} [] [2021-04-27T07:43:47.392415+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-27T07:43:47.418441+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:43:47.445458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:43:47.448633+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:43:47.448693+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:43:47.448728+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:47.448757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:47.565082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Brake Disk & Drum Turning"] [] [2021-04-27T07:43:47.571160+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:43:47.571824+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Brake Disk & Drum Turning","2":"Job","3":null,"4":null,"5":1} [] [2021-04-27T07:43:47.572619+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:43:47.582760+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:43:47.724719+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-27T07:43:47.750571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:43:47.750632+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:47.750665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:47.751757+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:43:47.785090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:43:47.791821+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:43:47.809578+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:43:47.860235+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:43:47.862884+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[171,170,169,168,167,166,165,164,163,162]] [] [2021-04-27T07:43:47.865792+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:43:47.870686+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:43:48.175579+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b78e68"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b78e68","method":"GET"} [] [2021-04-27T07:43:49.780074+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-27T07:43:49.804296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:43:49.804350+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:49.804383+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:43:49.805500+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:43:49.834617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:43:49.837692+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:43:49.876840+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:43:50.180069+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7567fc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7567fc","method":"GET"} [] [2021-04-27T07:44:25.691610+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-27T07:44:25.717281+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:44:25.753587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:44:25.756720+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:44:25.756780+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:44:25.756814+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:25.756843+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:25.827884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Brake system Overhauling"] [] [2021-04-27T07:44:25.833597+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:44:25.834228+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Brake system Overhauling","2":"Job","3":null,"4":null,"5":1} [] [2021-04-27T07:44:25.836738+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:44:25.847018+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:44:25.973255+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-27T07:44:26.000876+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:44:26.000964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:26.001024+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:26.002594+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:44:26.025458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:44:26.028475+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:44:26.038922+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:44:26.096512+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:44:26.100708+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[172,171,170,169,168,167,166,165,164,163]] [] [2021-04-27T07:44:26.103823+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:44:26.109018+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:44:26.427805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8c334"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c8c334","method":"GET"} [] [2021-04-27T07:44:29.433167+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:44:29.459468+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:44:29.459530+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:29.459569+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:29.460748+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:44:29.482233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:44:29.485327+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:44:29.529273+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:44:29.552513+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:44:29.828762+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26e52e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/26e52e","method":"GET"} [] [2021-04-27T07:44:50.772278+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T07:44:50.798661+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:44:50.822219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:44:50.825411+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:44:50.825472+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:44:50.825507+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:50.825538+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:50.870298+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-27T07:44:50.930497+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:44:50.936346+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:44:50.942344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:44:50.946295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-04-27T07:44:50.948642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T07:44:50.948979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T07:44:50.949274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:44:50.949557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-27T07:44:50.949838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-27T07:44:50.950145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-04-27T07:44:50.950624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-04-27T07:44:50.951104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-04-27T07:44:50.951457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-27T07:44:50.951752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-27T07:44:50.952034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-27T07:44:50.952334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-04-27T07:44:50.952795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-04-27T07:44:50.953138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-04-27T07:44:50.953557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-04-27T07:44:50.953992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-27T07:44:50.954282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-27T07:44:50.954568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-27T07:44:50.954849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-27T07:44:50.955127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-27T07:44:50.955408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-27T07:44:50.955685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-27T07:44:50.955963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-27T07:44:50.956251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:44:50.956529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-04-27T07:44:50.956964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T07:44:50.957248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-04-27T07:44:50.957557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-27T07:44:50.957859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-04-27T07:44:50.958276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-04-27T07:44:50.958690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-04-27T07:44:50.959019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-04-27T07:44:50.959305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-27T07:44:50.959604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-04-27T07:44:51.510528+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:44:51.530825+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:44:54.405814+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:44:54.430134+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:44:54.430189+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:54.430221+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:54.431268+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:44:54.456287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:44:54.459375+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:44:54.499212+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:44:54.521114+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:44:54.803841+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d5bdc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4d5bdc","method":"GET"} [] [2021-04-27T07:44:56.858613+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:44:56.883186+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:44:56.883242+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:56.883274+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:56.884330+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:44:56.919924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:44:56.923065+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:44:56.935391+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:44:56.989887+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:44:56.992853+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[276,275,274,273,272,271,270,269,268,267]] [] [2021-04-27T07:44:57.000335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:44:57.000825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:44:57.001195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:44:57.001535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:44:57.001925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:44:57.002264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:44:57.002602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:44:57.003001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:44:57.003365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:44:57.003739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:44:57.004113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:44:57.004476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T07:44:57.006017+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:44:57.013367+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:44:57.349822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef1291"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ef1291","method":"GET"} [] [2021-04-27T07:44:58.925691+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"276"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/276","method":"GET"} [] [2021-04-27T07:44:58.952840+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:44:58.952896+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:58.952929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:44:58.954594+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:44:58.993239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:44:58.996603+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:44:59.015989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["276"] [] [2021-04-27T07:44:59.030294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-04-27T07:44:59.080228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:44:59.081016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:44:59.082684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-27T07:44:59.083098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-27T07:44:59.083443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-27T07:44:59.084853+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:44:59.086173+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T07:44:59.086949+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T07:44:59.126048+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:44:59.557530+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcbbd5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dcbbd5","method":"GET"} [] [2021-04-27T07:45:53.612188+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"276"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/276","method":"POST"} [] [2021-04-27T07:45:53.645910+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:45:53.690761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:45:53.694171+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:45:53.694230+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:45:53.694265+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:45:53.694294+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:45:53.715023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["276"] [] [2021-04-27T07:45:53.728687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-04-27T07:45:53.778572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:45:53.779331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:45:53.780961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-27T07:45:53.781396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-27T07:45:53.781785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-27T07:45:53.784799+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-27T07:45:53.785907+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-27T07:45:53.786942+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-04-27T07:45:53.787863+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-04-27T07:45:53.788380+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-04-27T07:45:53.788928+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["172"]] [] [2021-04-27T07:45:53.839621+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:45:53.840444+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":276,"6":172} [] [2021-04-27T07:45:53.842763+00:00] doctrine.DEBUG: UPDATE service_details SET item_id = ? WHERE id = ? [171,965] [] [2021-04-27T07:45:53.845070+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:45:53.859727+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:45:54.048852+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:45:54.080795+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:45:54.080851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:45:54.080885+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:45:54.082589+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:45:54.125810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:45:54.133301+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:45:54.155342+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:45:54.214389+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:45:54.217572+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[276,275,274,273,272,271,270,269,268,267]] [] [2021-04-27T07:45:54.225068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:45:54.225507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:45:54.225839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:45:54.226138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:45:54.226432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:45:54.226726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:45:54.227018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:45:54.227364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:45:54.227677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:45:54.227991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:45:54.228305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:45:54.228617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T07:45:54.230061+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:45:54.237270+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:45:54.614333+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b41e5a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b41e5a","method":"GET"} [] [2021-04-27T07:46:01.664189+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:46:01.692468+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:46:01.692526+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:46:01.692560+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:46:01.694220+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:46:01.738783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:46:01.742216+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:46:01.785561+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:46:01.810843+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:46:02.107340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c21239"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c21239","method":"GET"} [] [2021-04-27T07:46:19.138329+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T07:46:19.167626+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:46:19.203235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:46:19.206718+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:46:19.206831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:46:19.206870+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:46:19.206901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:46:19.258942+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-27T07:46:19.335835+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:46:19.342786+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:46:19.348554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:46:19.352557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-04-27T07:46:19.355093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T07:46:19.355453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T07:46:19.355766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:46:19.356069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-27T07:46:19.356368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-27T07:46:19.356689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-04-27T07:46:19.357181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-04-27T07:46:19.357686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-04-27T07:46:19.358073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-27T07:46:19.358380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-27T07:46:19.358677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-04-27T07:46:19.358970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2021-04-27T07:46:19.359279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-04-27T07:46:19.359755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-04-27T07:46:19.360056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-04-27T07:46:19.360483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-04-27T07:46:19.360927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-04-27T07:46:19.361230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-27T07:46:19.361574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-27T07:46:19.361867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-27T07:46:19.362158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-04-27T07:46:19.362449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-04-27T07:46:19.362741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-27T07:46:19.363032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-27T07:46:19.363337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:46:19.363630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-04-27T07:46:19.364077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T07:46:19.364372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-04-27T07:46:19.364694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-27T07:46:19.365012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-04-27T07:46:19.365435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-04-27T07:46:19.365855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-04-27T07:46:19.366197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-04-27T07:46:19.366497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-27T07:46:19.366816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-04-27T07:46:19.919799+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:46:19.940979+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:52:13.826968+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:52:13.861687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:52:13.861744+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:52:13.861831+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:52:13.863596+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:52:13.906623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:52:13.910088+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:52:13.964904+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:52:13.994362+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:52:14.579373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb8206"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cb8206","method":"GET"} [] [2021-04-27T07:52:22.561339+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T07:52:22.594736+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:52:22.633612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:52:22.637014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:52:22.637077+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:52:22.637112+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:52:22.637142+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:52:22.690033+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-04-27T07:52:22.773491+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:52:22.780486+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T07:52:22.786472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:52:22.790771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-04-27T07:52:22.793109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-04-27T07:52:22.793446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-04-27T07:52:22.793738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-27T07:52:22.794048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-04-27T07:52:22.794409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-04-27T07:52:22.794696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-27T07:52:22.795017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-04-27T07:52:22.795392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T07:52:22.795683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T07:52:22.795967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:52:22.796284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-04-27T07:52:22.796651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-27T07:52:22.796939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-27T07:52:22.797274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-04-27T07:52:22.797586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-27T07:52:22.797867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-04-27T07:52:22.798270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-27T07:52:22.798558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-27T07:52:22.798838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-27T07:52:22.799117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-04-27T07:52:22.799395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-04-27T07:52:22.799699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:52:22.799975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-04-27T07:52:22.800427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-27T07:52:22.800738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-04-27T07:52:22.801150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-04-27T07:52:22.801604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-04-27T07:52:22.801899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-27T07:52:22.802185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-04-27T07:52:22.802464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-27T07:52:22.802744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-27T07:52:22.803026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-04-27T07:52:22.803303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-04-27T07:52:22.803564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-04-27T07:52:22.803855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-04-27T07:52:22.804250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-04-27T07:52:22.804555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-04-27T07:52:22.804822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-27T07:52:22.805104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-04-27T07:52:23.286809+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:52:23.306957+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:54:02.638935+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T07:54:02.663889+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:54:02.663945+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:54:02.663978+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:54:02.665052+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:54:02.698305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:54:02.701485+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:54:02.741323+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:54:02.763445+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:54:03.228570+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"274c73"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/274c73","method":"GET"} [] [2021-04-27T07:54:06.997296+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:54:07.021536+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:54:07.021589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:54:07.021622+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:54:07.022668+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:54:07.062816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:54:07.065933+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:54:07.078643+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:54:07.133466+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:54:07.136920+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[276,275,274,273,272,271,270,269,268,267]] [] [2021-04-27T07:54:07.144516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:54:07.145040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:54:07.145407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:54:07.145748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:54:07.146086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:54:07.146426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:54:07.146765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:54:07.147165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:54:07.147535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:54:07.147902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:54:07.148273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:54:07.148638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-04-27T07:54:07.150187+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:54:07.157839+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:54:07.532040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3049be"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3049be","method":"GET"} [] [2021-04-27T07:54:08.745874+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-27T07:54:08.773158+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:54:08.773213+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:54:08.773246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:54:08.774913+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:54:08.822995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:54:08.826375+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:54:08.885500+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:54:08.894044+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T07:54:08.894886+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T07:54:08.920318+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:54:09.210758+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cad96"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9cad96","method":"GET"} [] [2021-04-27T07:56:48.055618+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-27T07:56:48.090744+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:56:48.129189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:56:48.132609+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:56:48.132667+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:56:48.132700+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:56:48.132785+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:56:48.199402+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-04-27T07:56:48.208065+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-04-27T07:56:48.209852+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-27T07:56:48.213896+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-04-27T07:56:48.214405+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-04-27T07:56:48.262633+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:56:48.263670+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":163979.0,"3":"2021-03-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":50,"11":19} [] [2021-04-27T07:56:48.266160+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":277,"6":26} [] [2021-04-27T07:56:48.266444+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":350.0,"4":null,"5":277,"6":24} [] [2021-04-27T07:56:48.266688+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":277,"6":25} [] [2021-04-27T07:56:48.267920+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:56:48.291286+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:56:48.430333+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:56:48.454265+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:56:48.454319+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:56:48.454351+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:56:48.455388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:56:48.496866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:56:48.505610+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:56:48.518082+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:56:48.573064+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:56:48.576383+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[277,276,275,274,273,272,271,270,269,268]] [] [2021-04-27T07:56:48.583763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T07:56:48.584235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:56:48.584598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:56:48.584937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:56:48.585274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:56:48.585639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:56:48.585976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:56:48.586363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:56:48.586757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:56:48.587122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:56:48.587484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:56:48.587847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:56:48.589352+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:56:48.596575+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:56:48.939590+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a8cb0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8a8cb0","method":"GET"} [] [2021-04-27T07:57:01.221687+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-27T07:57:01.254089+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:57:01.254146+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:01.254179+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:01.255932+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:57:01.297264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:57:01.300674+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:57:01.314528+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:57:01.375315+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:57:01.379237+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[172,171,170,169,168,167,166,165,164,163]] [] [2021-04-27T07:57:01.382377+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:57:01.388984+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:57:01.719084+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94b344"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/94b344","method":"GET"} [] [2021-04-27T07:57:02.983541+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-27T07:57:03.010616+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:57:03.010671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:03.010704+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:03.012295+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:57:03.055476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:57:03.058849+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:57:03.105840+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:57:03.398631+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df83a7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/df83a7","method":"GET"} [] [2021-04-27T07:57:18.040045+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-27T07:57:18.066256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:57:18.090957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:57:18.094106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:57:18.094166+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:57:18.094202+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:18.094232+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:18.167623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Fan Belt"] [] [2021-04-27T07:57:18.173088+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:57:18.173692+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Fan Belt","2":"Pcs","3":null,"4":null,"5":1} [] [2021-04-27T07:57:18.176023+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:57:18.186177+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:57:18.335218+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-27T07:57:18.359795+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:57:18.359850+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:18.359883+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:18.360966+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:57:18.408314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:57:18.418730+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:57:18.436063+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:57:18.486148+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:57:18.488762+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[173,172,171,170,169,168,167,166,165,164]] [] [2021-04-27T07:57:18.491625+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:57:18.496629+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:57:18.783537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e65f2f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e65f2f","method":"GET"} [] [2021-04-27T07:57:37.939071+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:57:37.964896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:57:37.964954+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:37.964987+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:37.966235+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:57:37.989042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:57:37.992216+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:57:38.008353+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:57:38.071369+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:57:38.074811+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[277,276,275,274,273,272,271,270,269,268]] [] [2021-04-27T07:57:38.082464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T07:57:38.082967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:57:38.083301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:57:38.083602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:57:38.083902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:57:38.084208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:57:38.084527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:57:38.084828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:57:38.085184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:57:38.085511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:57:38.085843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:57:38.086157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:57:38.087736+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:57:38.095339+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:57:38.458598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1fc79"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d1fc79","method":"GET"} [] [2021-04-27T07:57:39.678731+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"277"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/277","method":"GET"} [] [2021-04-27T07:57:39.707396+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:57:39.707455+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:39.707490+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:57:39.709183+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:57:39.736554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:57:39.739966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:57:39.760054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["277"] [] [2021-04-27T07:57:39.773929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-04-27T07:57:39.827188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T07:57:39.828002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:57:39.829674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:57:39.830125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T07:57:39.830523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T07:57:39.832010+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T07:57:39.833497+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T07:57:39.834319+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T07:57:39.866279+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:57:40.264500+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0009d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a0009d","method":"GET"} [] [2021-04-27T07:58:09.120311+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"277"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/277","method":"POST"} [] [2021-04-27T07:58:09.146799+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:58:09.187349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:58:09.190536+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:58:09.190597+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:58:09.190633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:58:09.190663+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:58:09.207147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["277"] [] [2021-04-27T07:58:09.221055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-04-27T07:58:09.272705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T07:58:09.273472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:58:09.275064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T07:58:09.275533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T07:58:09.275966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T07:58:09.278947+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-04-27T07:58:09.280043+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-04-27T07:58:09.281049+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-27T07:58:09.281878+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-04-27T07:58:09.282352+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-04-27T07:58:09.282814+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["173"]] [] [2021-04-27T07:58:09.334641+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T07:58:09.335457+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":550.0,"4":null,"5":277,"6":173} [] [2021-04-27T07:58:09.338802+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T07:58:09.352592+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:58:09.522948+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T07:58:09.554118+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T07:58:09.554172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:58:09.554205+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T07:58:09.555865+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T07:58:09.588807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T07:58:09.592198+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T07:58:09.608092+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T07:58:09.666974+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T07:58:09.670276+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[277,276,275,274,273,272,271,270,269,268]] [] [2021-04-27T07:58:09.677533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T07:58:09.677990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T07:58:09.678352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T07:58:09.678693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T07:58:09.679034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T07:58:09.679400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T07:58:09.679739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T07:58:09.680080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T07:58:09.680528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T07:58:09.680896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T07:58:09.681262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T07:58:09.681627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T07:58:09.683137+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T07:58:09.690410+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T07:58:10.053347+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22c2fc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/22c2fc","method":"GET"} [] [2021-04-27T08:00:25.611738+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T08:00:25.644961+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T08:00:25.645019+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:00:25.645053+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:00:25.646722+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T08:00:25.690405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T08:00:25.693835+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T08:00:25.746363+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T08:00:25.774416+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T08:00:26.062822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"121e3d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/121e3d","method":"GET"} [] [2021-04-27T08:01:02.583544+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-27T08:01:02.609951+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T08:01:02.647078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T08:01:02.657259+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T08:01:02.657451+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T08:01:02.657568+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:01:02.657669+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:01:02.713968+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-04-27T08:01:02.788557+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T08:01:02.795369+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-04-27T00:00:00+00:00"] [] [2021-04-27T08:01:02.801294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T08:01:02.806201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-04-27T08:01:02.809390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-04-27T08:01:02.809780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-04-27T08:01:02.810076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-27T08:01:02.810391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-04-27T08:01:02.810752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-04-27T08:01:02.811041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-27T08:01:02.811360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-04-27T08:01:02.811731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-27T08:01:02.812019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-27T08:01:02.812301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-27T08:01:02.812618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-04-27T08:01:02.812986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-27T08:01:02.813276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-27T08:01:02.813618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-04-27T08:01:02.813930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-27T08:01:02.814210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-04-27T08:01:02.814619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-27T08:01:02.814905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-27T08:01:02.815186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-27T08:01:02.815532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-04-27T08:01:02.815822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-04-27T08:01:02.816130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T08:01:02.816412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-04-27T08:01:02.816829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-27T08:01:02.817136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-04-27T08:01:02.817554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-04-27T08:01:02.818003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-04-27T08:01:02.818305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-04-27T08:01:02.818591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-04-27T08:01:02.818873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-04-27T08:01:02.819155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-27T08:01:02.819439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-04-27T08:01:02.819718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-04-27T08:01:02.819997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-04-27T08:01:02.820314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-04-27T08:01:02.820730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-04-27T08:01:02.821062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-04-27T08:01:02.821356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-27T08:01:02.821657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-04-27T08:01:02.822104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-04-27T08:01:02.822518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-04-27T08:01:03.263959+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T08:01:03.284525+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T08:09:14.072792+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-27T08:09:14.106042+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T08:09:14.106101+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:09:14.106134+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:09:14.107837+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T08:09:14.135645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T08:09:14.139014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T08:09:14.191505+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T08:09:14.218798+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T08:09:14.816348+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1bfd7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e1bfd7","method":"GET"} [] [2021-04-27T08:47:17.389032+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T08:47:17.421941+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T08:47:17.421999+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:47:17.422032+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:47:17.423707+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T08:47:17.458946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T08:47:17.462476+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T08:47:17.479528+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T08:47:17.548635+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T08:47:17.553019+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[277,276,275,274,273,272,271,270,269,268]] [] [2021-04-27T08:47:17.560378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T08:47:17.560799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T08:47:17.562039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T08:47:17.562337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T08:47:17.562684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T08:47:17.563002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T08:47:17.563292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T08:47:17.563583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T08:47:17.563923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T08:47:17.564237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T08:47:17.564549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T08:47:17.564859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-27T08:47:17.566304+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T08:47:17.573460+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T08:47:18.045363+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37be7c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/37be7c","method":"GET"} [] [2021-04-27T08:47:19.439281+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-27T08:47:19.466258+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T08:47:19.466313+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:47:19.466409+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T08:47:19.468031+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T08:47:19.503256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T08:47:19.506595+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T08:47:19.565269+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T08:47:19.573610+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T08:47:19.574433+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T08:47:19.599602+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T08:47:19.953909+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"586f1f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/586f1f","method":"GET"} [] [2021-04-27T09:06:32.815862+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-27T09:06:32.852893+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T09:06:32.893989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T09:06:32.901669+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T09:06:32.901781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T09:06:32.901839+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:06:32.901888+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:06:32.977829+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-04-27T09:06:32.987626+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-04-27T09:06:32.988887+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-04-27T09:06:33.046626+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T09:06:33.047656+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":167105.0,"3":"2021-04-26T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":50,"11":12} [] [2021-04-27T09:06:33.050272+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":5900.0,"4":null,"5":278,"6":39} [] [2021-04-27T09:06:33.051567+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T09:06:33.064282+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T09:06:33.207379+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T09:06:33.231876+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T09:06:33.231931+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:06:33.231964+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:06:33.233014+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T09:06:33.253714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T09:06:33.256825+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T09:06:33.269845+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T09:06:33.326931+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T09:06:33.330255+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[278,277,276,275,274,273,272,271,270,269]] [] [2021-04-27T09:06:33.337900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T09:06:33.338359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T09:06:33.338708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T09:06:33.339006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T09:06:33.339298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T09:06:33.339592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T09:06:33.339905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T09:06:33.340196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T09:06:33.340488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T09:06:33.340829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T09:06:33.341145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T09:06:33.341455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2021-04-27T09:06:33.342947+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T09:06:33.350565+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T09:06:33.869916+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b254eb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b254eb","method":"GET"} [] [2021-04-27T09:07:13.617760+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-27T09:07:13.652633+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T09:07:13.652691+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:07:13.652724+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:07:13.654405+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T09:07:13.703555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T09:07:13.707288+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T09:07:13.785864+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T09:07:13.796117+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T09:07:13.797110+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T09:07:13.828558+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T09:07:14.351257+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcb37f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fcb37f","method":"GET"} [] [2021-04-27T09:10:42.387567+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-27T09:10:42.422168+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T09:10:42.457255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T09:10:42.460852+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T09:10:42.460915+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T09:10:42.460950+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:10:42.460982+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:10:42.528653+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-27T09:10:42.537322+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-04-27T09:10:42.539421+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-04-27T09:10:42.592791+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T09:10:42.593772+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":283802.0,"3":"2021-04-24T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":12} [] [2021-04-27T09:10:42.597405+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":6695.0,"4":null,"5":279,"6":87} [] [2021-04-27T09:10:42.599492+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T09:10:42.611006+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T09:10:42.765275+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T09:10:42.789820+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T09:10:42.789876+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:10:42.789910+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:10:42.793301+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T09:10:42.816837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T09:10:42.819921+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T09:10:42.832354+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T09:10:42.887666+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T09:10:42.890927+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[279,278,277,276,275,274,273,272,271,270]] [] [2021-04-27T09:10:42.898325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T09:10:42.898758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T09:10:42.899093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T09:10:42.899429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T09:10:42.899723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T09:10:42.900013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T09:10:42.900336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T09:10:42.900625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T09:10:42.900914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T09:10:42.901315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T09:10:42.901634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-04-27T09:10:42.903090+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T09:10:42.910251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T09:10:43.285111+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"525dec"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/525dec","method":"GET"} [] [2021-04-27T09:11:06.094346+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-27T09:11:06.123132+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T09:11:06.123193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:11:06.123226+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:11:06.124924+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T09:11:06.163717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T09:11:06.167157+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T09:11:06.229444+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-27T09:11:06.238183+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-27T09:11:06.239946+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-27T09:11:06.266008+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T09:11:06.599747+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c8a75"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3c8a75","method":"GET"} [] [2021-04-27T09:13:04.355339+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-27T09:13:04.386334+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T09:13:04.420898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T09:13:04.424128+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T09:13:04.424190+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T09:13:04.424225+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:13:04.424255+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:13:04.479153+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-27T09:13:04.485363+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-04-27T09:13:04.486499+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-04-27T09:13:04.537929+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-27T09:13:04.539325+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":164912.0,"3":"2021-04-24T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":12} [] [2021-04-27T09:13:04.540977+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":6804.0,"4":null,"5":280,"6":87} [] [2021-04-27T09:13:04.542183+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-27T09:13:04.553929+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T09:13:04.699188+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-27T09:13:04.723935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-27T09:13:04.723990+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:13:04.724083+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-27T09:13:04.725173+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-27T09:13:04.751451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-27T09:13:04.758647+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-27T09:13:04.777435+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-27T09:13:04.831897+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-27T09:13:04.835134+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[280,279,278,277,276,275,274,273,272,271]] [] [2021-04-27T09:13:04.842474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-27T09:13:04.842988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-27T09:13:04.843329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-27T09:13:04.843656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-27T09:13:04.843984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-27T09:13:04.844353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-27T09:13:04.844680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-27T09:13:04.844972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-27T09:13:04.845262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-27T09:13:04.845604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-27T09:13:04.847080+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-27T09:13:04.854217+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-27T09:13:05.223559+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"874945"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/874945","method":"GET"} [] [2021-04-28T04:02:36.289965+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-28T04:02:36.355560+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:02:36.355620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:36.355655+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:36.384643+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-28T04:02:37.430388+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4844dc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4844dc","method":"GET"} [] [2021-04-28T04:02:40.468412+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-28T04:02:40.493951+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:02:40.494011+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.494114+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.495381+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.571892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-28T04:02:40.793126+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.798877+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 28 Apr 2021 04:02:40 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.798941+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.798972+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.804564+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:02:40.956646+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:02:40.981642+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:02:40.981701+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.981735+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:02:40.982868+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:02:41.013937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:02:41.020513+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:02:41.051729+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:02:41.152878+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:02:41.159106+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[280,279,278,277,276,275,274,273,272,271]] [] [2021-04-28T04:02:41.167989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:02:41.168448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:02:41.168885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:02:41.169236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:02:41.169571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:02:41.169879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:02:41.170218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:02:41.170509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T04:02:41.170819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-28T04:02:41.171168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T04:02:41.173279+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:02:41.185024+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:02:41.828444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1471b2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1471b2","method":"GET"} [] [2021-04-28T04:03:28.320529+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T04:03:28.359914+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:03:28.359972+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:03:28.360004+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:03:28.361933+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:03:28.410211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:03:28.414584+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:03:28.531772+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T04:03:28.542192+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T04:03:28.543483+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T04:03:28.574620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:03:28.891898+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bee99"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0bee99","method":"GET"} [] [2021-04-28T04:06:36.363882+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T04:06:36.398311+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:06:36.425635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:06:36.429200+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:06:36.429261+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:06:36.429296+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:06:36.429325+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:06:36.497936+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-04-28T04:06:36.507045+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["7"]] [] [2021-04-28T04:06:36.508603+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["38"]] [] [2021-04-28T04:06:36.513383+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["119"]] [] [2021-04-28T04:06:36.593712+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T04:06:36.595269+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":104563.0,"3":"2021-04-07T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":9,"11":7} [] [2021-04-28T04:06:36.596690+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":281,"6":38} [] [2021-04-28T04:06:36.597040+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":281,"6":119} [] [2021-04-28T04:06:36.599065+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T04:06:36.611453+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:06:36.756669+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:06:36.781569+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:06:36.781627+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:06:36.781723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:06:36.782817+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:06:36.809114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:06:36.816299+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:06:36.834936+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:06:36.890989+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:06:36.894588+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[281,280,279,278,277,276,275,274,273,272]] [] [2021-04-28T04:06:36.902166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:06:36.902623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:06:36.903050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:06:36.903352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:06:36.903646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:06:36.904023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:06:36.904354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:06:36.904662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:06:36.904982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:06:36.905275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T04:06:36.905566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-28T04:06:36.907073+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:06:36.914306+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:06:37.290110+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de9935"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/de9935","method":"GET"} [] [2021-04-28T04:06:41.840044+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T04:06:41.867879+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:06:41.867937+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:06:41.867970+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:06:41.869627+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:06:41.903524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:06:41.907000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:06:41.925969+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:06:41.994080+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:06:41.997176+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[173,172,171,170,169,168,167,166,165,164]] [] [2021-04-28T04:06:42.000266+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:06:42.005295+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:06:42.255516+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c2934"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c2934","method":"GET"} [] [2021-04-28T04:06:43.616335+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T04:06:43.641580+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:06:43.641638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:06:43.641672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:06:43.642765+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:06:43.665386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:06:43.668558+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:06:43.722413+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:06:44.006694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7d622"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e7d622","method":"GET"} [] [2021-04-28T04:07:24.824503+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-28T04:07:24.859204+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:07:24.897385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:07:24.904486+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:07:24.904557+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:07:24.904592+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:07:24.904622+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:07:24.988816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Wheel Assembly Balance"] [] [2021-04-28T04:07:24.994857+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T04:07:24.995538+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Wheel Assembly Balance","2":"Pcs","3":null,"4":null,"5":1} [] [2021-04-28T04:07:24.996548+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T04:07:25.009370+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:07:25.151366+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T04:07:25.178780+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:07:25.178841+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:07:25.178875+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:07:25.179993+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:07:25.219794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:07:25.223013+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:07:25.233813+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:07:25.290063+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:07:25.293342+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[174,173,172,171,170,169,168,167,166,165]] [] [2021-04-28T04:07:25.296618+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:07:25.303799+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:07:25.619044+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd1109"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cd1109","method":"GET"} [] [2021-04-28T04:07:28.295523+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:07:28.320314+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:07:28.320371+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:07:28.320404+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:07:28.321470+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:07:28.357197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:07:28.360375+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:07:28.372487+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:07:28.429621+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:07:28.432840+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[281,280,279,278,277,276,275,274,273,272]] [] [2021-04-28T04:07:28.440515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:07:28.440998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:07:28.441444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:07:28.441813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:07:28.442181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:07:28.442575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:07:28.442977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:07:28.443390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:07:28.443833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:07:28.444245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T04:07:28.444619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-28T04:07:28.446237+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:07:28.453353+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:07:28.801572+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1829d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c1829d","method":"GET"} [] [2021-04-28T04:07:30.389307+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"281"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/281","method":"GET"} [] [2021-04-28T04:07:30.416157+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:07:30.416213+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:07:30.416244+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:07:30.417808+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:07:30.443832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:07:30.447343+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:07:30.469197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["281"] [] [2021-04-28T04:07:30.482844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [281] [] [2021-04-28T04:07:30.533044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:07:30.533963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:07:30.535382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-04-28T04:07:30.535925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-28T04:07:30.537283+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T04:07:30.538666+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T04:07:30.539558+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T04:07:30.569587+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:07:30.937413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"986eed"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/986eed","method":"GET"} [] [2021-04-28T04:08:15.685609+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"281"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/281","method":"POST"} [] [2021-04-28T04:08:15.714397+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:08:15.762078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:08:15.775123+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:08:15.775423+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:08:15.775540+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:08:15.775637+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:08:15.804336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["281"] [] [2021-04-28T04:08:15.819006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [281] [] [2021-04-28T04:08:15.869767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:08:15.870652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:08:15.872067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-04-28T04:08:15.872586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-04-28T04:08:15.875619+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-04-28T04:08:15.876891+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["7"]] [] [2021-04-28T04:08:15.878407+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["38"]] [] [2021-04-28T04:08:15.879320+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["119"]] [] [2021-04-28T04:08:15.879847+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["174"]] [] [2021-04-28T04:08:15.880420+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["42"]] [] [2021-04-28T04:08:15.932837+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T04:08:15.933693+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":500.0,"4":null,"5":281,"6":174} [] [2021-04-28T04:08:15.936781+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":520.0,"4":null,"5":281,"6":42} [] [2021-04-28T04:08:15.937986+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T04:08:15.951816+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:08:16.123756+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:08:16.158180+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:08:16.158242+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:08:16.158281+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:08:16.160011+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:08:16.193265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:08:16.196739+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:08:16.212985+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:08:16.272723+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:08:16.276184+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[281,280,279,278,277,276,275,274,273,272]] [] [2021-04-28T04:08:16.283526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:08:16.284025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:08:16.284440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:08:16.284783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:08:16.285126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:08:16.285493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:08:16.285961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:08:16.286350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:08:16.286760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:08:16.287100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T04:08:16.287505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-28T04:08:16.289089+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:08:16.296301+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:08:16.658823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2baf3a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2baf3a","method":"GET"} [] [2021-04-28T04:09:38.904984+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T04:09:38.936375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:09:38.936429+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:09:38.936461+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:09:38.938045+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:09:38.976825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:09:38.980357+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:09:39.042131+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T04:09:39.050648+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T04:09:39.051513+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T04:09:39.077883+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:09:39.341432+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34736c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/34736c","method":"GET"} [] [2021-04-28T04:31:01.003766+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T04:31:01.038489+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:31:01.077661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:31:01.081316+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:31:01.081379+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:31:01.081418+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:31:01.081452+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:31:01.149260+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-04-28T04:31:01.158096+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-04-28T04:31:01.160449+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-28T04:31:01.164584+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-04-28T04:31:01.165144+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-04-28T04:31:01.165671+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-04-28T04:31:01.216289+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T04:31:01.217298+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":77625.0,"3":"2021-03-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":17,"11":19} [] [2021-04-28T04:31:01.219890+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":200.0,"4":null,"5":282,"6":26} [] [2021-04-28T04:31:01.220265+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":282,"6":28} [] [2021-04-28T04:31:01.220564+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":350.0,"4":null,"5":282,"6":24} [] [2021-04-28T04:31:01.220784+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":282,"6":25} [] [2021-04-28T04:31:01.222028+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T04:31:01.233853+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:31:01.375113+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:31:01.400632+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:31:01.400692+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:31:01.400726+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:31:01.401817+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:31:01.441693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:31:01.448527+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:31:01.466754+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:31:01.523466+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:31:01.526899+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[282,281,280,279,278,277,276,275,274,273]] [] [2021-04-28T04:31:01.534496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:31:01.535000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:31:01.535361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:31:01.535660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:31:01.535958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:31:01.536249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:31:01.536505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:31:01.536821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:31:01.537177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:31:01.537510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T04:31:01.537799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-28T04:31:01.539288+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:31:01.546670+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:31:02.072462+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b98b8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4b98b8","method":"GET"} [] [2021-04-28T04:33:33.606050+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T04:33:33.640184+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:33:33.640245+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:33:33.640278+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:33:33.642050+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:33:33.688230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:33:33.691662+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:33:33.757328+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T04:33:33.766321+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T04:33:33.767316+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T04:33:33.795670+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:33:34.265896+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"446223"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/446223","method":"GET"} [] [2021-04-28T04:35:43.881152+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T04:35:43.916601+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:35:43.964744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:35:43.968240+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:35:43.968301+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:35:43.968339+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:35:43.968370+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:35:44.034657+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-04-28T04:35:44.043413+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-04-28T04:35:44.045686+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-28T04:35:44.049678+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-04-28T04:35:44.050242+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-04-28T04:35:44.050762+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-04-28T04:35:44.099805+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T04:35:44.100832+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":71591.0,"3":"2021-03-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":14,"11":19} [] [2021-04-28T04:35:44.103685+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":200.0,"4":null,"5":283,"6":26} [] [2021-04-28T04:35:44.104170+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":283,"6":28} [] [2021-04-28T04:35:44.104564+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":350.0,"4":null,"5":283,"6":24} [] [2021-04-28T04:35:44.104847+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":283,"6":25} [] [2021-04-28T04:35:44.106214+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T04:35:44.118137+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:35:44.254477+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:35:44.279063+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:35:44.279118+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:35:44.279151+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:35:44.280217+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:35:44.327838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:35:44.340654+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:35:44.369692+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:35:44.429944+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:35:44.433398+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[283,282,281,280,279,278,277,276,275,274]] [] [2021-04-28T04:35:44.441052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T04:35:44.441526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:35:44.441894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:35:44.442267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:35:44.442613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:35:44.442958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:35:44.443301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:35:44.443703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:35:44.444075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:35:44.444487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:35:44.444876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T04:35:44.446393+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:35:44.453714+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:35:44.802494+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04bc9b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/04bc9b","method":"GET"} [] [2021-04-28T04:36:18.028837+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T04:36:18.058273+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:36:18.058332+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:36:18.058367+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:36:18.060092+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:36:18.107802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:36:18.111225+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:36:18.172849+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T04:36:18.182357+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T04:36:18.183827+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T04:36:18.210412+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:36:18.590229+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"155012"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/155012","method":"GET"} [] [2021-04-28T04:39:40.088670+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T04:39:40.122965+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:39:40.173464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:39:40.184898+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:39:40.185104+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:39:40.185232+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:39:40.185339+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:39:40.269753+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-04-28T04:39:40.278388+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T04:39:40.281271+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["49"]] [] [2021-04-28T04:39:40.285770+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-04-28T04:39:40.286432+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["31"]] [] [2021-04-28T04:39:40.286978+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["152"]] [] [2021-04-28T04:39:40.287510+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-28T04:39:40.339504+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T04:39:40.340592+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":164220.0,"3":"2021-03-20T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":2} [] [2021-04-28T04:39:40.343384+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":1375.0,"4":null,"5":284,"6":49} [] [2021-04-28T04:39:40.343703+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":284,"6":39} [] [2021-04-28T04:39:40.343969+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":200.0,"4":null,"5":284,"6":31} [] [2021-04-28T04:39:40.344234+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":284,"6":152} [] [2021-04-28T04:39:40.344501+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":284,"6":6} [] [2021-04-28T04:39:40.345777+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T04:39:40.357629+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:39:40.501724+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:39:40.527648+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:39:40.527709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:39:40.527745+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:39:40.529138+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:39:40.575443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:39:40.578706+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:39:40.592041+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:39:40.651547+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:39:40.655396+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[284,283,282,281,280,279,278,277,276,275]] [] [2021-04-28T04:39:40.663308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T04:39:40.663875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:39:40.664399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T04:39:40.664866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:39:40.665235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:39:40.665612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:39:40.665945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:39:40.666314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:39:40.666665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:39:40.667013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:39:40.667390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:39:40.669269+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:39:40.676883+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:39:41.013839+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"accbd0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/accbd0","method":"GET"} [] [2021-04-28T04:39:54.800973+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T04:39:54.830283+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:39:54.830347+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:39:54.830382+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:39:54.832111+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:39:54.871809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:39:54.875336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:39:54.936475+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T04:39:54.945179+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T04:39:54.946148+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T04:39:54.971921+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:39:55.281267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14447d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/14447d","method":"GET"} [] [2021-04-28T04:44:01.670259+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T04:44:01.704976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:44:01.750076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:44:01.753600+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:44:01.753662+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:44:01.753702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:44:01.753737+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:44:01.821689+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-04-28T04:44:01.830560+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T04:44:01.832816+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-04-28T04:44:01.836888+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-04-28T04:44:01.837415+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-04-28T04:44:01.837898+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-28T04:44:01.888332+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T04:44:01.889408+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":123121.0,"3":"2021-03-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":6,"11":2} [] [2021-04-28T04:44:01.892018+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3800.0,"4":null,"5":285,"6":1} [] [2021-04-28T04:44:01.892375+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2850.0,"4":null,"5":285,"6":46} [] [2021-04-28T04:44:01.892622+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":133.33,"4":null,"5":285,"6":171} [] [2021-04-28T04:44:01.892822+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":285,"6":6} [] [2021-04-28T04:44:01.894185+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T04:44:01.916302+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:44:02.060876+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:44:02.086191+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:44:02.086250+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:44:02.086285+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:44:02.087373+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:44:02.126515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:44:02.134448+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:44:02.153844+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:44:02.210636+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:44:02.213999+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[285,284,283,282,281,280,279,278,277,276]] [] [2021-04-28T04:44:02.221584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T04:44:02.222058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:44:02.222430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T04:44:02.222996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T04:44:02.223402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:44:02.223872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:44:02.224286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:44:02.224618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:44:02.224998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:44:02.225339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:44:02.225667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:44:02.225972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:44:02.227625+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:44:02.235038+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:44:02.616418+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50df5e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/50df5e","method":"GET"} [] [2021-04-28T04:44:29.046754+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T04:44:29.081831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:44:29.081892+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:44:29.081927+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:44:29.083634+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:44:29.135415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:44:29.146295+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:44:29.173152+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:44:29.234790+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:44:29.237759+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[174,173,172,171,170,169,168,167,166,165]] [] [2021-04-28T04:44:29.241110+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:44:29.247764+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:44:29.575684+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7820a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c7820a","method":"GET"} [] [2021-04-28T04:44:30.939330+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T04:44:30.964132+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:44:30.964189+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:44:30.964223+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:44:30.965290+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:44:31.003154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:44:31.006249+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:44:31.047547+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:44:31.342772+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"120d17"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/120d17","method":"GET"} [] [2021-04-28T04:51:13.754519+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T04:51:13.789682+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:51:13.789743+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:51:13.789778+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:51:13.791486+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:51:13.820464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:51:13.823968+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:51:13.841925+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:51:13.914375+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T04:51:13.918183+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[285,284,283,282,281,280,279,278,277,276]] [] [2021-04-28T04:51:13.925947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T04:51:13.926421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:51:13.926790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T04:51:13.927184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T04:51:13.927533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:51:13.927848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T04:51:13.928213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T04:51:13.928563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T04:51:13.928898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T04:51:13.929247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T04:51:13.929589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T04:51:13.929957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T04:51:13.931569+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T04:51:13.938824+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:51:14.460197+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d90c24"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d90c24","method":"GET"} [] [2021-04-28T04:51:21.752198+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-04-28T04:51:21.786258+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T04:51:21.837321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T04:51:21.840804+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T04:51:21.840866+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T04:51:21.840902+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:51:21.840934+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T04:51:21.847656+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-04-28T04:51:21.899660+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T04:51:21.968146+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%5832%"] [] [2021-04-28T04:51:21.971271+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5832%",[255,238,232,201,169,129,38,37,36]] [] [2021-04-28T04:51:21.980697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-04-28T04:51:21.981575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T04:51:21.982056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T04:51:21.983887+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5832%"] [] [2021-04-28T04:51:21.985275+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T04:51:22.395937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3e45a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e3e45a","method":"GET"} [] [2021-04-28T05:09:35.371824+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"38"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/38","method":"GET"} [] [2021-04-28T05:09:35.406977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:09:35.407034+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:09:35.407066+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:09:35.408868+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:09:35.443747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:09:35.447364+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:09:35.469918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["38"] [] [2021-04-28T05:09:35.486111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-04-28T05:09:35.538149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-04-28T05:09:35.539015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:09:35.541242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-28T05:09:35.541751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-28T05:09:35.542154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-28T05:09:35.542555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-28T05:09:35.542955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-28T05:09:35.544527+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:09:35.545945+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T05:09:35.546750+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T05:09:35.579820+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:09:36.192430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70577b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/70577b","method":"GET"} [] [2021-04-28T05:09:46.343427+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"38"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/38","method":"POST"} [] [2021-04-28T05:09:46.377635+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:09:46.404750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:09:46.408163+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:09:46.408294+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:09:46.408335+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:09:46.408367+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:09:46.428888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["38"] [] [2021-04-28T05:09:46.442812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-04-28T05:09:46.492412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-04-28T05:09:46.493177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:09:46.495370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-28T05:09:46.495776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-28T05:09:46.496119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-28T05:09:46.496454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-28T05:09:46.496787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-28T05:09:46.500066+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-04-28T05:09:46.501172+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T05:09:46.501737+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-04-28T05:09:46.502578+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-04-28T05:09:46.503122+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-28T05:09:46.503587+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-04-28T05:09:46.504046+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["20"]] [] [2021-04-28T05:09:46.561014+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:09:46.561276+00:00] doctrine.DEBUG: UPDATE service_details SET quantity = ? WHERE id = ? [4.0,125] [] [2021-04-28T05:09:46.563723+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:09:46.600192+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:09:46.767693+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:09:46.800291+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:09:46.800348+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:09:46.800382+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:09:46.802030+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:09:46.831428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:09:46.834704+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:09:46.851069+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:09:46.910648+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:09:46.914432+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[285,284,283,282,281,280,279,278,277,276]] [] [2021-04-28T05:09:46.922903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:09:46.923412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:09:46.923749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:09:46.924075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:09:46.924370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:09:46.924671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:09:46.924987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:09:46.925278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:09:46.925568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:09:46.925856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:09:46.926145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:09:46.926461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T05:09:46.928027+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:09:46.935686+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:09:47.327259+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cd91a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7cd91a","method":"GET"} [] [2021-04-28T05:10:05.039924+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-28T05:10:05.068029+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:10:05.068085+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:10:05.068118+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:10:05.069761+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:10:05.111346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:10:05.114735+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:10:05.224066+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:10:05.266593+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:10:05.580829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6322a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f6322a","method":"GET"} [] [2021-04-28T05:10:30.356605+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-28T05:10:30.382611+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:10:30.409073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:10:30.412370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:10:30.412437+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:10:30.412473+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:10:30.412565+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:10:30.454464+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-04-28T05:10:30.555251+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-04-28T00:00:00+00:00"] [] [2021-04-28T05:10:30.560844+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-04-28T00:00:00+00:00"] [] [2021-04-28T05:10:30.567530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:10:30.571487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-04-28T05:10:30.573827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-28T05:10:30.574164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-28T05:10:30.574458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-28T05:10:30.574742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-28T05:10:30.575052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-04-28T05:10:30.575453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-28T05:10:30.575744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-28T05:10:30.576026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-28T05:10:30.576368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-04-28T05:10:30.576652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-28T05:10:30.576956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-04-28T05:10:30.577389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-28T05:10:30.577711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-04-28T05:10:30.578080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-04-28T05:10:30.578370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-28T05:10:30.578652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-04-28T05:10:30.578958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:10:30.579240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-04-28T05:10:30.579662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-04-28T05:10:30.580160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-04-28T05:10:30.580459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-04-28T05:10:30.580779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-04-28T05:10:30.581113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-04-28T05:10:30.581399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-28T05:10:30.581700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-04-28T05:10:30.582180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-04-28T05:10:30.908916+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:10:30.929203+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:13:52.761798+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-28T05:13:52.796679+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:13:52.796742+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:13:52.796777+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:13:52.798464+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:13:52.840462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:13:52.844165+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:13:52.897555+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:13:52.925577+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:13:53.447309+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e0ba6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9e0ba6","method":"GET"} [] [2021-04-28T05:13:57.069062+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:13:57.094166+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:13:57.094224+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:13:57.094258+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:13:57.095331+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:13:57.118797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:13:57.121962+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:13:57.135035+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:13:57.190051+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:13:57.193501+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[285,284,283,282,281,280,279,278,277,276]] [] [2021-04-28T05:13:57.201054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:13:57.201523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:13:57.201886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:13:57.202256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:13:57.202595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:13:57.202934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:13:57.203302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:13:57.203704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:13:57.204043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:13:57.204389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:13:57.204733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:13:57.205101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T05:13:57.206706+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:13:57.214068+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:13:57.609519+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"decf34"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/decf34","method":"GET"} [] [2021-04-28T05:15:39.000435+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T05:15:39.032864+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:15:39.032920+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:15:39.032953+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:15:39.034631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:15:39.066684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:15:39.070133+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:15:39.133932+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:15:39.142755+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T05:15:39.143638+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T05:15:39.170787+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:15:39.486113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d5eeb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1d5eeb","method":"GET"} [] [2021-04-28T05:15:44.495489+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T05:15:44.522149+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:15:44.522216+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:15:44.522255+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:15:44.523412+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:15:44.569869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:15:44.573113+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:15:44.583597+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:15:44.634782+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:15:44.637843+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[174,173,172,171,170,169,168,167,166,165]] [] [2021-04-28T05:15:44.640909+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:15:44.647613+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:15:44.946181+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c05658"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c05658","method":"GET"} [] [2021-04-28T05:15:47.526533+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T05:15:47.551485+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:15:47.551543+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:15:47.551577+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:15:47.552663+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:15:47.582553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:15:47.585683+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:15:47.624831+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:15:47.921613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12d00d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/12d00d","method":"GET"} [] [2021-04-28T05:17:08.769991+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-28T05:17:08.804549+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:17:08.835624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:17:08.839055+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:17:08.839115+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:17:08.839151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:08.839181+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:08.921405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Seat Cover"] [] [2021-04-28T05:17:08.927212+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:17:08.927997+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Seat Cover","2":"Set","3":null,"4":null,"5":1} [] [2021-04-28T05:17:08.930470+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:17:08.941818+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:17:09.091782+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T05:17:09.116812+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:17:09.116871+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:09.116903+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:09.118133+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:17:09.151400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:17:09.154520+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:17:09.164911+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:17:09.217396+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:17:09.220419+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[175,174,173,172,171,170,169,168,167,166]] [] [2021-04-28T05:17:09.223570+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:17:09.230296+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:17:09.563455+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6088b2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6088b2","method":"GET"} [] [2021-04-28T05:17:11.015194+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T05:17:11.040064+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:17:11.040122+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:11.040154+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:11.041220+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:17:11.073143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:17:11.076257+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:17:11.116718+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:17:11.390933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99bb6a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/99bb6a","method":"GET"} [] [2021-04-28T05:17:59.559587+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-28T05:17:59.594123+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:17:59.635291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:17:59.638748+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:17:59.638810+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:17:59.638846+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:59.638876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:59.720234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Floor mate"] [] [2021-04-28T05:17:59.726086+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:17:59.726759+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Floor mate","2":"Set","3":null,"4":null,"5":1} [] [2021-04-28T05:17:59.763223+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:17:59.774954+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:17:59.909532+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T05:17:59.934238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:17:59.934375+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:59.934417+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:17:59.935585+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:17:59.969371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:17:59.975797+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:17:59.991482+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:18:00.052784+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:18:00.055799+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[176,175,174,173,172,171,170,169,168,167]] [] [2021-04-28T05:18:00.058885+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:18:00.065478+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:18:00.395804+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1cdd3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c1cdd3","method":"GET"} [] [2021-04-28T05:18:02.971467+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:18:02.996026+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:18:02.996083+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:18:02.996117+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:18:02.997191+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:18:03.029802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:18:03.032909+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:18:03.045147+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:18:03.101246+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:18:03.104200+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[285,284,283,282,281,280,279,278,277,276]] [] [2021-04-28T05:18:03.121230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:18:03.121999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:18:03.122571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:18:03.123094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:18:03.123570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:18:03.124045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:18:03.124560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:18:03.125140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:18:03.125623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:18:03.126108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:18:03.126556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:18:03.127069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T05:18:03.129284+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:18:03.138402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:18:03.476902+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4db0da"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4db0da","method":"GET"} [] [2021-04-28T05:18:05.566076+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T05:18:05.596397+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:18:05.596459+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:18:05.596493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:18:05.598197+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:18:05.648783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:18:05.653396+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:18:05.718030+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:18:05.727428+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T05:18:05.728408+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T05:18:05.756808+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:18:06.045373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96c039"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/96c039","method":"GET"} [] [2021-04-28T05:30:30.563474+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T05:30:30.597712+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:30:30.633909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:30:30.637400+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:30:30.637459+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:30:30.637494+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:30:30.637524+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:30:30.704188+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-28T05:30:30.712804+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T05:30:30.714703+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["175"]] [] [2021-04-28T05:30:30.718671+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["146"]] [] [2021-04-28T05:30:30.719207+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["176"]] [] [2021-04-28T05:30:30.768638+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:30:30.769620+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":278814.0,"3":"2021-03-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-04-28T05:30:30.772493+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":6500.0,"4":null,"5":286,"6":175} [] [2021-04-28T05:30:30.773307+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":286,"6":146} [] [2021-04-28T05:30:30.774021+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":286,"6":176} [] [2021-04-28T05:30:30.777418+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:30:30.792255+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:30:30.949487+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:30:30.975124+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:30:30.975183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:30:30.975217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:30:30.976301+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:30:31.007502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:30:31.010638+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:30:31.022806+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:30:31.077381+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:30:31.080583+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[286,285,284,283,282,281,280,279,278,277]] [] [2021-04-28T05:30:31.087948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:30:31.088381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:30:31.088703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:30:31.089025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:30:31.089338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:30:31.089629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:30:31.089918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:30:31.090243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:30:31.090550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:30:31.090873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:30:31.091240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:30:31.091892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T05:30:31.093596+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:30:31.100850+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:30:31.615582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3dd23"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e3dd23","method":"GET"} [] [2021-04-28T05:32:11.706024+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T05:32:11.739359+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:32:11.739416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:32:11.739450+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:32:11.741140+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:32:11.786394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:32:11.789839+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:32:11.854548+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:32:11.863438+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T05:32:11.864321+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T05:32:11.891733+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:32:12.361207+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fa32c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1fa32c","method":"GET"} [] [2021-04-28T05:40:16.416951+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T05:40:16.451644+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:40:16.489415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:40:16.493521+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:40:16.493607+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:40:16.493648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:40:16.493683+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:40:16.561132+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-28T05:40:16.570490+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T05:40:16.572881+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["90"]] [] [2021-04-28T05:40:16.577065+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["51"]] [] [2021-04-28T05:40:16.577757+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["31"]] [] [2021-04-28T05:40:16.578308+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-28T05:40:16.626938+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:40:16.627968+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":278627.0,"3":"2021-03-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-04-28T05:40:16.630755+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":36000.0,"4":null,"5":287,"6":90} [] [2021-04-28T05:40:16.631061+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":3500.0,"4":null,"5":287,"6":51} [] [2021-04-28T05:40:16.631323+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":287,"6":31} [] [2021-04-28T05:40:16.631581+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4000.0,"4":null,"5":287,"6":6} [] [2021-04-28T05:40:16.632828+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:40:16.644321+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:40:16.781498+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:40:16.807206+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:40:16.807266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:40:16.807300+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:40:16.808379+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:40:16.834789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:40:16.837936+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:40:16.850416+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:40:16.907088+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:40:16.910408+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[287,286,285,284,283,282,281,280,279,278]] [] [2021-04-28T05:40:16.918440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:40:16.918942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:40:16.919310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:40:16.919632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:40:16.920016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:40:16.920312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:40:16.920603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:40:16.920916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:40:16.921205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:40:16.921492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:40:16.921784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:40:16.922105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T05:40:16.923596+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:40:16.930966+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:40:17.520788+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61a2a4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/61a2a4","method":"GET"} [] [2021-04-28T05:40:51.486199+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T05:40:51.520059+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:40:51.520118+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:40:51.520228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:40:51.521924+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:40:51.560592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:40:51.568356+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:40:51.587020+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:40:51.648936+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:40:51.651960+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[176,175,174,173,172,171,170,169,168,167]] [] [2021-04-28T05:40:51.655153+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:40:51.661789+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:40:51.987768+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"425b68"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/425b68","method":"GET"} [] [2021-04-28T05:40:53.351175+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T05:40:53.376351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:40:53.376410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:40:53.376445+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:40:53.377560+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:40:53.400896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:40:53.404299+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:40:53.447569+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:40:53.751709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee62db"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ee62db","method":"GET"} [] [2021-04-28T05:45:30.260981+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-28T05:45:30.295697+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:45:30.337148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:45:30.344329+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:45:30.344448+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:45:30.344518+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:45:30.344579+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:45:30.432904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["CVT Gear Oil"] [] [2021-04-28T05:45:30.438849+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:45:30.439448+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"CVT Gear Oil","2":"Liter","3":null,"4":null,"5":1} [] [2021-04-28T05:45:30.440249+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:45:30.451819+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:45:30.596743+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T05:45:30.622392+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:45:30.622452+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:45:30.622487+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:45:30.623604+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:45:30.663667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:45:30.671231+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:45:30.687957+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:45:30.742353+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:45:30.745402+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[177,176,175,174,173,172,171,170,169,168]] [] [2021-04-28T05:45:30.748520+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:45:30.755146+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:45:31.224030+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5be51"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d5be51","method":"GET"} [] [2021-04-28T05:46:07.041972+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:46:07.075498+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:46:07.075561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:46:07.075596+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:46:07.077368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:46:07.108274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:46:07.111705+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:46:07.128538+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:46:07.197761+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:46:07.201369+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[287,286,285,284,283,282,281,280,279,278]] [] [2021-04-28T05:46:07.208866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:46:07.209326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:46:07.209742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:46:07.210109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:46:07.210477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:46:07.210819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:46:07.211162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:46:07.211535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:46:07.211877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:46:07.212216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:46:07.212654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:46:07.213034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-04-28T05:46:07.214566+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:46:07.222296+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:46:07.745534+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87a26d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/87a26d","method":"GET"} [] [2021-04-28T05:46:08.925387+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T05:46:08.952965+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:46:08.953024+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:46:08.953057+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:46:08.954680+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:46:08.993235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:46:08.996625+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:46:09.056309+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:46:09.064756+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T05:46:09.065653+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T05:46:09.091493+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:46:09.392558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9476c6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9476c6","method":"GET"} [] [2021-04-28T05:51:13.461610+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T05:51:13.496912+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:51:13.538844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:51:13.542359+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:51:13.542422+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:51:13.542457+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:51:13.542487+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:51:13.610924+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-04-28T05:51:13.619759+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T05:51:13.623167+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-04-28T05:51:13.627248+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-04-28T05:51:13.627862+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["18"]] [] [2021-04-28T05:51:13.628392+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["170"]] [] [2021-04-28T05:51:13.628917+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-04-28T05:51:13.629541+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["177"]] [] [2021-04-28T05:51:13.630130+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-28T05:51:13.680868+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:51:13.681948+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":71435.0,"3":"2021-03-22T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":14,"11":2} [] [2021-04-28T05:51:13.683485+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3600.0,"4":null,"5":288,"6":1} [] [2021-04-28T05:51:13.684012+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2250.0,"4":null,"5":288,"6":46} [] [2021-04-28T05:51:13.684346+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":300.0,"4":null,"5":288,"6":18} [] [2021-04-28T05:51:13.684612+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":600.0,"4":null,"5":288,"6":170} [] [2021-04-28T05:51:13.684875+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":133.33,"4":null,"5":288,"6":171} [] [2021-04-28T05:51:13.685139+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":8.0,"3":875.0,"4":null,"5":288,"6":177} [] [2021-04-28T05:51:13.685400+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":288,"6":6} [] [2021-04-28T05:51:13.686737+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:51:13.698488+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:51:13.841179+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:51:13.866929+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:51:13.866989+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:51:13.867024+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:51:13.868116+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:51:13.914187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:51:13.917398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:51:13.930180+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:51:13.987389+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:51:13.991791+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[288,287,286,285,284,283,282,281,280,279]] [] [2021-04-28T05:51:13.999420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:51:13.999923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:51:14.000296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:51:14.000695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:51:14.001070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:51:14.001465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:51:14.001809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:51:14.002174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:51:14.002512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:51:14.002852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:51:14.003275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:51:14.004937+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:51:14.012426+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:51:14.352671+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be0f83"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/be0f83","method":"GET"} [] [2021-04-28T05:51:53.736870+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T05:51:53.769846+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:51:53.769905+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:51:53.769939+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:51:53.771618+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:51:53.821864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:51:53.825287+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:51:53.889735+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:51:53.898869+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T05:51:53.899842+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T05:51:53.927726+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:51:54.255481+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc83c9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dc83c9","method":"GET"} [] [2021-04-28T05:53:31.461295+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T05:53:31.494966+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:53:31.541565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:53:31.544998+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:53:31.545058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:53:31.545093+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:53:31.545123+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:53:31.611475+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-04-28T05:53:31.620118+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T05:53:31.622015+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["8"]] [] [2021-04-28T05:53:31.626148+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["7"]] [] [2021-04-28T05:53:31.626708+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-28T05:53:31.679805+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:53:31.680833+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":163182.0,"3":"2021-03-23T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":8,"11":2} [] [2021-04-28T05:53:31.717706+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4500.0,"4":null,"5":289,"6":8} [] [2021-04-28T05:53:31.718144+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":289,"6":7} [] [2021-04-28T05:53:31.718517+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":289,"6":6} [] [2021-04-28T05:53:31.719850+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:53:31.732472+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:53:31.870316+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:53:31.894814+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:53:31.894873+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:53:31.894906+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:53:31.895967+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:53:31.931907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:53:31.943237+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:53:31.964992+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:53:32.022021+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:53:32.025302+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[289,288,287,286,285,284,283,282,281,280]] [] [2021-04-28T05:53:32.032636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T05:53:32.033065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:53:32.033384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:53:32.033809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:53:32.034192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:53:32.034508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:53:32.034832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:53:32.035120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:53:32.035428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:53:32.035716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:53:32.036002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:53:32.036288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:53:32.037726+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:53:32.044845+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:53:32.385356+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e21310"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e21310","method":"GET"} [] [2021-04-28T05:54:26.377398+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T05:54:26.410248+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:54:26.410382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:54:26.410421+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:54:26.412058+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:54:26.461909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:54:26.465332+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:54:26.529916+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:54:26.539128+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T05:54:26.540021+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T05:54:26.567527+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:54:26.886540+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"830e9d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/830e9d","method":"GET"} [] [2021-04-28T05:57:15.848671+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T05:57:15.881615+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:57:15.881672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:15.881706+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:15.883337+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:57:15.917524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:57:15.920919+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:57:15.934385+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:57:15.994184+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:57:15.997211+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[177,176,175,174,173,172,171,170,169,168]] [] [2021-04-28T05:57:16.000380+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:57:16.006909+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:57:16.346595+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4abfdc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4abfdc","method":"GET"} [] [2021-04-28T05:57:17.103283+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T05:57:17.127754+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:57:17.127810+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:17.127843+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:17.128897+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:57:17.165179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:57:17.168241+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:57:17.209885+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:57:17.493135+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58d5a1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/58d5a1","method":"GET"} [] [2021-04-28T05:57:38.847055+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-28T05:57:38.881465+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:57:38.914673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:57:38.918217+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:57:38.918279+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:57:38.918314+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:38.918345+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:39.000146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["A/C Receiver"] [] [2021-04-28T05:57:39.005938+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T05:57:39.006531+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"A/C Receiver","2":"Pcs","3":null,"4":null,"5":1} [] [2021-04-28T05:57:39.043891+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T05:57:39.072925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:57:39.221583+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T05:57:39.246537+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:57:39.246598+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:39.246631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:39.247724+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:57:39.279748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:57:39.286419+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:57:39.302212+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:57:39.356031+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:57:39.359169+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[178,177,176,175,174,173,172,171,170,169]] [] [2021-04-28T05:57:39.362458+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:57:39.369174+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:57:39.704598+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19f107"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/19f107","method":"GET"} [] [2021-04-28T05:57:47.347112+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T05:57:47.372280+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:57:47.372338+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:47.372371+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:47.373455+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:57:47.400459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:57:47.403593+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:57:47.444537+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:57:47.713893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23946a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/23946a","method":"GET"} [] [2021-04-28T05:57:55.925046+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T05:57:55.950393+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:57:55.950451+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:55.950484+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:55.951582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:57:55.984621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:57:55.987778+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:57:56.000563+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T05:57:56.058101+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T05:57:56.061236+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[289,288,287,286,285,284,283,282,281,280]] [] [2021-04-28T05:57:56.068862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T05:57:56.069298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T05:57:56.069649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T05:57:56.069978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T05:57:56.070327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T05:57:56.070644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T05:57:56.070972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T05:57:56.071270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T05:57:56.071661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T05:57:56.071963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T05:57:56.072257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-28T05:57:56.072590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T05:57:56.074137+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T05:57:56.081558+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:57:56.450088+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a5c8c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4a5c8c","method":"GET"} [] [2021-04-28T05:57:57.857098+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T05:57:57.886170+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T05:57:57.886232+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:57.886267+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T05:57:57.887978+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T05:57:57.927758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T05:57:57.931470+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T05:57:57.993334+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T05:57:58.001996+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T05:57:58.002972+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T05:57:58.029381+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T05:57:58.308551+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"533784"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/533784","method":"GET"} [] [2021-04-28T06:00:52.066044+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T06:00:52.103328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:00:52.132278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:00:52.135779+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:00:52.135846+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:00:52.135882+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:00:52.135913+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:00:52.203689+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["10"]] [] [2021-04-28T06:00:52.212643+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T06:00:52.215628+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["178"]] [] [2021-04-28T06:00:52.219812+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["115"]] [] [2021-04-28T06:00:52.220384+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2021-04-28T06:00:52.220843+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["117"]] [] [2021-04-28T06:00:52.221351+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-04-28T06:00:52.221900+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-28T06:00:52.273026+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T06:00:52.274049+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":202229.0,"3":"2021-03-07T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":10,"11":2} [] [2021-04-28T06:00:52.274980+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":290,"6":178} [] [2021-04-28T06:00:52.276256+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1550.0,"4":null,"5":290,"6":115} [] [2021-04-28T06:00:52.276491+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":137.5,"4":null,"5":290,"6":118} [] [2021-04-28T06:00:52.276711+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":290,"6":117} [] [2021-04-28T06:00:52.276925+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":290,"6":14} [] [2021-04-28T06:00:52.277135+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":290,"6":6} [] [2021-04-28T06:00:52.278329+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T06:00:52.290127+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:00:52.438899+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T06:00:52.463614+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:00:52.463671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:00:52.463704+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:00:52.464779+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:00:52.489774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:00:52.497328+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:00:52.516264+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:00:52.572828+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:00:52.576689+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[290,289,288,287,286,285,284,283,282,281]] [] [2021-04-28T06:00:52.585400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-28T06:00:52.585869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:00:52.586189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T06:00:52.586538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T06:00:52.586867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T06:00:52.587178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T06:00:52.587454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T06:00:52.587744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T06:00:52.587998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T06:00:52.588358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [9] [] [2021-04-28T06:00:52.588612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-04-28T06:00:52.590075+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:00:52.597505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:00:52.964265+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39bdd1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/39bdd1","method":"GET"} [] [2021-04-28T06:01:09.443654+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T06:01:09.476685+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:01:09.476743+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:01:09.476777+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:01:09.478409+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:01:09.514494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:01:09.517907+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:01:09.581315+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T06:01:09.590031+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T06:01:09.590950+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T06:01:09.618688+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:01:09.946407+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e99b72"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e99b72","method":"GET"} [] [2021-04-28T06:03:31.618549+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T06:03:31.652413+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:03:31.688651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:03:31.692116+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:03:31.692177+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:03:31.692212+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:03:31.692243+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:03:31.757824+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["18"]] [] [2021-04-28T06:03:31.766365+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-28T06:03:31.768945+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-28T06:03:31.772923+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-04-28T06:03:31.773495+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-04-28T06:03:31.774041+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-04-28T06:03:31.774585+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-04-28T06:03:31.823326+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T06:03:31.824332+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":81966.0,"3":"2021-03-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":18,"11":2} [] [2021-04-28T06:03:31.826832+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":291,"6":26} [] [2021-04-28T06:03:31.827083+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":291,"6":28} [] [2021-04-28T06:03:31.827313+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":291,"6":24} [] [2021-04-28T06:03:31.827540+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":291,"6":25} [] [2021-04-28T06:03:31.827761+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":291,"6":27} [] [2021-04-28T06:03:31.828907+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T06:03:31.850661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:03:32.005852+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T06:03:32.030568+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:03:32.030624+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:03:32.030658+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:03:32.031736+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:03:32.063704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:03:32.071084+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:03:32.089893+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:03:32.144716+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:03:32.147910+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[291,290,289,288,287,286,285,284,283,282]] [] [2021-04-28T06:03:32.157135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-28T06:03:32.157565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:03:32.157894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-28T06:03:32.158221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T06:03:32.158543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T06:03:32.158862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T06:03:32.159208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T06:03:32.159524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T06:03:32.159852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T06:03:32.160145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T06:03:32.161603+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:03:32.168886+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:03:32.549195+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa6db7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fa6db7","method":"GET"} [] [2021-04-28T06:05:17.895746+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-28T06:05:17.928275+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:05:17.928331+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:17.928364+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:17.929987+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:05:17.969469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:05:17.973015+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:05:18.024625+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T06:05:18.052275+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:05:18.384646+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9dcd9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e9dcd9","method":"GET"} [] [2021-04-28T06:05:37.563114+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-28T06:05:37.597280+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:05:37.635659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:05:37.639084+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:05:37.639145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:05:37.639180+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:37.639211+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:37.692892+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-04-28T06:05:37.771794+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-04-28T00:00:00+00:00"] [] [2021-04-28T06:05:37.778898+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-04-28T00:00:00+00:00"] [] [2021-04-28T06:05:37.784718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-04-28T06:05:37.788586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-04-28T06:05:37.791128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-04-28T06:05:37.791497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-04-28T06:05:37.791813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-04-28T06:05:37.792123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-04-28T06:05:37.792422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-04-28T06:05:37.792761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-04-28T06:05:37.793174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-28T06:05:37.793483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-28T06:05:37.793785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-28T06:05:37.794084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-04-28T06:05:37.794453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-28T06:05:37.794767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T06:05:37.795070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-04-28T06:05:37.795518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-04-28T06:05:37.795855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-28T06:05:37.796154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-04-28T06:05:37.796589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-04-28T06:05:37.796892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-04-28T06:05:37.797189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-04-28T06:05:37.797485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-04-28T06:05:37.797782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-04-28T06:05:37.798078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-04-28T06:05:37.798373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-04-28T06:05:37.798678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T06:05:37.798970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-04-28T06:05:37.799296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-28T06:05:37.799607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:05:37.799903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-04-28T06:05:37.800405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-04-28T06:05:37.800755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-04-28T06:05:37.801059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-28T06:05:37.801379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-04-28T06:05:37.801873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-28T06:05:37.802196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-04-28T06:05:37.802582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-28T06:05:37.802887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-28T06:05:37.803185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-28T06:05:37.803487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-28T06:05:38.146217+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T06:05:38.166530+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:05:53.241681+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-28T06:05:53.266598+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:05:53.266653+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:53.266686+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:53.267742+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:05:53.295919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:05:53.299012+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:05:53.337982+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T06:05:53.359625+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:05:53.793826+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed149a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ed149a","method":"GET"} [] [2021-04-28T06:05:56.012484+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T06:05:56.037161+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:05:56.037216+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:56.037249+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:56.038313+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:05:56.082356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:05:56.085496+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:05:56.097919+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:05:56.151902+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:05:56.155341+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[291,290,289,288,287,286,285,284,283,282]] [] [2021-04-28T06:05:56.165749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-28T06:05:56.166276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:05:56.166641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-28T06:05:56.167013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T06:05:56.167384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T06:05:56.167754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T06:05:56.168151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T06:05:56.168522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T06:05:56.168907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T06:05:56.169250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-28T06:05:56.170772+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:05:56.178015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:05:56.528940+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc70a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fc70a9","method":"GET"} [] [2021-04-28T06:05:59.818684+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T06:05:59.845682+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:05:59.845737+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:59.845769+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:05:59.847337+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:05:59.884677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:05:59.888012+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:05:59.947131+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T06:05:59.955578+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T06:05:59.956392+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T06:05:59.986211+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:06:00.278036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02ea98"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/02ea98","method":"GET"} [] [2021-04-28T06:07:00.131993+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T06:07:00.167857+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:07:00.219287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:07:00.222854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:07:00.222921+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:07:00.223038+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:07:00.223074+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:07:00.295674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-04-28T06:07:00.304726+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-04-28T06:07:00.305968+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-04-28T06:07:00.361053+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T06:07:00.362101+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":128870.0,"3":"2021-03-28T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":12} [] [2021-04-28T06:07:00.362968+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":9000.0,"4":null,"5":292,"6":39} [] [2021-04-28T06:07:00.364307+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T06:07:00.374893+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:07:00.543112+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T06:07:00.569972+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:07:00.570033+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:07:00.570071+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:07:00.571212+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:07:00.608234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:07:00.611408+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:07:00.624830+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:07:00.682528+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:07:00.686091+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[292,291,290,289,288,287,286,285,284,283]] [] [2021-04-28T06:07:00.693833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-28T06:07:00.694341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T06:07:00.694719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-28T06:07:00.695074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:07:00.695444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-28T06:07:00.695825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T06:07:00.696208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T06:07:00.696586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T06:07:00.696998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T06:07:00.697383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T06:07:00.697856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T06:07:00.699411+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:07:00.707154+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:07:01.060439+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37e956"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/37e956","method":"GET"} [] [2021-04-28T06:07:59.017230+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T06:07:59.055879+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:07:59.055954+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:07:59.055992+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:07:59.057559+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:07:59.110268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:07:59.113987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:07:59.182865+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T06:07:59.190556+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T06:07:59.191563+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T06:07:59.219351+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:07:59.545326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09510b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/09510b","method":"GET"} [] [2021-04-28T06:09:14.966244+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T06:09:14.998702+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:09:14.998761+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:09:14.998795+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:09:15.000448+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:09:15.040217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:09:15.043738+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:09:15.057628+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:09:15.120463+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:09:15.123448+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[178,177,176,175,174,173,172,171,170,169]] [] [2021-04-28T06:09:15.126628+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:09:15.133343+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:09:15.408067+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37097e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/37097e","method":"GET"} [] [2021-04-28T06:09:16.907409+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T06:09:16.931768+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:09:16.931823+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:09:16.931855+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:09:16.932980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:09:16.969490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:09:16.972601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:09:17.014627+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:09:17.289438+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76b81a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/76b81a","method":"GET"} [] [2021-04-28T06:10:50.823333+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-28T06:10:50.875739+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:10:50.917815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:10:50.921479+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:10:50.921546+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:10:50.921583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:10:50.921614+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:10:51.010877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Dynamo Carbon Holder & Coi [...]"] [] [2021-04-28T06:10:51.017150+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T06:10:51.017791+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Dynamo Carbon Holder & Coi [...]","2":"Pcs","3":null,"4":null,"5":1} [] [2021-04-28T06:10:51.020163+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T06:10:51.032789+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:10:51.166739+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T06:10:51.191149+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:10:51.191204+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:10:51.191236+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:10:51.192374+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:10:51.233386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:10:51.241245+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:10:51.258141+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:10:51.311760+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:10:51.314795+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[179,178,177,176,175,174,173,172,171,170]] [] [2021-04-28T06:10:51.317895+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:10:51.324722+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:10:51.661254+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b61b83"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b61b83","method":"GET"} [] [2021-04-28T06:10:54.005916+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T06:10:54.030240+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:10:54.030295+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:10:54.030328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:10:54.031385+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:10:54.065917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:10:54.069029+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:10:54.081445+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:10:54.138678+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:10:54.142057+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[292,291,290,289,288,287,286,285,284,283]] [] [2021-04-28T06:10:54.149709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-28T06:10:54.150186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T06:10:54.150559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-28T06:10:54.150906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:10:54.151251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-28T06:10:54.151622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T06:10:54.151993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T06:10:54.152370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T06:10:54.152859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T06:10:54.153239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T06:10:54.153635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-28T06:10:54.155160+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:10:54.162417+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:10:54.491298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6060da"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6060da","method":"GET"} [] [2021-04-28T06:10:55.552508+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-28T06:10:55.579593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:10:55.579649+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:10:55.579682+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:10:55.581310+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:10:55.621849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:10:55.625238+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:10:55.684900+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T06:10:55.693357+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T06:10:55.694194+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T06:10:55.719541+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:10:55.994653+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73c1f2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/73c1f2","method":"GET"} [] [2021-04-28T06:18:37.075836+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-28T06:18:37.112990+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:18:37.156042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:18:37.159993+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:18:37.160077+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:18:37.160113+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:37.160144+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:37.227197+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-04-28T06:18:37.235885+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-04-28T06:18:37.237200+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["173"]] [] [2021-04-28T06:18:37.291663+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T06:18:37.292684+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":130831.0,"3":"2021-04-24T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":22} [] [2021-04-28T06:18:37.293123+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":293,"6":173} [] [2021-04-28T06:18:37.294294+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T06:18:37.320277+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:18:37.469846+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T06:18:37.495582+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:18:37.495644+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:37.495677+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:37.496797+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:18:37.522787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:18:37.530256+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:18:37.549174+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:18:37.606300+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:18:37.609566+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[293,292,291,290,289,288,287,286,285,284]] [] [2021-04-28T06:18:37.617521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-28T06:18:37.618062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T06:18:37.618398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-28T06:18:37.618698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T06:18:37.618993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-28T06:18:37.619332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:18:37.619629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-28T06:18:37.619947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T06:18:37.620262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T06:18:37.620578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T06:18:37.620925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T06:18:37.621238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T06:18:37.622769+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:18:37.630126+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:18:38.081835+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2faec4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2faec4","method":"GET"} [] [2021-04-28T06:18:39.819404+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T06:18:39.848448+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:18:39.848508+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:39.848542+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:39.850301+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:18:39.881960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:18:39.885383+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:18:39.897182+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:18:39.958070+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:18:39.961093+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[179,178,177,176,175,174,173,172,171,170]] [] [2021-04-28T06:18:39.964311+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:18:39.969453+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:18:40.291495+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a99ec"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5a99ec","method":"GET"} [] [2021-04-28T06:18:41.739783+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-28T06:18:41.766025+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:18:41.766087+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:41.766121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:41.767232+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:18:41.794303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:18:41.797432+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:18:41.839085+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:18:42.135949+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e5f90"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4e5f90","method":"GET"} [] [2021-04-28T06:18:54.467380+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-28T06:18:54.502701+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:18:54.543107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:18:54.546706+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:18:54.546768+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:18:54.546802+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:54.546831+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:54.628901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Butterfly"] [] [2021-04-28T06:18:54.634722+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T06:18:54.635358+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Butterfly","2":"Pcs","3":null,"4":null,"5":1} [] [2021-04-28T06:18:54.635706+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T06:18:54.648925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:18:54.785426+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-28T06:18:54.809917+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:18:54.809978+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:54.810011+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:18:54.811073+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:18:54.842747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:18:54.845899+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:18:54.856916+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:18:54.910193+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:18:54.913182+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[180,179,178,177,176,175,174,173,172,171]] [] [2021-04-28T06:18:54.916330+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:18:54.922955+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:18:55.221596+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4300c2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4300c2","method":"GET"} [] [2021-04-28T06:19:09.052184+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T06:19:09.077382+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:19:09.077440+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:19:09.077474+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:19:09.078571+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:19:09.106866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:19:09.110029+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:19:09.122560+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:19:09.180557+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:19:09.183659+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[293,292,291,290,289,288,287,286,285,284]] [] [2021-04-28T06:19:09.191031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-28T06:19:09.191459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T06:19:09.191785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-28T06:19:09.192081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T06:19:09.192377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-28T06:19:09.192670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:19:09.192963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-28T06:19:09.193283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T06:19:09.193597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T06:19:09.193914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T06:19:09.194264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T06:19:09.194620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T06:19:09.196111+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:19:09.203492+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:19:09.569411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"654d7f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/654d7f","method":"GET"} [] [2021-04-28T06:19:10.462871+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"293"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/293","method":"GET"} [] [2021-04-28T06:19:10.490990+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:19:10.491047+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:19:10.491081+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:19:10.492770+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:19:10.528114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:19:10.531535+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:19:10.551465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["293"] [] [2021-04-28T06:19:10.565184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-04-28T06:19:10.614971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-28T06:19:10.615734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T06:19:10.616724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-04-28T06:19:10.618084+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-28T06:19:10.619428+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-28T06:19:10.620249+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-28T06:19:10.648903+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:19:10.953008+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31850d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/31850d","method":"GET"} [] [2021-04-28T06:20:16.035238+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"293"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/293","method":"POST"} [] [2021-04-28T06:20:16.060878+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:20:16.094143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:20:16.097300+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:20:16.097359+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:20:16.097394+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:20:16.097423+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:20:16.113818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["293"] [] [2021-04-28T06:20:16.127491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-04-28T06:20:16.176801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-28T06:20:16.177605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T06:20:16.178680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-04-28T06:20:16.181547+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-04-28T06:20:16.182629+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-04-28T06:20:16.184396+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["173"]] [] [2021-04-28T06:20:16.185264+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["180"]] [] [2021-04-28T06:20:16.185824+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["179"]] [] [2021-04-28T06:20:16.186349+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-28T06:20:16.236729+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-28T06:20:16.237594+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":293,"6":180} [] [2021-04-28T06:20:16.237975+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":293,"6":179} [] [2021-04-28T06:20:16.238239+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":300.0,"4":null,"5":293,"6":6} [] [2021-04-28T06:20:16.239466+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-28T06:20:16.254890+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:20:16.421398+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-28T06:20:16.452512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-28T06:20:16.452566+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:20:16.452598+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-28T06:20:16.454162+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-28T06:20:16.494229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-28T06:20:16.497720+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-28T06:20:16.513629+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-28T06:20:16.571009+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-28T06:20:16.574273+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[293,292,291,290,289,288,287,286,285,284]] [] [2021-04-28T06:20:16.583853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-28T06:20:16.584382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-28T06:20:16.584746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-28T06:20:16.585088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-28T06:20:16.585430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-28T06:20:16.585770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-28T06:20:16.586111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-28T06:20:16.586514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-28T06:20:16.586883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-28T06:20:16.587254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-28T06:20:16.587651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-28T06:20:16.588021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-28T06:20:16.589524+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-28T06:20:16.596802+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-28T06:20:16.960369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"896382"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/896382","method":"GET"} [] [2021-04-29T04:00:27.963426+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-04-29T04:00:28.086271+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:00:28.086349+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:28.086386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:28.160597+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-29T04:00:28.654016+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fadf9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2fadf9","method":"GET"} [] [2021-04-29T04:00:31.445332+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-04-29T04:00:31.471800+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:00:31.471900+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:31.471944+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:31.476460+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:31.568208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-04-29T04:00:31.834561+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:31.841404+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 29 Apr 2021 04:00:31 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:31.841484+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:31.841516+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:31.847068+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:00:32.018571+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T04:00:32.044322+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:00:32.044382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:32.044416+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:00:32.045570+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:00:32.084052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:00:32.090581+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:00:32.130680+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:00:32.277267+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:00:32.292836+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[293,292,291,290,289,288,287,286,285,284]] [] [2021-04-29T04:00:32.302621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T04:00:32.303083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T04:00:32.308896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T04:00:32.309800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:00:32.310506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T04:00:32.311206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:00:32.311911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T04:00:32.312667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T04:00:32.313425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T04:00:32.314273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:00:32.314988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-29T04:00:32.315607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-29T04:00:32.319090+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:00:32.337024+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:00:32.834917+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2eeeeb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2eeeeb","method":"GET"} [] [2021-04-29T04:03:16.748841+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-29T04:03:16.783086+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:03:16.783143+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:03:16.783175+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:03:16.784820+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:03:16.823959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:03:16.828366+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:03:16.924990+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:03:16.935916+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T04:03:16.937758+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T04:03:16.970185+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:03:17.620476+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c94a8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6c94a8","method":"GET"} [] [2021-04-29T04:33:03.582749+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-29T04:33:03.619884+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:33:03.619941+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:33:03.619975+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:33:03.622092+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:33:03.669776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:33:03.674418+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:33:03.738778+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:33:03.776297+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:33:04.245069+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e772c8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e772c8","method":"GET"} [] [2021-04-29T04:33:27.269302+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-04-29T04:33:27.306187+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:33:27.352936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:33:27.357814+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:33:27.357896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:33:27.357932+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:33:27.358009+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:33:27.455127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-04-29T04:33:27.673009+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-04-29T00:00:00+00:00"] [] [2021-04-29T04:33:27.682910+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-04-29T00:00:00+00:00"] [] [2021-04-29T04:33:27.691550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:33:27.697713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-04-29T04:33:27.704314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-04-29T04:33:27.705582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-04-29T04:33:27.705985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-04-29T04:33:27.706251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-04-29T04:33:27.706533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-04-29T04:33:27.706834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-04-29T04:33:27.707226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-04-29T04:33:27.707513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-04-29T04:33:27.707840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-04-29T04:33:27.708131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-04-29T04:33:27.708411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-04-29T04:33:27.708711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-04-29T04:33:27.709113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-29T04:33:27.709411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-29T04:33:27.709702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-04-29T04:33:27.710020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-04-29T04:33:27.710329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-04-29T04:33:27.710660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-04-29T04:33:27.711363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-04-29T04:33:27.711750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-04-29T04:33:27.712091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-04-29T04:33:27.712438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-04-29T04:33:27.712778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-04-29T04:33:27.713164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-04-29T04:33:27.713493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-04-29T04:33:27.713950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-04-29T04:33:27.714390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-04-29T04:33:27.714737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-04-29T04:33:27.715948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-04-29T04:33:27.716480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-04-29T04:33:27.716810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-04-29T04:33:27.717299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-04-29T04:33:27.717903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-04-29T04:33:27.718247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-04-29T04:33:27.718629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:33:27.719123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-04-29T04:33:27.719706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-04-29T04:33:27.720120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T04:33:27.720422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-04-29T04:33:27.720863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-04-29T04:33:27.721201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-04-29T04:33:27.721554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-04-29T04:33:27.721860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-04-29T04:33:27.722298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-04-29T04:33:27.722605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-04-29T04:33:27.722924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-04-29T04:33:27.723340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-04-29T04:33:27.723647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [289] [] [2021-04-29T04:33:27.723998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-04-29T04:33:27.724286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-04-29T04:33:28.383008+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:33:28.403980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:39:28.040327+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-29T04:39:28.073103+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:39:28.073161+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:39:28.073193+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:39:28.074849+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:39:28.114467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:39:28.118875+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:39:28.171600+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:39:28.200814+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:39:28.862146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b1b52"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1b1b52","method":"GET"} [] [2021-04-29T04:39:31.380379+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T04:39:31.404756+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:39:31.404811+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:39:31.404844+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:39:31.405913+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:39:31.450640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:39:31.454647+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:39:31.467274+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:39:31.523039+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:39:31.528273+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[293,292,291,290,289,288,287,286,285,284]] [] [2021-04-29T04:39:31.535970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T04:39:31.536462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T04:39:31.537722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T04:39:31.538067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:39:31.538411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T04:39:31.538753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:39:31.539098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T04:39:31.539473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T04:39:31.539843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T04:39:31.540217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:39:31.540622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-29T04:39:31.540995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-04-29T04:39:31.542557+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:39:31.550105+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:39:31.978532+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a75c6f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a75c6f","method":"GET"} [] [2021-04-29T04:39:35.292787+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-29T04:39:35.320039+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:39:35.320095+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:39:35.320129+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:39:35.321747+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:39:35.364489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:39:35.368704+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:39:35.427779+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:39:35.437239+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T04:39:35.438962+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T04:39:35.465425+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:39:35.773932+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"828d09"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/828d09","method":"GET"} [] [2021-04-29T04:42:12.202697+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-29T04:42:12.236693+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:42:12.280725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:42:12.285086+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:42:12.285148+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:42:12.285183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:42:12.285257+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:42:12.351414+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-04-29T04:42:12.361012+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-04-29T04:42:12.363839+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-04-29T04:42:12.370828+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-04-29T04:42:12.371623+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-04-29T04:42:12.431677+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T04:42:12.433137+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":169096.0,"3":"2021-04-03T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":7,"11":19} [] [2021-04-29T04:42:12.437734+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":294,"6":26} [] [2021-04-29T04:42:12.439440+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":350.0,"4":null,"5":294,"6":24} [] [2021-04-29T04:42:12.439659+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":320.0,"4":null,"5":294,"6":25} [] [2021-04-29T04:42:12.441776+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T04:42:12.464430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:42:12.616675+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T04:42:12.641174+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:42:12.641231+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:42:12.641264+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:42:12.642335+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:42:12.685510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:42:12.690277+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:42:12.706535+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:42:12.765915+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:42:12.771060+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[294,293,292,291,290,289,288,287,286,285]] [] [2021-04-29T04:42:12.778627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T04:42:12.779099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T04:42:12.780357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T04:42:12.780709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T04:42:12.781053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T04:42:12.781396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:42:12.781741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T04:42:12.782124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:42:12.782469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T04:42:12.782843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T04:42:12.783210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T04:42:12.783589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:42:12.783989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-04-29T04:42:12.785568+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:42:12.793040+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:42:13.226087+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e23f84"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e23f84","method":"GET"} [] [2021-04-29T04:42:35.441456+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-29T04:42:35.473561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:42:35.473618+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:42:35.473651+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:42:35.475254+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:42:35.515159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:42:35.519433+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:42:35.581673+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:42:35.591215+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T04:42:35.592935+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T04:42:35.620833+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:42:35.920744+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae5bea"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ae5bea","method":"GET"} [] [2021-04-29T04:46:08.165440+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-29T04:46:08.201172+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:46:08.241265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:46:08.245585+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:46:08.245645+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:46:08.245680+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:46:08.245710+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:46:08.312897+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-04-29T04:46:08.322412+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T04:46:08.325579+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["151"]] [] [2021-04-29T04:46:08.331107+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-04-29T04:46:08.381609+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T04:46:08.382786+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":169096.0,"3":"2021-03-03T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":7,"11":2} [] [2021-04-29T04:46:08.387239+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":16000.0,"4":null,"5":295,"6":151} [] [2021-04-29T04:46:08.388456+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":295,"6":145} [] [2021-04-29T04:46:08.389692+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T04:46:08.401181+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:46:08.540855+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T04:46:08.567917+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:46:08.567979+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:46:08.568013+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:46:08.569139+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:46:08.612648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:46:08.616724+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:46:08.631828+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:46:08.689172+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:46:08.694299+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[295,294,293,292,291,290,289,288,287,286]] [] [2021-04-29T04:46:08.701963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T04:46:08.702489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:46:08.703920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T04:46:08.704287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T04:46:08.704646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T04:46:08.704992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T04:46:08.705335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:46:08.705680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T04:46:08.706048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T04:46:08.706416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T04:46:08.706761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T04:46:08.707130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:46:08.708854+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:46:08.716247+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:46:09.086920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9b1be"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d9b1be","method":"GET"} [] [2021-04-29T04:46:57.053083+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-29T04:46:57.085972+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:46:57.086028+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:46:57.086062+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:46:57.087730+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:46:57.128158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:46:57.132682+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:46:57.197196+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:46:57.207063+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T04:46:57.208854+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T04:46:57.237660+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:46:57.523143+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e94338"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e94338","method":"GET"} [] [2021-04-29T04:50:12.768278+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-29T04:50:12.802070+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:50:12.841133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:50:12.845639+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:50:12.845792+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:50:12.845833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:12.845863+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:12.911140+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-29T04:50:12.921190+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T04:50:12.923690+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-04-29T04:50:12.928525+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-04-29T04:50:12.976633+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T04:50:12.977609+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":277219.0,"3":"2021-02-23T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-04-29T04:50:12.980923+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":296,"6":1} [] [2021-04-29T04:50:12.982123+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2650.0,"4":null,"5":296,"6":46} [] [2021-04-29T04:50:12.983334+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T04:50:12.998564+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:50:13.131382+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T04:50:13.155974+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:50:13.156033+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:13.156067+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:13.157130+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:50:13.186684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:50:13.196443+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:50:13.214708+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:50:13.270212+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:50:13.275277+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[296,295,294,293,292,291,290,289,288,287]] [] [2021-04-29T04:50:13.282817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:50:13.283316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:50:13.284568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T04:50:13.284952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T04:50:13.285291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T04:50:13.285628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T04:50:13.285971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T04:50:13.286308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:50:13.286685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T04:50:13.287055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T04:50:13.287422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T04:50:13.287786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T04:50:13.289371+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:50:13.296678+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:50:13.632664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8909ba"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8909ba","method":"GET"} [] [2021-04-29T04:50:16.504010+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-29T04:50:16.531468+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:50:16.531525+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:16.531558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:16.533192+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:50:16.575324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:50:16.578699+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:50:16.593506+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:50:16.654746+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:50:16.658569+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[180,179,178,177,176,175,174,173,172,171]] [] [2021-04-29T04:50:16.661604+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:50:16.666410+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:50:17.004386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35d24b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/35d24b","method":"GET"} [] [2021-04-29T04:50:18.695120+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-29T04:50:18.718962+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:50:18.719014+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:18.719046+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:18.720057+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:50:18.740361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:50:18.743348+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:50:18.789923+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:50:19.094831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2c05e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b2c05e","method":"GET"} [] [2021-04-29T04:50:52.868052+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-29T04:50:52.902331+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:50:52.943072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:50:52.946562+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:50:52.946624+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:50:52.946660+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:52.946689+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:53.032436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Front Wheel Cylinder Assembly"] [] [2021-04-29T04:50:53.038757+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T04:50:53.039374+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Front Wheel Cylinder Assembly","2":"Job","3":null,"4":null,"5":1} [] [2021-04-29T04:50:53.040200+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T04:50:53.051528+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:50:53.212138+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-29T04:50:53.236240+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:50:53.236293+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:53.236324+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:53.237363+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:50:53.272809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:50:53.280147+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:50:53.296709+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:50:53.349652+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:50:53.353522+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[181,180,179,178,177,176,175,174,173,172]] [] [2021-04-29T04:50:53.356599+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:50:53.362998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:50:53.708015+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d7fea"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d7fea","method":"GET"} [] [2021-04-29T04:50:56.509623+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T04:50:56.534613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:50:56.534669+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:56.534701+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:56.535781+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:50:56.561271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:50:56.564394+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:50:56.576656+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:50:56.632415+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:50:56.635424+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[296,295,294,293,292,291,290,289,288,287]] [] [2021-04-29T04:50:56.643154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:50:56.643605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:50:56.643951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T04:50:56.644294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T04:50:56.644597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T04:50:56.644896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T04:50:56.645197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T04:50:56.645499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:50:56.645801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T04:50:56.646128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T04:50:56.646451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T04:50:56.646771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T04:50:56.648260+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:50:56.655491+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:50:57.031033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17bdbf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/17bdbf","method":"GET"} [] [2021-04-29T04:50:58.178549+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"296"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/296","method":"GET"} [] [2021-04-29T04:50:58.205571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:50:58.205625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:58.205657+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:50:58.207234+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:50:58.233643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:50:58.236899+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:50:58.259138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["296"] [] [2021-04-29T04:50:58.273603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-04-29T04:50:58.323421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:50:58.324219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:50:58.326483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-29T04:50:58.327775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-29T04:50:58.329172+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:50:58.330549+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T04:50:58.331413+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T04:50:58.363121+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:50:58.741648+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d27e6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d27e6","method":"GET"} [] [2021-04-29T04:53:07.468601+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"296"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/296","method":"POST"} [] [2021-04-29T04:53:07.501859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:53:07.533476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:53:07.536843+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:53:07.536902+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:53:07.536936+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:53:07.536964+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:53:07.557323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["296"] [] [2021-04-29T04:53:07.570764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-04-29T04:53:07.620699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:53:07.621465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:53:07.622760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-04-29T04:53:07.624084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-04-29T04:53:07.627003+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-04-29T04:53:07.628126+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T04:53:07.630231+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-04-29T04:53:07.631064+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-04-29T04:53:07.631542+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["181"]] [] [2021-04-29T04:53:07.632043+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["18"]] [] [2021-04-29T04:53:07.632508+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-04-29T04:53:07.632975+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-29T04:53:07.683747+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T04:53:07.684565+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":2250.0,"4":null,"5":296,"6":181} [] [2021-04-29T04:53:07.686913+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":250.0,"4":null,"5":296,"6":18} [] [2021-04-29T04:53:07.687144+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":133.33,"4":null,"5":296,"6":171} [] [2021-04-29T04:53:07.687366+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":296,"6":6} [] [2021-04-29T04:53:07.688564+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T04:53:07.701860+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:53:07.881211+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T04:53:07.913079+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:53:07.913136+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:53:07.913168+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:53:07.914823+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:53:07.954997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:53:07.958390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:53:07.973645+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:53:08.030502+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:53:08.034803+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[296,295,294,293,292,291,290,289,288,287]] [] [2021-04-29T04:53:08.042172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:53:08.042648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:53:08.043036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T04:53:08.043440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T04:53:08.043812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T04:53:08.044176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T04:53:08.044544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T04:53:08.044948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:53:08.045317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T04:53:08.045712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T04:53:08.046109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T04:53:08.046500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T04:53:08.048244+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:53:08.055287+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:53:08.411146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3325d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d3325d","method":"GET"} [] [2021-04-29T04:53:37.926542+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-29T04:53:37.958694+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:53:37.958748+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:53:37.958780+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:53:37.960392+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:53:37.995541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:53:37.998969+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:53:38.062569+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T04:53:38.071275+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T04:53:38.072106+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T04:53:38.099183+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:53:38.413058+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"313dcc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/313dcc","method":"GET"} [] [2021-04-29T04:58:01.863656+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-29T04:58:01.898153+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:58:01.927416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:58:01.930872+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:58:01.930932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:58:01.930967+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:58:01.930996+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:58:01.997147+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-29T04:58:02.005745+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T04:58:02.008355+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["51"]] [] [2021-04-29T04:58:02.013236+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["159"]] [] [2021-04-29T04:58:02.013788+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["117"]] [] [2021-04-29T04:58:02.014360+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2021-04-29T04:58:02.014880+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-04-29T04:58:02.063012+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T04:58:02.064040+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":158638.0,"3":"2021-03-08T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-04-29T04:58:02.066636+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":3500.0,"4":null,"5":297,"6":51} [] [2021-04-29T04:58:02.068134+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":297,"6":159} [] [2021-04-29T04:58:02.068417+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":297,"6":117} [] [2021-04-29T04:58:02.068681+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":550.0,"4":null,"5":297,"6":118} [] [2021-04-29T04:58:02.068941+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":297,"6":14} [] [2021-04-29T04:58:02.070206+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T04:58:02.081861+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:58:02.225425+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T04:58:02.250566+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T04:58:02.250624+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:58:02.250658+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T04:58:02.251738+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T04:58:02.288505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T04:58:02.291622+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T04:58:02.304084+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T04:58:02.358633+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T04:58:02.362832+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[297,296,295,294,293,292,291,290,289,288]] [] [2021-04-29T04:58:02.370112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T04:58:02.370577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T04:58:02.370937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T04:58:02.371303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T04:58:02.371678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T04:58:02.372048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T04:58:02.372438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T04:58:02.372780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T04:58:02.373118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T04:58:02.373503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T04:58:02.373868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T04:58:02.374233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T04:58:02.374598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T04:58:02.376127+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T04:58:02.383341+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T04:58:02.785342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"523145"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/523145","method":"GET"} [] [2021-04-29T05:25:48.665079+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"297"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/297","method":"GET"} [] [2021-04-29T05:25:48.701920+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T05:25:48.701981+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:25:48.702015+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:25:48.703912+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T05:25:48.746442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T05:25:48.750097+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T05:25:48.775357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["297"] [] [2021-04-29T05:25:48.802039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T05:25:48.802634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T05:25:48.807259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-04-29T05:25:48.810794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-04-29T05:25:48.811174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-29T05:25:48.811509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-29T05:25:48.811839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-29T05:25:48.812168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-29T05:25:48.821747+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T05:25:49.394991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7770f6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7770f6","method":"GET"} [] [2021-04-29T05:25:56.570101+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"297"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/297","method":"GET"} [] [2021-04-29T05:25:56.602873+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T05:25:56.602930+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:25:56.602963+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:25:56.604599+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T05:25:56.640450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T05:25:56.643929+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T05:25:56.664490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["297"] [] [2021-04-29T05:25:56.678230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-04-29T05:25:56.732143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T05:25:56.733002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T05:25:56.735349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-04-29T05:25:56.736699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-29T05:25:56.737094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-29T05:25:56.737482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-29T05:25:56.737874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-29T05:25:56.739493+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T05:25:56.740943+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T05:25:56.741759+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T05:25:56.775763+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T05:25:57.270026+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c532f3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c532f3","method":"GET"} [] [2021-04-29T05:26:27.770010+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"297"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/297","method":"POST"} [] [2021-04-29T05:26:27.800590+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T05:26:27.840192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T05:26:27.843727+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T05:26:27.843793+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T05:26:27.843829+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:26:27.843860+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:26:27.864838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["297"] [] [2021-04-29T05:26:27.880255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-04-29T05:26:27.934314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T05:26:27.935097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T05:26:27.937438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-04-29T05:26:27.937900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-04-29T05:26:27.938348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-04-29T05:26:27.938977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-04-29T05:26:27.939399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-04-29T05:26:27.942726+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-04-29T05:26:27.943895+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T05:26:27.945072+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["51"]] [] [2021-04-29T05:26:27.946206+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["159"]] [] [2021-04-29T05:26:27.946859+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["117"]] [] [2021-04-29T05:26:27.947378+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2021-04-29T05:26:27.947887+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-04-29T05:26:27.948432+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-04-29T05:26:28.003545+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T05:26:28.004459+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":297,"6":6} [] [2021-04-29T05:26:28.008160+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T05:26:28.023505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T05:26:28.231996+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T05:26:28.266439+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T05:26:28.266505+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:26:28.266541+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:26:28.268234+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T05:26:28.308809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T05:26:28.312291+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T05:26:28.329164+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T05:26:28.391250+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T05:26:28.395066+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[297,296,295,294,293,292,291,290,289,288]] [] [2021-04-29T05:26:28.402598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T05:26:28.403162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T05:26:28.403637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T05:26:28.404052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T05:26:28.404462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T05:26:28.404813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T05:26:28.405161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T05:26:28.405510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T05:26:28.405857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T05:26:28.406212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T05:26:28.406643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T05:26:28.407147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T05:26:28.407609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-04-29T05:26:28.409461+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T05:26:28.417486+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T05:26:28.772058+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7f572"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f7f572","method":"GET"} [] [2021-04-29T05:26:43.752408+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-29T05:26:43.781102+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T05:26:43.781162+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:26:43.781196+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T05:26:43.782906+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T05:26:43.810572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T05:26:43.814013+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T05:26:43.869404+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T05:26:43.877913+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T05:26:43.878800+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T05:26:43.904563+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T05:26:44.183440+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cd9fe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6cd9fe","method":"GET"} [] [2021-04-29T06:05:58.033804+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-29T06:05:58.067770+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:05:58.095607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:05:58.099048+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:05:58.099112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:05:58.099147+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:05:58.099177+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:05:58.165550+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-04-29T06:05:58.175171+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T06:05:58.233438+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T06:05:58.234429+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":75880.0,"3":"2021-03-04T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":17,"11":2} [] [2021-04-29T06:05:58.237790+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T06:05:58.249695+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:05:58.404866+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T06:05:58.431488+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:05:58.431546+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:05:58.431580+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:05:58.432664+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:05:58.473576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:05:58.476853+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:05:58.490610+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:05:58.550267+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:05:58.554014+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[298,297,296,295,294,293,292,291,290,289]] [] [2021-04-29T06:05:58.562921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:05:58.563458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:05:58.563855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T06:05:58.564232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T06:05:58.564610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T06:05:58.564977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T06:05:58.565324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:05:58.565670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T06:05:58.566058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T06:05:58.566406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T06:05:58.566756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T06:05:58.567132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T06:05:58.567510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T06:05:58.569110+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:05:58.577443+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:05:59.131824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c9ba9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c9ba9","method":"GET"} [] [2021-04-29T06:06:03.026848+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-29T06:06:03.054791+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:06:03.054848+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:06:03.054880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:06:03.056539+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:06:03.106592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:06:03.109989+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:06:03.121845+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:06:03.180006+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:06:03.183006+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[181,180,179,178,177,176,175,174,173,172]] [] [2021-04-29T06:06:03.186107+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:06:03.191091+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:06:03.557872+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f1b73"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8f1b73","method":"GET"} [] [2021-04-29T06:06:04.714703+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-29T06:06:04.741549+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:06:04.741628+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:06:04.741664+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:06:04.744142+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:06:04.785565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:06:04.788769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:06:04.831905+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:06:05.121040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a0041"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0a0041","method":"GET"} [] [2021-04-29T06:07:28.812072+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-29T06:07:28.845632+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:07:28.886682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:07:28.890087+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:07:28.890146+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:07:28.890180+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:07:28.890209+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:07:28.972024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Front Bumper, Rear Side Do [...]"] [] [2021-04-29T06:07:28.977832+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T06:07:28.978479+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Front Bumper, Rear Side Do [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-04-29T06:07:28.981153+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T06:07:28.992845+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:07:29.123171+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-29T06:07:29.147447+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:07:29.147502+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:07:29.147535+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:07:29.148590+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:07:29.185082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:07:29.188142+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:07:29.198415+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:07:29.248616+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:07:29.251588+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[182,181,180,179,178,177,176,175,174,173]] [] [2021-04-29T06:07:29.254599+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:07:29.260934+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:07:29.573296+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d39f9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2d39f9","method":"GET"} [] [2021-04-29T06:07:33.916917+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T06:07:33.941303+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:07:33.941359+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:07:33.941391+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:07:33.942438+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:07:33.971270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:07:33.974382+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:07:33.986520+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:07:34.042505+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:07:34.045459+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[298,297,296,295,294,293,292,291,290,289]] [] [2021-04-29T06:07:34.052876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:07:34.053306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:07:34.053628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T06:07:34.053945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T06:07:34.054255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T06:07:34.054576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T06:07:34.054862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:07:34.055151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T06:07:34.055440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T06:07:34.055730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T06:07:34.056015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T06:07:34.056323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T06:07:34.056633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T06:07:34.058131+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:07:34.065340+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:07:34.425517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c3b6f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6c3b6f","method":"GET"} [] [2021-04-29T06:07:35.442991+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"298"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/298","method":"GET"} [] [2021-04-29T06:07:35.470092+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:07:35.470146+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:07:35.470178+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:07:35.471782+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:07:35.500574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:07:35.503938+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:07:35.523417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["298"] [] [2021-04-29T06:07:35.536828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [298] [] [2021-04-29T06:07:35.585011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:07:35.585785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:07:35.587191+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T06:07:35.588557+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T06:07:35.589376+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T06:07:35.616668+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:07:35.915677+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b12a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4b12a9","method":"GET"} [] [2021-04-29T06:08:41.324961+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"298"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/298","method":"POST"} [] [2021-04-29T06:08:41.358550+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:08:41.389930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:08:41.393279+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:08:41.393339+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:08:41.393373+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:08:41.393402+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:08:41.413744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["298"] [] [2021-04-29T06:08:41.427523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [298] [] [2021-04-29T06:08:41.474355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:08:41.475178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:08:41.478125+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-04-29T06:08:41.479168+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T06:08:41.480613+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["182"]] [] [2021-04-29T06:08:41.481508+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-04-29T06:08:41.531425+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T06:08:41.532260+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":9000.0,"4":null,"5":298,"6":182} [] [2021-04-29T06:08:41.534660+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":298,"6":145} [] [2021-04-29T06:08:41.535903+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T06:08:41.549379+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:08:41.730637+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T06:08:41.764036+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:08:41.764093+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:08:41.764125+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:08:41.765770+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:08:41.802787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:08:41.810778+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:08:41.836840+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:08:41.896712+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:08:41.899922+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[298,297,296,295,294,293,292,291,290,289]] [] [2021-04-29T06:08:41.907338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:08:41.907761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:08:41.908093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T06:08:41.908422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T06:08:41.908745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T06:08:41.909147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T06:08:41.909461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:08:41.909761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T06:08:41.910059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T06:08:41.910358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T06:08:41.910654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T06:08:41.910975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T06:08:41.911294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T06:08:41.912794+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:08:41.919813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:08:42.276147+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e650bd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e650bd","method":"GET"} [] [2021-04-29T06:08:58.263478+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-04-29T06:08:58.290963+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:08:58.291018+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:08:58.291050+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:08:58.292667+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:08:58.323298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:08:58.326586+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:08:58.368196+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T06:08:58.392929+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:08:58.683628+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5f7e3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c5f7e3","method":"GET"} [] [2021-04-29T06:09:00.042959+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T06:09:00.067701+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:09:00.067771+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:09:00.067803+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:09:00.068929+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:09:00.111620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:09:00.114781+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:09:00.127493+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:09:00.182048+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:09:00.185463+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[298,297,296,295,294,293,292,291,290,289]] [] [2021-04-29T06:09:00.192823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:09:00.193300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:09:00.193665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T06:09:00.194036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T06:09:00.194400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T06:09:00.194776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T06:09:00.195160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:09:00.195507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T06:09:00.195847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T06:09:00.196196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T06:09:00.196539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T06:09:00.196906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T06:09:00.197280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-04-29T06:09:00.198807+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:09:00.206239+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:09:00.554891+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"551966"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/551966","method":"GET"} [] [2021-04-29T06:09:01.898573+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-04-29T06:09:01.926058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:09:01.926112+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:09:01.926145+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:09:01.927774+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:09:01.966979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:09:01.970370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:09:02.030002+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T06:09:02.038570+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T06:09:02.039412+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T06:09:02.064980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:09:02.311480+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27eb72"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/27eb72","method":"GET"} [] [2021-04-29T06:10:32.780443+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-04-29T06:10:32.809199+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:10:32.861347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:10:32.864791+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:10:32.864852+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:10:32.864886+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:10:32.864916+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:10:32.927224+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-04-29T06:10:32.935828+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T06:10:32.988845+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T06:10:32.989827+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":130170.0,"3":"2021-03-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":2} [] [2021-04-29T06:10:32.992303+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T06:10:33.002515+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:10:33.139238+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T06:10:33.163898+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:10:33.163954+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:10:33.163987+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:10:33.165064+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:10:33.214092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:10:33.217187+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:10:33.229342+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:10:33.283944+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:10:33.287251+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[299,298,297,296,295,294,293,292,291,290]] [] [2021-04-29T06:10:33.296536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:10:33.297071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:10:33.297478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:10:33.297855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T06:10:33.298221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T06:10:33.298587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T06:10:33.298968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T06:10:33.299326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T06:10:33.299672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T06:10:33.300015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T06:10:33.300358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T06:10:33.300729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T06:10:33.302293+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:10:33.309724+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:10:33.662296+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12e5d0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/12e5d0","method":"GET"} [] [2021-04-29T06:10:36.554533+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-29T06:10:36.581127+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:10:36.581186+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:10:36.581219+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:10:36.582819+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:10:36.625558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:10:36.628941+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:10:36.640325+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:10:36.698765+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:10:36.701698+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[182,181,180,179,178,177,176,175,174,173]] [] [2021-04-29T06:10:36.704967+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:10:36.709877+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:10:36.986372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ef9bc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1ef9bc","method":"GET"} [] [2021-04-29T06:10:38.575400+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-04-29T06:10:38.600088+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:10:38.600143+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:10:38.600177+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:10:38.601328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:10:38.635678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:10:38.638962+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:10:38.680666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:10:38.956015+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9714cc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9714cc","method":"GET"} [] [2021-04-29T06:11:17.552332+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-04-29T06:11:17.585172+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:11:17.614969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:11:17.618305+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:11:17.618364+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:11:17.618397+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:11:17.618425+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:11:17.697020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Right side two door dentin [...]"] [] [2021-04-29T06:11:17.703682+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T06:11:17.704316+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Right side two door dentin [...]","2":"Job","3":null,"4":null,"5":1} [] [2021-04-29T06:11:17.740614+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T06:11:17.752544+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:11:17.887281+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-04-29T06:11:17.910878+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:11:17.910932+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:11:17.910963+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:11:17.912069+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:11:17.944344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:11:17.947369+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:11:17.957463+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:11:18.008481+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:11:18.011382+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[183,182,181,180,179,178,177,176,175,174]] [] [2021-04-29T06:11:18.014434+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:11:18.020842+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:11:18.414572+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39ec3f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/39ec3f","method":"GET"} [] [2021-04-29T06:11:19.592939+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T06:11:19.617190+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:11:19.617245+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:11:19.617278+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:11:19.618320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:11:19.638978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:11:19.641954+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:11:19.653927+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:11:19.708050+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:11:19.711922+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[299,298,297,296,295,294,293,292,291,290]] [] [2021-04-29T06:11:19.719453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:11:19.719893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:11:19.721102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:11:19.721436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T06:11:19.721761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T06:11:19.722082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T06:11:19.722416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T06:11:19.722733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T06:11:19.723032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T06:11:19.723391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T06:11:19.723694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T06:11:19.724015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T06:11:19.725469+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:11:19.732385+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:11:20.053583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b20d5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3b20d5","method":"GET"} [] [2021-04-29T06:11:23.676920+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"299"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/299","method":"GET"} [] [2021-04-29T06:11:23.703305+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:11:23.703359+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:11:23.703391+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:11:23.705053+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:11:23.753824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:11:23.757251+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:11:23.776508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["299"] [] [2021-04-29T06:11:23.789838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-04-29T06:11:23.836824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:11:23.837622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:11:23.839102+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-04-29T06:11:23.840482+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-04-29T06:11:23.841250+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-04-29T06:11:23.868555+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:11:24.170445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5071eb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5071eb","method":"GET"} [] [2021-04-29T06:13:17.856373+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"299"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/299","method":"POST"} [] [2021-04-29T06:13:17.891070+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:13:17.936218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:13:17.939685+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:13:17.939746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:13:17.939781+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:13:17.939811+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:13:17.960874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["299"] [] [2021-04-29T06:13:17.974507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-04-29T06:13:18.022525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:13:18.023325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:13:18.026333+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-04-29T06:13:18.027429+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-04-29T06:13:18.028876+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["183"]] [] [2021-04-29T06:13:18.029831+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["145"]] [] [2021-04-29T06:13:18.080692+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-04-29T06:13:18.081571+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":5500.0,"4":null,"5":299,"6":183} [] [2021-04-29T06:13:18.118062+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":299,"6":145} [] [2021-04-29T06:13:18.119618+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-04-29T06:13:18.134025+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:13:18.303253+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-04-29T06:13:18.335559+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-04-29T06:13:18.335619+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:13:18.335652+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-04-29T06:13:18.337306+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-04-29T06:13:18.380671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-04-29T06:13:18.388390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-04-29T06:13:18.404866+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-04-29T06:13:18.467084+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-04-29T06:13:18.470409+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[299,298,297,296,295,294,293,292,291,290]] [] [2021-04-29T06:13:18.477907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-04-29T06:13:18.478404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-04-29T06:13:18.478778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-04-29T06:13:18.479154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-04-29T06:13:18.479528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-04-29T06:13:18.479907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-04-29T06:13:18.480292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-04-29T06:13:18.480655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-04-29T06:13:18.481004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-04-29T06:13:18.481399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-04-29T06:13:18.481750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-04-29T06:13:18.482121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-04-29T06:13:18.483687+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-04-29T06:13:18.491205+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-04-29T06:13:18.872785+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"501468"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/501468","method":"GET"} [] [2021-05-02T04:11:36.786254+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-02T04:11:36.851664+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T04:11:36.851722+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:36.851756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:36.880760+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-02T04:11:37.688127+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5e515"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b5e515","method":"GET"} [] [2021-05-02T04:11:41.495498+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-02T04:11:41.519290+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T04:11:41.519342+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:41.519378+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:41.556529+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:41.628992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-02T04:11:41.847809+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:41.853535+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 02 May 2021 04:11:41 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:41.853602+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:41.853631+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:41.859047+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T04:11:42.049898+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-02T04:11:42.074183+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T04:11:42.074235+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:42.074267+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:42.075336+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T04:11:42.101739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T04:11:42.108476+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T04:11:42.135459+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-02T04:11:42.247259+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-02T04:11:42.254637+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[299,298,297,296,295,294,293,292,291,290]] [] [2021-05-02T04:11:42.263952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-02T04:11:42.264392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T04:11:42.264774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-02T04:11:42.265097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-02T04:11:42.265411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-02T04:11:42.265725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-02T04:11:42.266049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T04:11:42.266352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-02T04:11:42.266652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-02T04:11:42.267067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T04:11:42.267460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-02T04:11:42.267857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-05-02T04:11:42.269964+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-02T04:11:42.281547+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T04:11:42.914505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d2e0b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d2e0b","method":"GET"} [] [2021-05-02T04:11:48.595308+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-02T04:11:48.634644+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T04:11:48.634702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:48.634734+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:11:48.636491+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T04:11:48.678516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T04:11:48.686469+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T04:11:48.770271+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T04:11:48.802656+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T04:11:49.140946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66214a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/66214a","method":"GET"} [] [2021-05-02T04:12:06.200572+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-02T04:12:06.240562+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T04:12:06.282967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T04:12:06.291576+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T04:12:06.291691+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T04:12:06.291759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:12:06.291816+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:12:06.358243+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-05-02T04:12:06.467277+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T04:12:06.475532+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T04:12:06.482110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T04:12:06.486501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-05-02T04:12:06.490480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-02T04:12:06.491051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-02T04:12:06.491371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-05-02T04:12:06.491798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-02T04:12:06.492089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-02T04:12:06.492415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-05-02T04:12:06.492695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-05-02T04:12:06.492977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-05-02T04:12:06.493251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-05-02T04:12:06.493563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-05-02T04:12:06.493908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-02T04:12:06.494189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-02T04:12:06.494502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-05-02T04:12:06.494875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-02T04:12:06.495156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-02T04:12:06.495431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-02T04:12:06.495727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-05-02T04:12:06.496137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-05-02T04:12:06.496423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-02T04:12:06.496700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-05-02T04:12:06.496957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-02T04:12:06.497213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-02T04:12:06.497472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-05-02T04:12:06.497805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-05-02T04:12:06.498075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T04:12:06.498329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-05-02T04:12:06.498769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-02T04:12:06.499050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-05-02T04:12:06.499468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-02T04:12:06.499743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T04:12:06.499995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-05-02T04:12:06.500278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-02T04:12:06.500556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-05-02T04:12:06.500877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-05-02T04:12:06.501144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-02T04:12:06.501401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-02T04:12:06.501674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-05-02T04:12:06.502168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-02T04:12:06.502429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-02T04:12:06.502687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-02T04:12:06.502942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-05-02T04:12:06.503195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-02T04:12:06.503445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-05-02T04:12:06.503697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-05-02T04:12:06.503947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-02T04:12:06.504196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-02T04:12:06.504444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-02T04:12:06.504692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-02T04:12:06.504940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-05-02T04:12:06.505189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-02T04:12:06.505437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-02T04:12:06.505711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-05-02T04:12:06.506046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-02T04:12:06.506305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-05-02T04:12:06.506562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-05-02T04:12:06.506852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2021-05-02T04:12:06.992446+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T04:12:07.012550+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T04:55:55.754996+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-02T04:55:55.792914+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T04:55:55.792974+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:55:55.793010+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T04:55:55.794978+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T04:55:55.833581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T04:55:55.837723+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T04:55:55.898968+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T04:55:55.930949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T04:55:56.352351+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3dbcc2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3dbcc2","method":"GET"} [] [2021-05-02T05:00:17.245176+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-02T05:00:17.281013+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:00:17.313650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:00:17.317825+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:00:17.317884+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:00:17.317918+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:00:17.317947+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:00:17.372334+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-02T05:00:17.513657+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T05:00:17.522345+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T05:00:17.528279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T05:00:17.532620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-05-02T05:00:17.537147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-02T05:00:17.537954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-02T05:00:17.538299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-02T05:00:17.538635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-02T05:00:17.538999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-05-02T05:00:17.539495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-02T05:00:17.539827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-02T05:00:17.540154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-02T05:00:17.540483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-02T05:00:17.540817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-02T05:00:17.541217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-05-02T05:00:17.541694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-02T05:00:17.542060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-05-02T05:00:17.542492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-02T05:00:17.542824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-02T05:00:17.543153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-02T05:00:17.543510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T05:00:17.543837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-05-02T05:00:17.544308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-05-02T05:00:17.544706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-02T05:00:17.545042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-05-02T05:00:17.545407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-05-02T05:00:17.545784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-05-02T05:00:17.546118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-02T05:00:17.546467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-05-02T05:00:17.546927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-05-02T05:00:17.853875+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:00:17.874070+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:08:43.826066+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-02T05:08:43.858619+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:08:43.858682+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:08:43.858716+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:08:43.860396+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:08:43.893335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:08:43.897108+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:08:43.949316+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:08:43.978202+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:08:44.477653+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f7a1c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2f7a1c","method":"GET"} [] [2021-05-02T05:11:39.501270+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-02T05:11:39.535408+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:11:39.571395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:11:39.575146+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:11:39.575209+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:11:39.575244+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:11:39.575274+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:11:39.630154+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-05-02T05:11:39.717089+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T05:11:39.726475+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T05:11:39.732649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-02T05:11:39.736917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-05-02T05:11:39.739798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-02T05:11:39.740517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-05-02T05:11:39.740807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-02T05:11:39.741083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-05-02T05:11:39.741355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-05-02T05:11:39.741670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-05-02T05:11:39.742055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-02T05:11:39.742328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-02T05:11:39.742604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-02T05:11:39.742914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-05-02T05:11:39.743176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-02T05:11:39.743449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T05:11:39.743704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-05-02T05:11:39.744116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-02T05:11:39.744417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-02T05:11:39.744667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-05-02T05:11:39.745060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-05-02T05:11:39.745323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-05-02T05:11:39.745583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-05-02T05:11:39.745842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-02T05:11:39.746089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-05-02T05:11:39.746337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-05-02T05:11:39.746595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-05-02T05:11:39.746865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T05:11:39.747107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-05-02T05:11:39.747386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-02T05:11:39.747650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T05:11:39.747894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-05-02T05:11:39.748346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-05-02T05:11:39.748648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-05-02T05:11:39.748910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-02T05:11:39.749199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-05-02T05:11:39.749645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-02T05:11:39.749933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-05-02T05:11:39.750420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-02T05:11:39.750674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-02T05:11:39.750916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-02T05:11:39.751152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-02T05:11:39.751407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [292] [] [2021-05-02T05:11:39.751712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-02T05:11:40.116162+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:11:40.136664+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:17:47.503773+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-02T05:17:47.538282+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:17:47.538339+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:17:47.538371+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:17:47.540136+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:17:47.568977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:17:47.572436+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:17:47.626392+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:17:47.656864+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:17:48.293397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a237f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4a237f","method":"GET"} [] [2021-05-02T05:17:52.339403+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-02T05:17:52.363931+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:17:52.363985+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:17:52.364016+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:17:52.365053+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:17:52.392372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:17:52.395629+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:17:52.408001+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-02T05:17:52.461548+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-02T05:17:52.465439+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[299,298,297,296,295,294,293,292,291,290]] [] [2021-05-02T05:17:52.473178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-02T05:17:52.473630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T05:17:52.474021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-02T05:17:52.474348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-02T05:17:52.474668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-02T05:17:52.474985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-02T05:17:52.475317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T05:17:52.475628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-02T05:17:52.475938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-02T05:17:52.476240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T05:17:52.476536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-02T05:17:52.476906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-05-02T05:17:52.478397+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-02T05:17:52.485874+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:17:52.861169+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f05796"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f05796","method":"GET"} [] [2021-05-02T05:17:54.243024+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-02T05:17:54.270203+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:17:54.270258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:17:54.270290+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:17:54.271876+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:17:54.308322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:17:54.311876+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:17:54.375444+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:17:54.384084+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-02T05:17:54.385043+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-02T05:17:54.411152+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:17:54.735431+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"379ef3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/379ef3","method":"GET"} [] [2021-05-02T05:21:33.927692+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-02T05:21:33.961800+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:21:33.990786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:21:33.994368+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:21:33.994428+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:21:33.994463+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:21:33.994492+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:21:34.060600+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-05-02T05:21:34.069508+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-02T05:21:34.072516+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-02T05:21:34.078714+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-05-02T05:21:34.079501+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["63"]] [] [2021-05-02T05:21:34.080072+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-02T05:21:34.080598+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-02T05:21:34.081121+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-05-02T05:21:34.139544+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-02T05:21:34.141051+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":128860.0,"3":"2021-03-28T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":2} [] [2021-05-02T05:21:34.143803+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":300,"6":26} [] [2021-05-02T05:21:34.146451+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":300,"6":28} [] [2021-05-02T05:21:34.146756+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1600.0,"4":null,"5":300,"6":63} [] [2021-05-02T05:21:34.147039+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":8.0,"3":437.5,"4":null,"5":300,"6":24} [] [2021-05-02T05:21:34.147304+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":300,"6":25} [] [2021-05-02T05:21:34.147564+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":300,"6":27} [] [2021-05-02T05:21:34.150594+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-02T05:21:34.163052+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:21:34.303136+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-02T05:21:34.327495+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:21:34.327553+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:21:34.327585+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:21:34.328824+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:21:34.359950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:21:34.363133+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:21:34.375685+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-02T05:21:34.431313+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-02T05:21:34.437068+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[300,299,298,297,296,295,294,293,292,291]] [] [2021-05-02T05:21:34.444481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-02T05:21:34.444932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T05:21:34.445343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-02T05:21:34.445714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-02T05:21:34.446080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-02T05:21:34.446448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-02T05:21:34.446817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-02T05:21:34.447195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T05:21:34.447551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-02T05:21:34.447906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T05:21:34.448253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-02T05:21:34.449991+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-02T05:21:34.457503+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:21:34.869669+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"491e47"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/491e47","method":"GET"} [] [2021-05-02T05:21:45.851385+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-02T05:21:45.883937+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:21:45.883993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:21:45.884026+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:21:45.885658+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:21:45.921312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:21:45.924830+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:21:45.976146+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:21:46.003757+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:21:46.329668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe7926"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fe7926","method":"GET"} [] [2021-05-02T05:22:10.657733+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-02T05:22:10.686994+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:22:10.729670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:22:10.733165+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:22:10.733224+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:22:10.733315+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:22:10.733350+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:22:10.785989+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-05-02T05:22:10.864471+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T05:22:10.871587+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T05:22:10.877631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-02T05:22:10.881766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [52] [] [2021-05-02T05:22:10.884239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-02T05:22:10.884731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-05-02T05:22:10.885071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-02T05:22:10.885404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-05-02T05:22:10.885737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [61] [] [2021-05-02T05:22:10.886111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [53] [] [2021-05-02T05:22:10.886561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-02T05:22:10.886971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-02T05:22:10.887304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-02T05:22:10.887639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-05-02T05:22:10.887973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-02T05:22:10.888318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T05:22:10.888650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-05-02T05:22:10.889138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-02T05:22:10.889503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-02T05:22:10.889849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-05-02T05:22:10.890318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-05-02T05:22:10.890654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-05-02T05:22:10.890993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-05-02T05:22:10.891327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-02T05:22:10.891660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-05-02T05:22:10.891994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-05-02T05:22:10.892324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-05-02T05:22:10.892664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T05:22:10.892987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-05-02T05:22:10.893398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-02T05:22:10.893744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T05:22:10.894067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-05-02T05:22:10.894594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-05-02T05:22:10.894990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-05-02T05:22:10.895342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-02T05:22:10.895698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-05-02T05:22:10.896226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-02T05:22:10.896579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-05-02T05:22:10.897000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-02T05:22:10.897335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-02T05:22:10.897665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-02T05:22:10.897995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-02T05:22:10.898350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [292] [] [2021-05-02T05:22:10.898704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-02T05:22:10.899055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [300] [] [2021-05-02T05:22:11.296071+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:22:11.354149+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:30:44.085708+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-02T05:30:44.117875+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:30:44.117930+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:30:44.117963+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:30:44.119580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:30:44.149252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:30:44.152848+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:30:44.203626+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:30:44.230944+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:30:44.734091+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddaf8e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ddaf8e","method":"GET"} [] [2021-05-02T05:30:51.160852+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-02T05:30:51.193999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:30:51.232479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:30:51.236025+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:30:51.236085+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:30:51.236119+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:30:51.236147+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:30:51.288485+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["18"]] [] [2021-05-02T05:30:51.365055+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [18,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T05:30:51.374520+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [18,"2020-01-01T00:00:00+00:00","2021-05-02T00:00:00+00:00"] [] [2021-05-02T05:30:51.380317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T05:30:51.384730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [59] [] [2021-05-02T05:30:51.387656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-02T05:30:51.388109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-02T05:30:51.388402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-02T05:30:51.388732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-02T05:30:51.389022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-02T05:30:51.389335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-02T05:30:51.389650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [60] [] [2021-05-02T05:30:51.390072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-02T05:30:51.390393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [80] [] [2021-05-02T05:30:51.390770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [81] [] [2021-05-02T05:30:51.391095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [61] [] [2021-05-02T05:30:51.391579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T05:30:51.391900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [132] [] [2021-05-02T05:30:51.392342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T05:30:51.392634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [124] [] [2021-05-02T05:30:51.392977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-02T05:30:51.393287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [144] [] [2021-05-02T05:30:51.393637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [150] [] [2021-05-02T05:30:51.394094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [180] [] [2021-05-02T05:30:51.394596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [212] [] [2021-05-02T05:30:51.395039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [243] [] [2021-05-02T05:30:51.395484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [291] [] [2021-05-02T05:30:51.756430+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:30:51.776767+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:38:39.663256+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-02T05:38:39.696814+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T05:38:39.696876+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:38:39.696911+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T05:38:39.698620+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T05:38:39.729195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T05:38:39.732729+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T05:38:39.784740+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T05:38:39.815227+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T05:38:40.282613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8654a8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8654a8","method":"GET"} [] [2021-05-02T06:08:21.357539+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-02T06:08:21.391348+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T06:08:21.391408+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:08:21.391444+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:08:21.393123+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T06:08:21.421504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T06:08:21.425014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T06:08:21.442350+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-02T06:08:21.512626+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-02T06:08:21.516240+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[300,299,298,297,296,295,294,293,292,291]] [] [2021-05-02T06:08:21.524509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-02T06:08:21.525048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T06:08:21.525455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-02T06:08:21.525828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-02T06:08:21.526241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-02T06:08:21.526609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-02T06:08:21.526977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-02T06:08:21.527355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T06:08:21.527709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-02T06:08:21.528067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T06:08:21.528463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-02T06:08:21.530075+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-02T06:08:21.537502+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T06:08:22.017302+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acaedb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/acaedb","method":"GET"} [] [2021-05-02T06:08:23.606535+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-02T06:08:23.634251+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T06:08:23.634308+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:08:23.634340+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:08:23.636078+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T06:08:23.667686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T06:08:23.671134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T06:08:23.731972+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-02T06:08:23.740779+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-02T06:08:23.741714+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-02T06:08:23.769973+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T06:08:24.127251+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe94ba"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fe94ba","method":"GET"} [] [2021-05-02T06:14:15.323530+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-02T06:14:15.356936+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T06:14:15.356992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:14:15.357024+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:14:15.358707+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T06:14:15.386943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T06:14:15.390475+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T06:14:15.408378+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-02T06:14:15.471803+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-02T06:14:15.475499+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[183,182,181,180,179,178,177,176,175,174]] [] [2021-05-02T06:14:15.478676+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-02T06:14:15.485277+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T06:14:15.839222+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0dbaca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0dbaca","method":"GET"} [] [2021-05-02T06:14:17.796269+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-02T06:14:17.822231+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T06:14:17.822288+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:14:17.822386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:14:17.823479+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T06:14:17.872345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T06:14:17.875426+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T06:14:17.920706+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T06:14:18.230708+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f238f0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f238f0","method":"GET"} [] [2021-05-02T06:23:20.267474+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-05-02T06:23:20.303409+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T06:23:20.337930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T06:23:20.341463+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T06:23:20.341539+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T06:23:20.341574+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:23:20.341604+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:23:20.432845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Radiator Tanki duble line-New"] [] [2021-05-02T06:23:20.439759+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-02T06:23:20.440411+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Radiator Tanki duble line-New","2":"Pcs","3":null,"4":null,"5":1} [] [2021-05-02T06:23:20.441549+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-02T06:23:20.454720+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T06:23:20.634776+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-02T06:23:20.660816+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T06:23:20.660873+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:23:20.660910+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:23:20.662085+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T06:23:20.698082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T06:23:20.701454+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T06:23:20.713330+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-02T06:23:20.769841+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-02T06:23:20.772993+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[184,183,182,181,180,179,178,177,176,175]] [] [2021-05-02T06:23:20.776588+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-02T06:23:20.783633+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T06:23:21.278682+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ed6ea"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4ed6ea","method":"GET"} [] [2021-05-02T06:23:24.319931+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-02T06:23:24.344648+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-02T06:23:24.344704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:23:24.344737+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-02T06:23:24.345784+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-02T06:23:24.369729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-02T06:23:24.372839+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-02T06:23:24.385172+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-02T06:23:24.443249+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-02T06:23:24.448841+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[300,299,298,297,296,295,294,293,292,291]] [] [2021-05-02T06:23:24.456306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-02T06:23:24.456757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-02T06:23:24.457251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-02T06:23:24.457568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-02T06:23:24.457880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-02T06:23:24.458189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-02T06:23:24.458496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-02T06:23:24.458817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-02T06:23:24.459170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-02T06:23:24.459472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-02T06:23:24.459763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-02T06:23:24.461286+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-02T06:23:24.468510+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-02T06:23:24.871643+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e52c5a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e52c5a","method":"GET"} [] [2021-05-03T03:51:31.405588+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-03T03:51:31.473531+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T03:51:31.473591+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:31.473627+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:31.503134+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-03T03:51:32.082492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fda0b0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fda0b0","method":"GET"} [] [2021-05-03T03:51:34.951045+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-03T03:51:34.976778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T03:51:34.976835+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:34.976873+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:34.978301+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:35.054971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-03T03:51:35.283571+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:35.290718+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 03 May 2021 03:51:35 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:35.290793+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:35.290823+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:35.296126+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T03:51:35.445557+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T03:51:35.470302+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T03:51:35.470359+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:35.470392+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:51:35.471581+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T03:51:35.503152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T03:51:35.506322+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T03:51:35.547622+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T03:51:35.672590+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T03:51:35.679531+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[300,299,298,297,296,295,294,293,292,291]] [] [2021-05-03T03:51:35.688670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T03:51:35.689139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T03:51:35.689776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T03:51:35.690197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T03:51:35.690543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T03:51:35.690867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T03:51:35.691188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-03T03:51:35.691523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T03:51:35.691839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T03:51:35.692158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-03T03:51:35.692457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-03T03:51:35.694627+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T03:51:35.706578+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T03:51:36.187507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0f9af"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d0f9af","method":"GET"} [] [2021-05-03T03:52:29.974217+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T03:52:30.012920+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T03:52:30.012978+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:52:30.013010+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:52:30.014803+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T03:52:30.060219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T03:52:30.064203+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T03:52:30.174586+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T03:52:30.184823+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T03:52:30.186081+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T03:52:30.217811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T03:52:30.503950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48a1bf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/48a1bf","method":"GET"} [] [2021-05-03T03:52:58.232185+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-03T03:52:58.263290+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T03:52:58.263416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:52:58.263454+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:52:58.265198+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T03:52:58.306204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T03:52:58.309754+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T03:52:58.323757+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T03:52:58.384644+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T03:52:58.388827+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[184,183,182,181,180,179,178,177,176,175]] [] [2021-05-03T03:52:58.392074+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T03:52:58.397205+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T03:52:58.698819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3eabb4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3eabb4","method":"GET"} [] [2021-05-03T03:53:00.459797+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-03T03:53:00.483574+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T03:53:00.483627+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:53:00.483658+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:53:00.484695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T03:53:00.514980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T03:53:00.518223+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T03:53:00.562852+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T03:53:00.852364+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5891f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5891f5","method":"GET"} [] [2021-05-03T03:53:30.633505+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-05-03T03:53:30.659574+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T03:53:30.681881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T03:53:30.685072+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T03:53:30.685137+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T03:53:30.685172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:53:30.685201+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:53:30.796134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Radiator Tanki double line-New"] [] [2021-05-03T03:53:30.801152+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T03:53:30.802152+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Radiator Tanki double line-New","2":"Pcs","3":null,"4":null,"5":1} [] [2021-05-03T03:53:30.803069+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T03:53:30.813771+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T03:53:30.938858+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-03T03:53:30.963092+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T03:53:30.963147+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:53:30.963179+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T03:53:30.964243+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T03:53:30.994222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T03:53:30.997373+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T03:53:31.007458+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T03:53:31.057632+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T03:53:31.061237+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[185,184,183,182,181,180,179,178,177,176]] [] [2021-05-03T03:53:31.064331+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T03:53:31.070901+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T03:53:31.406411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d1248"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2d1248","method":"GET"} [] [2021-05-03T04:18:11.723882+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:18:11.756791+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:18:11.756847+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:18:11.756880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:18:11.758519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:18:11.799148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:18:11.802731+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:18:11.820018+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:18:11.889433+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:18:11.893323+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[300,299,298,297,296,295,294,293,292,291]] [] [2021-05-03T04:18:11.900899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:18:11.901381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:18:11.901773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:18:11.902139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:18:11.902501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:18:11.902866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T04:18:11.903226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-03T04:18:11.903605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:18:11.903956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:18:11.904361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-03T04:18:11.904705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-03T04:18:11.906242+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:18:11.913677+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:18:12.430869+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9a94e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c9a94e","method":"GET"} [] [2021-05-03T04:18:13.443951+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T04:18:13.471107+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:18:13.471162+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:18:13.471195+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:18:13.472821+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:18:13.511782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:18:13.515192+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:18:13.574384+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:18:13.582824+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:18:13.586067+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:18:13.611893+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:18:13.984237+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"770097"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/770097","method":"GET"} [] [2021-05-03T04:19:57.693356+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-03T04:19:57.729373+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:19:57.769566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:19:57.774037+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:19:57.774122+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:19:57.774160+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:19:57.774194+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:19:57.882902+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-05-03T04:19:57.893065+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-05-03T04:19:57.894959+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["185"]] [] [2021-05-03T04:19:57.900738+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-03T04:19:57.977136+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:19:57.978214+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":174368.0,"3":"2021-04-05T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":22} [] [2021-05-03T04:19:57.979473+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4000.0,"4":null,"5":301,"6":185} [] [2021-05-03T04:19:57.979939+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":301,"6":6} [] [2021-05-03T04:19:57.982266+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:19:57.995570+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:19:58.137819+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:19:58.165012+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:19:58.165073+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:19:58.165108+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:19:58.166225+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:19:58.207916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:19:58.212123+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:19:58.225909+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:19:58.285011+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:19:58.288590+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[301,300,299,298,297,296,295,294,293,292]] [] [2021-05-03T04:19:58.297421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:19:58.297958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:19:58.298370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:19:58.298711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:19:58.299104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:19:58.299471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:19:58.299839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:19:58.300569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T04:19:58.300941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-03T04:19:58.301321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:19:58.301715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-03T04:19:58.303274+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:19:58.311469+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:19:58.665786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86f33e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/86f33e","method":"GET"} [] [2021-05-03T04:20:10.282428+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T04:20:10.311785+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:20:10.311845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:20:10.311878+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:20:10.312992+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:20:10.337903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:20:10.341228+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:20:10.394313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:20:10.402074+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:20:10.403341+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:20:10.429362+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:20:10.722606+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bf5af"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9bf5af","method":"GET"} [] [2021-05-03T04:23:05.820241+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-03T04:23:05.855198+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:23:05.907076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:23:05.910693+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:23:05.910763+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:23:05.910799+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:23:05.910828+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:23:05.979318+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-05-03T04:23:05.988532+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-03T04:23:05.990887+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-03T04:23:05.995137+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-03T04:23:05.995883+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-03T04:23:05.996466+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-05-03T04:23:06.047751+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:23:06.049060+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":130628.0,"3":"2021-04-20T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":2} [] [2021-05-03T04:23:06.051791+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":302,"6":26} [] [2021-05-03T04:23:06.052098+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":302,"6":24} [] [2021-05-03T04:23:06.052316+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":302,"6":25} [] [2021-05-03T04:23:06.052530+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":302,"6":27} [] [2021-05-03T04:23:06.053713+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:23:06.067025+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:23:06.213860+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:23:06.239178+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:23:06.239237+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:23:06.239269+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:23:06.240331+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:23:06.281441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:23:06.284926+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:23:06.297553+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:23:06.354310+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:23:06.357881+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[302,301,300,299,298,297,296,295,294,293]] [] [2021-05-03T04:23:06.365684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:23:06.366403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:23:06.366974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:23:06.367327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:23:06.367671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:23:06.368067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:23:06.368434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:23:06.368801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T04:23:06.369175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-03T04:23:06.369552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:23:06.371273+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:23:06.378880+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:23:06.827238+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02b54a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/02b54a","method":"GET"} [] [2021-05-03T04:23:44.260337+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T04:23:44.294129+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:23:44.294192+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:23:44.294227+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:23:44.296065+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:23:44.344311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:23:44.347945+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:23:44.413823+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:23:44.422673+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:23:44.423632+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:23:44.452985+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:23:44.779133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1593d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d1593d","method":"GET"} [] [2021-05-03T04:25:27.412036+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-03T04:25:27.445711+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:25:27.482203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:25:27.485899+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:25:27.485959+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:25:27.485993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:25:27.486022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:25:27.551954+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-03T04:25:27.561057+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-03T04:25:27.563327+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-03T04:25:27.569527+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-03T04:25:27.570164+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-03T04:25:27.570682+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-05-03T04:25:27.619977+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:25:27.620971+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":167243.0,"3":"2021-04-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":2} [] [2021-05-03T04:25:27.622039+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":303,"6":26} [] [2021-05-03T04:25:27.624182+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":303,"6":24} [] [2021-05-03T04:25:27.624406+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":303,"6":25} [] [2021-05-03T04:25:27.624618+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":303,"6":27} [] [2021-05-03T04:25:27.625854+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:25:27.648334+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:25:27.799183+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:25:27.823594+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:25:27.823647+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:25:27.823680+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:25:27.824743+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:25:27.858709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:25:27.861859+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:25:27.874841+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:25:27.930488+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:25:27.933940+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[303,302,301,300,299,298,297,296,295,294]] [] [2021-05-03T04:25:27.941352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:25:27.941785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:25:27.942191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:25:27.942517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:25:27.942816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:25:27.943109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:25:27.943450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:25:27.943759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:25:27.944070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T04:25:27.944375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-03T04:25:27.944697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:25:27.946155+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:25:27.953508+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:25:28.328257+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"367b53"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/367b53","method":"GET"} [] [2021-05-03T04:25:55.180519+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T04:25:55.212916+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:25:55.213036+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:25:55.213074+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:25:55.214709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:25:55.254280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:25:55.257596+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:25:55.318881+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:25:55.327289+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:25:55.328139+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:25:55.354696+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:25:55.668729+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"511154"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/511154","method":"GET"} [] [2021-05-03T04:28:06.457511+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-03T04:28:06.491028+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:28:06.528552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:28:06.531983+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:28:06.532042+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:28:06.532076+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:28:06.532105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:28:06.596645+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-05-03T04:28:06.605054+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-03T04:28:06.607284+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-03T04:28:06.611203+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-03T04:28:06.611713+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-03T04:28:06.612194+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-05-03T04:28:06.660608+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:28:06.661604+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":166385.0,"3":"2021-04-25T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":8,"11":2} [] [2021-05-03T04:28:06.664205+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":304,"6":26} [] [2021-05-03T04:28:06.664489+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":304,"6":24} [] [2021-05-03T04:28:06.664714+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":304,"6":25} [] [2021-05-03T04:28:06.664956+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":304,"6":27} [] [2021-05-03T04:28:06.666101+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:28:06.677463+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:28:06.820191+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:28:06.844919+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:28:06.844975+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:28:06.845007+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:28:06.846051+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:28:06.866591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:28:06.869612+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:28:06.881813+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:28:06.935987+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:28:06.939345+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[304,303,302,301,300,299,298,297,296,295]] [] [2021-05-03T04:28:06.946896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:28:06.947341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:28:06.947720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:28:06.948056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:28:06.948385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:28:06.948688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:28:06.948994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:28:06.949350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:28:06.949738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:28:06.950069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T04:28:06.950394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-03T04:28:06.951861+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:28:06.959004+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:28:07.308384+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3afdb3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3afdb3","method":"GET"} [] [2021-05-03T04:28:52.710641+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T04:28:52.744027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:28:52.744085+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:28:52.744118+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:28:52.745816+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:28:52.782541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:28:52.786035+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:28:52.849845+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:28:52.858403+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:28:52.859490+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:28:52.886040+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:28:53.181726+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79182f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/79182f","method":"GET"} [] [2021-05-03T04:30:00.218418+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-03T04:30:00.247469+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:30:00.287506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:30:00.290936+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:30:00.290996+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:30:00.291030+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:00.291060+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:00.353520+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-03T04:30:00.362033+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-03T04:30:00.413965+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:30:00.414931+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":166791.0,"3":"2021-04-24T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":1,"11":2} [] [2021-05-03T04:30:00.417371+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:30:00.427413+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:30:00.567871+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:30:00.592559+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:30:00.592615+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:00.592705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:00.593760+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:30:00.621479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:30:00.624625+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:30:00.636844+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:30:00.691144+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:30:00.694574+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[305,304,303,302,301,300,299,298,297,296]] [] [2021-05-03T04:30:00.701916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:30:00.702377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:30:00.702774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:30:00.703172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:30:00.703541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:30:00.703880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:30:00.704276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:30:00.704673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:30:00.705040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:30:00.705407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T04:30:00.706921+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:30:00.714127+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:30:01.061686+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"928e21"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/928e21","method":"GET"} [] [2021-05-03T04:30:06.296157+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-03T04:30:06.320109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:30:06.320163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:06.320198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:06.321232+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:30:06.357047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:30:06.360135+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:30:06.370043+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:30:06.417747+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:30:06.420738+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[185,184,183,182,181,180,179,178,177,176]] [] [2021-05-03T04:30:06.423644+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:30:06.429708+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:30:06.756542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c493c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4c493c","method":"GET"} [] [2021-05-03T04:30:08.250746+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-03T04:30:08.274484+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:30:08.274537+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:08.274569+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:08.275587+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:30:08.305777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:30:08.308813+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:30:08.347233+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:30:08.625896+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d07b90"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d07b90","method":"GET"} [] [2021-05-03T04:30:34.254064+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-05-03T04:30:34.283018+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:30:34.321628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:30:34.325098+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:30:34.325156+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:30:34.325190+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:34.325219+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:34.400885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["A/C Discharge Pipe"] [] [2021-05-03T04:30:34.406543+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:30:34.407188+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"A/C Discharge Pipe","2":"Pcs","3":null,"4":null,"5":1} [] [2021-05-03T04:30:34.409826+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:30:34.420584+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:30:34.549934+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-03T04:30:34.574192+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:30:34.574244+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:34.574275+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:34.575315+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:30:34.595754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:30:34.598714+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:30:34.608705+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:30:34.659918+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:30:34.662923+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[186,185,184,183,182,181,180,179,178,177]] [] [2021-05-03T04:30:34.665907+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:30:34.670757+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:30:34.988522+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fafd2a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fafd2a","method":"GET"} [] [2021-05-03T04:30:46.423749+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-03T04:30:46.448029+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:30:46.448083+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:46.448115+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:30:46.449161+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:30:46.472859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:30:46.475925+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:30:46.514986+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:30:46.795169+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"759816"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/759816","method":"GET"} [] [2021-05-03T04:31:04.779180+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:31:04.804108+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:31:04.804163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:31:04.804194+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:31:04.805269+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:31:04.832404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:31:04.835641+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:31:04.848168+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:31:04.905799+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:31:04.908884+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[305,304,303,302,301,300,299,298,297,296]] [] [2021-05-03T04:31:04.916271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:31:04.916704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:31:04.917031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:31:04.917382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:31:04.917699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:31:04.917990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:31:04.918281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:31:04.918625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:31:04.919006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:31:04.919327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T04:31:04.920823+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:31:04.928181+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:31:05.303654+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4713a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d4713a","method":"GET"} [] [2021-05-03T04:31:06.762948+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"305"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/305","method":"GET"} [] [2021-05-03T04:31:06.792116+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:31:06.792174+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:31:06.792212+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:31:06.793992+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:31:06.833647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:31:06.836993+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:31:06.859491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["305"] [] [2021-05-03T04:31:06.873130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-03T04:31:06.919861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:31:06.920805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:31:06.922237+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:31:06.923580+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:31:06.925089+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:31:06.953304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:31:07.256409+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d28326"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d28326","method":"GET"} [] [2021-05-03T04:35:39.752287+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"305"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/305","method":"POST"} [] [2021-05-03T04:35:39.785199+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:35:39.826345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:35:39.829833+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:35:39.829893+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:35:39.829928+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:35:39.829960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:35:39.850041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["305"] [] [2021-05-03T04:35:39.863762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-03T04:35:39.909922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:35:39.910808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:35:39.913652+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-03T04:35:39.914689+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-03T04:35:39.917439+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["186"]] [] [2021-05-03T04:35:39.918329+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2021-05-03T04:35:39.918934+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["117"]] [] [2021-05-03T04:35:39.919417+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["159"]] [] [2021-05-03T04:35:39.919931+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-05-03T04:35:39.920426+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-03T04:35:39.970677+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:35:39.971509+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":305,"6":186} [] [2021-05-03T04:35:39.973869+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":550.0,"4":null,"5":305,"6":118} [] [2021-05-03T04:35:39.974090+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":305,"6":117} [] [2021-05-03T04:35:39.974304+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":700.0,"4":null,"5":305,"6":159} [] [2021-05-03T04:35:39.974512+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":305,"6":14} [] [2021-05-03T04:35:39.974716+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":305,"6":6} [] [2021-05-03T04:35:39.975875+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:35:39.989341+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:35:40.167882+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:35:40.199010+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:35:40.199064+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:35:40.199095+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:35:40.200680+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:35:40.225864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:35:40.229045+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:35:40.244114+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:35:40.300577+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:35:40.304106+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[305,304,303,302,301,300,299,298,297,296]] [] [2021-05-03T04:35:40.311431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:35:40.311905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:35:40.312295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:35:40.312767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:35:40.313157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:35:40.313521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:35:40.313891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:35:40.314307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:35:40.314697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:35:40.315089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-03T04:35:40.316668+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:35:40.323795+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:35:40.677773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"762744"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/762744","method":"GET"} [] [2021-05-03T04:36:06.069428+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T04:36:06.101927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:36:06.101983+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:36:06.102016+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:36:06.103647+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:36:06.142073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:36:06.145453+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:36:06.208079+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:36:06.217391+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:36:06.218340+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:36:06.248161+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:36:06.564528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d462a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8d462a","method":"GET"} [] [2021-05-03T04:37:55.723798+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-03T04:37:55.756559+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:37:55.793059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:37:55.796470+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:37:55.796528+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:37:55.796562+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:37:55.796590+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:37:55.859419+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-05-03T04:37:55.867553+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-05-03T04:37:55.869335+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-03T04:37:55.873344+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-03T04:37:55.873858+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-03T04:37:55.921175+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:37:55.922149+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":176748.0,"3":"2021-04-26T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":19} [] [2021-05-03T04:37:55.959261+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":306,"6":26} [] [2021-05-03T04:37:55.964729+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":306,"6":24} [] [2021-05-03T04:37:55.965590+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":306,"6":25} [] [2021-05-03T04:37:55.970427+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:37:56.003219+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:37:56.152464+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:37:56.176280+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:37:56.176332+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:37:56.176364+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:37:56.177471+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:37:56.210373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:37:56.216643+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:37:56.234127+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:37:56.287475+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:37:56.293137+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[306,305,304,303,302,301,300,299,298,297]] [] [2021-05-03T04:37:56.300570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:37:56.300990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:37:56.301316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:37:56.301615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:37:56.301912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:37:56.302256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:37:56.302584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:37:56.302877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:37:56.303219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:37:56.303533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-03T04:37:56.304947+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:37:56.311994+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:37:56.687396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1da2d5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1da2d5","method":"GET"} [] [2021-05-03T04:38:13.973725+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T04:38:14.005940+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:38:14.005994+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:38:14.006026+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:38:14.007648+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:38:14.045042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:38:14.052341+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:38:14.120997+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:38:14.129575+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:38:14.130411+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:38:14.157728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:38:14.448325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d2b5c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3d2b5c","method":"GET"} [] [2021-05-03T04:39:14.205956+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-03T04:39:14.234696+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:39:14.271204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:39:14.274601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:39:14.274661+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:39:14.274695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:14.274723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:14.334539+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-03T04:39:14.342740+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-03T04:39:14.391957+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:39:14.392921+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":167285.0,"3":"2021-04-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":50,"11":2} [] [2021-05-03T04:39:14.430141+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:39:14.456225+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:39:14.604115+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:39:14.628136+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:39:14.628188+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:14.628219+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:14.629243+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:39:14.665536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:39:14.671996+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:39:14.689320+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:39:14.742501+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:39:14.745910+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-05-03T04:39:14.753233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-03T04:39:14.753651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:39:14.753976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:39:14.754281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:39:14.754582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:39:14.754909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:39:14.755256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:39:14.755587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:39:14.755886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:39:14.756233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:39:14.757713+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:39:14.764702+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:39:15.123400+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb487e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cb487e","method":"GET"} [] [2021-05-03T04:39:16.961030+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-03T04:39:16.988932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:39:16.988988+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:16.989021+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:16.990676+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:39:17.029308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:39:17.032594+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:39:17.044016+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:39:17.100051+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:39:17.102913+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[186,185,184,183,182,181,180,179,178,177]] [] [2021-05-03T04:39:17.105870+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:39:17.110783+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:39:17.422552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed1c4e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ed1c4e","method":"GET"} [] [2021-05-03T04:39:19.026105+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-03T04:39:19.050188+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:39:19.050241+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:19.050272+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:19.051300+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:39:19.085125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:39:19.088183+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:39:19.127817+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:39:19.426999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"448da8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/448da8","method":"GET"} [] [2021-05-03T04:39:51.193761+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:39:51.218266+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:39:51.218321+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:51.218353+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:51.223424+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:39:51.253115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:39:51.256274+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:39:51.268827+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:39:51.322979+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:39:51.326479+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-05-03T04:39:51.334030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-03T04:39:51.334463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:39:51.334786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:39:51.335085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:39:51.335380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:39:51.335693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:39:51.336034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:39:51.336361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:39:51.336650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:39:51.336989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:39:51.338546+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:39:51.345941+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:39:51.716982+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea9dad"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ea9dad","method":"GET"} [] [2021-05-03T04:39:53.116368+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"307"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/307","method":"GET"} [] [2021-05-03T04:39:53.143146+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:39:53.143264+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:53.143314+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:39:53.144935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:39:53.176127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:39:53.179492+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:39:53.198287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["307"] [] [2021-05-03T04:39:53.211728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-05-03T04:39:53.257811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-03T04:39:53.258575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:39:53.259988+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:39:53.261459+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:39:53.262244+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:39:53.289341+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:39:53.624240+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ed838"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1ed838","method":"GET"} [] [2021-05-03T04:43:51.729470+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"307"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/307","method":"POST"} [] [2021-05-03T04:43:51.762389+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:43:51.794969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:43:51.798390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:43:51.798450+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:43:51.798487+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:43:51.798520+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:43:51.818573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["307"] [] [2021-05-03T04:43:51.834252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-05-03T04:43:51.880246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-03T04:43:51.881020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:43:51.883960+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-03T04:43:51.885100+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-03T04:43:51.887195+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["60"]] [] [2021-05-03T04:43:51.888096+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["51"]] [] [2021-05-03T04:43:51.888589+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["59"]] [] [2021-05-03T04:43:51.889061+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-03T04:43:51.938705+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:43:51.939530+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":1800.0,"4":null,"5":307,"6":60} [] [2021-05-03T04:43:51.940989+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":3500.0,"4":null,"5":307,"6":51} [] [2021-05-03T04:43:51.941210+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":307,"6":59} [] [2021-05-03T04:43:51.941421+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3100.0,"4":null,"5":307,"6":6} [] [2021-05-03T04:43:51.942591+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:43:51.956194+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:43:52.134089+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:43:52.165712+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:43:52.165767+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:43:52.165799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:43:52.167379+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:43:52.198339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:43:52.201591+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:43:52.216799+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:43:52.273572+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:43:52.277006+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-05-03T04:43:52.284414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-03T04:43:52.284850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:43:52.285189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:43:52.285495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:43:52.285796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:43:52.286116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:43:52.286465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:43:52.286792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:43:52.287087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:43:52.287497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-03T04:43:52.288921+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:43:52.296058+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:43:52.670672+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce3cb5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ce3cb5","method":"GET"} [] [2021-05-03T04:44:50.692521+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-03T04:44:50.724274+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:44:50.724328+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:44:50.724360+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:44:50.725951+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:44:50.765176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:44:50.768503+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:44:50.831136+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-03T04:44:50.839859+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-03T04:44:50.840779+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-03T04:44:50.868001+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:44:51.160661+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36181d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/36181d","method":"GET"} [] [2021-05-03T04:46:19.992535+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-03T04:46:20.025620+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:46:20.059491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:46:20.062924+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:46:20.062982+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:46:20.063015+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:46:20.063043+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:46:20.126517+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-05-03T04:46:20.134861+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-05-03T04:46:20.136728+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-03T04:46:20.140660+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-03T04:46:20.141168+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-03T04:46:20.189603+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-03T04:46:20.190570+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":130628.0,"3":"2021-04-20T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":19} [] [2021-05-03T04:46:20.227322+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":308,"6":26} [] [2021-05-03T04:46:20.228273+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":308,"6":24} [] [2021-05-03T04:46:20.229131+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":308,"6":25} [] [2021-05-03T04:46:20.234182+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-03T04:46:20.261174+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:46:20.409609+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-03T04:46:20.433946+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-03T04:46:20.433999+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:46:20.434031+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-03T04:46:20.435070+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-03T04:46:20.465111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-03T04:46:20.471817+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-03T04:46:20.490567+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-03T04:46:20.547118+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-03T04:46:20.550524+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[308,307,306,305,304,303,302,301,300,299]] [] [2021-05-03T04:46:20.557969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-03T04:46:20.558382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-03T04:46:20.558672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-03T04:46:20.559020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-03T04:46:20.559295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-03T04:46:20.559584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-03T04:46:20.559868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-03T04:46:20.560209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-03T04:46:20.560459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-03T04:46:20.561935+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-03T04:46:20.569357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-03T04:46:20.923945+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f10810"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f10810","method":"GET"} [] [2021-05-05T04:10:40.842199+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-05T04:10:40.914766+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-05T04:10:40.914827+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:40.914861+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:40.949389+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-05T04:10:42.758840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4510f0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4510f0","method":"GET"} [] [2021-05-05T04:10:46.263502+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-05T04:10:46.301338+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-05T04:10:46.301399+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.301440+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.303675+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.380558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-05T04:10:46.610408+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.616941+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 05 May 2021 04:10:46 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.617019+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.617052+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.625197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-05T04:10:46.797045+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-05T04:10:46.823937+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-05T04:10:46.823997+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.824031+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:46.825342+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-05T04:10:46.848103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-05T04:10:46.851524+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-05T04:10:46.887029+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-05T04:10:47.036756+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-05T04:10:47.046072+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[308,307,306,305,304,303,302,301,300,299]] [] [2021-05-05T04:10:47.057621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-05T04:10:47.058143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-05T04:10:47.059264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-05T04:10:47.059572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-05T04:10:47.059890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-05T04:10:47.060178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-05T04:10:47.060462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-05T04:10:47.060803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-05T04:10:47.061154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-05T04:10:47.063380+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-05T04:10:47.078355+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-05T04:10:47.681013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad6d82"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ad6d82","method":"GET"} [] [2021-05-05T04:10:49.717304+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-05T04:10:49.746356+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-05T04:10:49.746417+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:49.746451+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:10:49.748224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-05T04:10:49.793484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-05T04:10:49.797318+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-05T04:10:49.869861+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-05T04:10:49.899811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-05T04:10:50.348267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"478fdd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/478fdd","method":"GET"} [] [2021-05-05T04:11:09.203757+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-05T04:11:09.230851+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-05T04:11:09.266640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-05T04:11:09.270142+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-05T04:11:09.270203+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-05T04:11:09.270237+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:11:09.270266+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-05T04:11:09.325794+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-05-05T04:11:09.476909+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-05-05T00:00:00+00:00"] [] [2021-05-05T04:11:09.484278+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-05-05T00:00:00+00:00"] [] [2021-05-05T04:11:09.491057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-05-05T04:11:09.495252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-05-05T04:11:09.499748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-05T04:11:09.500859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-05T04:11:09.501156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-05T04:11:09.501470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-05-05T04:11:09.502392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-05T04:11:09.502688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-05T04:11:09.502972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-05-05T04:11:09.503267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-05T04:11:09.503589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-05T04:11:09.503870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-05-05T04:11:09.504556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-05T04:11:09.504859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-05-05T04:11:09.505165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-05T04:11:09.505473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-05-05T04:11:09.506031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-05T04:11:09.506371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [281] [] [2021-05-05T04:11:09.506737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-05T04:11:09.507026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-05T04:11:09.507342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [174] [] [2021-05-05T04:11:09.770729+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-05T04:11:09.791811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:02:02.110063+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-06T04:02:02.176845+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:02:02.176905+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:02.176940+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:02.206267+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-06T04:02:03.482820+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02ad44"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/02ad44","method":"GET"} [] [2021-05-06T04:02:06.735723+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-06T04:02:06.759835+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:02:06.759887+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:06.759924+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:06.763140+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:06.827030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-06T04:02:07.043868+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:07.049740+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 06 May 2021 04:02:07 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:07.049811+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:07.049843+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:07.055425+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:02:07.213063+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-06T04:02:07.238297+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:02:07.238355+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:07.238389+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:07.239538+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:02:07.263221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:02:07.267742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:02:07.303934+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-06T04:02:07.409884+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-06T04:02:07.420023+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[308,307,306,305,304,303,302,301,300,299]] [] [2021-05-06T04:02:07.430101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-06T04:02:07.430547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-06T04:02:07.430936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-06T04:02:07.431202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-06T04:02:07.431546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-06T04:02:07.431846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-06T04:02:07.432127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-06T04:02:07.432474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-06T04:02:07.432746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-06T04:02:07.434922+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-06T04:02:07.446898+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:02:08.284115+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0100ce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0100ce","method":"GET"} [] [2021-05-06T04:02:11.083605+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-06T04:02:11.112650+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:02:11.112707+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:11.112741+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:11.114412+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:02:11.143770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:02:11.147226+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:02:11.215951+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:02:11.244944+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:02:11.699326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e29310"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e29310","method":"GET"} [] [2021-05-06T04:02:35.990517+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-06T04:02:36.016679+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:02:36.055495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:02:36.059027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:02:36.059087+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:02:36.059120+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:36.059149+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:02:36.101162+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-05-06T04:02:36.210832+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-05-06T00:00:00+00:00"] [] [2021-05-06T04:02:36.216831+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-05-06T00:00:00+00:00"] [] [2021-05-06T04:02:36.223386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-06T04:02:36.227448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-05-06T04:02:36.230741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-06T04:02:36.231573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-06T04:02:36.231899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-05-06T04:02:36.232849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-06T04:02:36.233146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-06T04:02:36.233432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-05-06T04:02:36.233719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-05-06T04:02:36.234001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-05-06T04:02:36.234279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-05-06T04:02:36.234593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-05-06T04:02:36.234946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-06T04:02:36.235232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-06T04:02:36.235549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-05-06T04:02:36.236183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-06T04:02:36.236469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-06T04:02:36.236754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-06T04:02:36.237053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-05-06T04:02:36.237546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-05-06T04:02:36.237837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-06T04:02:36.238120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-05-06T04:02:36.238400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-06T04:02:36.238677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-06T04:02:36.238955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-05-06T04:02:36.239231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-05-06T04:02:36.239520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-06T04:02:36.239796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-05-06T04:02:36.240494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-06T04:02:36.240786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-05-06T04:02:36.241215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-06T04:02:36.241564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-06T04:02:36.241874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-05-06T04:02:36.242198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-06T04:02:36.242511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-05-06T04:02:36.242854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-05-06T04:02:36.243129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-06T04:02:36.243392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-06T04:02:36.243673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-05-06T04:02:36.244212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-06T04:02:36.244479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-06T04:02:36.244742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-06T04:02:36.244997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-05-06T04:02:36.245256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-06T04:02:36.245508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-05-06T04:02:36.245765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-05-06T04:02:36.246021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-06T04:02:36.246277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-06T04:02:36.246531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-06T04:02:36.246786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-06T04:02:36.247041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-05-06T04:02:36.247293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-06T04:02:36.247545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-06T04:02:36.247817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-05-06T04:02:36.248161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-06T04:02:36.248427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-05-06T04:02:36.248686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-05-06T04:02:36.248977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2021-05-06T04:02:36.740488+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:02:36.761499+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:08:25.831951+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-06T04:08:25.871542+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:08:25.871600+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:08:25.871633+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:08:25.873413+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:08:25.905206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:08:25.909110+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:08:25.978900+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:08:26.012469+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:08:26.515289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3be057"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3be057","method":"GET"} [] [2021-05-06T04:45:01.285496+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-06T04:45:01.320266+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:45:01.351219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:45:01.354987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:45:01.355045+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:45:01.355079+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:45:01.355109+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:45:01.410440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-06T04:45:01.492365+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-05-06T00:00:00+00:00"] [] [2021-05-06T04:45:01.499988+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-05-06T00:00:00+00:00"] [] [2021-05-06T04:45:01.506154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-06T04:45:01.510289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-05-06T04:45:01.512752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-06T04:45:01.513222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-05-06T04:45:01.514771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-06T04:45:01.515294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-06T04:45:01.515786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-06T04:45:01.516152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-05-06T04:45:01.517103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-06T04:45:01.517615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-06T04:45:01.518028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-06T04:45:01.518366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-06T04:45:01.518762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-05-06T04:45:01.519190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-06T04:45:01.519529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-05-06T04:45:01.519892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-06T04:45:01.520227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-05-06T04:45:01.520709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-05-06T04:45:01.521166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-06T04:45:01.521540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-05-06T04:45:01.521913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-06T04:45:01.522272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-05-06T04:45:01.522630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-06T04:45:01.522998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-05-06T04:45:01.523450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-06T04:45:01.523790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-06T04:45:01.524124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-06T04:45:01.524485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-05-06T04:45:01.524957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-05-06T04:45:01.525354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-05-06T04:45:01.525820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-06T04:45:01.526288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-06T04:45:01.527340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-06T04:45:01.527908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-06T04:45:01.528327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-06T04:45:01.528679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-06T04:45:01.529021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-06T04:45:01.529906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-06T04:45:01.530421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-06T04:45:01.530848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-06T04:45:01.531185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-06T04:45:01.531521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-06T04:45:01.531904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-06T04:45:01.532378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-06T04:45:01.532733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-06T04:45:01.533067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-06T04:45:01.533420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-06T04:45:02.061518+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:45:02.082147+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:48:33.147647+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-06T04:48:33.181944+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:48:33.182002+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:48:33.182035+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:48:33.183748+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:48:33.227981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:48:33.233911+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:48:33.304704+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:48:33.340994+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:48:33.816781+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"192569"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/192569","method":"GET"} [] [2021-05-06T04:48:36.811447+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-06T04:48:36.838238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:48:36.838298+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:48:36.838336+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:48:36.839475+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:48:36.861962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:48:36.865189+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:48:36.877998+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-06T04:48:36.933808+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-06T04:48:36.937548+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[308,307,306,305,304,303,302,301,300,299]] [] [2021-05-06T04:48:36.945429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-06T04:48:36.945919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-06T04:48:36.946349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-06T04:48:36.946649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-06T04:48:36.946943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-06T04:48:36.947261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-06T04:48:36.947578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-06T04:48:36.947957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-06T04:48:36.948249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-06T04:48:36.949848+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-06T04:48:36.957402+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:48:37.338018+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d2317"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3d2317","method":"GET"} [] [2021-05-06T04:48:38.296314+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-06T04:48:38.323947+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:48:38.324048+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:48:38.324083+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:48:38.325941+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:48:38.356865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:48:38.360368+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:48:38.428746+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:48:38.438114+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-06T04:48:38.439521+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-06T04:48:38.467133+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:48:38.753411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"079730"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/079730","method":"GET"} [] [2021-05-06T04:49:12.666443+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-06T04:49:12.701532+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:49:12.701591+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:49:12.701626+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:49:12.703360+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:49:12.744693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:49:12.748404+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:49:12.813416+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:49:12.845352+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:49:13.141461+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b01daa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b01daa","method":"GET"} [] [2021-05-06T04:49:51.498259+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-06T04:49:51.524546+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:49:51.561096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:49:51.564377+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:49:51.564439+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:49:51.564473+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:49:51.564502+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:49:51.607173+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-06T04:49:51.682788+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-05-06T00:00:00+00:00"] [] [2021-05-06T04:49:51.690011+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-05-06T00:00:00+00:00"] [] [2021-05-06T04:49:51.696969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-06T04:49:51.701213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-05-06T04:49:51.704038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-06T04:49:51.704461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-05-06T04:49:51.704908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-06T04:49:51.705270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-06T04:49:51.705567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-06T04:49:51.705883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-05-06T04:49:51.706275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-06T04:49:51.706572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-06T04:49:51.706866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-06T04:49:51.707158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-06T04:49:51.707486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-05-06T04:49:51.707840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-06T04:49:51.708171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-05-06T04:49:51.708557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-06T04:49:51.708872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-05-06T04:49:51.709440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-05-06T04:49:51.709850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-06T04:49:51.710134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-05-06T04:49:51.710477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-06T04:49:51.710815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-05-06T04:49:51.711136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-06T04:49:51.711458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-05-06T04:49:51.711849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-06T04:49:51.712137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-06T04:49:51.712456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-06T04:49:51.712771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-05-06T04:49:51.713192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-05-06T04:49:51.713534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-05-06T04:49:51.713972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-06T04:49:51.714417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-06T04:49:51.714872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-06T04:49:51.715200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-06T04:49:51.715495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-06T04:49:51.715792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-06T04:49:51.716077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-06T04:49:51.716476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-06T04:49:51.716846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-06T04:49:51.717134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-06T04:49:51.717421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-06T04:49:51.717710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-06T04:49:51.718036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-06T04:49:51.718438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-06T04:49:51.718748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-06T04:49:51.719034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-06T04:49:51.719381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-06T04:49:52.244676+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:49:52.279175+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:50:11.971348+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-06T04:50:11.996664+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:50:11.996720+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:50:11.996752+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:50:11.997838+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:50:12.027819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:50:12.031080+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:50:12.070505+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:50:12.092961+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:50:12.655104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e854c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4e854c","method":"GET"} [] [2021-05-06T04:50:13.935858+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-06T04:50:13.961630+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:50:13.961689+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:50:13.961722+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:50:13.962848+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:50:13.992845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:50:13.997174+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:50:14.010174+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-06T04:50:14.064087+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-06T04:50:14.069033+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[308,307,306,305,304,303,302,301,300,299]] [] [2021-05-06T04:50:14.076985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-06T04:50:14.077543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-06T04:50:14.077995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-06T04:50:14.078363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-06T04:50:14.078731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-06T04:50:14.079127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-06T04:50:14.079522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-06T04:50:14.079980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-06T04:50:14.080350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-06T04:50:14.081925+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-06T04:50:14.089326+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:50:14.484830+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ac4e0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3ac4e0","method":"GET"} [] [2021-05-06T04:50:15.770966+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-06T04:50:15.798444+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:50:15.798498+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:50:15.798605+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:50:15.800233+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:50:15.830352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:50:15.836184+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:50:15.894101+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:50:15.903076+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-06T04:50:15.905067+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-06T04:50:15.930999+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:50:16.216023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1a9ae"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e1a9ae","method":"GET"} [] [2021-05-06T04:52:21.035448+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-06T04:52:21.069714+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:52:21.106468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:52:21.112140+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:52:21.112210+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:52:21.112245+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:52:21.112274+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:52:21.178247+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-06T04:52:21.186889+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-06T04:52:21.189259+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["90"]] [] [2021-05-06T04:52:21.195048+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["31"]] [] [2021-05-06T04:52:21.195833+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["108"]] [] [2021-05-06T04:52:21.196403+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-06T04:52:21.256684+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-06T04:52:21.258148+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":138198.0,"3":"2020-06-21T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":7,"11":2} [] [2021-05-06T04:52:21.259740+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":36000.0,"4":null,"5":309,"6":90} [] [2021-05-06T04:52:21.260791+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":200.0,"4":null,"5":309,"6":31} [] [2021-05-06T04:52:21.261041+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":309,"6":108} [] [2021-05-06T04:52:21.261261+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4000.0,"4":null,"5":309,"6":6} [] [2021-05-06T04:52:21.263423+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-06T04:52:21.285926+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:52:21.432732+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-06T04:52:21.457262+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:52:21.457318+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:52:21.457351+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:52:21.458409+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:52:21.485055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:52:21.489583+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:52:21.501993+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-06T04:52:21.556616+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-06T04:52:21.560722+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[309,308,307,306,305,304,303,302,301,300]] [] [2021-05-06T04:52:21.568046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-06T04:52:21.568488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-06T04:52:21.568863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-06T04:52:21.569162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-06T04:52:21.569457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-06T04:52:21.569775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-06T04:52:21.570089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-06T04:52:21.570402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-06T04:52:21.570884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-06T04:52:21.571180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-06T04:52:21.572639+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-06T04:52:21.579899+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:52:21.958330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b7b39"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4b7b39","method":"GET"} [] [2021-05-06T04:52:25.345712+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-06T04:52:25.373098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:52:25.373152+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:52:25.373184+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:52:25.374899+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:52:25.407166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:52:25.410565+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:52:25.460095+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:52:25.485927+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-06T04:52:25.772574+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8aa3a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8aa3a9","method":"GET"} [] [2021-05-06T04:52:44.180613+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-06T04:52:44.214281+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-06T04:52:44.248772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-06T04:52:44.254440+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-06T04:52:44.254509+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-06T04:52:44.254543+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:52:44.254571+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-06T04:52:44.307572+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-06T04:52:44.386811+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-05-06T00:00:00+00:00"] [] [2021-05-06T04:52:44.394293+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-05-06T00:00:00+00:00"] [] [2021-05-06T04:52:44.400331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-06T04:52:44.404648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-05-06T04:52:44.407196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-06T04:52:44.407684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-05-06T04:52:44.408083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-06T04:52:44.408449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-06T04:52:44.408739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-06T04:52:44.409043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-05-06T04:52:44.409430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-06T04:52:44.409720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-06T04:52:44.410004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-06T04:52:44.410285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-06T04:52:44.410600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-05-06T04:52:44.410951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-06T04:52:44.411238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-05-06T04:52:44.411557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [309] [] [2021-05-06T04:52:44.411928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-06T04:52:44.412218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-06T04:52:44.412502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-06T04:52:44.412784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-06T04:52:44.413075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-06T04:52:44.413356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-05-06T04:52:44.413768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-05-06T04:52:44.414171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-06T04:52:44.414459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-05-06T04:52:44.414768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-06T04:52:44.415073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-05-06T04:52:44.415383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-06T04:52:44.415688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-05-06T04:52:44.416074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-06T04:52:44.416361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-06T04:52:44.416666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-05-06T04:52:44.417061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-05-06T04:52:44.417377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-05-06T04:52:44.417763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-06T04:52:44.418142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-06T04:52:44.418528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-06T04:52:44.418834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-06T04:52:44.419105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-06T04:52:44.419449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-06T04:52:44.419711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-06T04:52:44.420085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-06T04:52:44.420353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-06T04:52:44.420614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-06T04:52:44.420873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-06T04:52:44.421132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-06T04:52:44.421426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-06T04:52:44.421836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-06T04:52:44.422122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-06T04:52:44.422382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-06T04:52:44.422660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-06T04:52:44.966748+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-06T04:52:44.987693+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:41:51.198977+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-11T05:41:51.311863+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:41:51.311921+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:51.312025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:51.360734+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-11T05:41:52.527267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d1b9b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6d1b9b","method":"GET"} [] [2021-05-11T05:41:55.802044+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-11T05:41:55.828502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:41:55.828559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:55.828597+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:55.832333+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:55.933322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-11T05:41:56.156578+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:56.162947+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 11 May 2021 05:41:56 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:56.163015+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:56.163047+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:56.168649+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:41:56.346383+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T05:41:56.370608+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:41:56.370664+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:56.370799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:56.371913+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:41:56.393103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:41:56.398586+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:41:56.451732+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T05:41:56.591494+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T05:41:56.603543+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[309,308,307,306,305,304,303,302,301,300]] [] [2021-05-11T05:41:56.617703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T05:41:56.618189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T05:41:56.618610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T05:41:56.618908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T05:41:56.619204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T05:41:56.619520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T05:41:56.619904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T05:41:56.620191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T05:41:56.620569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:41:56.620893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-11T05:41:56.622928+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T05:41:56.645464+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:41:57.709490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2233ab"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2233ab","method":"GET"} [] [2021-05-11T05:41:59.031416+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T05:41:59.058937+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:41:59.058994+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:59.059027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:41:59.060654+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:41:59.103080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:41:59.107843+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:41:59.189264+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T05:41:59.222913+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:41:59.673581+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39fa1b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/39fa1b","method":"GET"} [] [2021-05-11T05:42:16.785079+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-11T05:42:16.820320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:42:16.860107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:42:16.866111+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:42:16.866182+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:42:16.866217+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:42:16.866246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:42:16.924394+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-05-11T05:42:17.127370+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T05:42:17.137428+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T05:42:17.144549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T05:42:17.149129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-05-11T05:42:17.153463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-11T05:42:17.153912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T05:42:17.154166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T05:42:17.154404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T05:42:17.154780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-11T05:42:17.155010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T05:42:17.155269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-05-11T05:42:17.155601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-11T05:42:17.155840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-11T05:42:17.156074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-11T05:42:17.156303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-11T05:42:17.156543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T05:42:17.156804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-05-11T05:42:17.157223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-11T05:42:17.157459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-05-11T05:42:17.157715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-11T05:42:17.157969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-05-11T05:42:17.158604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-05-11T05:42:17.158929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-11T05:42:17.159216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-05-11T05:42:17.159970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-05-11T05:42:17.160391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-05-11T05:42:17.160795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-05-11T05:42:17.161514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [298] [] [2021-05-11T05:42:17.162083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [182] [] [2021-05-11T05:42:17.162607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-11T05:42:17.162854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:42:17.163083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2021-05-11T05:42:17.163725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2021-05-11T05:42:17.163964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2021-05-11T05:42:17.164196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2021-05-11T05:42:17.164425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T05:42:17.164672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [282] [] [2021-05-11T05:42:17.618070+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T05:42:17.638670+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:44:27.442436+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T05:44:27.475600+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:44:27.475656+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:44:27.475690+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:44:27.477352+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:44:27.512268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:44:27.518369+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:44:27.572736+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T05:44:27.608338+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:44:28.095301+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63657c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/63657c","method":"GET"} [] [2021-05-11T05:49:10.399454+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-11T05:49:10.435195+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:49:10.482377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:49:10.488596+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:49:10.488668+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:49:10.488703+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:49:10.488733+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:49:10.546011+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-05-11T05:49:10.627957+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T05:49:10.636556+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T05:49:10.642661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T05:49:10.646827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-05-11T05:49:10.650233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-11T05:49:10.650728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T05:49:10.651063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T05:49:10.651397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T05:49:10.651730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-11T05:49:10.652064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T05:49:10.652424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-05-11T05:49:10.652858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-11T05:49:10.653193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-11T05:49:10.653590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-11T05:49:10.653926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-11T05:49:10.654273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T05:49:10.654604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-05-11T05:49:10.655211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-11T05:49:10.655567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-05-11T05:49:10.655936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-11T05:49:10.656293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-05-11T05:49:10.656758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-05-11T05:49:10.657111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-11T05:49:10.657469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-05-11T05:49:10.657862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-05-11T05:49:10.658379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-05-11T05:49:10.658870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-05-11T05:49:10.659388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [298] [] [2021-05-11T05:49:10.659765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [182] [] [2021-05-11T05:49:10.660105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-11T05:49:10.660453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:49:10.660780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2021-05-11T05:49:10.661232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2021-05-11T05:49:10.661566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2021-05-11T05:49:10.661901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2021-05-11T05:49:10.662236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T05:49:10.662593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [282] [] [2021-05-11T05:49:11.070565+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T05:49:11.090965+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:55:26.971006+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T05:55:27.005242+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:55:27.005301+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:55:27.005334+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:55:27.007040+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:55:27.037419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:55:27.043241+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:55:27.097283+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T05:55:27.126367+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:55:27.642175+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a21b42"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a21b42","method":"GET"} [] [2021-05-11T05:55:35.158976+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T05:55:35.193222+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:55:35.193281+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:55:35.193314+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:55:35.195033+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:55:35.250236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:55:35.254769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:55:35.272549+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T05:55:35.348307+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T05:55:35.352087+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[309,308,307,306,305,304,303,302,301,300]] [] [2021-05-11T05:55:35.359782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T05:55:35.360333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T05:55:35.360760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T05:55:35.361099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T05:55:35.361445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T05:55:35.361811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T05:55:35.362175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T05:55:35.362542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T05:55:35.362981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:55:35.363321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-11T05:55:35.364924+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T05:55:35.372437+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:55:35.704263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e65891"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e65891","method":"GET"} [] [2021-05-11T05:55:45.350138+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-05-11T05:55:45.379455+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:55:45.413943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:55:45.419805+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:55:45.419878+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:55:45.419914+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:55:45.419943+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:55:45.425671+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-05-11T05:55:45.437017+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T05:55:45.503531+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%6105%"] [] [2021-05-11T05:55:45.506801+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%6105%",[298,282,274,256,223,195,186,160,153,143]] [] [2021-05-11T05:55:45.514608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-11T05:55:45.515121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T05:55:45.515600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T05:55:45.515963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:55:45.516397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-11T05:55:45.518039+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%6105%"] [] [2021-05-11T05:55:45.525073+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:55:45.924815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b4744"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9b4744","method":"GET"} [] [2021-05-11T05:55:49.155618+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"274"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/274","method":"GET"} [] [2021-05-11T05:55:49.185130+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:55:49.185190+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:55:49.185224+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:55:49.186989+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:55:49.225892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:55:49.230202+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:55:49.251930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["274"] [] [2021-05-11T05:55:49.266622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2021-05-11T05:55:49.324919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-11T05:55:49.325998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:55:49.328793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-11T05:55:49.329418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2021-05-11T05:55:49.329821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2021-05-11T05:55:49.330210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2021-05-11T05:55:49.330548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T05:55:49.332339+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T05:55:49.334178+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-11T05:55:49.335237+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-11T05:55:49.374196+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:55:49.873789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96128d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/96128d","method":"GET"} [] [2021-05-11T05:56:00.539199+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"274"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/274","method":"POST"} [] [2021-05-11T05:56:00.564845+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:56:00.591087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:56:00.594908+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:56:00.594981+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:56:00.595016+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:56:00.595046+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:56:00.608545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["274"] [] [2021-05-11T05:56:00.623233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2021-05-11T05:56:00.673953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-05-11T05:56:00.674794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:56:00.677047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-11T05:56:00.677558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2021-05-11T05:56:00.677947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2021-05-11T05:56:00.678334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2021-05-11T05:56:00.678722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T05:56:00.681824+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-05-11T05:56:00.682943+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["22"]] [] [2021-05-11T05:56:00.683543+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-05-11T05:56:00.685562+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["168"]] [] [2021-05-11T05:56:00.686343+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["169"]] [] [2021-05-11T05:56:00.686877+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["170"]] [] [2021-05-11T05:56:00.687469+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-11T05:56:00.747609+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-11T05:56:00.748421+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [77750.0,274] [] [2021-05-11T05:56:00.754602+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-11T05:56:00.770527+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:56:00.943634+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T05:56:00.976394+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:56:00.976452+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:56:00.976485+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:56:00.978167+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:56:01.014581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:56:01.019275+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:56:01.034927+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T05:56:01.092985+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T05:56:01.096615+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[309,308,307,306,305,304,303,302,301,300]] [] [2021-05-11T05:56:01.104212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T05:56:01.104752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T05:56:01.105180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T05:56:01.105521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T05:56:01.105862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T05:56:01.106230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T05:56:01.106640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T05:56:01.107086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T05:56:01.107521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:56:01.107866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-11T05:56:01.109434+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T05:56:01.116741+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:56:01.473897+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3f917"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e3f917","method":"GET"} [] [2021-05-11T05:56:04.049125+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T05:56:04.076417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:56:04.076475+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:56:04.076507+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:56:04.078128+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:56:04.105190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:56:04.111043+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:56:04.160787+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T05:56:04.186924+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T05:56:04.469125+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cae404"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cae404","method":"GET"} [] [2021-05-11T05:56:36.522986+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-11T05:56:36.554255+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T05:56:36.590968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T05:56:36.595363+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T05:56:36.595431+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T05:56:36.595466+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:56:36.595495+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T05:56:36.642240+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-05-11T05:56:36.725760+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T05:56:36.733035+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T05:56:36.738976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T05:56:36.743283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2021-05-11T05:56:36.747404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-11T05:56:36.747868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T05:56:36.748216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T05:56:36.748550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T05:56:36.748888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-11T05:56:36.749224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T05:56:36.749592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2021-05-11T05:56:36.750027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-11T05:56:36.750367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-11T05:56:36.750700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-11T05:56:36.751036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-11T05:56:36.751384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T05:56:36.751792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-05-11T05:56:36.752313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-11T05:56:36.752645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-05-11T05:56:36.753007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-11T05:56:36.753364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-05-11T05:56:36.753833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-05-11T05:56:36.754190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-11T05:56:36.754549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-05-11T05:56:36.754958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-05-11T05:56:36.755502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-05-11T05:56:36.756020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-05-11T05:56:36.756549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [298] [] [2021-05-11T05:56:36.756934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [182] [] [2021-05-11T05:56:36.757279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-11T05:56:36.757630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T05:56:36.757958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2021-05-11T05:56:36.758416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2021-05-11T05:56:36.758753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2021-05-11T05:56:36.759088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2021-05-11T05:56:36.759425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T05:56:36.759783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [282] [] [2021-05-11T05:56:37.173698+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T05:56:37.195263+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:01:34.276851+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:01:34.309666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:01:34.309724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:01:34.309757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:01:34.311414+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:01:34.348202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:01:34.394309+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:01:34.447827+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:01:34.476824+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:01:34.967089+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb767a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eb767a","method":"GET"} [] [2021-05-11T06:01:43.972639+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T06:01:44.005607+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:01:44.005666+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:01:44.005699+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:01:44.007381+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:01:44.047280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:01:44.053767+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:01:44.071020+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T06:01:44.142879+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T06:01:44.146910+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[309,308,307,306,305,304,303,302,301,300]] [] [2021-05-11T06:01:44.154666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T06:01:44.155139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:01:44.155542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T06:01:44.155888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:01:44.156304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T06:01:44.156680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T06:01:44.157055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T06:01:44.157427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T06:01:44.157864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T06:01:44.158208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-11T06:01:44.159807+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T06:01:44.167653+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:01:44.496907+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f080ce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f080ce","method":"GET"} [] [2021-05-11T06:07:18.670342+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:07:18.705651+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:07:18.705711+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:07:18.705745+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:07:18.707504+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:07:18.747725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:07:18.751595+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:07:18.808027+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:07:18.837614+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:07:19.333223+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79d41e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/79d41e","method":"GET"} [] [2021-05-11T06:07:37.851529+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-11T06:07:37.890101+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:07:37.933551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:07:37.937105+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:07:37.937172+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:07:37.937208+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:07:37.937238+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:07:37.994278+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-11T06:07:38.076944+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T06:07:38.084473+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T06:07:38.090866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:07:38.095031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-05-11T06:07:38.097695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-11T06:07:38.098184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-11T06:07:38.098567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-05-11T06:07:38.098921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-05-11T06:07:38.099333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-05-11T06:07:38.099759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-05-11T06:07:38.100214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:07:38.100555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:07:38.100893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:07:38.101232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-11T06:07:38.101593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-05-11T06:07:38.102119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-05-11T06:07:38.102462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-05-11T06:07:38.102803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-05-11T06:07:38.103146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-11T06:07:38.103487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-05-11T06:07:38.103907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-11T06:07:38.104263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-11T06:07:38.104606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-05-11T06:07:38.104948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-11T06:07:38.105289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T06:07:38.105657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-05-11T06:07:38.106103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-11T06:07:38.106497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:07:38.106833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-05-11T06:07:38.107307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-05-11T06:07:38.107770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-11T06:07:38.108104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-05-11T06:07:38.108465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-11T06:07:38.108826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-05-11T06:07:38.109200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-11T06:07:38.109530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-11T06:07:38.109891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-05-11T06:07:38.110345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-05-11T06:07:38.110789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:07:38.111133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-05-11T06:07:38.111493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-05-11T06:07:38.111850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-05-11T06:07:38.112288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-05-11T06:07:38.112601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-05-11T06:07:38.112937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-11T06:07:38.113282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-05-11T06:07:38.113756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-05-11T06:07:38.114171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-11T06:07:38.114489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-05-11T06:07:38.114810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-11T06:07:38.115161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-05-11T06:07:38.115517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-05-11T06:07:38.116097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-05-11T06:07:38.711710+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:07:38.732930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:09:50.206220+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:09:50.239703+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:09:50.239760+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:09:50.239793+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:09:50.241497+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:09:50.282591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:09:50.286013+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:09:50.339580+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:09:50.368340+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:09:50.950677+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c5abc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3c5abc","method":"GET"} [] [2021-05-11T06:09:52.710100+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T06:09:52.734938+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:09:52.734994+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:09:52.735027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:09:52.736092+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:09:52.761448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:09:52.764569+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:09:52.777277+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T06:09:52.832036+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T06:09:52.835481+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[309,308,307,306,305,304,303,302,301,300]] [] [2021-05-11T06:09:52.843960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T06:09:52.844461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:09:52.844832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T06:09:52.845179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:09:52.845523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T06:09:52.845895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T06:09:52.846261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T06:09:52.846629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T06:09:52.847127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T06:09:52.847473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-11T06:09:52.849022+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T06:09:52.856645+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:09:53.244749+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5654b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5654b5","method":"GET"} [] [2021-05-11T06:09:55.248854+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-11T06:09:55.276570+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:09:55.276626+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:09:55.276659+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:09:55.278319+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:09:55.316958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:09:55.320382+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:09:55.384263+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:09:55.393031+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-11T06:09:55.394049+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-11T06:09:55.422425+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:09:55.720567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95373d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/95373d","method":"GET"} [] [2021-05-11T06:12:07.109260+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-11T06:12:07.144133+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:12:07.182519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:12:07.186064+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:12:07.186128+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:12:07.186163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:07.186192+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:07.253621+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-11T06:12:07.262469+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-11T06:12:07.264816+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-11T06:12:07.268917+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-11T06:12:07.269469+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-11T06:12:07.269989+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-05-11T06:12:07.319278+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-11T06:12:07.323123+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":149815.0,"3":"2021-04-13T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2021-05-11T06:12:07.328343+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":310,"6":26} [] [2021-05-11T06:12:07.330484+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":2000.0,"4":null,"5":310,"6":24} [] [2021-05-11T06:12:07.330752+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":310,"6":25} [] [2021-05-11T06:12:07.331368+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":310,"6":27} [] [2021-05-11T06:12:07.335817+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-11T06:12:07.347569+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:12:07.484731+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T06:12:07.509321+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:12:07.509377+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:07.509410+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:07.510467+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:12:07.541585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:12:07.544694+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:12:07.557236+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T06:12:07.613903+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T06:12:07.617342+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[310,309,308,307,306,305,304,303,302,301]] [] [2021-05-11T06:12:07.624997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:12:07.625487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:12:07.625874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T06:12:07.626242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T06:12:07.626582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:12:07.626926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T06:12:07.627292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T06:12:07.627658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T06:12:07.628024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T06:12:07.628493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T06:12:07.630036+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T06:12:07.637499+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:12:08.002857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f854a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8f854a","method":"GET"} [] [2021-05-11T06:12:09.616542+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:12:09.644383+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:12:09.644443+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:09.644476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:09.646144+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:12:09.674352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:12:09.677665+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:12:09.728214+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:12:09.755056+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:12:10.048507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45bd26"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/45bd26","method":"GET"} [] [2021-05-11T06:12:27.436313+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-11T06:12:27.471179+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:12:27.500881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:12:27.504672+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:12:27.504737+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:12:27.504772+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:27.504801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:27.559912+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-11T06:12:27.638528+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T06:12:27.645891+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T06:12:27.651932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:12:27.655940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-05-11T06:12:27.658373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-11T06:12:27.658745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-11T06:12:27.659037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-05-11T06:12:27.659319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-05-11T06:12:27.659614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-05-11T06:12:27.659919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-05-11T06:12:27.660295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:12:27.660585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:12:27.660868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:12:27.661145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-11T06:12:27.661447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-05-11T06:12:27.661909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-05-11T06:12:27.662275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-05-11T06:12:27.662560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-05-11T06:12:27.662841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-11T06:12:27.663119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-05-11T06:12:27.663460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-11T06:12:27.663740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-11T06:12:27.664018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-05-11T06:12:27.664293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-11T06:12:27.664573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T06:12:27.664874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-05-11T06:12:27.665259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-11T06:12:27.665574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:12:27.665835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-05-11T06:12:27.666222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-05-11T06:12:27.666593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-11T06:12:27.666854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-05-11T06:12:27.667135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-11T06:12:27.667418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-05-11T06:12:27.667738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-11T06:12:27.668005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-11T06:12:27.668300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-05-11T06:12:27.668682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-05-11T06:12:27.669059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:12:27.669343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-05-11T06:12:27.669642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-05-11T06:12:27.669938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-05-11T06:12:27.670310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-05-11T06:12:27.670662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-05-11T06:12:27.670960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-11T06:12:27.671255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-05-11T06:12:27.671671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-05-11T06:12:27.672027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-11T06:12:27.672295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-05-11T06:12:27.672559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-11T06:12:27.672820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-05-11T06:12:27.673112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-05-11T06:12:27.673524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-05-11T06:12:27.673945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2021-05-11T06:12:28.287073+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:12:28.307913+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:12:53.045514+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:12:53.070878+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:12:53.070936+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:53.070970+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:53.072081+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:12:53.101818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:12:53.105014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:12:53.145622+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:12:53.168330+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:12:53.647521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91193f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/91193f","method":"GET"} [] [2021-05-11T06:12:56.401501+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T06:12:56.427927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:12:56.427991+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:56.428029+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:56.429167+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:12:56.482842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:12:56.486297+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:12:56.499961+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T06:12:56.554559+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T06:12:56.558100+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[310,309,308,307,306,305,304,303,302,301]] [] [2021-05-11T06:12:56.565904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:12:56.566414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:12:56.566783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T06:12:56.567153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T06:12:56.567561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:12:56.567908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T06:12:56.568279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T06:12:56.568648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T06:12:56.569015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T06:12:56.569453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T06:12:56.570994+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T06:12:56.578667+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:12:56.967351+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f59fe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6f59fe","method":"GET"} [] [2021-05-11T06:12:59.209278+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"310"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/310","method":"GET"} [] [2021-05-11T06:12:59.239592+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:12:59.239653+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:59.239690+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:12:59.241443+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:12:59.286650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:12:59.290469+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:12:59.310893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["310"] [] [2021-05-11T06:12:59.325397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2021-05-11T06:12:59.378524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:12:59.379346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:12:59.381422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:12:59.382005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:12:59.382417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:12:59.382820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:12:59.384448+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:12:59.385874+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-11T06:12:59.386741+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-11T06:12:59.424372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:12:59.827413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2aed4c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2aed4c","method":"GET"} [] [2021-05-11T06:13:07.717101+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"310"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/310","method":"POST"} [] [2021-05-11T06:13:07.751286+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:13:07.797436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:13:07.801828+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:13:07.801899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:13:07.801934+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:13:07.801963+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:13:07.823523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["310"] [] [2021-05-11T06:13:07.840881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2021-05-11T06:13:07.894626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:13:07.895490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:13:07.897439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:13:07.897928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:13:07.898337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:13:07.898730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:13:07.902243+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-11T06:13:07.903551+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-11T06:13:07.904179+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-11T06:13:07.905172+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-11T06:13:07.905697+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-11T06:13:07.906215+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-05-11T06:13:07.960967+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-11T06:13:07.961233+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ? WHERE id = ? [400.0,1090] [] [2021-05-11T06:13:07.961670+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-11T06:13:07.976553+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:13:08.155016+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T06:13:08.189040+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:13:08.189099+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:13:08.189133+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:13:08.190838+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:13:08.219324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:13:08.222818+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:13:08.239969+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T06:13:08.305366+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T06:13:08.308802+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[310,309,308,307,306,305,304,303,302,301]] [] [2021-05-11T06:13:08.316555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:13:08.317070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:13:08.317450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T06:13:08.317934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T06:13:08.318348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:13:08.318736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T06:13:08.319125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T06:13:08.319503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T06:13:08.319882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T06:13:08.320323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T06:13:08.321976+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T06:13:08.329665+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:13:08.696273+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f616e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9f616e","method":"GET"} [] [2021-05-11T06:13:26.809572+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:13:26.837342+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:13:26.837399+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:13:26.837432+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:13:26.839066+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:13:26.867597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:13:26.871099+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:13:26.913674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:13:26.939906+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:13:27.241830+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77933d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77933d","method":"GET"} [] [2021-05-11T06:13:42.380708+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-11T06:13:42.409825+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:13:42.447239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:13:42.450697+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:13:42.450757+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:13:42.450791+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:13:42.450820+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:13:42.503802+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-11T06:13:42.582560+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T06:13:42.589708+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T06:13:42.595622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:13:42.599571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-05-11T06:13:42.602050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-11T06:13:42.602479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-11T06:13:42.602815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-05-11T06:13:42.603146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-05-11T06:13:42.603496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-05-11T06:13:42.603854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-05-11T06:13:42.604278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:13:42.604610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:13:42.604942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:13:42.605272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-11T06:13:42.605696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-05-11T06:13:42.606230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-05-11T06:13:42.606566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-05-11T06:13:42.606897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-05-11T06:13:42.607233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-11T06:13:42.607566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-05-11T06:13:42.607898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-11T06:13:42.608229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-11T06:13:42.608561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-05-11T06:13:42.608894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-11T06:13:42.609226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T06:13:42.609575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-05-11T06:13:42.610005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-11T06:13:42.610381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:13:42.610710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-05-11T06:13:42.611167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-05-11T06:13:42.611613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-11T06:13:42.611938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-05-11T06:13:42.612291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-11T06:13:42.612641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-05-11T06:13:42.613035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-11T06:13:42.613372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-11T06:13:42.613740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-05-11T06:13:42.614198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-05-11T06:13:42.614654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:13:42.615012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-05-11T06:13:42.615385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-05-11T06:13:42.615756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-05-11T06:13:42.616205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-05-11T06:13:42.616530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-05-11T06:13:42.616883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-11T06:13:42.617283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-05-11T06:13:42.617782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-05-11T06:13:42.618195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-11T06:13:42.618580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-05-11T06:13:42.618896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-11T06:13:42.619205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-05-11T06:13:42.619533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-05-11T06:13:42.619974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-05-11T06:13:42.620411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2021-05-11T06:13:43.201088+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:13:43.221581+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:17:30.280219+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:17:30.313852+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:17:30.313909+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:17:30.313942+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:17:30.315633+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:17:30.361904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:17:30.365577+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:17:30.421244+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:17:30.451158+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:17:30.924533+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24ab35"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/24ab35","method":"GET"} [] [2021-05-11T06:17:32.973988+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T06:17:32.998716+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:17:32.998773+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:17:32.998805+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:17:32.999866+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:17:33.022716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:17:33.025848+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:17:33.038573+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T06:17:33.093680+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T06:17:33.097100+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[310,309,308,307,306,305,304,303,302,301]] [] [2021-05-11T06:17:33.104810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:17:33.105324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:17:33.105693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T06:17:33.106135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T06:17:33.106479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:17:33.106823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T06:17:33.107194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T06:17:33.107567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T06:17:33.107938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T06:17:33.108378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T06:17:33.109927+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T06:17:33.117362+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:17:33.544208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd45b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dd45b5","method":"GET"} [] [2021-05-11T06:17:45.289922+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"310"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/310","method":"GET"} [] [2021-05-11T06:17:45.322691+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:17:45.322748+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:17:45.322780+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:17:45.324457+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:17:45.362714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:17:45.366139+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:17:45.386860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["310"] [] [2021-05-11T06:17:45.400923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2021-05-11T06:17:45.452328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:17:45.453189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:17:45.455229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:17:45.455718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:17:45.456117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:17:45.456506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:17:45.458082+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:17:45.459490+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-11T06:17:45.460425+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-11T06:17:45.493154+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:17:45.962045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"969807"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/969807","method":"GET"} [] [2021-05-11T06:18:00.729737+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-05-11T06:18:00.758949+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:18:00.786218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:18:00.789592+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:18:00.789654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:18:00.789689+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:00.789718+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:00.795429+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-05-11T06:18:00.806825+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T06:18:00.872290+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%1315%"] [] [2021-05-11T06:18:00.875423+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%1315%",[310,270,253,246,231,219,210,202,197,179]] [] [2021-05-11T06:18:00.882958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:18:00.883506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:18:00.883994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-05-11T06:18:00.884404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:18:00.885964+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%1315%"] [] [2021-05-11T06:18:00.892949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:18:01.248031+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1aff63"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1aff63","method":"GET"} [] [2021-05-11T06:18:06.329276+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"270"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/270","method":"GET"} [] [2021-05-11T06:18:06.356732+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:18:06.356788+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:06.356821+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:06.358469+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:18:06.397821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:18:06.401241+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:18:06.420655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["270"] [] [2021-05-11T06:18:06.434344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-05-11T06:18:06.485929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:18:06.486748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:18:06.488662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:18:06.489099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:18:06.489493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:18:06.489881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:18:06.491372+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:18:06.492738+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-11T06:18:06.493524+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-11T06:18:06.537064+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:18:06.917805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85df19"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/85df19","method":"GET"} [] [2021-05-11T06:18:18.545710+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"270"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/270","method":"POST"} [] [2021-05-11T06:18:18.574728+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:18:18.608398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:18:18.611860+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:18:18.611921+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:18:18.611955+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:18.611984+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:18.632511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["270"] [] [2021-05-11T06:18:18.646378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-05-11T06:18:18.696846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:18:18.697609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:18:18.699464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:18:18.699860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:18:18.700202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:18:18.700571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:18:18.703657+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-11T06:18:18.704787+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-11T06:18:18.705358+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-11T06:18:18.706177+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-11T06:18:18.706651+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-11T06:18:18.707114+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-05-11T06:18:18.757781+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-11T06:18:18.758120+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ? WHERE id = ? [400.0,937] [] [2021-05-11T06:18:18.758445+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-11T06:18:18.773406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:18:18.955865+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-11T06:18:18.987734+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:18:18.987791+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:18.987825+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:18.989466+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:18:19.028832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:18:19.032220+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:18:19.048289+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-11T06:18:19.107625+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-11T06:18:19.110956+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[310,309,308,307,306,305,304,303,302,301]] [] [2021-05-11T06:18:19.118328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-11T06:18:19.118780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:18:19.119214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-11T06:18:19.119581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-11T06:18:19.119920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:18:19.120260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-11T06:18:19.120626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-11T06:18:19.121045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-11T06:18:19.121419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-11T06:18:19.121852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-11T06:18:19.123373+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-11T06:18:19.130846+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:18:19.498426+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"652781"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/652781","method":"GET"} [] [2021-05-11T06:18:24.422256+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:18:24.450335+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:18:24.450395+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:24.450428+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:24.452185+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:18:24.481499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:18:24.484961+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:18:24.535645+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:18:24.562622+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:18:24.859281+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe489f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fe489f","method":"GET"} [] [2021-05-11T06:18:49.534331+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-11T06:18:49.564237+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:18:49.607582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:18:49.616035+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:18:49.616097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:18:49.616131+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:49.616159+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:18:49.660617+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-11T06:18:49.737459+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T06:18:49.744577+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2021-05-11T00:00:00+00:00"] [] [2021-05-11T06:18:49.750547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-11T06:18:49.754492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2021-05-11T06:18:49.756846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-11T06:18:49.757213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-11T06:18:49.757553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2021-05-11T06:18:49.757888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-05-11T06:18:49.758238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-05-11T06:18:49.758598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2021-05-11T06:18:49.759018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-11T06:18:49.759355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-11T06:18:49.759689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-11T06:18:49.760094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-11T06:18:49.760452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2021-05-11T06:18:49.760958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-05-11T06:18:49.761289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-05-11T06:18:49.761623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-05-11T06:18:49.762026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-11T06:18:49.762360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2021-05-11T06:18:49.762690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-11T06:18:49.763019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-11T06:18:49.763349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2021-05-11T06:18:49.763680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-11T06:18:49.764010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-11T06:18:49.764359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2021-05-11T06:18:49.764789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-11T06:18:49.765164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-11T06:18:49.765489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-05-11T06:18:49.765946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-05-11T06:18:49.766399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-11T06:18:49.766723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-05-11T06:18:49.767075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-11T06:18:49.767425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-05-11T06:18:49.767814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-11T06:18:49.768150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-11T06:18:49.768515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-05-11T06:18:49.768978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-05-11T06:18:49.769433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-11T06:18:49.769782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-05-11T06:18:49.770154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-05-11T06:18:49.770520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-05-11T06:18:49.770972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-05-11T06:18:49.771295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-05-11T06:18:49.771646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-11T06:18:49.772003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-05-11T06:18:49.772487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-05-11T06:18:49.772912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-11T06:18:49.773248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-05-11T06:18:49.773580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-11T06:18:49.773911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-05-11T06:18:49.774276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-05-11T06:18:49.774830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-05-11T06:18:49.775328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2021-05-11T06:18:50.370452+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:18:50.391670+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:25:57.139974+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-11T06:25:57.173138+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-11T06:25:57.173199+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:25:57.173236+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-11T06:25:57.174958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-11T06:25:57.212713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-11T06:25:57.216345+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-11T06:25:57.270971+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-11T06:25:57.299978+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-11T06:25:57.796893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4937ca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4937ca","method":"GET"} [] [2021-05-12T06:34:22.363414+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-12T06:34:22.425640+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-12T06:34:22.425700+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:22.425736+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:22.454441+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-12T06:34:25.511195+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b28c74"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b28c74","method":"GET"} [] [2021-05-12T06:34:29.772379+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-12T06:34:29.798981+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-12T06:34:29.799041+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:29.799080+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:29.800194+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:29.860601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-12T06:34:30.121204+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:30.127455+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 12 May 2021 06:34:30 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:30.127531+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:30.127563+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:30.133424+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-12T06:34:30.283039+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-12T06:34:30.308846+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-12T06:34:30.308907+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:30.309033+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:30.310238+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-12T06:34:30.331686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-12T06:34:30.337886+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-12T06:34:30.371902+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-12T06:34:30.480943+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-12T06:34:30.501209+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[310,309,308,307,306,305,304,303,302,301]] [] [2021-05-12T06:34:30.512061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-12T06:34:30.512522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-12T06:34:30.516302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-12T06:34:30.516661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-12T06:34:30.516932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-12T06:34:30.517223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-12T06:34:30.517591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-12T06:34:30.517877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-12T06:34:30.518163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-12T06:34:30.518521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-12T06:34:30.520681+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-12T06:34:30.534423+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-12T06:34:31.137117+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"829a0c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/829a0c","method":"GET"} [] [2021-05-12T06:34:32.859023+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-12T06:34:32.888615+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-12T06:34:32.888673+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:32.888706+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:32.890538+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-12T06:34:32.937909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-12T06:34:32.942430+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-12T06:34:33.006488+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-12T06:34:33.035944+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-12T06:34:33.430680+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07431f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/07431f","method":"GET"} [] [2021-05-12T06:34:53.064688+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-12T06:34:53.110636+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-12T06:34:53.145342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-12T06:34:53.150152+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-12T06:34:53.150229+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-12T06:34:53.150267+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:53.150299+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:34:53.218546+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-05-12T06:34:53.415989+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-05-12T00:00:00+00:00"] [] [2021-05-12T06:34:53.425216+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-05-12T00:00:00+00:00"] [] [2021-05-12T06:34:53.432423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-12T06:34:53.437881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-05-12T06:34:53.445021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-12T06:34:53.448739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-12T06:34:53.449148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-12T06:34:53.449503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-05-12T06:34:53.449943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-12T06:34:53.450285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-12T06:34:53.450632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-12T06:34:53.451008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-05-12T06:34:53.451434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-12T06:34:53.451780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-12T06:34:53.452145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-05-12T06:34:53.452548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-12T06:34:53.452915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-12T06:34:53.453209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-05-12T06:34:53.453528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-12T06:34:53.453841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-05-12T06:34:53.454306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-12T06:34:53.454606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-12T06:34:53.455002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-12T06:34:53.455294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-12T06:34:53.455581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-12T06:34:53.455863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-05-12T06:34:53.456144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-12T06:34:53.456424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-12T06:34:53.456745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-05-12T06:34:53.457698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-12T06:34:53.458097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-05-12T06:34:53.458407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-12T06:34:53.458738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-05-12T06:34:53.459079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-05-12T06:34:53.459429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-05-12T06:34:53.459737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-12T06:34:53.460048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-05-12T06:34:53.460336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-12T06:34:53.460637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-12T06:34:53.460930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-05-12T06:34:53.461383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-05-12T06:34:53.461802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-05-12T06:34:53.462216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-05-12T06:34:53.462529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-12T06:34:53.462836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-05-12T06:34:53.463170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-05-12T06:34:53.463461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-12T06:34:53.463764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-05-12T06:34:53.464188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-12T06:34:53.464498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-05-12T06:34:53.464905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-12T06:34:53.465204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-05-12T06:34:53.465577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-12T06:34:53.465870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-05-12T06:34:53.466155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-05-12T06:34:54.021738+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-12T06:34:54.043479+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-12T06:46:59.474053+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-12T06:46:59.508078+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-12T06:46:59.508137+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:46:59.508170+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-12T06:46:59.509861+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-12T06:46:59.557049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-12T06:46:59.561651+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-12T06:46:59.615128+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-12T06:46:59.645345+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-12T06:47:00.167312+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26f1dd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/26f1dd","method":"GET"} [] [2021-05-16T04:43:38.688033+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-16T04:43:38.810497+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T04:43:38.810559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:38.810595+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:38.850603+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-16T04:43:40.762660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20688b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/20688b","method":"GET"} [] [2021-05-16T04:43:45.815823+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-16T04:43:45.840862+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T04:43:45.843077+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:45.843163+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:45.845454+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:46.013782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-16T04:43:46.355481+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:46.364585+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 16 May 2021 04:43:46 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:46.364662+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:46.364692+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:46.370222+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T04:43:46.725077+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-16T04:43:46.749653+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T04:43:46.749709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:46.749742+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:46.750917+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T04:43:46.796868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T04:43:46.802677+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T04:43:46.871794+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-16T04:43:47.129531+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-16T04:43:47.143532+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[310,309,308,307,306,305,304,303,302,301]] [] [2021-05-16T04:43:47.153946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-16T04:43:47.154383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-16T04:43:47.156542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-16T04:43:47.156871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-16T04:43:47.157159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-16T04:43:47.157413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-16T04:43:47.157727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-16T04:43:47.158036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-16T04:43:47.158411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-16T04:43:47.158841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-16T04:43:47.160733+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-16T04:43:47.175944+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T04:43:48.004389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dce615"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dce615","method":"GET"} [] [2021-05-16T04:43:53.400781+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-16T04:43:53.435582+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T04:43:53.435640+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:53.435674+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:43:53.437375+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T04:43:53.475673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T04:43:53.485003+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T04:43:53.555904+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-16T04:43:53.587753+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T04:43:54.093354+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d916a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1d916a","method":"GET"} [] [2021-05-16T04:44:14.817929+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-16T04:44:14.847294+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T04:44:14.888761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T04:44:14.893135+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T04:44:14.893205+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T04:44:14.893238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:44:14.893267+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T04:44:14.947484+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-16T04:44:15.229082+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-05-16T00:00:00+00:00"] [] [2021-05-16T04:44:15.238171+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-05-16T00:00:00+00:00"] [] [2021-05-16T04:44:15.245211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-16T04:44:15.250159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-05-16T04:44:15.254479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-16T04:44:15.256370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-16T04:44:15.256669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-16T04:44:15.256952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-16T04:44:15.257232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-16T04:44:15.257574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-05-16T04:44:15.257953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-16T04:44:15.258241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-16T04:44:15.258522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-16T04:44:15.258829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-05-16T04:44:15.259108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-05-16T04:44:15.259416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-05-16T04:44:15.259718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-05-16T04:44:15.260186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-05-16T04:44:15.260530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-16T04:44:15.260858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-05-16T04:44:15.261139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-05-16T04:44:15.261575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-05-16T04:44:15.262093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-16T04:44:15.262384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-05-16T04:44:15.262666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-16T04:44:15.262981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-16T04:44:15.263261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-16T04:44:15.263538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-16T04:44:15.263814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-16T04:44:15.264089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-16T04:44:15.264364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-16T04:44:15.264659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-16T04:44:15.264989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-05-16T04:44:15.265273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-05-16T04:44:15.265547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-16T04:44:15.265819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-16T04:44:15.266073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-05-16T04:44:15.266361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-16T04:44:15.266632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-16T04:44:15.266884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-05-16T04:44:15.267270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-05-16T04:44:15.267549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-16T04:44:15.267830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-05-16T04:44:15.268183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-05-16T04:44:15.268584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-05-16T04:44:15.268845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-05-16T04:44:15.269261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-05-16T04:44:15.269642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-05-16T04:44:15.270008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-05-16T04:44:15.270274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-05-16T04:44:15.270535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-05-16T04:44:15.270792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-05-16T04:44:15.271046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-05-16T04:44:15.271336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-05-16T04:44:15.271640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-05-16T04:44:15.271904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-16T04:44:15.272180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-05-16T04:44:15.272478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-16T04:44:15.272778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-05-16T04:44:15.273192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-05-16T04:44:15.273578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-16T04:44:15.273843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-05-16T04:44:15.274117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-16T04:44:15.274409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-05-16T04:44:15.274730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-05-16T04:44:15.274995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-16T04:44:15.275251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-05-16T04:44:15.275542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-05-16T04:44:15.275879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-16T04:44:15.276145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-16T04:44:15.276404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-16T04:44:15.276724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-05-16T04:44:15.277108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-05-16T04:44:16.098863+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-16T04:44:16.119344+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:07:33.762702+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-16T05:07:33.798145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T05:07:33.798206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:07:33.798240+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:07:33.800262+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T05:07:33.833360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T05:07:33.837920+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T05:07:33.892418+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-16T05:07:33.921885+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:07:34.494658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"986e5c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/986e5c","method":"GET"} [] [2021-05-16T05:07:36.563539+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-16T05:07:36.588679+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T05:07:36.588738+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:07:36.588771+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:07:36.589832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T05:07:36.613948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T05:07:36.618013+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T05:07:36.630742+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-16T05:07:36.686306+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-16T05:07:36.691671+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[310,309,308,307,306,305,304,303,302,301]] [] [2021-05-16T05:07:36.699429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-16T05:07:36.699859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-16T05:07:36.701076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-16T05:07:36.701399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-16T05:07:36.701689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-16T05:07:36.701982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-16T05:07:36.702296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-16T05:07:36.702611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-16T05:07:36.702923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-16T05:07:36.703368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-16T05:07:36.704904+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-16T05:07:36.712643+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:07:37.139790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"376100"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/376100","method":"GET"} [] [2021-05-16T05:07:38.328378+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-16T05:07:38.356738+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T05:07:38.356796+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:07:38.356828+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:07:38.358465+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T05:07:38.389172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T05:07:38.393434+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T05:07:38.460680+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-16T05:07:38.471049+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-16T05:07:38.472795+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-16T05:07:38.500347+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:07:38.846665+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f9b39"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3f9b39","method":"GET"} [] [2021-05-16T05:09:57.142405+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-16T05:09:57.176388+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T05:09:57.205854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T05:09:57.210195+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T05:09:57.210253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T05:09:57.210288+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:09:57.210317+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:09:57.275193+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-16T05:09:57.284822+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-16T05:09:57.287572+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-16T05:09:57.295019+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-16T05:09:57.296644+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-16T05:09:57.367762+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-16T05:09:57.370781+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":284185.0,"3":"2021-04-30T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-05-16T05:09:57.391580+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":311,"6":26} [] [2021-05-16T05:09:57.393916+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":311,"6":24} [] [2021-05-16T05:09:57.394213+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":311,"6":25} [] [2021-05-16T05:09:57.396796+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-16T05:09:57.411035+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:09:57.551095+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-16T05:09:57.577238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T05:09:57.577340+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:09:57.577381+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:09:57.578612+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T05:09:57.607449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T05:09:57.611508+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T05:09:57.623956+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-16T05:09:57.680366+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-16T05:09:57.685491+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[311,310,309,308,307,306,305,304,303,302]] [] [2021-05-16T05:09:57.692945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-16T05:09:57.693413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-16T05:09:57.694669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-16T05:09:57.695037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-16T05:09:57.695403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-16T05:09:57.695777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-16T05:09:57.696118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-16T05:09:57.696482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-16T05:09:57.696844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-16T05:09:57.697284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-16T05:09:57.698852+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-16T05:09:57.706113+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:09:58.115861+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7175a4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7175a4","method":"GET"} [] [2021-05-16T05:10:00.499573+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-16T05:10:00.527131+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T05:10:00.527186+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:10:00.527218+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:10:00.528834+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T05:10:00.569548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T05:10:00.573829+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T05:10:00.623693+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-16T05:10:00.650765+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:10:00.994586+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"998aa2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/998aa2","method":"GET"} [] [2021-05-16T05:10:29.803279+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-16T05:10:29.836905+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T05:10:29.868820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T05:10:29.873106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T05:10:29.873171+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T05:10:29.873206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:10:29.873235+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:10:29.926993+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-16T05:10:30.006951+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-05-16T00:00:00+00:00"] [] [2021-05-16T05:10:30.015193+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-05-16T00:00:00+00:00"] [] [2021-05-16T05:10:30.021245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-16T05:10:30.026229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-05-16T05:10:30.029519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-16T05:10:30.030738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-16T05:10:30.031031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-16T05:10:30.031315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-16T05:10:30.031599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-16T05:10:30.031906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-05-16T05:10:30.032285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-16T05:10:30.032572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-16T05:10:30.032855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-16T05:10:30.033164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-05-16T05:10:30.033444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-05-16T05:10:30.033754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-05-16T05:10:30.034055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-05-16T05:10:30.034531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-05-16T05:10:30.034878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-16T05:10:30.035209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-05-16T05:10:30.035530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-05-16T05:10:30.035976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-05-16T05:10:30.036494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-16T05:10:30.036784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-05-16T05:10:30.037068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-16T05:10:30.037348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-16T05:10:30.037625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-16T05:10:30.037900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-16T05:10:30.038175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-16T05:10:30.038452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-16T05:10:30.038726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-16T05:10:30.039001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-16T05:10:30.039277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-05-16T05:10:30.039552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-05-16T05:10:30.039827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-16T05:10:30.040117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-16T05:10:30.040390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-05-16T05:10:30.040683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-16T05:10:30.041119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-16T05:10:30.041388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-05-16T05:10:30.041775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-05-16T05:10:30.042061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-16T05:10:30.042346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-05-16T05:10:30.042701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-05-16T05:10:30.043106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-05-16T05:10:30.043369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-05-16T05:10:30.043789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-05-16T05:10:30.044177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-05-16T05:10:30.044544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-05-16T05:10:30.044813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-05-16T05:10:30.045075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-05-16T05:10:30.045334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-05-16T05:10:30.045590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-05-16T05:10:30.045882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-05-16T05:10:30.046188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-05-16T05:10:30.046454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-16T05:10:30.046731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-05-16T05:10:30.047034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-16T05:10:30.047335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-05-16T05:10:30.047753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-05-16T05:10:30.048143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-16T05:10:30.048409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-05-16T05:10:30.048684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-16T05:10:30.048978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-05-16T05:10:30.049305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-05-16T05:10:30.049568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-16T05:10:30.049826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-05-16T05:10:30.050118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-05-16T05:10:30.050461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-16T05:10:30.050725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-16T05:10:30.050986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-16T05:10:30.051352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-05-16T05:10:30.051741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-05-16T05:10:30.052056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2021-05-16T05:10:30.818261+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-16T05:10:30.838844+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:23:52.542020+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-16T05:23:52.582311+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-16T05:23:52.582387+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:23:52.582447+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-16T05:23:52.584574+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-16T05:23:52.617054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-16T05:23:52.621537+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-16T05:23:52.674639+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-16T05:23:52.718704+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-16T05:23:53.314774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"189c7b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/189c7b","method":"GET"} [] [2021-05-17T05:56:13.643095+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-17T05:56:13.787330+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T05:56:13.787399+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:13.787485+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:13.860716+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-17T05:56:16.090230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ab1e8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3ab1e8","method":"GET"} [] [2021-05-17T05:56:19.451503+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-17T05:56:19.477764+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T05:56:19.477824+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:19.477864+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:19.481892+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:19.608966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-17T05:56:19.835591+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:19.842877+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 17 May 2021 05:56:19 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:19.842953+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:19.842983+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:19.848981+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-17T05:56:20.013840+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-17T05:56:20.038804+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T05:56:20.038861+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:20.038942+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:20.040066+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-17T05:56:20.063018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-17T05:56:20.066314+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-17T05:56:20.119712+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-17T05:56:20.270485+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-17T05:56:20.277957+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[311,310,309,308,307,306,305,304,303,302]] [] [2021-05-17T05:56:20.287281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-17T05:56:20.287728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-17T05:56:20.288131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-17T05:56:20.288452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-17T05:56:20.288766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-17T05:56:20.289056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-17T05:56:20.289392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-17T05:56:20.289709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-17T05:56:20.290025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-17T05:56:20.290349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-17T05:56:20.292260+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-17T05:56:20.304711+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-17T05:56:21.040520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a45d5c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a45d5c","method":"GET"} [] [2021-05-17T05:56:23.440618+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-17T05:56:23.468970+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T05:56:23.469028+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:23.469060+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:23.470681+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-17T05:56:23.526982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-17T05:56:23.530435+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-17T05:56:23.616571+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-17T05:56:23.647524+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-17T05:56:24.134614+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f1058"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3f1058","method":"GET"} [] [2021-05-17T05:56:40.455650+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-17T05:56:40.489226+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-17T05:56:40.523710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-17T05:56:40.527274+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-17T05:56:40.527333+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T05:56:40.527366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:40.527395+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T05:56:40.617935+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-05-17T05:56:40.795028+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-05-17T00:00:00+00:00"] [] [2021-05-17T05:56:40.803446+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-05-17T00:00:00+00:00"] [] [2021-05-17T05:56:40.809847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-17T05:56:40.814996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-05-17T05:56:40.820084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-17T05:56:40.821499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-17T05:56:40.821820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-05-17T05:56:40.822249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-17T05:56:40.822545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-17T05:56:40.822827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-05-17T05:56:40.823105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-05-17T05:56:40.823384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-05-17T05:56:40.823661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-05-17T05:56:40.823973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-05-17T05:56:40.824325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-17T05:56:40.824610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-17T05:56:40.824927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-05-17T05:56:40.825335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-17T05:56:40.825621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-17T05:56:40.825900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-17T05:56:40.826198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-05-17T05:56:40.826614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-05-17T05:56:40.826935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-17T05:56:40.827219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-05-17T05:56:40.827497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-17T05:56:40.827774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-17T05:56:40.828049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-05-17T05:56:40.828324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-05-17T05:56:40.828613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-17T05:56:40.828889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-05-17T05:56:40.829312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-17T05:56:40.829616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-05-17T05:56:40.830416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-17T05:56:40.830715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-17T05:56:40.830998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-05-17T05:56:40.831309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-17T05:56:40.831614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-05-17T05:56:40.831966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-05-17T05:56:40.832297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-17T05:56:40.832597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-17T05:56:40.832881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-05-17T05:56:40.834369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-17T05:56:40.834665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-17T05:56:40.834946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-17T05:56:40.835208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-05-17T05:56:40.835465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-17T05:56:40.835719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-05-17T05:56:40.835972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-05-17T05:56:40.836224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-17T05:56:40.836475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-17T05:56:40.836735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-17T05:56:40.836985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-17T05:56:40.837237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-05-17T05:56:40.837489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-17T05:56:40.837739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-17T05:56:40.838015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-05-17T05:56:40.838361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-17T05:56:40.838666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-05-17T05:56:40.838927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-05-17T05:56:40.839218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2021-05-17T05:56:41.339277+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-17T05:56:41.359635+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-17T08:41:11.958922+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-17T08:41:12.000362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T08:41:12.000420+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T08:41:12.000453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T08:41:12.002392+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-17T08:41:12.037265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-17T08:41:12.058093+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-17T08:41:12.120195+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-17T08:41:12.154130+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-17T08:41:13.234243+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"316b3a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/316b3a","method":"GET"} [] [2021-05-17T08:41:41.968547+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-17T08:41:42.009509+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-17T08:41:42.052877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-17T08:41:42.056873+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-17T08:41:42.056935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T08:41:42.056971+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T08:41:42.057000+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T08:41:42.116800+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-17T08:41:42.206701+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-05-17T00:00:00+00:00"] [] [2021-05-17T08:41:42.215707+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-05-17T00:00:00+00:00"] [] [2021-05-17T08:41:42.222062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-17T08:41:42.227772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-05-17T08:41:42.231446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-17T08:41:42.232885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-17T08:41:42.233181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-17T08:41:42.233462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-17T08:41:42.233745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-17T08:41:42.234050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-05-17T08:41:42.234574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-05-17T08:41:42.235018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-05-17T08:41:42.235446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-17T08:41:42.235734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-17T08:41:42.236016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-17T08:41:42.236316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2021-05-17T08:41:42.236615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-05-17T08:41:42.237074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-05-17T08:41:42.237361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-05-17T08:41:42.237800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-05-17T08:41:42.238239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-17T08:41:42.238644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-17T08:41:42.238924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-17T08:41:42.239202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-17T08:41:42.239478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-17T08:41:42.239755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-17T08:41:42.240031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-17T08:41:42.240311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-17T08:41:42.240599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-17T08:41:42.240858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-05-17T08:41:42.241277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-17T08:41:42.241540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-05-17T08:41:42.241824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-17T08:41:42.242106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-05-17T08:41:42.242491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-05-17T08:41:42.242871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-05-17T08:41:42.243168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-05-17T08:41:42.243433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-17T08:41:42.243712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-05-17T08:41:42.244124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-05-17T08:41:42.244485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-17T08:41:42.244844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-05-17T08:41:42.245168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-17T08:41:42.772117+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-17T08:41:42.792616+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-17T08:41:54.544270+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-17T08:41:54.576670+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T08:41:54.576727+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T08:41:54.576759+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T08:41:54.578309+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-17T08:41:54.609248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-17T08:41:54.613834+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-17T08:41:54.664186+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-17T08:41:54.689615+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-17T08:41:55.254322+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"535ee1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/535ee1","method":"GET"} [] [2021-05-17T08:42:40.448625+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-17T08:42:40.474182+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-17T08:42:40.497289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-17T08:42:40.501367+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-17T08:42:40.501425+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-17T08:42:40.501458+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T08:42:40.501530+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-17T08:42:40.541859+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-17T08:42:40.656021+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-05-17T00:00:00+00:00"] [] [2021-05-17T08:42:40.663198+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-05-17T00:00:00+00:00"] [] [2021-05-17T08:42:40.669184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-17T08:42:40.674001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-05-17T08:42:40.677437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-17T08:42:40.678710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-17T08:42:40.679045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-17T08:42:40.679375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-17T08:42:40.679704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-17T08:42:40.680062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-05-17T08:42:40.680590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-05-17T08:42:40.681078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-05-17T08:42:40.681518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-17T08:42:40.681853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-17T08:42:40.682186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-17T08:42:40.682516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2021-05-17T08:42:40.682863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-05-17T08:42:40.683376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-05-17T08:42:40.683710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-05-17T08:42:40.684174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-05-17T08:42:40.684652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-17T08:42:40.684985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-17T08:42:40.685313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-17T08:42:40.685643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-17T08:42:40.685972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-17T08:42:40.686301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-17T08:42:40.686630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-17T08:42:40.686958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-17T08:42:40.687302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-17T08:42:40.687626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-05-17T08:42:40.688110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-17T08:42:40.688434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-05-17T08:42:40.688786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-17T08:42:40.689137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-05-17T08:42:40.689595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-05-17T08:42:40.690052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-05-17T08:42:40.690426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-05-17T08:42:40.690796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-17T08:42:40.691128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-05-17T08:42:40.691602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-05-17T08:42:40.692016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-17T08:42:40.692426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-05-17T08:42:40.692755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-17T08:42:41.187778+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-17T08:42:41.207981+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:11:26.800307+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-18T04:11:26.884096+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:11:26.884154+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:26.884189+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:26.921077+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-18T04:11:27.405240+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"294308"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/294308","method":"GET"} [] [2021-05-18T04:11:30.028323+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-18T04:11:30.053544+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:11:30.053598+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.053637+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.056456+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.155997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-18T04:11:30.401141+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.406904+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 18 May 2021 04:11:30 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.406973+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.407004+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.412708+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:11:30.589488+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:11:30.613941+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:11:30.613995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.614027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:30.615130+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:11:30.635550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:11:30.638702+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:11:30.701481+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:11:30.819056+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:11:30.824571+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[311,310,309,308,307,306,305,304,303,302]] [] [2021-05-18T04:11:30.833987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:11:30.834444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:11:30.834891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:11:30.835254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:11:30.835572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:11:30.835864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:11:30.836155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:11:30.836470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:11:30.836785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:11:30.837106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-18T04:11:30.839300+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:11:30.852361+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:11:31.455235+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3ff02"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b3ff02","method":"GET"} [] [2021-05-18T04:11:32.734024+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T04:11:32.773855+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:11:32.773918+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:32.773952+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:32.775695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:11:32.804858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:11:32.808372+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:11:32.875686+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:11:32.906087+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:11:33.194632+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1195d8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1195d8","method":"GET"} [] [2021-05-18T04:11:35.041180+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:11:35.065596+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:11:35.065650+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:35.065682+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:35.066730+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:11:35.088503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:11:35.091773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:11:35.104099+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:11:35.162251+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:11:35.168209+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[311,310,309,308,307,306,305,304,303,302]] [] [2021-05-18T04:11:35.176174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:11:35.176675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:11:35.177160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:11:35.177533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:11:35.177855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:11:35.178150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:11:35.178503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:11:35.178876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:11:35.179201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:11:35.179526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-18T04:11:35.181232+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:11:35.188681+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:11:35.640171+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9776cb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9776cb","method":"GET"} [] [2021-05-18T04:11:36.818091+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T04:11:36.846287+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:11:36.846344+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:36.846376+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:11:36.848033+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:11:36.878030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:11:36.881614+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:11:36.950947+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:11:36.959807+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:11:36.960750+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:11:36.989903+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:11:37.293675+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4adf8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f4adf8","method":"GET"} [] [2021-05-18T04:14:11.422500+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T04:14:11.472977+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:14:11.515374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:14:11.525096+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:14:11.525216+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:14:11.525285+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:14:11.525426+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:14:11.622205+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-18T04:14:11.631917+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T04:14:11.634001+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T04:14:11.638515+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T04:14:11.639077+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T04:14:11.724460+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:14:11.725902+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":144343.0,"3":"2021-04-19T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":5,"11":2} [] [2021-05-18T04:14:11.727092+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":312,"6":26} [] [2021-05-18T04:14:11.728132+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":312,"6":24} [] [2021-05-18T04:14:11.728354+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":312,"6":25} [] [2021-05-18T04:14:11.730418+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:14:11.742589+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:14:11.901494+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:14:11.926494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:14:11.926551+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:14:11.926583+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:14:11.927666+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:14:11.948966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:14:11.952137+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:14:11.964669+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:14:12.021050+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:14:12.025171+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[312,311,310,309,308,307,306,305,304,303]] [] [2021-05-18T04:14:12.032848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:14:12.033303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:14:12.033710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:14:12.034040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:14:12.034353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:14:12.034669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:14:12.034960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:14:12.035291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:14:12.035610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:14:12.035925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:14:12.036236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-18T04:14:12.037825+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:14:12.045536+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:14:12.448748+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e516ff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e516ff","method":"GET"} [] [2021-05-18T04:14:56.421608+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T04:14:56.454216+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:14:56.454271+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:14:56.454303+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:14:56.455929+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:14:56.506589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:14:56.510255+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:14:56.574629+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:14:56.583424+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:14:56.584365+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:14:56.611929+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:14:56.966697+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab99f6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ab99f6","method":"GET"} [] [2021-05-18T04:19:06.604487+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T04:19:06.640861+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:19:06.685447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:19:06.689111+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:19:06.689179+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:19:06.689215+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:19:06.689245+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:19:06.761647+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-05-18T04:19:06.771882+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T04:19:06.776252+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T04:19:06.782032+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-05-18T04:19:06.782718+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["63"]] [] [2021-05-18T04:19:06.783261+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T04:19:06.784012+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T04:19:06.784769+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2021-05-18T04:19:06.840787+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:19:06.841892+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":129003.0,"3":"2021-03-28T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":2} [] [2021-05-18T04:19:06.843353+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":313,"6":26} [] [2021-05-18T04:19:06.844607+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":313,"6":28} [] [2021-05-18T04:19:06.844831+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1600.0,"4":null,"5":313,"6":63} [] [2021-05-18T04:19:06.845040+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":8.0,"3":437.5,"4":null,"5":313,"6":24} [] [2021-05-18T04:19:06.845230+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":313,"6":25} [] [2021-05-18T04:19:06.845413+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":313,"6":27} [] [2021-05-18T04:19:06.846773+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:19:06.863125+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:19:07.009874+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:19:07.037877+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:19:07.037944+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:19:07.037980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:19:07.039181+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:19:07.063992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:19:07.067287+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:19:07.081477+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:19:07.142375+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:19:07.146115+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[313,312,311,310,309,308,307,306,305,304]] [] [2021-05-18T04:19:07.154273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:19:07.154800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:19:07.155387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:19:07.155740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:19:07.156087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:19:07.156425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:19:07.156765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:19:07.157079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:19:07.157392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:19:07.157774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:19:07.158110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:19:07.158446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-05-18T04:19:07.160053+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:19:07.167794+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:19:07.577699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cb129"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3cb129","method":"GET"} [] [2021-05-18T04:19:23.893490+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T04:19:23.927878+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:19:23.927937+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:19:23.927970+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:19:23.929689+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:19:23.958460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:19:23.963172+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:19:24.030684+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:19:24.041936+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:19:24.043908+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:19:24.074797+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:19:24.420029+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba7d92"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ba7d92","method":"GET"} [] [2021-05-18T04:22:55.074399+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T04:22:55.108314+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:22:55.136073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:22:55.140478+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:22:55.140539+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:22:55.140573+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:22:55.140601+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:22:55.205855+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-05-18T04:22:55.215416+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T04:22:55.218193+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-05-18T04:22:55.223121+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-05-18T04:22:55.223641+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-05-18T04:22:55.274782+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:22:55.275782+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":174280.0,"3":"2021-04-03T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":2} [] [2021-05-18T04:22:55.277164+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":314,"6":1} [] [2021-05-18T04:22:55.278359+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2650.0,"4":null,"5":314,"6":46} [] [2021-05-18T04:22:55.278589+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":133.33,"4":null,"5":314,"6":171} [] [2021-05-18T04:22:55.279758+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:22:55.303778+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:22:55.452342+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:22:55.476752+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:22:55.476806+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:22:55.476838+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:22:55.477886+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:22:55.501861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:22:55.506059+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:22:55.518621+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:22:55.574218+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:22:55.579407+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[314,313,312,311,310,309,308,307,306,305]] [] [2021-05-18T04:22:55.586876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:22:55.587338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:22:55.588630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:22:55.588965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:22:55.589293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:22:55.589616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:22:55.589938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:22:55.590262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:22:55.590559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:22:55.590858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:22:55.591212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:22:55.592691+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:22:55.599928+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:22:56.046630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a8cd5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1a8cd5","method":"GET"} [] [2021-05-18T04:22:59.728514+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-18T04:22:59.757212+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:22:59.757315+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:22:59.757380+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:22:59.759170+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:22:59.796951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:22:59.800434+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:22:59.817362+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:22:59.882014+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:22:59.885971+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[186,185,184,183,182,181,180,179,178,177]] [] [2021-05-18T04:22:59.889137+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:22:59.894357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:23:00.263785+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67a236"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/67a236","method":"GET"} [] [2021-05-18T04:23:01.658183+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-18T04:23:01.683108+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:23:01.683163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:01.683195+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:01.684356+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:23:01.710115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:23:01.713288+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:23:01.759410+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:23:02.073529+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b123a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5b123a","method":"GET"} [] [2021-05-18T04:23:32.793379+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-05-18T04:23:32.826821+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:23:32.859478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:23:32.865503+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:23:32.865572+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:23:32.865606+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:32.865634+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:32.951297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Door lock motor"] [] [2021-05-18T04:23:32.958381+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:23:32.959081+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Door lock motor","2":"Pcs","3":null,"4":null,"5":1} [] [2021-05-18T04:23:32.960182+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:23:32.972477+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:23:33.106526+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-18T04:23:33.130657+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:23:33.130709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:33.130741+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:33.131787+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:23:33.164529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:23:33.167660+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:23:33.177994+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:23:33.229837+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:23:33.233793+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[187,186,185,184,183,182,181,180,179,178]] [] [2021-05-18T04:23:33.236881+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:23:33.243521+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:23:33.607468+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a96a0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3a96a0","method":"GET"} [] [2021-05-18T04:23:39.301001+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:23:39.326253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:23:39.326312+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:39.326345+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:39.327419+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:23:39.368525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:23:39.378622+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:23:39.404938+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:23:39.464107+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:23:39.467139+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[314,313,312,311,310,309,308,307,306,305]] [] [2021-05-18T04:23:39.474510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:23:39.474972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:23:39.475356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:23:39.475722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:23:39.476091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:23:39.476456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:23:39.476823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:23:39.477190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:23:39.479605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:23:39.480179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:23:39.480647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:23:39.482297+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:23:39.489587+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:23:39.899913+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bdaf9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9bdaf9","method":"GET"} [] [2021-05-18T04:23:41.236365+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"314"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/314","method":"GET"} [] [2021-05-18T04:23:41.265224+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:23:41.265289+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:41.265329+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:23:41.267198+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:23:41.310169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:23:41.313706+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:23:41.337357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["314"] [] [2021-05-18T04:23:41.353017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2021-05-18T04:23:41.406944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:23:41.407873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:23:41.411025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T04:23:41.411615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T04:23:41.412014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-18T04:23:41.413547+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:23:41.414995+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:23:41.415918+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:23:41.450156+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:23:41.958244+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c703e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5c703e","method":"GET"} [] [2021-05-18T04:24:39.344892+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"314"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/314","method":"POST"} [] [2021-05-18T04:24:39.373577+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:24:39.410207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:24:39.413418+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:24:39.413478+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:24:39.413513+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:24:39.413543+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:24:39.430167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["314"] [] [2021-05-18T04:24:39.444431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2021-05-18T04:24:39.495930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:24:39.496758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:24:39.498424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T04:24:39.498899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T04:24:39.499289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-18T04:24:39.502306+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-05-18T04:24:39.503450+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T04:24:39.504852+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-05-18T04:24:39.505748+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-05-18T04:24:39.506271+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-05-18T04:24:39.506806+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["187"]] [] [2021-05-18T04:24:39.507373+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-18T04:24:39.559831+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:24:39.560714+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":314,"6":187} [] [2021-05-18T04:24:39.563296+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":314,"6":6} [] [2021-05-18T04:24:39.564896+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:24:39.579374+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:24:39.748568+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:24:39.782489+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:24:39.782547+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:24:39.782579+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:24:39.784248+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:24:39.830873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:24:39.834261+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:24:39.850179+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:24:39.910333+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:24:39.913793+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[314,313,312,311,310,309,308,307,306,305]] [] [2021-05-18T04:24:39.921210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:24:39.921662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:24:39.922063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:24:39.922434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:24:39.922800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:24:39.923225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:24:39.923596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:24:39.923962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:24:39.924304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:24:39.924647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:24:39.925046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:24:39.926581+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:24:39.933876+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:24:40.342095+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff3c23"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ff3c23","method":"GET"} [] [2021-05-18T04:26:12.387018+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T04:26:12.419750+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:26:12.419810+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:26:12.419894+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:26:12.421574+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:26:12.475820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:26:12.480319+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:26:12.545629+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:26:12.554480+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:26:12.555382+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:26:12.583258+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:26:12.953796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4b6a4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c4b6a4","method":"GET"} [] [2021-05-18T04:26:37.495283+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T04:26:37.522977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:26:37.523032+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:26:37.523064+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:26:37.524673+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:26:37.559267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:26:37.565419+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:26:37.615498+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:26:37.641696+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:26:38.014459+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d037b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3d037b","method":"GET"} [] [2021-05-18T04:27:05.679918+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-18T04:27:05.706592+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:27:05.742857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:27:05.746132+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:27:05.746196+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:27:05.746231+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:27:05.746262+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:27:05.789473+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-18T04:27:05.876507+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T04:27:05.883059+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T04:27:05.889748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:27:05.893849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-05-18T04:27:05.896444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T04:27:05.896842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T04:27:05.897138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T04:27:05.897424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-18T04:27:05.897709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-18T04:27:05.898021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-05-18T04:27:05.898402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T04:27:05.898692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-18T04:27:05.898975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-18T04:27:05.899286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-05-18T04:27:05.899568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-05-18T04:27:05.899888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-05-18T04:27:05.900194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-05-18T04:27:05.900673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-05-18T04:27:05.901024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-18T04:27:05.901356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-05-18T04:27:05.901638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-05-18T04:27:05.902082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-05-18T04:27:05.902671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-18T04:27:05.902967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-05-18T04:27:05.903253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-18T04:27:05.903537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-18T04:27:05.903822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-18T04:27:05.904101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-18T04:27:05.904379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-18T04:27:05.904658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-18T04:27:05.904939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-18T04:27:05.905218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-18T04:27:05.905495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-05-18T04:27:05.905731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-05-18T04:27:05.906012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T04:27:05.906303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T04:27:05.906562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-05-18T04:27:05.906871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-18T04:27:05.907152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:27:05.907410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-05-18T04:27:05.908095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-05-18T04:27:05.908404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-18T04:27:05.908695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-05-18T04:27:05.909050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-05-18T04:27:05.909460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-05-18T04:27:05.909727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-05-18T04:27:05.910150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-05-18T04:27:05.910536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-05-18T04:27:05.910928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-05-18T04:27:05.911200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-05-18T04:27:05.911466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-05-18T04:27:05.911700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-05-18T04:27:05.911958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-05-18T04:27:05.912252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-05-18T04:27:05.912562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-05-18T04:27:05.912828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-18T04:27:05.913147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-05-18T04:27:05.913453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-18T04:27:05.913805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-05-18T04:27:05.914231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-05-18T04:27:05.914625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T04:27:05.914894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-05-18T04:27:05.915176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-18T04:27:05.915471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-05-18T04:27:05.915794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-05-18T04:27:05.916062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-18T04:27:05.916322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-05-18T04:27:05.916599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-05-18T04:27:05.916938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-18T04:27:05.917204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-18T04:27:05.917463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-18T04:27:05.917732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-05-18T04:27:05.918118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-05-18T04:27:05.918434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2021-05-18T04:27:06.722944+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:27:06.748110+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:28:27.616699+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T04:28:27.649435+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:28:27.649491+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:28:27.649524+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:28:27.651102+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:28:27.700135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:28:27.703584+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:28:27.755127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:28:27.780066+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:28:28.386704+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b10f97"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b10f97","method":"GET"} [] [2021-05-18T04:28:30.739611+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:28:30.764380+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:28:30.764438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:28:30.764470+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:28:30.765541+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:28:30.809307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:28:30.812424+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:28:30.825012+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:28:30.879263+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:28:30.882596+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[314,313,312,311,310,309,308,307,306,305]] [] [2021-05-18T04:28:30.889945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:28:30.890385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:28:30.890719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:28:30.891044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:28:30.891360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:28:30.891677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:28:30.891990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:28:30.892338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:28:30.892630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:28:30.892920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:28:30.893261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:28:30.894732+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:28:30.901949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:28:31.313011+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30aeb7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/30aeb7","method":"GET"} [] [2021-05-18T04:28:51.712499+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-05-18T04:28:51.747649+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:28:51.794811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:28:51.798239+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:28:51.798298+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:28:51.798334+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:28:51.798364+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:28:51.804512+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-05-18T04:28:51.816012+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:28:51.884197+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%"] [] [2021-05-18T04:28:51.889820+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[311,296,287,286,279,275,254,247,245,241]] [] [2021-05-18T04:28:51.897189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:28:51.897642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:28:51.898107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T04:28:51.898462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:28:51.900030+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-05-18T04:28:51.907029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:28:52.302923+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"017724"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/017724","method":"GET"} [] [2021-05-18T04:29:06.162431+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"287"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/287","method":"GET"} [] [2021-05-18T04:29:06.191632+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:29:06.191690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:29:06.191723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:29:06.193386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:29:06.237905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:29:06.241287+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:29:06.260665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["287"] [] [2021-05-18T04:29:06.274003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-05-18T04:29:06.324480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:29:06.325283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:29:06.327223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-18T04:29:06.327667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-18T04:29:06.328066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-18T04:29:06.328455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T04:29:06.330018+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:29:06.331580+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:29:06.332417+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:29:06.366469+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:29:06.811226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b670e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2b670e","method":"GET"} [] [2021-05-18T04:30:37.905241+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"287"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/287","method":"POST"} [] [2021-05-18T04:30:37.935957+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:30:37.977618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:30:37.981034+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:30:37.981098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:30:37.981132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:30:37.981162+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:30:38.001534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["287"] [] [2021-05-18T04:30:38.015273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-05-18T04:30:38.066444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:30:38.067217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:30:38.069091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-18T04:30:38.070571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-18T04:30:38.070970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-18T04:30:38.071310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T04:30:38.074308+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-18T04:30:38.075389+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T04:30:38.077377+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["90"]] [] [2021-05-18T04:30:38.078853+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["51"]] [] [2021-05-18T04:30:38.079389+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["31"]] [] [2021-05-18T04:30:38.079852+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T04:30:38.080361+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T04:30:38.080841+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T04:30:38.081316+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-18T04:30:38.134125+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:30:38.134963+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":287,"6":25} [] [2021-05-18T04:30:38.135325+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":287,"6":24} [] [2021-05-18T04:30:38.135547+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":287,"6":6} [] [2021-05-18T04:30:38.135791+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ?, item_id = ? WHERE id = ? [250.0,26,1001] [] [2021-05-18T04:30:38.139271+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:30:38.153719+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:30:38.344667+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:30:38.377237+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:30:38.377295+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:30:38.377328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:30:38.378976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:30:38.421870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:30:38.428785+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:30:38.450306+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:30:38.509943+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:30:38.514586+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[314,313,312,311,310,309,308,307,306,305]] [] [2021-05-18T04:30:38.522502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:30:38.522949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:30:38.524081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:30:38.524451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:30:38.524788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:30:38.525107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:30:38.525422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:30:38.525738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:30:38.526032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:30:38.526325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:30:38.526669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:30:38.528248+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:30:38.535513+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:30:38.945749+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ac7ec"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9ac7ec","method":"GET"} [] [2021-05-18T04:32:03.543786+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-05-18T04:32:03.573136+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:32:03.613633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:32:03.617122+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:32:03.617183+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:32:03.617218+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:32:03.617247+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:32:03.622916+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-05-18T04:32:03.634102+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:32:03.700930+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%"] [] [2021-05-18T04:32:03.704976+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[311,296,287,286,279,275,254,247,245,241]] [] [2021-05-18T04:32:03.712403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:32:03.712862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:32:03.714204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T04:32:03.714561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:32:03.716129+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-05-18T04:32:03.723061+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:32:04.130242+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ec5a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1ec5a9","method":"GET"} [] [2021-05-18T04:32:16.750221+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"286"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/286","method":"GET"} [] [2021-05-18T04:32:16.783535+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:32:16.783593+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:32:16.783626+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:32:16.785274+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:32:16.827187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:32:16.830650+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:32:16.850778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["286"] [] [2021-05-18T04:32:16.864332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-05-18T04:32:16.914649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:32:16.915469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:32:16.917120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-05-18T04:32:16.917517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-18T04:32:16.917860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-05-18T04:32:16.919250+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:32:16.920644+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:32:16.921498+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:32:16.952871+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:32:17.437999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08920c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/08920c","method":"GET"} [] [2021-05-18T04:32:41.401299+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T04:32:41.431409+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:32:41.431471+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:32:41.431505+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:32:41.433262+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:32:41.478638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:32:41.482106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:32:41.535821+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:32:41.564870+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:32:41.929966+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df54c3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/df54c3","method":"GET"} [] [2021-05-18T04:33:01.044085+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-18T04:33:01.073004+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:33:01.123044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:33:01.126447+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:33:01.126506+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:33:01.126541+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:33:01.126571+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:33:01.171879+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-18T04:33:01.250179+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T04:33:01.257236+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T04:33:01.263352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:33:01.267625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-05-18T04:33:01.273080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T04:33:01.274311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T04:33:01.274647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T04:33:01.274935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-18T04:33:01.275215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-18T04:33:01.275522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-05-18T04:33:01.275904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T04:33:01.276191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-18T04:33:01.276470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-18T04:33:01.276777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-05-18T04:33:01.277058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-05-18T04:33:01.277364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-05-18T04:33:01.277668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-05-18T04:33:01.278147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-05-18T04:33:01.278493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-18T04:33:01.278822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-05-18T04:33:01.279100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-05-18T04:33:01.279540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-05-18T04:33:01.280092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-18T04:33:01.280422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-05-18T04:33:01.280708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-18T04:33:01.280948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-18T04:33:01.281228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-18T04:33:01.281503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-18T04:33:01.281783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-18T04:33:01.282059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-18T04:33:01.282333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-18T04:33:01.282608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-18T04:33:01.282884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-05-18T04:33:01.283157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-05-18T04:33:01.283431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T04:33:01.283717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T04:33:01.283994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-05-18T04:33:01.284303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-18T04:33:01.284594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:33:01.284853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-05-18T04:33:01.285248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-05-18T04:33:01.285569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-18T04:33:01.285858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-05-18T04:33:01.286209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-05-18T04:33:01.286612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-05-18T04:33:01.286875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-05-18T04:33:01.287296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-05-18T04:33:01.287676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-05-18T04:33:01.288043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-05-18T04:33:01.288309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-05-18T04:33:01.288568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-05-18T04:33:01.288826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-05-18T04:33:01.289080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-05-18T04:33:01.289368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-05-18T04:33:01.289668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-05-18T04:33:01.289931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-18T04:33:01.290205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-05-18T04:33:01.290509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-18T04:33:01.290858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-05-18T04:33:01.291275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-05-18T04:33:01.291657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T04:33:01.291924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-05-18T04:33:01.292199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-18T04:33:01.292491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-05-18T04:33:01.292812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-05-18T04:33:01.293075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-18T04:33:01.293331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-05-18T04:33:01.293605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-05-18T04:33:01.293984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-18T04:33:01.294248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-18T04:33:01.294506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-18T04:33:01.294848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-05-18T04:33:01.295228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-05-18T04:33:01.295542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2021-05-18T04:33:02.061259+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:33:02.084588+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:35:10.539101+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T04:35:10.571945+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:35:10.572003+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:35:10.572036+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:35:10.573703+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:35:10.611987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:35:10.615442+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:35:10.667461+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:35:10.695358+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:35:11.242285+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c7b86"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3c7b86","method":"GET"} [] [2021-05-18T04:35:12.686485+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:35:12.712100+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:35:12.712158+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:35:12.712191+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:35:12.713257+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:35:12.756759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:35:12.760192+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:35:12.773017+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:35:12.829960+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:35:12.833489+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[314,313,312,311,310,309,308,307,306,305]] [] [2021-05-18T04:35:12.841088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:35:12.841725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:35:12.842107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:35:12.842505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:35:12.842890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:35:12.843260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:35:12.843632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:35:12.844004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:35:12.844393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:35:12.844739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:35:12.845142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-05-18T04:35:12.846798+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:35:12.854216+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:35:13.270848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"635e86"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/635e86","method":"GET"} [] [2021-05-18T04:35:17.477949+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T04:35:17.505840+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:35:17.505897+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:35:17.505929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:35:17.507584+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:35:17.550957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:35:17.554422+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:35:17.615084+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:35:17.623871+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:35:17.624818+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:35:17.651204+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:35:18.003443+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12da73"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/12da73","method":"GET"} [] [2021-05-18T04:37:03.818724+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T04:37:03.844627+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:37:03.880081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:37:03.883218+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:37:03.883277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:37:03.883311+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:37:03.883340+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:37:03.932537+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-18T04:37:03.938596+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T04:37:03.940409+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T04:37:03.943248+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T04:37:03.943803+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T04:37:03.993857+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:37:03.994897+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":149815.0,"3":"2021-04-13T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2021-05-18T04:37:03.995356+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":315,"6":26} [] [2021-05-18T04:37:03.995643+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":400.0,"4":null,"5":315,"6":24} [] [2021-05-18T04:37:03.995913+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":315,"6":25} [] [2021-05-18T04:37:03.997122+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:37:04.008608+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:37:04.137678+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:37:04.162504+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:37:04.162559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:37:04.162592+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:37:04.163672+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:37:04.207916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:37:04.211067+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:37:04.223724+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:37:04.277959+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:37:04.281220+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[315,314,313,312,311,310,309,308,307,306]] [] [2021-05-18T04:37:04.288935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:37:04.289409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:37:04.289748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:37:04.290082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:37:04.290412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:37:04.290743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:37:04.291097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:37:04.291424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:37:04.291727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:37:04.292031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:37:04.293538+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:37:04.300826+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:37:04.718486+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cec8b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5cec8b","method":"GET"} [] [2021-05-18T04:37:53.705348+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T04:37:53.737623+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:37:53.737679+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:37:53.737712+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:37:53.739320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:37:53.781065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:37:53.784421+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:37:53.847557+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:37:53.856197+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:37:53.856996+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:37:53.884123+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:37:54.245487+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"142374"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/142374","method":"GET"} [] [2021-05-18T04:40:21.577965+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T04:40:21.618125+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:40:21.668175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:40:21.671731+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:40:21.671795+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:40:21.671832+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:40:21.671863+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:40:21.756928+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["18"]] [] [2021-05-18T04:40:21.767845+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T04:40:21.770194+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T04:40:21.776308+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-05-18T04:40:21.777035+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T04:40:21.777595+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T04:40:21.833665+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:40:21.834691+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":85924.0,"3":"2021-05-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":18,"11":2} [] [2021-05-18T04:40:21.837801+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":316,"6":26} [] [2021-05-18T04:40:21.838036+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":316,"6":28} [] [2021-05-18T04:40:21.838263+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":316,"6":24} [] [2021-05-18T04:40:21.838454+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":316,"6":25} [] [2021-05-18T04:40:21.839837+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:40:21.852739+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:40:22.016907+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:40:22.046512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:40:22.046574+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:40:22.046611+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:40:22.047780+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:40:22.089320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:40:22.095188+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:40:22.109027+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:40:22.173332+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:40:22.179426+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[316,315,314,313,312,311,310,309,308,307]] [] [2021-05-18T04:40:22.187267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-18T04:40:22.187761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:40:22.188135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:40:22.188513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:40:22.188895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:40:22.189274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:40:22.189652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:40:22.190095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:40:22.190475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:40:22.190875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:40:22.191283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T04:40:22.194725+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:40:22.202573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:40:22.631771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be0805"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/be0805","method":"GET"} [] [2021-05-18T04:40:38.744172+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T04:40:38.777445+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:40:38.777503+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:40:38.777535+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:40:38.779196+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:40:38.822591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:40:38.826048+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:40:38.890336+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T04:40:38.899389+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T04:40:38.900353+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T04:40:38.928255+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:40:39.263623+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22b801"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/22b801","method":"GET"} [] [2021-05-18T04:44:18.629179+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T04:44:18.666152+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:44:18.696006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:44:18.699902+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:44:18.699968+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:44:18.700003+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:44:18.700033+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:44:18.768729+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-05-18T04:44:18.777667+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T04:44:18.780764+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T04:44:18.785001+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-05-18T04:44:18.785557+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["63"]] [] [2021-05-18T04:44:18.786056+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T04:44:18.786600+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T04:44:18.787090+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-18T04:44:18.839247+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T04:44:18.840320+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":136427.0,"3":"2021-05-09T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":2} [] [2021-05-18T04:44:18.840749+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":317,"6":26} [] [2021-05-18T04:44:18.841028+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":317,"6":28} [] [2021-05-18T04:44:18.841303+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1600.0,"4":null,"5":317,"6":63} [] [2021-05-18T04:44:18.841569+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":8.0,"3":437.5,"4":null,"5":317,"6":24} [] [2021-05-18T04:44:18.841838+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":317,"6":25} [] [2021-05-18T04:44:18.842102+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":317,"6":6} [] [2021-05-18T04:44:18.843433+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T04:44:18.856682+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:44:18.997025+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T04:44:19.022265+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T04:44:19.022324+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:44:19.022356+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T04:44:19.023499+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T04:44:19.045177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T04:44:19.048306+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T04:44:19.060872+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T04:44:19.117601+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T04:44:19.120933+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[317,316,315,314,313,312,311,310,309,308]] [] [2021-05-18T04:44:19.128484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T04:44:19.128981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T04:44:19.129296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-18T04:44:19.129602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T04:44:19.129899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T04:44:19.130222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T04:44:19.130514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T04:44:19.130829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T04:44:19.131145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-05-18T04:44:19.131461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T04:44:19.132967+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T04:44:19.140280+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T04:44:19.592186+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a59d45"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a59d45","method":"GET"} [] [2021-05-18T05:16:29.408965+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T05:16:29.443059+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:16:29.443115+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:16:29.443147+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:16:29.444895+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:16:29.491399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:16:29.495037+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:16:29.563209+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:16:29.572653+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T05:16:29.573527+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T05:16:29.601712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:16:29.947000+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe29c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fe29c1","method":"GET"} [] [2021-05-18T05:21:53.343426+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T05:21:53.378666+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:21:53.407218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:21:53.410692+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:21:53.410756+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:21:53.410791+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:21:53.410821+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:21:53.478056+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-18T05:21:53.486973+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T05:21:53.488880+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T05:21:53.493922+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T05:21:53.494469+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T05:21:53.548928+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T05:21:53.549961+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":169137.0,"3":"2021-05-08T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":50,"11":2} [] [2021-05-18T05:21:53.550380+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":318,"6":26} [] [2021-05-18T05:21:53.554260+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":1600.0,"4":null,"5":318,"6":24} [] [2021-05-18T05:21:53.554509+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":318,"6":25} [] [2021-05-18T05:21:53.555814+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T05:21:53.580867+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:21:53.720065+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T05:21:53.745448+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:21:53.745505+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:21:53.745538+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:21:53.746660+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:21:53.769416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:21:53.774502+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:21:53.789049+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T05:21:53.847986+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T05:21:53.851557+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[318,317,316,315,314,313,312,311,310,309]] [] [2021-05-18T05:21:53.859274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T05:21:53.859751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:21:53.860129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T05:21:53.860570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-18T05:21:53.860949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T05:21:53.861337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T05:21:53.861745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T05:21:53.862126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T05:21:53.862532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-18T05:21:53.864097+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T05:21:53.872489+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:21:54.272796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37706c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/37706c","method":"GET"} [] [2021-05-18T05:23:55.898586+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T05:23:55.944728+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:23:55.944918+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:23:55.944973+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:23:55.947992+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:23:56.007785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:23:56.019420+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:23:56.095151+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:23:56.105235+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T05:23:56.107274+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T05:23:56.137217+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:23:56.500300+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e40098"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e40098","method":"GET"} [] [2021-05-18T05:28:45.160532+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T05:28:45.194339+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:28:45.224834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:28:45.228416+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:28:45.228494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:28:45.228528+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:28:45.228557+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:28:45.294078+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-05-18T05:28:45.302578+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T05:28:45.305177+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T05:28:45.309306+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2021-05-18T05:28:45.309964+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T05:28:45.310451+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T05:28:45.310922+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-18T05:28:45.361933+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T05:28:45.362941+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":125740.0,"3":"2021-04-28T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":6,"11":2} [] [2021-05-18T05:28:45.363939+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":319,"6":26} [] [2021-05-18T05:28:45.364207+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":319,"6":28} [] [2021-05-18T05:28:45.364422+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":319,"6":24} [] [2021-05-18T05:28:45.364638+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":319,"6":25} [] [2021-05-18T05:28:45.364846+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":319,"6":6} [] [2021-05-18T05:28:45.365994+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T05:28:45.377519+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:28:45.526007+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T05:28:45.550091+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:28:45.550145+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:28:45.550177+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:28:45.551221+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:28:45.572662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:28:45.575612+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:28:45.588105+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T05:28:45.641817+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T05:28:45.645118+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[319,318,317,316,315,314,313,312,311,310]] [] [2021-05-18T05:28:45.652600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-18T05:28:45.653041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:28:45.653391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T05:28:45.653731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T05:28:45.654063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-18T05:28:45.654389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T05:28:45.654717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T05:28:45.655071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T05:28:45.655443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T05:28:45.656919+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T05:28:45.663968+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:28:46.078122+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a04300"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a04300","method":"GET"} [] [2021-05-18T05:40:17.872461+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-18T05:40:17.906239+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:40:17.906296+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:40:17.906328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:40:17.907983+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:40:17.960301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:40:17.963908+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:40:18.028133+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:40:18.037242+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T05:40:18.038151+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T05:40:18.065730+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:40:18.722401+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02658e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/02658e","method":"GET"} [] [2021-05-18T05:43:02.592867+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-18T05:43:02.626695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:43:02.669715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:43:02.673183+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:43:02.673242+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:43:02.673276+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:02.673305+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:02.738836+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-18T05:43:02.747473+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T05:43:02.749706+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T05:43:02.753713+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T05:43:02.754261+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T05:43:02.754777+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-18T05:43:02.804711+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T05:43:02.805709+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":165893.0,"3":"2021-04-24T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-05-18T05:43:02.843589+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":320,"6":26} [] [2021-05-18T05:43:02.846679+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":320,"6":24} [] [2021-05-18T05:43:02.847219+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":320,"6":25} [] [2021-05-18T05:43:02.847845+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":320,"6":6} [] [2021-05-18T05:43:02.850782+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T05:43:02.878438+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:43:03.029156+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T05:43:03.053716+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:43:03.053771+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:03.053803+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:03.054888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:43:03.102550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:43:03.113008+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:43:03.133756+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T05:43:03.189749+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T05:43:03.193314+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-18T05:43:03.200639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-18T05:43:03.201075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:43:03.201460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-18T05:43:03.201786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T05:43:03.202107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T05:43:03.202431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-18T05:43:03.202748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T05:43:03.203063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T05:43:03.203418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T05:43:03.203733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T05:43:03.205212+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T05:43:03.212491+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:43:03.858430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46e6e8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/46e6e8","method":"GET"} [] [2021-05-18T05:43:10.142356+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T05:43:10.169967+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:43:10.170023+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:10.170106+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:10.171748+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:43:10.212356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:43:10.215790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:43:10.265883+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:43:10.291799+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:43:10.665420+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32f489"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/32f489","method":"GET"} [] [2021-05-18T05:43:28.083139+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-18T05:43:28.116945+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:43:28.158385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:43:28.165718+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:43:28.165783+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:43:28.165817+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:28.165846+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:28.218849+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-18T05:43:28.299558+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T05:43:28.306801+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T05:43:28.312877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:43:28.316936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-05-18T05:43:28.319385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T05:43:28.319773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T05:43:28.320117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T05:43:28.320452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-18T05:43:28.320788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-18T05:43:28.321150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-05-18T05:43:28.321688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-05-18T05:43:28.322188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-05-18T05:43:28.322612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T05:43:28.322952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T05:43:28.323289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-18T05:43:28.323631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2021-05-18T05:43:28.323990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-05-18T05:43:28.324555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-05-18T05:43:28.324893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-05-18T05:43:28.325395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-05-18T05:43:28.325887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-18T05:43:28.326228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-18T05:43:28.326569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-18T05:43:28.326910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-18T05:43:28.327248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-18T05:43:28.327586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-18T05:43:28.327925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-18T05:43:28.328267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T05:43:28.328620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T05:43:28.328952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-05-18T05:43:28.329464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T05:43:28.329798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-05-18T05:43:28.330160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-18T05:43:28.330560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-05-18T05:43:28.331036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-05-18T05:43:28.331531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-05-18T05:43:28.331916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-05-18T05:43:28.332260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-18T05:43:28.332622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-05-18T05:43:28.333126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-05-18T05:43:28.333575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-18T05:43:28.334016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-05-18T05:43:28.334379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-18T05:43:28.334739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-05-18T05:43:28.865342+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:43:28.885840+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:43:55.369032+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T05:43:55.394077+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:43:55.394136+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:55.394168+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:55.395293+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:43:55.439307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:43:55.442489+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:43:55.482474+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:43:55.504736+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:43:56.061457+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f67e3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8f67e3","method":"GET"} [] [2021-05-18T05:43:57.745769+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T05:43:57.770293+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:43:57.770347+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:57.770380+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:43:57.771493+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:43:57.803169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:43:57.809447+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:43:57.821851+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T05:43:57.875993+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T05:43:57.879447+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-18T05:43:57.887186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-18T05:43:57.887687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:43:57.888024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-18T05:43:57.888351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T05:43:57.888671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T05:43:57.888988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-18T05:43:57.889308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T05:43:57.889629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T05:43:57.889977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T05:43:57.890295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T05:43:57.891792+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T05:43:57.899078+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:43:58.302226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"369990"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/369990","method":"GET"} [] [2021-05-18T05:44:00.456855+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"320"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/320","method":"GET"} [] [2021-05-18T05:44:00.484181+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:44:00.484237+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:44:00.484269+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:44:00.485883+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:44:00.531052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:44:00.534500+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:44:00.553616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["320"] [] [2021-05-18T05:44:00.566912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-05-18T05:44:00.616660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-18T05:44:00.617468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:44:00.619338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T05:44:00.619769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T05:44:00.620117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T05:44:00.620457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T05:44:00.621908+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:44:00.623295+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-18T05:44:00.624099+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-18T05:44:00.656692+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:44:01.141420+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59d0a1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/59d0a1","method":"GET"} [] [2021-05-18T05:44:05.949418+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"320"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/320","method":"POST"} [] [2021-05-18T05:44:05.978523+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:44:06.018691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:44:06.022114+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:44:06.022173+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:44:06.022207+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:44:06.022236+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:44:06.042114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["320"] [] [2021-05-18T05:44:06.055526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-05-18T05:44:06.105090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-18T05:44:06.105906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:44:06.107816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T05:44:06.108316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T05:44:06.108704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T05:44:06.109094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T05:44:06.112068+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-18T05:44:06.113231+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-18T05:44:06.113843+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-18T05:44:06.114703+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-18T05:44:06.115215+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-18T05:44:06.165438+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-18T05:44:06.166614+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1137] [] [2021-05-18T05:44:06.166966+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-18T05:44:06.192449+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:44:06.370660+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-18T05:44:06.402778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:44:06.402833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:44:06.402866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:44:06.404522+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:44:06.450738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:44:06.464399+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:44:06.491853+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-18T05:44:06.551228+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-18T05:44:06.554538+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-18T05:44:06.562019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-18T05:44:06.562469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:44:06.562817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-18T05:44:06.563153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-18T05:44:06.563483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-18T05:44:06.563819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-18T05:44:06.564149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-18T05:44:06.564479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-18T05:44:06.564843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-18T05:44:06.565218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-18T05:44:06.566704+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-18T05:44:06.573947+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:44:06.958272+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f8d00"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0f8d00","method":"GET"} [] [2021-05-18T05:54:28.413556+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T05:54:28.448518+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:54:28.448577+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:54:28.448610+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:54:28.450340+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:54:28.506124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:54:28.510253+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:54:28.569974+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:54:28.600678+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:54:29.172347+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"709e72"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/709e72","method":"GET"} [] [2021-05-18T05:54:57.516782+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-18T05:54:57.551582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:54:57.590599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:54:57.594292+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:54:57.594363+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:54:57.594397+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:54:57.594427+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:54:57.649286+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-18T05:54:57.729548+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T05:54:57.736727+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T05:54:57.742732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:54:57.746997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-05-18T05:54:57.749437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T05:54:57.749800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T05:54:57.750096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T05:54:57.750384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-18T05:54:57.750764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-18T05:54:57.751108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-05-18T05:54:57.751623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-05-18T05:54:57.752070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-05-18T05:54:57.752442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T05:54:57.752742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T05:54:57.753028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-18T05:54:57.753312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2021-05-18T05:54:57.753614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-05-18T05:54:57.754080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-05-18T05:54:57.754370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-05-18T05:54:57.754792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-05-18T05:54:57.755226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-18T05:54:57.755519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-18T05:54:57.755805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-18T05:54:57.756091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-18T05:54:57.756373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-18T05:54:57.756658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-18T05:54:57.756943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-18T05:54:57.757222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T05:54:57.757513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T05:54:57.757796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-05-18T05:54:57.758233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T05:54:57.758580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-05-18T05:54:57.758953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-18T05:54:57.759270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-05-18T05:54:57.759689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-05-18T05:54:57.760103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-05-18T05:54:57.760437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-05-18T05:54:57.760730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-18T05:54:57.761039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-05-18T05:54:57.761484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-05-18T05:54:57.761869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-18T05:54:57.762258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-05-18T05:54:57.762722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-18T05:54:57.763048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-05-18T05:54:58.293886+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:54:58.319041+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:59:05.504028+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T05:59:05.536320+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:59:05.536375+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:59:05.536406+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:59:05.538131+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:59:05.565136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:59:05.568652+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:59:05.621424+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:59:05.649289+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:59:06.342979+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44ea30"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/44ea30","method":"GET"} [] [2021-05-18T05:59:11.064727+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-18T05:59:11.091156+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:59:11.125047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:59:11.128262+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:59:11.128323+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:59:11.128357+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:59:11.128387+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:59:11.169938+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-05-18T05:59:11.244363+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T05:59:11.251385+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T05:59:11.257380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T05:59:11.261332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2021-05-18T05:59:11.264624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-18T05:59:11.264979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-18T05:59:11.265303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2021-05-18T05:59:11.265736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-18T05:59:11.266028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-18T05:59:11.266361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-05-18T05:59:11.266646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2021-05-18T05:59:11.266931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2021-05-18T05:59:11.267211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2021-05-18T05:59:11.267527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2021-05-18T05:59:11.267890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-18T05:59:11.268179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-05-18T05:59:11.268500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2021-05-18T05:59:11.268905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T05:59:11.269192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T05:59:11.269475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T05:59:11.269775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-05-18T05:59:11.270195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-05-18T05:59:11.270485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-18T05:59:11.270768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-05-18T05:59:11.271049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-18T05:59:11.271328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-18T05:59:11.271608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-05-18T05:59:11.271871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-05-18T05:59:11.272144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T05:59:11.272406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-05-18T05:59:11.272804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-18T05:59:11.273089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-05-18T05:59:11.273512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-18T05:59:11.273794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T05:59:11.274051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-05-18T05:59:11.274339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-18T05:59:11.274624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-05-18T05:59:11.274955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-05-18T05:59:11.275222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-18T05:59:11.275487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-18T05:59:11.275765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-05-18T05:59:11.276270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T05:59:11.276537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T05:59:11.276801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-18T05:59:11.277101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-05-18T05:59:11.277362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-18T05:59:11.277620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-05-18T05:59:11.277876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-05-18T05:59:11.278132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-18T05:59:11.278388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-18T05:59:11.278644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-18T05:59:11.278899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-18T05:59:11.279154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-05-18T05:59:11.279411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-18T05:59:11.279665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T05:59:11.279999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-05-18T05:59:11.280354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-18T05:59:11.280619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-05-18T05:59:11.280878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-05-18T05:59:11.281175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2021-05-18T05:59:11.740139+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:59:11.760575+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:59:50.924453+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T05:59:50.957439+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T05:59:50.957522+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:59:50.957571+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T05:59:50.959157+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T05:59:51.005846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T05:59:51.009312+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T05:59:51.061427+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T05:59:51.086681+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T05:59:51.656280+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52fb97"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/52fb97","method":"GET"} [] [2021-05-18T06:42:36.939565+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-18T06:42:36.976887+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T06:42:37.025643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T06:42:37.029546+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T06:42:37.029607+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T06:42:37.029641+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T06:42:37.029670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T06:42:37.088926+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-18T06:42:37.174583+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T06:42:37.182179+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T06:42:37.188282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T06:42:37.192593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-05-18T06:42:37.195032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-18T06:42:37.195440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-18T06:42:37.195738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T06:42:37.196059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-05-18T06:42:37.196425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-18T06:42:37.196715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-18T06:42:37.197036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-05-18T06:42:37.197403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T06:42:37.197800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T06:42:37.198086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T06:42:37.198405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-05-18T06:42:37.198830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-18T06:42:37.199127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-18T06:42:37.199413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-18T06:42:37.199724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-18T06:42:37.200012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-05-18T06:42:37.200421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T06:42:37.200715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T06:42:37.201001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-18T06:42:37.201281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-05-18T06:42:37.201565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-05-18T06:42:37.201875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T06:42:37.202138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-05-18T06:42:37.202539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-18T06:42:37.202855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-05-18T06:42:37.203236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-05-18T06:42:37.203668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-18T06:42:37.203966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-18T06:42:37.204235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-18T06:42:37.204497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-18T06:42:37.204754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-18T06:42:37.205012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-05-18T06:42:37.205268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-05-18T06:42:37.205523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-18T06:42:37.205814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-05-18T06:42:37.206207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-05-18T06:42:37.206519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-18T06:42:37.206788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-18T06:42:37.207071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-05-18T06:42:37.207494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-05-18T06:42:37.207883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-18T06:42:37.208168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T06:42:37.208428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2021-05-18T06:42:37.208712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-18T06:42:37.208994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-05-18T06:42:37.209342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-05-18T06:42:37.209611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-18T06:42:37.209923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-05-18T06:42:37.710755+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T06:42:37.732804+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T06:45:26.234212+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T06:45:26.268964+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T06:45:26.269023+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T06:45:26.269056+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T06:45:26.270766+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T06:45:26.308206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T06:45:26.311741+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T06:45:26.367198+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T06:45:26.397241+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T06:45:26.944546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dca83c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dca83c","method":"GET"} [] [2021-05-18T07:06:21.477844+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-18T07:06:21.511508+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T07:06:21.538901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T07:06:21.542409+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T07:06:21.542470+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T07:06:21.542503+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T07:06:21.542532+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T07:06:21.596334+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-18T07:06:21.674959+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T07:06:21.682141+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-05-18T00:00:00+00:00"] [] [2021-05-18T07:06:21.687919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-18T07:06:21.691877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-05-18T07:06:21.694307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-18T07:06:21.694675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-18T07:06:21.694977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-18T07:06:21.695297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-05-18T07:06:21.695699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-18T07:06:21.696001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-18T07:06:21.696331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-05-18T07:06:21.696712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-18T07:06:21.697015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-18T07:06:21.697312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-18T07:06:21.697637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-05-18T07:06:21.698014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-18T07:06:21.698311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-18T07:06:21.698603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-18T07:06:21.698925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-18T07:06:21.699217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-05-18T07:06:21.699626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-18T07:06:21.699924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-18T07:06:21.700217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-18T07:06:21.700507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-05-18T07:06:21.700795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-05-18T07:06:21.701108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-18T07:06:21.701395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-05-18T07:06:21.701814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-18T07:06:21.702130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-05-18T07:06:21.702553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-05-18T07:06:21.703006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-18T07:06:21.703306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-18T07:06:21.703601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-18T07:06:21.703892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-18T07:06:21.704180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-18T07:06:21.704472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-05-18T07:06:21.704759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-05-18T07:06:21.705047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-18T07:06:21.705429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-05-18T07:06:21.705850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-05-18T07:06:21.706170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-18T07:06:21.706451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-18T07:06:21.706741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-05-18T07:06:21.707165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-05-18T07:06:21.707550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-18T07:06:21.707834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-18T07:06:21.708096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2021-05-18T07:06:21.708383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-18T07:06:21.708669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-05-18T07:06:21.709007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-05-18T07:06:21.709277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-18T07:06:21.709589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-05-18T07:06:22.204501+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T07:06:22.234100+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T07:07:00.787406+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-18T07:07:00.820184+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-18T07:07:00.820240+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T07:07:00.820288+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-18T07:07:00.822017+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-18T07:07:00.853226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-18T07:07:00.856777+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-18T07:07:00.909442+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-18T07:07:00.938519+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-18T07:07:01.507854+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88c23d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/88c23d","method":"GET"} [] [2021-05-19T06:25:25.672883+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-19T06:25:25.754051+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:25:25.754110+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:25.754145+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:25.790792+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-19T06:25:27.192792+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e379f8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e379f8","method":"GET"} [] [2021-05-19T06:25:30.914204+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-19T06:25:30.939333+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:25:30.939389+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:30.939426+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:30.942311+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:31.012968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-19T06:25:31.227574+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:31.233343+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 19 May 2021 06:25:31 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:31.233448+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:31.233483+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:31.238922+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-19T06:25:31.414916+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-19T06:25:31.439579+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:25:31.439633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:31.439664+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:31.440790+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-19T06:25:31.462864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-19T06:25:31.466167+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-19T06:25:31.520671+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-19T06:25:31.661120+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-19T06:25:31.668033+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-19T06:25:31.677960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-19T06:25:31.678445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-19T06:25:31.678881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-19T06:25:31.679205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-19T06:25:31.679521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-19T06:25:31.679839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-19T06:25:31.680184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-19T06:25:31.680544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-19T06:25:31.680894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-19T06:25:31.681222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-19T06:25:31.683489+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-19T06:25:31.696968+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-19T06:25:32.497614+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d55feb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d55feb","method":"GET"} [] [2021-05-19T06:25:34.913833+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-19T06:25:34.940637+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:25:34.940693+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:34.940725+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:34.942267+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-19T06:25:34.975616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-19T06:25:34.979279+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-19T06:25:35.094197+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-19T06:25:35.124811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-19T06:25:35.571357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ead12"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1ead12","method":"GET"} [] [2021-05-19T06:25:55.775119+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-19T06:25:55.816744+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-19T06:25:55.855176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-19T06:25:55.867571+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-19T06:25:55.867718+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:25:55.867805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:55.867877+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:25:55.940250+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-05-19T06:25:56.090402+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2021-05-19T00:00:00+00:00"] [] [2021-05-19T06:25:56.098265+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2021-05-19T00:00:00+00:00"] [] [2021-05-19T06:25:56.105641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-19T06:25:56.109852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2021-05-19T06:25:56.112745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-19T06:25:56.113302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-19T06:25:56.113569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-19T06:25:56.113819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-19T06:25:56.114063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-19T06:25:56.114329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-19T06:25:56.114575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-05-19T06:25:56.114927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-19T06:25:56.115188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-05-19T06:25:56.115426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2021-05-19T06:25:56.115699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-19T06:25:56.116000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2021-05-19T06:25:56.116243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2021-05-19T06:25:56.116527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-19T06:25:56.116784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2021-05-19T06:25:56.117019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2021-05-19T06:25:56.117290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2021-05-19T06:25:56.117545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-05-19T06:25:56.117779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2021-05-19T06:25:56.118185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-19T06:25:56.118454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2021-05-19T06:25:56.118875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-05-19T06:25:56.119184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-19T06:25:56.119436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-19T06:25:56.119679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-19T06:25:56.119940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-05-19T06:25:56.120266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-05-19T06:25:56.120556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-05-19T06:25:56.120897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-19T06:25:56.121144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-19T06:25:56.121387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-19T06:25:56.121667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-05-19T06:25:56.122030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-05-19T06:25:56.122273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-05-19T06:25:56.122665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-19T06:25:56.122912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-05-19T06:25:56.123280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-05-19T06:25:56.123636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-19T06:25:56.123888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-05-19T06:25:56.124131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-19T06:25:56.124371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-19T06:25:56.124611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-19T06:25:56.124890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-05-19T06:25:56.125258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-05-19T06:25:56.125655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-05-19T06:25:56.126054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-05-19T06:25:56.126351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-05-19T06:25:56.126686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-05-19T06:25:56.126936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-05-19T06:25:56.127229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-05-19T06:25:56.127524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-05-19T06:25:56.127848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-05-19T06:25:56.128193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-05-19T06:25:56.128487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-19T06:25:56.128798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2021-05-19T06:25:56.129225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2021-05-19T06:25:56.129688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2021-05-19T06:25:56.130117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-19T06:25:56.130420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2021-05-19T06:25:56.130764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-19T06:25:56.131092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2021-05-19T06:25:56.131630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2021-05-19T06:25:56.131982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2021-05-19T06:25:56.891895+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-19T06:25:56.928552+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-19T06:35:11.172777+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-19T06:35:11.237473+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:35:11.237536+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:35:11.237569+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:35:11.240523+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-19T06:35:11.288733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-19T06:35:11.294205+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-19T06:35:11.395008+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-19T06:35:11.440854+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-19T06:35:11.982915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21521f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/21521f","method":"GET"} [] [2021-05-19T06:53:00.898742+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-05-19T06:53:00.959712+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:53:00.959771+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:53:00.959843+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:53:00.962696+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-19T06:53:01.030818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-19T06:53:01.054301+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-19T06:53:01.152807+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-05-19T06:53:01.209918+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-19T06:53:01.632826+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b16a7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6b16a7","method":"GET"} [] [2021-05-19T06:53:05.274903+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2021-05-19T06:53:05.300526+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:53:05.300584+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:53:05.300617+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:53:05.301711+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-19T06:53:05.326419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-19T06:53:05.329790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-19T06:53:05.373099+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-05-19T06:53:05.398267+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-19T06:53:05.830542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44a43a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/44a43a","method":"GET"} [] [2021-05-19T06:56:51.606529+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-19T06:56:51.640241+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-19T06:56:51.640302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:56:51.640336+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-19T06:56:51.642018+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-19T06:56:51.670085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-19T06:56:51.677397+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-19T06:56:51.731316+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-19T06:56:51.760952+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-19T06:56:52.107694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6522e6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6522e6","method":"GET"} [] [2021-05-20T03:44:58.333840+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-20T03:44:58.410704+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T03:44:58.410762+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:44:58.410797+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:44:58.445692+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-20T03:45:00.280065+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eba56e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eba56e","method":"GET"} [] [2021-05-20T03:45:03.396765+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-20T03:45:03.422009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T03:45:03.422066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:03.422104+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:03.425255+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:03.514771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-20T03:45:03.741779+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:03.748877+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 20 May 2021 03:45:03 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:03.748954+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:03.748985+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:03.754715+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T03:45:03.977562+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-20T03:45:04.002567+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T03:45:04.002625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:04.002657+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:45:04.003786+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-20T03:45:04.027032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-20T03:45:04.031442+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-20T03:45:04.062478+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-20T03:45:04.182880+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-20T03:45:04.191794+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-20T03:45:04.202391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-20T03:45:04.203013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-20T03:45:04.203645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-20T03:45:04.203991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-20T03:45:04.204479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-20T03:45:04.204797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-20T03:45:04.205110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-20T03:45:04.205424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-20T03:45:04.205773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-20T03:45:04.206094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-20T03:45:04.208149+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-20T03:45:04.221703+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T03:45:05.322572+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"708c64"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/708c64","method":"GET"} [] [2021-05-20T03:46:02.757291+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-20T03:46:02.798133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T03:46:02.798193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:46:02.798227+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:46:02.800186+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-20T03:46:02.831311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-20T03:46:02.835582+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-20T03:46:02.926758+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-20T03:46:02.961925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T03:46:03.361005+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ff957"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4ff957","method":"GET"} [] [2021-05-20T03:47:46.053315+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-20T03:47:46.086971+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-20T03:47:46.114414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-20T03:47:46.119217+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-20T03:47:46.119326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T03:47:46.119365+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:47:46.119396+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T03:47:46.180685+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-20T03:47:46.325061+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-05-20T00:00:00+00:00"] [] [2021-05-20T03:47:46.332968+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-05-20T00:00:00+00:00"] [] [2021-05-20T03:47:46.339880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-20T03:47:46.344030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-05-20T03:47:46.348127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-20T03:47:46.349026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-20T03:47:46.349292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-20T03:47:46.349540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-20T03:47:46.349787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-20T03:47:46.350056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-05-20T03:47:46.350539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-05-20T03:47:46.350949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-05-20T03:47:46.351355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-20T03:47:46.351609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-20T03:47:46.351853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-20T03:47:46.352100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2021-05-20T03:47:46.352362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-05-20T03:47:46.352788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-05-20T03:47:46.353036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-05-20T03:47:46.353434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-05-20T03:47:46.353851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-20T03:47:46.354105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-20T03:47:46.354351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-20T03:47:46.354592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-20T03:47:46.354831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-20T03:47:46.355069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-20T03:47:46.355306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-20T03:47:46.355545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-20T03:47:46.355797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-20T03:47:46.356033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-05-20T03:47:46.356436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-20T03:47:46.356680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-05-20T03:47:46.356944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-20T03:47:46.357212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-05-20T03:47:46.357586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-05-20T03:47:46.357954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-05-20T03:47:46.358238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-05-20T03:47:46.358486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-20T03:47:46.358748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-05-20T03:47:46.359146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-05-20T03:47:46.359494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-20T03:47:46.359843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-05-20T03:47:46.360109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-20T03:47:46.360377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-05-20T03:47:46.926898+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-20T03:47:46.948251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T04:28:26.041074+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-20T04:28:26.075672+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T04:28:26.075729+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T04:28:26.075762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T04:28:26.077495+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-20T04:28:26.117378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-20T04:28:26.122440+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-20T04:28:26.176521+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-20T04:28:26.206278+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T04:28:26.854405+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1029d8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1029d8","method":"GET"} [] [2021-05-20T04:28:34.993626+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-20T04:28:35.027952+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-20T04:28:35.070490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-20T04:28:35.074078+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-20T04:28:35.074138+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T04:28:35.074218+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T04:28:35.074253+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T04:28:35.128394+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-20T04:28:35.212492+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-05-20T00:00:00+00:00"] [] [2021-05-20T04:28:35.220885+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-05-20T00:00:00+00:00"] [] [2021-05-20T04:28:35.226901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-20T04:28:35.231113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-05-20T04:28:35.233541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-20T04:28:35.234744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-20T04:28:35.235257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-20T04:28:35.235734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-05-20T04:28:35.236163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-20T04:28:35.236503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-20T04:28:35.236876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-05-20T04:28:35.237355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-20T04:28:35.237696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-20T04:28:35.238035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-20T04:28:35.238410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-05-20T04:28:35.238825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-20T04:28:35.239162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-20T04:28:35.239498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-20T04:28:35.239863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-20T04:28:35.240196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-05-20T04:28:35.240760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-20T04:28:35.241102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-20T04:28:35.241437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-20T04:28:35.241771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-05-20T04:28:35.242109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-05-20T04:28:35.242472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-20T04:28:35.242804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-05-20T04:28:35.243286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-20T04:28:35.243645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-05-20T04:28:35.244113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-05-20T04:28:35.244607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-20T04:28:35.244947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-20T04:28:35.245284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-20T04:28:35.245620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-20T04:28:35.245955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-20T04:28:35.246296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-05-20T04:28:35.246632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-05-20T04:28:35.246969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-20T04:28:35.247343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-05-20T04:28:35.247812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-05-20T04:28:35.248212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-20T04:28:35.248551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-20T04:28:35.248905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-05-20T04:28:35.249400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-05-20T04:28:35.249861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-20T04:28:35.250215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-20T04:28:35.250544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2021-05-20T04:28:35.250904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-20T04:28:35.251261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-05-20T04:28:35.251675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-05-20T04:28:35.252013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-20T04:28:35.252399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-05-20T04:28:35.750031+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-20T04:28:35.770513+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T08:50:17.255990+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-20T08:50:17.344315+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T08:50:17.344376+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T08:50:17.344410+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T08:50:17.348949+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-20T08:50:17.418312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-20T08:50:17.429713+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-20T08:50:17.549979+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-20T08:50:17.608159+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T08:50:22.025728+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d231df"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d231df","method":"GET"} [] [2021-05-20T08:50:28.478718+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-20T08:50:28.530580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-20T08:50:28.580545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-20T08:50:28.590365+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-20T08:50:28.590468+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T08:50:28.590525+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T08:50:28.590574+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T08:50:28.663873+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-05-20T08:50:28.827749+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-05-20T00:00:00+00:00"] [] [2021-05-20T08:50:28.844018+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-05-20T00:00:00+00:00"] [] [2021-05-20T08:50:28.852028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-20T08:50:28.861495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-05-20T08:50:28.864339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-05-20T08:50:28.865905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-05-20T08:50:28.866309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-20T08:50:28.866611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-20T08:50:28.866901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-20T08:50:28.867208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-05-20T08:50:28.867607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-20T08:50:28.867898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-20T08:50:28.868183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-20T08:50:28.868467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-20T08:50:28.868749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-20T08:50:28.869053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-05-20T08:50:28.869457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-20T08:50:28.869750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-20T08:50:28.870039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-05-20T08:50:28.870323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-05-20T08:50:28.870605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-20T08:50:28.870924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-05-20T08:50:28.871402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-05-20T08:50:28.871750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-20T08:50:28.872061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-05-20T08:50:28.872399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-20T08:50:28.872723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-05-20T08:50:28.873115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-20T08:50:28.873446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-05-20T08:50:28.873891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-05-20T08:50:28.874329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-20T08:50:28.874620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-05-20T08:50:28.875117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-20T08:50:28.875433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-05-20T08:50:28.875715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-05-20T08:50:28.876136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-05-20T08:50:28.876491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-20T08:50:28.876787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-20T08:50:28.877097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-20T08:50:28.877467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-05-20T08:50:28.877783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-20T08:50:28.878067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-20T08:50:28.878327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-05-20T08:50:28.878726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-05-20T08:50:28.879036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-20T08:50:28.879305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-20T08:50:28.879587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-05-20T08:50:28.879994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-05-20T08:50:28.880282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-20T08:50:28.880579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-05-20T08:50:28.880971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-20T08:50:28.881263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [289] [] [2021-05-20T08:50:28.881594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-20T08:50:28.881860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-20T08:50:28.882156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [304] [] [2021-05-20T08:50:29.737904+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-20T08:50:29.760128+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T09:04:36.793135+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-20T09:04:36.835163+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-20T09:04:36.835226+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T09:04:36.835264+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-20T09:04:36.837369+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-20T09:04:36.869342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-20T09:04:36.875173+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-20T09:04:36.935411+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-20T09:04:36.966923+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-20T09:04:37.527019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df2b6d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/df2b6d","method":"GET"} [] [2021-05-21T09:38:37.323783+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2021-05-21T09:38:37.447475+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-21T09:38:37.447537+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:37.447571+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:37.460222+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-21T09:38:37.497430+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2021-05-21T09:38:37.498584+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2021-05-21T09:38:37.673142+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-21T09:38:37.699424+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-21T09:38:37.699499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:37.699536+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:37.737528+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-21T09:38:37.997242+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81ad99"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/81ad99","method":"GET"} [] [2021-05-21T09:38:55.770895+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-21T09:38:55.804951+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-21T09:38:55.805009+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:55.805049+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:55.808767+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:55.918455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malayaroy99@gmail.com"] [] [2021-05-21T09:38:55.986369+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\vehicle\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:55.991469+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:56.125526+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-21T09:38:56.151641+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-21T09:38:56.151702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:56.151737+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:38:56.167727+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-21T09:38:56.332588+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82cb3a"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/82cb3a","method":"GET"} [] [2021-05-21T09:39:13.534494+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-21T09:39:13.561204+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-21T09:39:13.561261+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.561300+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.561946+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.611723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-05-21T09:39:13.837986+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.841280+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Fri, 21 May 2021 09:39:13 GMT\r\nLocation: http://127.0.0.1:8081/vehicle/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/\n \n \n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.841357+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.841390+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.847170+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-21T09:39:13.964506+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2021-05-21T09:39:13.990141+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-21T09:39:13.990202+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.990235+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:13.991489+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-21T09:39:14.025855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-21T09:39:14.036221+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-21T09:39:14.191627+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-21T09:39:14.212272+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-21T09:39:14.215293+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-21T09:39:14.249897+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-21T09:39:14.552302+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22febf"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/22febf","method":"GET"} [] [2021-05-21T09:39:31.352504+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-21T09:39:31.381877+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-21T09:39:31.381936+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:31.381971+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:39:31.383693+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-21T09:39:31.436474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-21T09:39:31.440966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-21T09:39:31.499503+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-21T09:39:31.528644+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-21T09:39:31.715414+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27163c"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/27163c","method":"GET"} [] [2021-05-21T09:40:24.935603+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-21T09:40:24.964152+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-21T09:40:25.009405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-21T09:40:25.013706+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-21T09:40:25.013773+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-21T09:40:25.013807+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:40:25.013837+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-21T09:40:25.063058+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-21T09:40:25.282120+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-05-31T00:00:00+00:00"] [] [2021-05-21T09:40:25.295570+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-05-31T00:00:00+00:00"] [] [2021-05-21T09:40:25.302604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-21T09:40:25.307606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-05-21T09:40:25.311648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-21T09:40:25.313395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-05-21T09:40:25.313924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-21T09:40:25.314337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-21T09:40:25.314743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-21T09:40:25.315065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-05-21T09:40:25.315475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-21T09:40:25.315766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-21T09:40:25.316054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-21T09:40:25.316333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-21T09:40:25.316652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-05-21T09:40:25.317003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-21T09:40:25.317289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-05-21T09:40:25.317607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [309] [] [2021-05-21T09:40:25.317984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-21T09:40:25.318271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-21T09:40:25.318555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-21T09:40:25.318839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-21T09:40:25.319130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-21T09:40:25.319411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-05-21T09:40:25.319849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-05-21T09:40:25.320256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-21T09:40:25.320540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-05-21T09:40:25.320869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-21T09:40:25.321175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-05-21T09:40:25.321484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-21T09:40:25.321844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-05-21T09:40:25.322313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-21T09:40:25.322680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-21T09:40:25.323044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-05-21T09:40:25.323507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-05-21T09:40:25.323855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-05-21T09:40:25.324246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-21T09:40:25.324638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-21T09:40:25.325005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-21T09:40:25.325310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-21T09:40:25.325583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-21T09:40:25.325864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-21T09:40:25.326122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-21T09:40:25.326497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-21T09:40:25.326739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-21T09:40:25.326999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-21T09:40:25.327257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-21T09:40:25.327512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-21T09:40:25.327807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-21T09:40:25.328183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-21T09:40:25.328571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-21T09:40:25.328896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-21T09:40:25.329256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-21T09:40:25.931553+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-21T09:40:25.956881+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T03:55:40.394276+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-23T03:55:40.429615+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T03:55:40.429671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:40.429705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:40.446941+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-23T03:55:43.064369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2ee67"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b2ee67","method":"GET"} [] [2021-05-23T03:55:47.334081+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-23T03:55:47.360502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T03:55:47.360559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.360597+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.361326+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.394273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-23T03:55:47.615953+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.621180+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 23 May 2021 03:55:47 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.621251+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.621284+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.627081+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T03:55:47.815514+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-23T03:55:47.840243+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T03:55:47.840300+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.840332+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:47.841499+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T03:55:47.875286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T03:55:47.879382+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T03:55:47.900565+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-23T03:55:47.987522+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-23T03:55:47.999327+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-23T03:55:48.007393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-23T03:55:48.007858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T03:55:48.009185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-23T03:55:48.009568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-23T03:55:48.009939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-23T03:55:48.010309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-23T03:55:48.010719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-23T03:55:48.011091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-23T03:55:48.011488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-23T03:55:48.011872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-23T03:55:48.014474+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-23T03:55:48.037712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T03:55:48.802000+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90db28"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/90db28","method":"GET"} [] [2021-05-23T03:55:50.200692+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T03:55:50.228441+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T03:55:50.228497+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:50.228530+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:55:50.230178+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T03:55:50.263846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T03:55:50.268158+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T03:55:50.318703+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T03:55:50.346252+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T03:55:50.823731+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ab6b2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5ab6b2","method":"GET"} [] [2021-05-23T03:56:14.261831+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T03:56:14.295160+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T03:56:14.321949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T03:56:14.326207+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T03:56:14.326273+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T03:56:14.326320+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:56:14.326349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T03:56:14.378652+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-23T03:56:14.460958+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T03:56:14.469057+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T03:56:14.475006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T03:56:14.479865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-05-23T03:56:14.483304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T03:56:14.484593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T03:56:14.484937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-23T03:56:14.485275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T03:56:14.485634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-05-23T03:56:14.486007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-23T03:56:14.486359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-05-23T03:56:14.486824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T03:56:14.487214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-05-23T03:56:14.487694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T03:56:14.488066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-05-23T03:56:14.488546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T03:56:14.488918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-05-23T03:56:14.489335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-23T03:56:14.489669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T03:56:14.490003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-05-23T03:56:14.490341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T03:56:14.490692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-05-23T03:56:14.491179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T03:56:14.491516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T03:56:14.491923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T03:56:14.492251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-05-23T03:56:14.492715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T03:56:14.493044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-05-23T03:56:14.493403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T03:56:14.493757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-05-23T03:56:14.494220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-05-23T03:56:14.494684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-05-23T03:56:14.495177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-05-23T03:56:14.495563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-23T03:56:14.495891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-05-23T03:56:14.496356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-05-23T03:56:14.496820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-05-23T03:56:14.497201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-05-23T03:56:14.497537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T03:56:14.497890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-05-23T03:56:14.498304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-23T03:56:14.498686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-05-23T03:56:14.499185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2021-05-23T03:56:14.499618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-23T03:56:14.499950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T03:56:14.500300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-23T03:56:14.500666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-23T03:56:14.501117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-23T03:56:14.501455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-23T03:56:14.501790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-23T03:56:14.502124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-23T03:56:14.502458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-23T03:56:14.502826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2021-05-23T03:56:15.132053+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T03:56:15.152741+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:09:44.547195+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:09:44.582328+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:09:44.582407+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:09:44.582447+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:09:44.584320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:09:44.624009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:09:44.628729+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:09:44.684908+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:09:44.714932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:09:45.327798+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0d1c4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e0d1c4","method":"GET"} [] [2021-05-23T04:09:55.519145+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:09:55.559125+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:09:55.613668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:09:55.618134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:09:55.618196+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:09:55.618231+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:09:55.618260+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:09:55.675205+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-05-23T04:09:55.758442+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:09:55.766764+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:09:55.772878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:09:55.777977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-05-23T04:09:55.781248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-05-23T04:09:55.782594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-05-23T04:09:55.783022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-23T04:09:55.783364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-23T04:09:55.783701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T04:09:55.784060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-05-23T04:09:55.784505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:09:55.784847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:09:55.785185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:09:55.785555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-23T04:09:55.785896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:09:55.786269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-05-23T04:09:55.786723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:09:55.787070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T04:09:55.787410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-05-23T04:09:55.787748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-05-23T04:09:55.788129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-23T04:09:55.788516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-05-23T04:09:55.789053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-05-23T04:09:55.789414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T04:09:55.789778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-05-23T04:09:55.790166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-23T04:09:55.790548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-05-23T04:09:55.790975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-23T04:09:55.791356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-05-23T04:09:55.791863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-05-23T04:09:55.792364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-23T04:09:55.792707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-05-23T04:09:55.793174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T04:09:55.793545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-05-23T04:09:55.793882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-05-23T04:09:55.794361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-05-23T04:09:55.794814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T04:09:55.795158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T04:09:55.795532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T04:09:55.795864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-05-23T04:09:55.796233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T04:09:55.796589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:09:55.796921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-05-23T04:09:55.797396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-05-23T04:09:55.797829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-23T04:09:55.798171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:09:55.798531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-05-23T04:09:55.799028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-05-23T04:09:55.799386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-23T04:09:55.799764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-05-23T04:09:55.800242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:09:55.800611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [289] [] [2021-05-23T04:09:55.801018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-23T04:09:55.801362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-23T04:09:55.801738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [304] [] [2021-05-23T04:09:56.409732+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:09:56.431195+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:10:22.483029+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:10:22.508143+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:10:22.508198+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:10:22.508231+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:10:22.509306+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:10:22.535930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:10:22.540003+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:10:22.578887+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:10:22.602706+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:10:23.145710+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3450e0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3450e0","method":"GET"} [] [2021-05-23T04:10:29.812003+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:10:29.845008+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:10:29.874898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:10:29.879201+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:10:29.879262+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:10:29.879297+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:10:29.879326+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:10:29.931429+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-23T04:10:30.009132+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:10:30.017206+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:10:30.023067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:10:30.027921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-05-23T04:10:30.031517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:10:30.032840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:10:30.033149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-23T04:10:30.033441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T04:10:30.033765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-05-23T04:10:30.034099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-23T04:10:30.034416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-05-23T04:10:30.034838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:10:30.035188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-05-23T04:10:30.035624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:10:30.035958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-05-23T04:10:30.036393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:10:30.036725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-05-23T04:10:30.037100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-23T04:10:30.037397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T04:10:30.037688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-05-23T04:10:30.038012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:10:30.038324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-05-23T04:10:30.038736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T04:10:30.039035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T04:10:30.039398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:10:30.039689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-05-23T04:10:30.040109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T04:10:30.040404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-05-23T04:10:30.040723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T04:10:30.041036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-05-23T04:10:30.041455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-05-23T04:10:30.041874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-05-23T04:10:30.042322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-05-23T04:10:30.042664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-23T04:10:30.042970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-05-23T04:10:30.043397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-05-23T04:10:30.043819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-05-23T04:10:30.044162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-05-23T04:10:30.044461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:10:30.044771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-05-23T04:10:30.045169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-23T04:10:30.045494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-05-23T04:10:30.045957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2021-05-23T04:10:30.046332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-23T04:10:30.046617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T04:10:30.046905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-23T04:10:30.047210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-23T04:10:30.047595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-23T04:10:30.047873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-23T04:10:30.048144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-23T04:10:30.048414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-23T04:10:30.048680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-23T04:10:30.048980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2021-05-23T04:10:30.682898+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:10:30.703784+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:10:49.138758+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:10:49.164354+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:10:49.164410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:10:49.164442+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:10:49.165531+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:10:49.197281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:10:49.201363+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:10:49.241187+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:10:49.264412+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:10:49.716527+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c973e8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c973e8","method":"GET"} [] [2021-05-23T04:10:57.508629+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:10:57.541594+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:10:57.581452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:10:57.585939+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:10:57.586003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:10:57.586037+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:10:57.586105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:10:57.638317+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-05-23T04:10:57.715250+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:10:57.723160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:10:57.729000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:10:57.733900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-05-23T04:10:57.737287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:10:57.738656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:10:57.738997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T04:10:57.739355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-05-23T04:10:57.739771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:10:57.740106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-23T04:10:57.740437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:10:57.740786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-05-23T04:10:57.741213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-23T04:10:57.741549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-23T04:10:57.741917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-05-23T04:10:57.742326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:10:57.742720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T04:10:57.743048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-05-23T04:10:57.743407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T04:10:57.743762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-05-23T04:10:57.744257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-23T04:10:57.744590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-23T04:10:57.744919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-23T04:10:57.745250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-23T04:10:57.745582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-23T04:10:57.745914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-05-23T04:10:57.746244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-23T04:10:57.746574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-23T04:10:57.746941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-05-23T04:10:57.747460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-23T04:10:57.747794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-05-23T04:10:57.748122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-23T04:10:57.748451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-05-23T04:10:57.748784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-05-23T04:10:57.749115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-05-23T04:10:57.749444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-23T04:10:57.749791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-05-23T04:10:57.750121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-23T04:10:57.750464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:10:57.750788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-05-23T04:10:57.751254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-05-23T04:10:57.751714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-05-23T04:10:57.752175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-05-23T04:10:57.752529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T04:10:57.752878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-05-23T04:10:57.753310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-05-23T04:10:57.753643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:10:57.754022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-05-23T04:10:57.754481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:10:57.754833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-05-23T04:10:57.755286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-23T04:10:57.755612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-05-23T04:10:57.756025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-23T04:10:57.756359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-05-23T04:10:57.756692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-05-23T04:10:58.241217+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:10:58.277300+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:13:00.524694+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:13:00.557700+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:13:00.557755+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:13:00.557788+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:13:00.559437+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:13:00.614928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:13:00.620414+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:13:00.672143+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:13:00.700780+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:13:01.285760+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e421c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2e421c","method":"GET"} [] [2021-05-23T04:13:05.519938+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:13:05.545537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:13:05.566900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:13:05.570033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:13:05.570097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:13:05.570132+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:13:05.570161+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:13:05.611958+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-23T04:13:05.687425+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:13:05.694365+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:13:05.700386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:13:05.705425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-05-23T04:13:05.708838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:13:05.710128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:13:05.710468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:13:05.710805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T04:13:05.711170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-05-23T04:13:05.711615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:13:05.711951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T04:13:05.712292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T04:13:05.712631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-23T04:13:05.712968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:13:05.713326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-05-23T04:13:05.713809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:13:05.714182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-05-23T04:13:05.714597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-23T04:13:05.714935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-23T04:13:05.715278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-23T04:13:05.715642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:13:05.716003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-05-23T04:13:05.716479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-05-23T04:13:05.716879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-23T04:13:05.717217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-05-23T04:13:05.717587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-05-23T04:13:05.717968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-05-23T04:13:05.718313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:13:05.718671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-05-23T04:13:05.719142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-05-23T04:13:05.719642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [312] [] [2021-05-23T04:13:06.049593+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:13:06.070053+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:13:46.721781+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:13:46.754636+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:13:46.754691+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:13:46.754723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:13:46.756353+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:13:46.785338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:13:46.788756+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:13:46.840264+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:13:46.868260+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:13:47.463700+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0e691"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e0e691","method":"GET"} [] [2021-05-23T04:14:05.162352+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:14:05.196249+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:14:05.235934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:14:05.239370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:14:05.239430+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:14:05.239464+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:14:05.239493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:14:05.292158+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-23T04:14:05.369576+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:14:05.377649+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:14:05.383702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:14:05.387823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-05-23T04:14:05.391033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-23T04:14:05.391458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-05-23T04:14:05.391872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:14:05.392210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T04:14:05.392544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T04:14:05.392899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-05-23T04:14:05.393338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:14:05.393678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:14:05.394015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:14:05.394351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:14:05.394723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-05-23T04:14:05.395180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-23T04:14:05.395526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-05-23T04:14:05.395898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [309] [] [2021-05-23T04:14:05.396350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T04:14:05.396692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T04:14:05.397026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-23T04:14:05.397361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:14:05.397706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:14:05.398035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-05-23T04:14:05.398501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-05-23T04:14:05.398954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T04:14:05.399281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-05-23T04:14:05.399641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T04:14:05.399998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-05-23T04:14:05.400360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T04:14:05.400713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-05-23T04:14:05.401144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-23T04:14:05.401483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-23T04:14:05.401856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-05-23T04:14:05.402324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-05-23T04:14:05.402718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-05-23T04:14:05.403216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-23T04:14:05.403677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-23T04:14:05.404139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-23T04:14:05.404515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-23T04:14:05.404855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:14:05.405197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-23T04:14:05.405524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-23T04:14:05.405973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-23T04:14:05.406310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-23T04:14:05.406642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-23T04:14:05.406972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-23T04:14:05.407304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-23T04:14:05.407672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-23T04:14:05.408126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T04:14:05.408476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-23T04:14:05.408808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-23T04:14:05.409191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-23T04:14:05.952982+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:14:05.977562+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:14:29.391568+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:14:29.420501+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:14:29.420559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:14:29.420593+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:14:29.421730+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:14:29.466414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:14:29.469601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:14:29.511890+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:14:29.536182+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:14:30.067413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18f8c8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/18f8c8","method":"GET"} [] [2021-05-23T04:14:35.916287+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:14:35.949747+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:14:35.992777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:14:35.996246+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:14:35.996344+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:14:35.996382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:14:35.996413+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:14:36.049470+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-23T04:14:36.128274+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:14:36.135415+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:14:36.141385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:14:36.145440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2021-05-23T04:14:36.147845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:14:36.148241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:14:36.148579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:14:36.148918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:14:36.149253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T04:14:36.149613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2021-05-23T04:14:36.150151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2021-05-23T04:14:36.150677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2021-05-23T04:14:36.151100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:14:36.151439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T04:14:36.151776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-23T04:14:36.152112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2021-05-23T04:14:36.152496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2021-05-23T04:14:36.153015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-05-23T04:14:36.153350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-05-23T04:14:36.153821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-05-23T04:14:36.154304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-23T04:14:36.154642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-23T04:14:36.154980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-23T04:14:36.155314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-23T04:14:36.155650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-23T04:14:36.155986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-23T04:14:36.156323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-23T04:14:36.156660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:14:36.157008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:14:36.157339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-05-23T04:14:36.157831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T04:14:36.158161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-05-23T04:14:36.158521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T04:14:36.158876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-05-23T04:14:36.159343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-05-23T04:14:36.159821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-05-23T04:14:36.160200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-05-23T04:14:36.160539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:14:36.160943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-05-23T04:14:36.161440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-05-23T04:14:36.161880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-23T04:14:36.162312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-05-23T04:14:36.162668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T04:14:36.163025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-05-23T04:14:36.685535+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:14:36.706251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:15:11.542560+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:15:11.568619+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:15:11.568677+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:15:11.568710+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:15:11.569842+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:15:11.612187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:15:11.615691+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:15:11.664264+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:15:11.691696+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:15:12.242558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0aac2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a0aac2","method":"GET"} [] [2021-05-23T04:15:28.961277+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:15:28.994806+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:15:29.031365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:15:29.034731+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:15:29.034789+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:15:29.034823+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:15:29.034891+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:15:29.087579+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-23T04:15:29.165332+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:15:29.172443+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:15:29.178303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:15:29.182164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-05-23T04:15:29.185449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:15:29.186687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:15:29.186983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:15:29.187268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:15:29.187549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T04:15:29.187899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-05-23T04:15:29.188283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:15:29.188572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T04:15:29.188893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-23T04:15:29.189208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-05-23T04:15:29.189491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-05-23T04:15:29.189802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-05-23T04:15:29.190106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-05-23T04:15:29.190577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-05-23T04:15:29.190923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-05-23T04:15:29.191252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-05-23T04:15:29.191573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-05-23T04:15:29.192065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-05-23T04:15:29.192624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-23T04:15:29.192958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-05-23T04:15:29.193290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-23T04:15:29.193626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-23T04:15:29.193957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-23T04:15:29.194287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-23T04:15:29.194620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-23T04:15:29.194954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-23T04:15:29.195290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-23T04:15:29.195625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-23T04:15:29.195956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-05-23T04:15:29.196287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-05-23T04:15:29.196617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:15:29.196965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T04:15:29.197291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-05-23T04:15:29.197653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T04:15:29.197995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:15:29.198318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-05-23T04:15:29.198778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-05-23T04:15:29.199129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T04:15:29.199477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-05-23T04:15:29.199909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-05-23T04:15:29.200390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-05-23T04:15:29.200717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-05-23T04:15:29.201241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-05-23T04:15:29.201703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-05-23T04:15:29.202145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-05-23T04:15:29.202477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-05-23T04:15:29.202809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-05-23T04:15:29.203142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-05-23T04:15:29.203523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-05-23T04:15:29.203892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-05-23T04:15:29.204270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-05-23T04:15:29.204609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:15:29.204959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-05-23T04:15:29.205321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-23T04:15:29.205679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-05-23T04:15:29.206153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-05-23T04:15:29.206595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T04:15:29.206907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-05-23T04:15:29.207236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-23T04:15:29.207585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-05-23T04:15:29.207963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-05-23T04:15:29.208273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-05-23T04:15:29.208582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-05-23T04:15:29.208914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-05-23T04:15:29.209343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T04:15:29.209655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-23T04:15:29.209967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T04:15:29.210365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-05-23T04:15:29.210796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-05-23T04:15:29.211158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2021-05-23T04:15:29.969473+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:15:29.989855+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:16:01.254478+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:16:01.287120+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:16:01.287175+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:16:01.287207+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:16:01.288910+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:16:01.330369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:16:01.333799+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:16:01.386191+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:16:01.414419+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:16:01.937858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74b82f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/74b82f","method":"GET"} [] [2021-05-23T04:16:14.529405+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:16:14.563254+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:16:14.602683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:16:14.606050+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:16:14.606108+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:16:14.606142+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:16:14.606171+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:16:14.659212+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-05-23T04:16:14.737336+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:16:14.744700+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:16:14.750591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:16:14.754548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2021-05-23T04:16:14.757035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:16:14.757507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:16:14.757877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:16:14.758239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-23T04:16:14.758603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:16:14.758976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T04:16:14.759339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-05-23T04:16:14.759733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T04:16:14.760109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-05-23T04:16:14.760460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2021-05-23T04:16:14.760843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T04:16:14.761216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2021-05-23T04:16:14.761569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2021-05-23T04:16:14.761985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-23T04:16:14.762358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2021-05-23T04:16:14.762714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2021-05-23T04:16:14.763097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2021-05-23T04:16:14.763472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-05-23T04:16:14.763825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2021-05-23T04:16:14.764341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T04:16:14.764724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2021-05-23T04:16:14.765246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-05-23T04:16:14.765667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-23T04:16:14.766030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-23T04:16:14.766393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:16:14.766771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-05-23T04:16:14.767219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-05-23T04:16:14.767616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-05-23T04:16:14.768059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:16:14.768426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T04:16:14.768791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T04:16:14.769190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-05-23T04:16:14.769671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-05-23T04:16:14.770032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-05-23T04:16:14.770540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:16:14.770896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-05-23T04:16:14.771384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-05-23T04:16:14.771849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-23T04:16:14.772215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-05-23T04:16:14.772575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-23T04:16:14.772965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-23T04:16:14.773326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-23T04:16:14.773723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-05-23T04:16:14.774209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-05-23T04:16:14.774721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-05-23T04:16:14.775239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-05-23T04:16:14.775684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-05-23T04:16:14.776136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-05-23T04:16:14.776501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-05-23T04:16:14.776863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-05-23T04:16:14.777229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-05-23T04:16:14.777624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-05-23T04:16:14.778031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-05-23T04:16:14.778391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:16:14.778768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2021-05-23T04:16:14.779254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2021-05-23T04:16:14.779738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2021-05-23T04:16:14.780229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-23T04:16:14.780590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2021-05-23T04:16:14.780980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-23T04:16:14.781337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2021-05-23T04:16:14.781748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2021-05-23T04:16:14.782148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2021-05-23T04:16:15.484081+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:16:15.504360+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:17:10.165402+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T04:17:10.190815+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:17:10.190882+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:17:10.190920+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:17:10.192112+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:17:10.220079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:17:10.223335+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:17:10.264482+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:17:10.289007+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T04:17:10.791097+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c24c89"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c24c89","method":"GET"} [] [2021-05-23T04:17:26.514950+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T04:17:26.549341+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T04:17:26.579276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T04:17:26.583102+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T04:17:26.583172+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T04:17:26.583206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:17:26.583276+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T04:17:26.637267+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-23T04:17:26.715947+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:17:26.722961+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T04:17:26.728895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T04:17:26.732965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-05-23T04:17:26.735315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-23T04:17:26.735656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-23T04:17:26.735961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T04:17:26.736284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-05-23T04:17:26.736656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-23T04:17:26.736948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-23T04:17:26.737270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-05-23T04:17:26.737692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T04:17:26.738018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T04:17:26.738303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T04:17:26.738621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-05-23T04:17:26.738989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T04:17:26.739276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T04:17:26.739556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-23T04:17:26.739873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-23T04:17:26.740155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-05-23T04:17:26.740537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T04:17:26.740811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T04:17:26.741072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-23T04:17:26.741330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-05-23T04:17:26.741585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-05-23T04:17:26.741865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T04:17:26.742120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-05-23T04:17:26.742507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T04:17:26.742788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-05-23T04:17:26.743157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-05-23T04:17:26.743576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-23T04:17:26.743852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-23T04:17:26.744112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-23T04:17:26.744372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-23T04:17:26.744627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-23T04:17:26.744888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-05-23T04:17:26.745141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-05-23T04:17:26.745397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-23T04:17:26.745684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-05-23T04:17:26.746069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-05-23T04:17:26.746369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-23T04:17:26.746632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T04:17:26.746948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-05-23T04:17:26.747379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-05-23T04:17:26.747824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-23T04:17:26.748107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T04:17:26.748368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2021-05-23T04:17:26.748653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T04:17:26.748937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-05-23T04:17:26.749275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-05-23T04:17:26.749540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-23T04:17:26.749859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-05-23T04:17:27.262657+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T04:17:27.283193+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:18:16.956288+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T08:18:17.096600+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:18:17.096669+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:18:17.096703+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:18:17.106463+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:18:17.207415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:18:17.215831+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:18:17.426813+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:18:17.501836+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:18:20.945524+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8ddad"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b8ddad","method":"GET"} [] [2021-05-23T08:18:28.630519+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T08:18:28.665374+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:18:28.708596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:18:28.712158+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:18:28.712218+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:18:28.712253+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:18:28.712282+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:18:28.813547+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-05-23T08:18:28.948457+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T08:18:28.957452+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T08:18:28.963997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T08:18:28.971105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-05-23T08:18:28.974576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T08:18:28.975892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T08:18:28.976250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T08:18:28.976565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-05-23T08:18:28.976955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T08:18:28.977258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-23T08:18:28.977566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T08:18:28.977868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-05-23T08:18:28.978219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-23T08:18:28.978502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-23T08:18:28.978818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-05-23T08:18:28.979176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T08:18:28.979523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T08:18:28.979802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-05-23T08:18:28.980107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T08:18:28.980369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-05-23T08:18:28.980816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-23T08:18:28.981102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-23T08:18:28.981340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-23T08:18:28.981659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-23T08:18:28.981940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-23T08:18:28.982217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-05-23T08:18:28.982493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-23T08:18:28.982767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-23T08:18:28.983080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-05-23T08:18:28.983564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-23T08:18:28.983853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-05-23T08:18:28.984134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-23T08:18:28.984411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-05-23T08:18:28.984686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-05-23T08:18:28.984962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-05-23T08:18:28.985238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-23T08:18:28.985529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-05-23T08:18:28.985802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-23T08:18:28.986091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T08:18:28.986322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-05-23T08:18:28.986733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-05-23T08:18:28.987144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-05-23T08:18:28.987525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-05-23T08:18:28.987830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T08:18:28.988131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-05-23T08:18:28.988485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-05-23T08:18:28.988790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T08:18:28.989087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-05-23T08:18:28.989456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T08:18:28.989759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-05-23T08:18:28.990158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-23T08:18:28.990468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-05-23T08:18:28.990834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-23T08:18:28.991117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-05-23T08:18:28.991397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-05-23T08:18:29.509842+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:18:29.530161+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:20:18.484328+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T08:20:18.517346+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:20:18.517406+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:20:18.517439+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:20:18.518999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:20:18.563517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:20:18.567087+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:20:18.618534+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:20:18.643617+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:20:19.202558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b431ae"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b431ae","method":"GET"} [] [2021-05-23T08:20:25.637718+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T08:20:25.670747+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:20:25.712836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:20:25.716389+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:20:25.716452+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:20:25.716487+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:20:25.716517+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:20:25.768256+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-23T08:20:25.846400+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T08:20:25.854671+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T08:20:25.860830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T08:20:25.865931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-05-23T08:20:25.869455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-23T08:20:25.870783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-05-23T08:20:25.871202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T08:20:25.871544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T08:20:25.871881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T08:20:25.872238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-05-23T08:20:25.872672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T08:20:25.873007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T08:20:25.873340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T08:20:25.873664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T08:20:25.874131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-05-23T08:20:25.874516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-23T08:20:25.874859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-05-23T08:20:25.875233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [309] [] [2021-05-23T08:20:25.875656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T08:20:25.875994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T08:20:25.876328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-23T08:20:25.876664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T08:20:25.877012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T08:20:25.877345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-05-23T08:20:25.877824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-05-23T08:20:25.878303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T08:20:25.878634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-05-23T08:20:25.878994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T08:20:25.879350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-05-23T08:20:25.879714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T08:20:25.880072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-05-23T08:20:25.880511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-23T08:20:25.880852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-23T08:20:25.881227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-05-23T08:20:25.881780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-05-23T08:20:25.882187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-05-23T08:20:25.882661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-23T08:20:25.883172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-23T08:20:25.883641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-23T08:20:25.884026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-23T08:20:25.884368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T08:20:25.884715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-23T08:20:25.885046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-23T08:20:25.885506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-23T08:20:25.885847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-23T08:20:25.886187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-23T08:20:25.886526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-23T08:20:25.886912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-23T08:20:25.887291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-23T08:20:25.887746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T08:20:25.888102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-23T08:20:25.888437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-23T08:20:25.888793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-23T08:20:26.438973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:20:26.459924+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:22:21.768196+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T08:22:21.800938+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:22:21.800994+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:22:21.801026+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:22:21.802665+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:22:21.844526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:22:21.848009+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:22:21.899765+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:22:21.927391+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:22:22.461484+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac1731"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ac1731","method":"GET"} [] [2021-05-23T08:22:23.941594+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2021-05-23T08:22:23.966585+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:22:23.966644+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:22:23.966677+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:22:23.967759+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:22:24.008341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:22:24.011560+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:22:24.029877+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-23T08:22:24.101643+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-23T08:22:24.108533+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2021-05-23T08:22:24.116062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2021-05-23T08:22:24.116520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-05-23T08:22:24.117774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-05-23T08:22:24.118162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2021-05-23T08:22:24.118481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2021-05-23T08:22:24.118796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2021-05-23T08:22:24.119108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2021-05-23T08:22:24.119422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2021-05-23T08:22:24.119731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2021-05-23T08:22:24.120039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2021-05-23T08:22:24.120358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2021-05-23T08:22:24.122384+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-23T08:22:24.134414+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:22:24.583558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adf01e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/adf01e","method":"GET"} [] [2021-05-23T08:22:30.131314+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-23T08:22:30.163567+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:22:30.163623+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:22:30.163656+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:22:30.165343+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:22:30.207886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:22:30.211314+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:22:30.276803+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-23T08:22:30.352168+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-23T08:22:30.355709+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-23T08:22:30.363239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-23T08:22:30.363725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T08:22:30.364134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-23T08:22:30.364505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-23T08:22:30.364872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-23T08:22:30.365240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-23T08:22:30.365650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-23T08:22:30.366018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-23T08:22:30.366418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-23T08:22:30.366784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-23T08:22:30.368348+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-23T08:22:30.375581+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:22:30.754148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6716a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f6716a","method":"GET"} [] [2021-05-23T08:22:55.619581+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-05-23T08:22:55.649099+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:22:55.697161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:22:55.700657+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:22:55.700717+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:22:55.700752+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:22:55.700781+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:22:55.706366+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-05-23T08:22:55.717478+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-23T08:22:55.783178+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%9002%"] [] [2021-05-23T08:22:55.787174+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%9002%",[309,295,294,273,272,230,224,196,194,176]] [] [2021-05-23T08:22:55.794725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-23T08:22:55.795202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T08:22:55.796487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T08:22:55.796798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-23T08:22:55.797203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T08:22:55.798696+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%9002%"] [] [2021-05-23T08:22:55.805545+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:22:56.190336+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"694386"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/694386","method":"GET"} [] [2021-05-23T08:23:02.308393+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"224"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/224","method":"GET"} [] [2021-05-23T08:23:02.337981+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:23:02.338040+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:02.338073+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:02.339744+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:23:02.396690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:23:02.400714+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:23:02.422852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["224"] [] [2021-05-23T08:23:02.436926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-23T08:23:02.493163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-23T08:23:02.494051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T08:23:02.496334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T08:23:02.496952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T08:23:02.497432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T08:23:02.498984+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:23:02.500511+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-23T08:23:02.501404+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-23T08:23:02.534489+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:23:03.000011+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db9441"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/db9441","method":"GET"} [] [2021-05-23T08:23:07.941332+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"224"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/224","method":"POST"} [] [2021-05-23T08:23:07.970706+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:23:08.020178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:23:08.023606+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:23:08.023670+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:23:08.023705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:08.023734+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:08.045318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["224"] [] [2021-05-23T08:23:08.060862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-23T08:23:08.112434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-05-23T08:23:08.113254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T08:23:08.115932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T08:23:08.117434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T08:23:08.117826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T08:23:08.120824+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-23T08:23:08.122159+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-05-23T08:23:08.122833+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-23T08:23:08.126711+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-23T08:23:08.127485+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-23T08:23:08.201581+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-23T08:23:08.202089+00:00] doctrine.DEBUG: UPDATE service_details SET quantity = ? WHERE id = ? [4.0,764] [] [2021-05-23T08:23:08.208991+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-23T08:23:08.232471+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:23:08.418494+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-23T08:23:08.451117+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:23:08.451174+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:08.451207+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:08.452832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:23:08.497760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:23:08.501559+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:23:08.517366+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-23T08:23:08.584542+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-23T08:23:08.588009+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-23T08:23:08.595692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-23T08:23:08.596174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T08:23:08.596519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-23T08:23:08.596816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-23T08:23:08.597109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-23T08:23:08.597389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-23T08:23:08.597679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-23T08:23:08.597962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-23T08:23:08.598268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-23T08:23:08.598581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-23T08:23:08.600226+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-23T08:23:08.607786+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:23:09.002857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5b75c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f5b75c","method":"GET"} [] [2021-05-23T08:23:16.592607+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T08:23:16.620191+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:23:16.620247+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:16.620280+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:16.621928+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:23:16.661150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:23:16.664617+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:23:16.714604+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:23:16.740485+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:23:17.119033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd3b69"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dd3b69","method":"GET"} [] [2021-05-23T08:23:35.080276+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T08:23:35.109700+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:23:35.149309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:23:35.152827+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:23:35.152893+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:23:35.152929+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:35.152958+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:23:35.205131+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-23T08:23:35.283247+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T08:23:35.290558+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T08:23:35.296913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T08:23:35.301028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2021-05-23T08:23:35.303354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-23T08:23:35.303772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2021-05-23T08:23:35.304213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T08:23:35.304549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T08:23:35.304880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T08:23:35.305278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2021-05-23T08:23:35.305713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T08:23:35.306048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T08:23:35.306383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T08:23:35.306716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T08:23:35.307228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2021-05-23T08:23:35.307647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-23T08:23:35.307991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2021-05-23T08:23:35.308364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [309] [] [2021-05-23T08:23:35.308784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T08:23:35.309120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T08:23:35.309458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-05-23T08:23:35.309794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T08:23:35.310144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T08:23:35.310474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-05-23T08:23:35.310936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-05-23T08:23:35.311392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T08:23:35.311721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-05-23T08:23:35.312079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T08:23:35.312435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-05-23T08:23:35.312824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T08:23:35.313226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-05-23T08:23:35.313666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-23T08:23:35.314003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-23T08:23:35.314387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-05-23T08:23:35.314856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-05-23T08:23:35.315256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-05-23T08:23:35.315718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-05-23T08:23:35.316181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-23T08:23:35.316648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-23T08:23:35.317027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-23T08:23:35.317364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T08:23:35.317710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-23T08:23:35.318090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-23T08:23:35.318543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-23T08:23:35.318881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-23T08:23:35.319216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-23T08:23:35.319557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-23T08:23:35.319893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-23T08:23:35.320265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-23T08:23:35.320717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T08:23:35.321071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-23T08:23:35.321404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-23T08:23:35.321756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-23T08:23:35.901119+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:23:35.922085+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:48:04.064369+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T08:48:04.099078+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:48:04.099141+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:48:04.099176+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:48:04.100954+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:48:04.132482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:48:04.136209+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:48:04.191638+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:48:04.223406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T08:48:04.766509+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d66959"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d66959","method":"GET"} [] [2021-05-23T08:48:12.617955+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T08:48:12.653280+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T08:48:12.706922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T08:48:12.710701+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T08:48:12.710767+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T08:48:12.710806+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:48:12.710840+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T08:48:12.766658+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-23T08:48:12.846369+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T08:48:12.853507+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T08:48:12.860173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T08:48:12.864359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-05-23T08:48:12.866807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T08:48:12.867188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T08:48:12.867524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T08:48:12.867860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T08:48:12.868299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-05-23T08:48:12.868998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T08:48:12.869579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T08:48:12.869923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T08:48:12.870255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-23T08:48:12.870589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T08:48:12.870954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-05-23T08:48:12.871449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T08:48:12.871827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-05-23T08:48:12.872247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-23T08:48:12.872587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-23T08:48:12.873025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-23T08:48:12.873391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T08:48:12.873725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-05-23T08:48:12.874205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-05-23T08:48:12.874603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-23T08:48:12.874942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-05-23T08:48:12.875321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-05-23T08:48:12.875704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-05-23T08:48:12.876038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T08:48:12.876392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-05-23T08:48:12.876858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-05-23T08:48:12.877359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [312] [] [2021-05-23T08:48:13.207942+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T08:48:13.228592+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:33:46.185116+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T09:33:46.219447+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:33:46.219552+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:33:46.219589+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:33:46.221331+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:33:46.250557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:33:46.254018+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:33:46.309180+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T09:33:46.338304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:33:46.920158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"145fb2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/145fb2","method":"GET"} [] [2021-05-23T09:33:55.956157+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T09:33:55.990812+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:33:56.039863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:33:56.043343+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:33:56.043403+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:33:56.043438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:33:56.043469+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:33:56.096946+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-23T09:33:56.180248+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T09:33:56.187408+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T09:33:56.193466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T09:33:56.197792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-05-23T09:33:56.201122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-23T09:33:56.202418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-23T09:33:56.202759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T09:33:56.203124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-05-23T09:33:56.203532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-23T09:33:56.203871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-23T09:33:56.204245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-05-23T09:33:56.204661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T09:33:56.205003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T09:33:56.205338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T09:33:56.205707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-05-23T09:33:56.206154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T09:33:56.206578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T09:33:56.206983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-23T09:33:56.207357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-23T09:33:56.207694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-05-23T09:33:56.208153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T09:33:56.208490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T09:33:56.208826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-23T09:33:56.209160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-05-23T09:33:56.209495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-05-23T09:33:56.209859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T09:33:56.210193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-05-23T09:33:56.210655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T09:33:56.211010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-05-23T09:33:56.211493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-05-23T09:33:56.211992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-23T09:33:56.212329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-23T09:33:56.212665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-23T09:33:56.212998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-23T09:33:56.213332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-23T09:33:56.213673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-05-23T09:33:56.214007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-05-23T09:33:56.214344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-23T09:33:56.214713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-05-23T09:33:56.215157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-05-23T09:33:56.215540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-23T09:33:56.215877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T09:33:56.216234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-05-23T09:33:56.216728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-05-23T09:33:56.217170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-23T09:33:56.217526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T09:33:56.217854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2021-05-23T09:33:56.218199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T09:33:56.218540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-05-23T09:33:56.218935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-05-23T09:33:56.219251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-23T09:33:56.219667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-05-23T09:33:56.739768+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T09:33:56.760736+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:37:37.950579+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T09:37:37.983276+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:37:37.983333+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:37.983367+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:37.985041+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:37:38.036595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:37:38.040023+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:37:38.091623+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T09:37:38.119494+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:37:38.668126+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d0be0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3d0be0","method":"GET"} [] [2021-05-23T09:37:40.005645+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-23T09:37:40.031427+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:37:40.031485+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:40.031519+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:40.032741+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:37:40.078859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:37:40.082253+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:37:40.095364+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-23T09:37:40.152225+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-23T09:37:40.155987+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-23T09:37:40.165958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-23T09:37:40.166611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T09:37:40.166988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-23T09:37:40.167361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-23T09:37:40.167728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-23T09:37:40.168130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-23T09:37:40.168581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-23T09:37:40.169005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-23T09:37:40.169409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-23T09:37:40.169775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-23T09:37:40.171446+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-23T09:37:40.179165+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:37:40.591346+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cce08a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cce08a","method":"GET"} [] [2021-05-23T09:37:50.271596+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-05-23T09:37:50.305815+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:37:50.357989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:37:50.369068+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:37:50.369264+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:37:50.369380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:50.369478+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:50.384880+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-05-23T09:37:50.401032+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-23T09:37:50.468866+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%5890%"] [] [2021-05-23T09:37:50.471895+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5890%",[318,307,278,277,258,240,209,200,171,138]] [] [2021-05-23T09:37:50.479345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-23T09:37:50.479821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T09:37:50.480240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T09:37:50.480604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T09:37:50.482260+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5890%"] [] [2021-05-23T09:37:50.489126+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:37:50.899337+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"438120"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/438120","method":"GET"} [] [2021-05-23T09:37:53.038428+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"318"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/318","method":"GET"} [] [2021-05-23T09:37:53.067728+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:37:53.067794+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:53.067833+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:53.069628+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:37:53.111201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:37:53.114649+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:37:53.134666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["318"] [] [2021-05-23T09:37:53.149563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-05-23T09:37:53.200376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-23T09:37:53.201174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T09:37:53.203869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T09:37:53.205202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T09:37:53.205594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T09:37:53.207031+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T09:37:53.208406+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-23T09:37:53.209234+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-23T09:37:53.240560+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:37:53.747622+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c90b4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6c90b4","method":"GET"} [] [2021-05-23T09:37:59.811321+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"318"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/318","method":"POST"} [] [2021-05-23T09:37:59.841089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:37:59.889507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:37:59.893087+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:37:59.893152+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:37:59.893187+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:59.893217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:37:59.913757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["318"] [] [2021-05-23T09:37:59.929339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-05-23T09:37:59.980796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-23T09:37:59.981603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T09:37:59.983271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T09:37:59.983765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T09:37:59.984200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T09:37:59.987467+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-23T09:37:59.988736+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-23T09:37:59.989365+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-23T09:37:59.990255+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-23T09:37:59.990763+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-23T09:38:00.047016+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-23T09:38:00.047316+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ? WHERE id = ? [400.0,1127] [] [2021-05-23T09:38:00.050246+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-23T09:38:00.064958+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:38:00.237956+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-23T09:38:00.270652+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:38:00.270710+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:38:00.270743+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:38:00.272420+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:38:00.299560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:38:00.302970+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:38:00.318943+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-23T09:38:00.378477+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-23T09:38:00.382785+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-23T09:38:00.390060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-23T09:38:00.390484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T09:38:00.391706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-23T09:38:00.392041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-23T09:38:00.392355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-23T09:38:00.392666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-23T09:38:00.393006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-23T09:38:00.393349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-23T09:38:00.393685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-23T09:38:00.393995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-23T09:38:00.395696+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-23T09:38:00.402932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:38:00.802935+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf542e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bf542e","method":"GET"} [] [2021-05-23T09:38:12.428841+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T09:38:12.458609+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:38:12.458676+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:38:12.458714+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:38:12.460576+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:38:12.513809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:38:12.517365+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:38:12.561448+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T09:38:12.586978+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:38:12.885024+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0341c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f0341c","method":"GET"} [] [2021-05-23T09:38:39.149954+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T09:38:39.180453+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:38:39.219432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:38:39.223017+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:38:39.223077+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:38:39.223168+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:38:39.223203+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:38:39.274917+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-05-23T09:38:39.353400+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T09:38:39.361543+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T09:38:39.367597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T09:38:39.372631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2021-05-23T09:38:39.375895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-23T09:38:39.377194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-23T09:38:39.377494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T09:38:39.377806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2021-05-23T09:38:39.378171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-23T09:38:39.378462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-23T09:38:39.378781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2021-05-23T09:38:39.379197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T09:38:39.379489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T09:38:39.379771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T09:38:39.380085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2021-05-23T09:38:39.380450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T09:38:39.380736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T09:38:39.381016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-05-23T09:38:39.381323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-23T09:38:39.381602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-05-23T09:38:39.381998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T09:38:39.382287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-23T09:38:39.382570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-23T09:38:39.382849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-05-23T09:38:39.383206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-05-23T09:38:39.383523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T09:38:39.384068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-05-23T09:38:39.384663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T09:38:39.384994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-05-23T09:38:39.385420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-05-23T09:38:39.385869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-05-23T09:38:39.386162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-05-23T09:38:39.386447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-05-23T09:38:39.386728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-05-23T09:38:39.387003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-05-23T09:38:39.387282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-05-23T09:38:39.387543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-05-23T09:38:39.387802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-05-23T09:38:39.388090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-05-23T09:38:39.388481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-05-23T09:38:39.388785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-23T09:38:39.389051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T09:38:39.389327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-05-23T09:38:39.389785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-05-23T09:38:39.390169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-23T09:38:39.390451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T09:38:39.390769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2021-05-23T09:38:39.391054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T09:38:39.391335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-05-23T09:38:39.391666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-05-23T09:38:39.392072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-23T09:38:39.392407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-05-23T09:38:39.951816+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T09:38:39.975231+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:48:44.945748+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T09:48:44.979971+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:48:44.980028+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:48:44.980061+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:48:44.981837+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:48:45.031764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:48:45.035308+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:48:45.091487+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T09:48:45.120771+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T09:48:45.696611+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7e5d6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b7e5d6","method":"GET"} [] [2021-05-23T09:50:14.816861+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-23T09:50:14.842775+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T09:50:14.888397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T09:50:14.891536+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T09:50:14.891595+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T09:50:14.891629+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:50:14.891659+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T09:50:14.934433+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-23T09:50:15.013232+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T09:50:15.019279+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-05-23T00:00:00+00:00"] [] [2021-05-23T09:50:15.026949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-23T09:50:15.031181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-05-23T09:50:15.033492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-23T09:50:15.033877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-23T09:50:15.034179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-23T09:50:15.034467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-23T09:50:15.034775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-05-23T09:50:15.035109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-23T09:50:15.035420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-05-23T09:50:15.035834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-23T09:50:15.036159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-05-23T09:50:15.036592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-23T09:50:15.036922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-05-23T09:50:15.037351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-23T09:50:15.037676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-05-23T09:50:15.038050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-23T09:50:15.038339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-23T09:50:15.038625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-05-23T09:50:15.038906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-23T09:50:15.039254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-05-23T09:50:15.039700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-23T09:50:15.040000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-23T09:50:15.040362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-23T09:50:15.040645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-05-23T09:50:15.041059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-23T09:50:15.041343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-05-23T09:50:15.041653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-23T09:50:15.041961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-05-23T09:50:15.042400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-05-23T09:50:15.042812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-05-23T09:50:15.043240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-05-23T09:50:15.043574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-23T09:50:15.043857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-05-23T09:50:15.044271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-05-23T09:50:15.044683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-05-23T09:50:15.045017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-05-23T09:50:15.045311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-23T09:50:15.045616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-05-23T09:50:15.045949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-23T09:50:15.046272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-05-23T09:50:15.046721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2021-05-23T09:50:15.047107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-23T09:50:15.047398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-23T09:50:15.047700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-23T09:50:15.048019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-23T09:50:15.048421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-23T09:50:15.048713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-23T09:50:15.048983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-23T09:50:15.049243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-23T09:50:15.049501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-23T09:50:15.049795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2021-05-23T09:50:15.698978+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T09:50:15.721502+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T10:08:01.450760+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-23T10:08:01.483195+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-23T10:08:01.483251+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T10:08:01.483284+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-23T10:08:01.484944+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-23T10:08:01.531063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-23T10:08:01.534496+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-23T10:08:01.586441+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-23T10:08:01.614036+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-23T10:08:02.147136+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2512d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e2512d","method":"GET"} [] [2021-05-24T05:17:50.946607+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-24T05:17:51.012112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:17:51.012170+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:51.012204+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:51.042399+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-24T05:17:53.756727+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00bdca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/00bdca","method":"GET"} [] [2021-05-24T05:17:58.484951+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-24T05:17:58.510514+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:17:58.510570+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:58.510661+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:58.513784+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:58.582663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-24T05:17:58.802571+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:58.808303+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 24 May 2021 05:17:58 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:58.808374+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:58.808406+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:58.813969+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:17:59.000650+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:17:59.025422+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:17:59.025477+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:59.025510+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:17:59.026638+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:17:59.065691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:17:59.069039+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:17:59.111727+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:17:59.249610+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:17:59.256744+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-24T05:17:59.265861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:17:59.266311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:17:59.266742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:17:59.267063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:17:59.267439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:17:59.267828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:17:59.268155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:17:59.268472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:17:59.268816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-24T05:17:59.269134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T05:17:59.271254+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:17:59.282711+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:17:59.965164+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"175dc8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/175dc8","method":"GET"} [] [2021-05-24T05:18:01.429482+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T05:18:01.457128+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:18:01.457183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:18:01.457217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:18:01.458890+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:18:01.507979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:18:01.511526+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:18:01.582925+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:18:01.612167+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:18:02.063274+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"146fd0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/146fd0","method":"GET"} [] [2021-05-24T05:18:10.470343+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2021-05-24T05:18:10.510903+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:18:10.510964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:18:10.511047+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:18:10.512918+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:18:10.562851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:18:10.567293+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:18:10.591309+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:18:10.676392+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:18:10.680434+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2021-05-24T05:18:10.689624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2021-05-24T05:18:10.690226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-05-24T05:18:10.690698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-05-24T05:18:10.691079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2021-05-24T05:18:10.691462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2021-05-24T05:18:10.691835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2021-05-24T05:18:10.692269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2021-05-24T05:18:10.692652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2021-05-24T05:18:10.693026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2021-05-24T05:18:10.693407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2021-05-24T05:18:10.693788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2021-05-24T05:18:10.695434+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:18:10.703534+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:18:11.104719+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6853e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f6853e","method":"GET"} [] [2021-05-24T05:18:22.620488+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-05-24T05:18:22.647884+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:18:22.647943+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:18:22.647978+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:18:22.649082+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:18:22.686371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:18:22.689786+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:18:22.737221+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-05-24T05:18:22.761557+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:18:23.119345+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"441fe2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/441fe2","method":"GET"} [] [2021-05-24T05:22:16.214936+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T05:22:16.247835+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:22:16.247892+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:22:16.247926+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:22:16.249596+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:22:16.291848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:22:16.295413+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:22:16.347548+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:22:16.375345+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:22:17.040978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b7a55"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1b7a55","method":"GET"} [] [2021-05-24T05:22:36.012335+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-24T05:22:36.046163+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:22:36.084047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:22:36.087563+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:22:36.087677+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:22:36.087716+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:22:36.087748+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:22:36.145825+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-05-24T05:22:36.289086+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T05:22:36.296437+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T05:22:36.303223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:22:36.307311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2021-05-24T05:22:36.309780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-05-24T05:22:36.310290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2021-05-24T05:22:36.310717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2021-05-24T05:22:36.311011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-24T05:22:36.311301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-24T05:22:36.311605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2021-05-24T05:22:36.312018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-24T05:22:36.312364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-24T05:22:36.312652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-24T05:22:36.312940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-24T05:22:36.313221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-24T05:22:36.313525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2021-05-24T05:22:36.313932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-24T05:22:36.314222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-24T05:22:36.314506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2021-05-24T05:22:36.314793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2021-05-24T05:22:36.315074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-24T05:22:36.315392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2021-05-24T05:22:36.315861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2021-05-24T05:22:36.316172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-24T05:22:36.316477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2021-05-24T05:22:36.316894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2021-05-24T05:22:36.317303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2021-05-24T05:22:36.317796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-24T05:22:36.318206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2021-05-24T05:22:36.318745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2021-05-24T05:22:36.319264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-24T05:22:36.319622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-05-24T05:22:36.320192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-24T05:22:36.320586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-05-24T05:22:36.320960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-05-24T05:22:36.321430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-05-24T05:22:36.321885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-24T05:22:36.322168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-24T05:22:36.322614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-24T05:22:36.322912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-05-24T05:22:36.323241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-24T05:22:36.323552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-24T05:22:36.323838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-05-24T05:22:36.324265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-05-24T05:22:36.324637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-24T05:22:36.324934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-24T05:22:36.325244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-05-24T05:22:36.325685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-05-24T05:22:36.325998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-24T05:22:36.326284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-05-24T05:22:36.326696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-24T05:22:36.327013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [289] [] [2021-05-24T05:22:36.327329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-24T05:22:36.327613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-24T05:22:36.327939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [304] [] [2021-05-24T05:22:36.972878+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:22:36.993021+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:33:19.506405+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T05:33:19.547474+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:33:19.547590+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:33:19.547645+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:33:19.552518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:33:19.590146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:33:19.593833+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:33:19.657536+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:33:19.691163+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:33:20.311063+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb9792"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cb9792","method":"GET"} [] [2021-05-24T05:33:27.049159+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:33:27.087397+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:33:27.087457+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:33:27.087490+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:33:27.089210+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:33:27.147926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:33:27.156488+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:33:27.187262+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:33:27.271593+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:33:27.277568+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[320,319,318,317,316,315,314,313,312,311]] [] [2021-05-24T05:33:27.286504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:33:27.287148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:33:27.287617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:33:27.287998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:33:27.288377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:33:27.288753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:33:27.289134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:33:27.289513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:33:27.289927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-24T05:33:27.290408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T05:33:27.293862+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:33:27.302844+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:33:27.745685+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2476b1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2476b1","method":"GET"} [] [2021-05-24T05:33:29.212400+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-24T05:33:29.245658+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:33:29.245716+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:33:29.245750+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:33:29.247462+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:33:29.292958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:33:29.300233+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:33:29.383283+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:33:29.393651+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-24T05:33:29.394730+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-24T05:33:29.426391+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:33:29.758036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d73009"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d73009","method":"GET"} [] [2021-05-24T05:37:03.860359+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-24T05:37:03.894484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:37:03.931668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:37:03.935248+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:37:03.935309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:37:03.935393+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:03.935427+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:04.001345+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-24T05:37:04.009896+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-24T05:37:04.011466+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-05-24T05:37:04.018127+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-05-24T05:37:04.076325+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-24T05:37:04.077775+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":151700.0,"3":"2021-05-01T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2021-05-24T05:37:04.080475+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3800.0,"4":null,"5":321,"6":1} [] [2021-05-24T05:37:04.081484+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4800.0,"4":null,"5":321,"6":46} [] [2021-05-24T05:37:04.083522+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-24T05:37:04.095554+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:37:04.246244+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:37:04.270959+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:37:04.271013+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:04.271045+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:04.272107+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:37:04.308987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:37:04.316987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:37:04.333423+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:37:04.388498+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:37:04.392245+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[321,320,319,318,317,316,315,314,313,312]] [] [2021-05-24T05:37:04.399562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:37:04.400039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:37:04.400922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:37:04.401253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:37:04.401568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:37:04.401885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:37:04.402200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:37:04.402538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:37:04.402936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-24T05:37:04.404442+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:37:04.411875+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:37:04.825159+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cec7d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9cec7d","method":"GET"} [] [2021-05-24T05:37:08.729134+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-24T05:37:08.757043+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:37:08.757100+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:08.757133+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:08.758793+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:37:08.799493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:37:08.803051+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:37:08.819329+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:37:08.880621+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:37:08.885048+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[187,186,185,184,183,182,181,180,179,178]] [] [2021-05-24T05:37:08.888171+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:37:08.893337+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:37:09.252444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07f0a0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/07f0a0","method":"GET"} [] [2021-05-24T05:37:10.172471+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-24T05:37:10.197868+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:37:10.197926+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:10.197960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:10.199041+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:37:10.241778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:37:10.245022+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:37:10.291422+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:37:10.596746+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da9272"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/da9272","method":"GET"} [] [2021-05-24T05:37:26.840552+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-05-24T05:37:26.874897+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:37:26.914081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:37:26.917573+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:37:26.917633+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:37:26.917667+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:26.917696+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:27.008974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Baked"] [] [2021-05-24T05:37:27.015836+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-24T05:37:27.016475+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Baked","2":"Pcs","3":null,"4":null,"5":1} [] [2021-05-24T05:37:27.017498+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-24T05:37:27.029656+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:37:27.161722+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-24T05:37:27.186469+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:37:27.186525+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:27.186557+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:27.187633+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:37:27.226054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:37:27.229262+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:37:27.239879+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:37:27.292359+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:37:27.295459+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[188,187,186,185,184,183,182,181,180,179]] [] [2021-05-24T05:37:27.298526+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:37:27.305070+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:37:27.691198+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b749d3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b749d3","method":"GET"} [] [2021-05-24T05:37:28.757635+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:37:28.783174+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:37:28.783235+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:28.783270+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:28.784367+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:37:28.827207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:37:28.830352+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:37:28.842700+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:37:28.899575+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:37:28.902796+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[321,320,319,318,317,316,315,314,313,312]] [] [2021-05-24T05:37:28.910278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:37:28.910723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:37:28.911108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:37:28.911427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:37:28.911795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:37:28.912111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:37:28.912423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:37:28.912769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:37:28.913104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-24T05:37:28.914596+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:37:28.921856+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:37:29.290182+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"353fea"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/353fea","method":"GET"} [] [2021-05-24T05:37:31.227357+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"321"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/321","method":"GET"} [] [2021-05-24T05:37:31.256123+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:37:31.256180+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:31.256214+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:37:31.257888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:37:31.309818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:37:31.313330+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:37:31.335855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["321"] [] [2021-05-24T05:37:31.349468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [321] [] [2021-05-24T05:37:31.401690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:37:31.402478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:37:31.403872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-24T05:37:31.404346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-24T05:37:31.405775+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:37:31.407181+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-24T05:37:31.407975+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-24T05:37:31.440650+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:37:31.880133+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8aebb1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8aebb1","method":"GET"} [] [2021-05-24T05:39:26.594687+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"321"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/321","method":"POST"} [] [2021-05-24T05:39:26.627993+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:39:26.673343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:39:26.677524+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:39:26.677602+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:39:26.677704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:39:26.677743+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:39:26.698588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["321"] [] [2021-05-24T05:39:26.712717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [321] [] [2021-05-24T05:39:26.763691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:39:26.764519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:39:26.765992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-24T05:39:26.766493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-24T05:39:26.769469+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-05-24T05:39:26.770594+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-24T05:39:26.772749+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-05-24T05:39:26.773639+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-05-24T05:39:26.774171+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["188"]] [] [2021-05-24T05:39:26.774743+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-05-24T05:39:26.775274+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["18"]] [] [2021-05-24T05:39:26.775871+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-24T05:39:26.828510+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-24T05:39:26.829538+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":8.0,"3":150.0,"4":null,"5":321,"6":188} [] [2021-05-24T05:39:26.832260+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":200.0,"4":null,"5":321,"6":171} [] [2021-05-24T05:39:26.832489+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":300.0,"4":null,"5":321,"6":18} [] [2021-05-24T05:39:26.832705+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":321,"6":6} [] [2021-05-24T05:39:26.833895+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-24T05:39:26.847728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:39:27.026363+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:39:27.058362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:39:27.058419+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:39:27.058451+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:39:27.060084+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:39:27.099282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:39:27.106465+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:39:27.127809+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:39:27.186608+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:39:27.190037+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[321,320,319,318,317,316,315,314,313,312]] [] [2021-05-24T05:39:27.197491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:39:27.197975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:39:27.198342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:39:27.198714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:39:27.199084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:39:27.199451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:39:27.199825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:39:27.200227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:39:27.200625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-24T05:39:27.202155+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:39:27.209466+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:39:27.669740+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"225261"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/225261","method":"GET"} [] [2021-05-24T05:39:39.910004+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-24T05:39:39.942864+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:39:39.942921+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:39:39.942953+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:39:39.944596+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:39:39.995159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:39:39.998815+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:39:40.066544+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:39:40.075579+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-24T05:39:40.076571+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-24T05:39:40.106378+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:39:40.447429+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e9ffb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7e9ffb","method":"GET"} [] [2021-05-24T05:41:46.170159+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-24T05:41:46.206809+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:41:46.247948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:41:46.252967+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:41:46.253041+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:41:46.253077+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:41:46.253173+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:41:46.325852+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-24T05:41:46.336391+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-24T05:41:46.337764+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["152"]] [] [2021-05-24T05:41:46.402729+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-24T05:41:46.403853+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":284277.0,"3":"2021-04-28T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":20,"11":2} [] [2021-05-24T05:41:46.407266+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":8500.0,"4":null,"5":322,"6":152} [] [2021-05-24T05:41:46.408856+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-24T05:41:46.422971+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:41:46.563277+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:41:46.588617+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:41:46.588674+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:41:46.588707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:41:46.589801+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:41:46.623822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:41:46.626947+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:41:46.639534+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:41:46.695493+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:41:46.698927+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[322,321,320,319,318,317,316,315,314,313]] [] [2021-05-24T05:41:46.706684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T05:41:46.707209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:41:46.707579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:41:46.707949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:41:46.708319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:41:46.708684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:41:46.709055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:41:46.709416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:41:46.709816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:41:46.711376+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:41:46.718740+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:41:47.174509+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ea73f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5ea73f","method":"GET"} [] [2021-05-24T05:41:51.007780+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-24T05:41:51.038481+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:41:51.038545+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:41:51.038582+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:41:51.040381+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:41:51.091393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:41:51.095033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:41:51.107723+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:41:51.171509+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:41:51.174744+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[188,187,186,185,184,183,182,181,180,179]] [] [2021-05-24T05:41:51.177983+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:41:51.183460+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:41:51.492835+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a28749"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a28749","method":"GET"} [] [2021-05-24T05:41:53.027106+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-24T05:41:53.056137+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:41:53.056214+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:41:53.056275+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:41:53.057530+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:41:53.096674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:41:53.108348+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:41:53.161538+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:41:53.441385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"998aad"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/998aad","method":"GET"} [] [2021-05-24T05:42:28.683643+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-05-24T05:42:28.718517+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:42:28.766838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:42:28.770284+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:42:28.770345+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:42:28.770379+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:42:28.770409+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:42:28.850659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["CNG Switch meter wearing"] [] [2021-05-24T05:42:28.856414+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-24T05:42:28.857040+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"CNG Switch meter wearing","2":"Set","3":null,"4":null,"5":1} [] [2021-05-24T05:42:28.860086+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-24T05:42:28.871844+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:42:29.005217+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-24T05:42:29.029985+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:42:29.030040+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:42:29.030072+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:42:29.031148+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:42:29.067888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:42:29.074423+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:42:29.090050+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:42:29.142840+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:42:29.145882+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[189,188,187,186,185,184,183,182,181,180]] [] [2021-05-24T05:42:29.148944+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:42:29.155406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:42:29.532620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c1260"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7c1260","method":"GET"} [] [2021-05-24T05:42:31.440978+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:42:31.465990+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:42:31.466046+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:42:31.466079+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:42:31.467239+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:42:31.505557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:42:31.508722+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:42:31.521085+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:42:31.577846+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:42:31.580829+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[322,321,320,319,318,317,316,315,314,313]] [] [2021-05-24T05:42:31.588392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T05:42:31.588836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:42:31.589165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:42:31.589488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:42:31.589800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:42:31.590113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:42:31.590477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:42:31.590791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:42:31.591135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:42:31.592647+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:42:31.599865+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:42:31.970425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ccf40"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9ccf40","method":"GET"} [] [2021-05-24T05:42:34.280410+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"322"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/322","method":"GET"} [] [2021-05-24T05:42:34.308331+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:42:34.308388+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:42:34.308421+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:42:34.310102+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:42:34.358834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:42:34.362300+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:42:34.382485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["322"] [] [2021-05-24T05:42:34.397741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [322] [] [2021-05-24T05:42:34.453836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T05:42:34.457279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:42:34.458642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-24T05:42:34.460037+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:42:34.461509+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-24T05:42:34.462320+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-24T05:42:34.493974+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:42:34.932943+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c1afe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3c1afe","method":"GET"} [] [2021-05-24T05:43:25.018660+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"322"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/322","method":"POST"} [] [2021-05-24T05:43:25.044297+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:43:25.082408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:43:25.085550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:43:25.085609+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:43:25.085643+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:43:25.085672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:43:25.102133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["322"] [] [2021-05-24T05:43:25.115737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [322] [] [2021-05-24T05:43:25.166331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T05:43:25.167179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:43:25.168204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-24T05:43:25.171046+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-05-24T05:43:25.172074+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-24T05:43:25.173447+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["152"]] [] [2021-05-24T05:43:25.174264+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["189"]] [] [2021-05-24T05:43:25.174805+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-24T05:43:25.226379+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-24T05:43:25.227221+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3800.0,"4":null,"5":322,"6":189} [] [2021-05-24T05:43:25.228479+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":322,"6":6} [] [2021-05-24T05:43:25.229670+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-24T05:43:25.256590+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:43:25.427670+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:43:25.460136+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:43:25.460194+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:43:25.460228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:43:25.461888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:43:25.508133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:43:25.511547+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:43:25.527779+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:43:25.587259+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:43:25.590923+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[322,321,320,319,318,317,316,315,314,313]] [] [2021-05-24T05:43:25.598274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T05:43:25.598724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:43:25.599136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:43:25.599600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:43:25.599975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:43:25.600345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:43:25.600767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:43:25.601138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:43:25.601539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:43:25.603172+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:43:25.610473+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:43:26.047675+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"593005"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/593005","method":"GET"} [] [2021-05-24T05:43:48.732562+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-24T05:43:48.760259+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:43:48.760314+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:43:48.760347+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:43:48.761995+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:43:48.802407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:43:48.805910+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:43:48.862300+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T05:43:48.871405+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-24T05:43:48.872401+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-24T05:43:48.897591+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:43:49.241469+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e42567"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e42567","method":"GET"} [] [2021-05-24T05:46:47.990010+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-24T05:46:48.024887+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:46:48.063150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:46:48.066633+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:46:48.066693+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:46:48.066727+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:46:48.066756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:46:48.133951+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-24T05:46:48.142814+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-24T05:46:48.145802+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["186"]] [] [2021-05-24T05:46:48.150457+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2021-05-24T05:46:48.151162+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["117"]] [] [2021-05-24T05:46:48.151704+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["159"]] [] [2021-05-24T05:46:48.152227+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-05-24T05:46:48.152752+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-24T05:46:48.204845+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-24T05:46:48.205906+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":144949.0,"3":"2021-04-28T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":5,"11":2} [] [2021-05-24T05:46:48.208744+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":323,"6":186} [] [2021-05-24T05:46:48.209195+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":550.0,"4":null,"5":323,"6":118} [] [2021-05-24T05:46:48.209475+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":323,"6":117} [] [2021-05-24T05:46:48.209742+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":700.0,"4":null,"5":323,"6":159} [] [2021-05-24T05:46:48.210005+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2000.0,"4":null,"5":323,"6":14} [] [2021-05-24T05:46:48.210267+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":323,"6":6} [] [2021-05-24T05:46:48.211567+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-24T05:46:48.225548+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:46:48.374686+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T05:46:48.402613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T05:46:48.402672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:46:48.402710+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T05:46:48.403869+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T05:46:48.427586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T05:46:48.430846+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T05:46:48.444394+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T05:46:48.504136+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T05:46:48.507528+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[323,322,321,320,319,318,317,316,315,314]] [] [2021-05-24T05:46:48.515528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-24T05:46:48.516094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T05:46:48.516550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T05:46:48.516938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T05:46:48.517311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T05:46:48.517684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T05:46:48.518054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T05:46:48.518423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T05:46:48.518792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T05:46:48.519193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T05:46:48.520850+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T05:46:48.528643+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T05:46:48.953165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b9545"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1b9545","method":"GET"} [] [2021-05-24T06:00:03.961754+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T06:00:03.996516+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:00:03.996578+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:00:03.996614+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:00:03.998334+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:00:04.027203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:00:04.030820+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:00:04.085241+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:00:04.114302+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:00:04.718115+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9be232"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9be232","method":"GET"} [] [2021-05-24T06:00:22.909890+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-24T06:00:22.944622+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:00:22.994007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:00:22.997682+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:00:22.997755+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:00:22.997790+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:00:22.997820+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:00:23.053921+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-24T06:00:23.135773+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T06:00:23.143374+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T06:00:23.149613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T06:00:23.153769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-05-24T06:00:23.156433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-24T06:00:23.156856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-24T06:00:23.157231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-24T06:00:23.157622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-24T06:00:23.158007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-05-24T06:00:23.158427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-24T06:00:23.158842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-05-24T06:00:23.159356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-24T06:00:23.159771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-05-24T06:00:23.160249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-24T06:00:23.160625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-05-24T06:00:23.161102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-24T06:00:23.161511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-05-24T06:00:23.161933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-24T06:00:23.162267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-24T06:00:23.162603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-05-24T06:00:23.162935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-24T06:00:23.163288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-05-24T06:00:23.163738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-24T06:00:23.164074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-24T06:00:23.164482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-24T06:00:23.164809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-05-24T06:00:23.165267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-24T06:00:23.165597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-05-24T06:00:23.165956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-24T06:00:23.166311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-05-24T06:00:23.166795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-05-24T06:00:23.167264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-05-24T06:00:23.167754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-05-24T06:00:23.168136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-24T06:00:23.168471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-05-24T06:00:23.168935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-05-24T06:00:23.169400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-05-24T06:00:23.169780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-05-24T06:00:23.170115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-24T06:00:23.170467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-05-24T06:00:23.170847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-24T06:00:23.171247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-05-24T06:00:23.171903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2021-05-24T06:00:23.172681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-24T06:00:23.173242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-24T06:00:23.173627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-24T06:00:23.173991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-24T06:00:23.174439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-24T06:00:23.174762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-24T06:00:23.175075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-24T06:00:23.175389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-24T06:00:23.175703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-24T06:00:23.176051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2021-05-24T06:00:23.833587+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:00:23.854622+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:01:27.615768+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T06:01:27.641779+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:01:27.641838+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:01:27.641871+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:01:27.642978+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:01:27.687330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:01:27.690675+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:01:27.732069+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:01:27.754843+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:01:28.411764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c62024"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c62024","method":"GET"} [] [2021-05-24T06:01:30.780275+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-24T06:01:30.807263+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:01:30.851866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:01:30.855063+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:01:30.855126+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:01:30.855161+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:01:30.855191+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:01:30.898697+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-24T06:01:30.974430+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T06:01:30.980564+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T06:01:30.986780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T06:01:30.990851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-05-24T06:01:30.993326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-24T06:01:30.993728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-24T06:01:30.994070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-24T06:01:30.994413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-24T06:01:30.994780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-05-24T06:01:30.995150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-24T06:01:30.995508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-05-24T06:01:30.995978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-24T06:01:30.996374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-05-24T06:01:30.996860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-24T06:01:30.997238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-05-24T06:01:30.997721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-24T06:01:30.998101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-05-24T06:01:30.998526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-24T06:01:30.998912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-24T06:01:30.999243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-05-24T06:01:30.999578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-24T06:01:30.999932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-05-24T06:01:31.000381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-24T06:01:31.000716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-24T06:01:31.001127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-24T06:01:31.001591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-05-24T06:01:31.002331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-24T06:01:31.003055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-05-24T06:01:31.003569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-24T06:01:31.003966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-05-24T06:01:31.004442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-05-24T06:01:31.004900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-05-24T06:01:31.005397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-05-24T06:01:31.005779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-24T06:01:31.006111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-05-24T06:01:31.006577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-05-24T06:01:31.007041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-05-24T06:01:31.007421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-05-24T06:01:31.007848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-24T06:01:31.008218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-05-24T06:01:31.008598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-24T06:01:31.008969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-05-24T06:01:31.009464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2021-05-24T06:01:31.009901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-24T06:01:31.010249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-24T06:01:31.010599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-24T06:01:31.010967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-24T06:01:31.011413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-24T06:01:31.011747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-24T06:01:31.012083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-24T06:01:31.012417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-24T06:01:31.012817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-24T06:01:31.013186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2021-05-24T06:01:31.669283+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:01:31.690326+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:02:56.848367+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T06:02:56.882433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:02:56.882491+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:02:56.882525+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:02:56.884199+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:02:56.924002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:02:56.927924+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:02:56.980724+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:02:57.008870+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:02:57.537369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d6b7c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8d6b7c","method":"GET"} [] [2021-05-24T06:02:59.786914+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T06:02:59.813424+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:02:59.813527+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:02:59.813560+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:02:59.814652+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:02:59.862361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:02:59.869919+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:02:59.891767+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T06:02:59.950077+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T06:02:59.953819+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[323,322,321,320,319,318,317,316,315,314]] [] [2021-05-24T06:02:59.961502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-24T06:02:59.961986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T06:02:59.962428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T06:02:59.962804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T06:02:59.963179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T06:02:59.963557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T06:02:59.963938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T06:02:59.964360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T06:02:59.964736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T06:02:59.965139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T06:02:59.966762+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T06:02:59.974368+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:03:00.385170+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99efd6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/99efd6","method":"GET"} [] [2021-05-24T06:03:02.207998+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-24T06:03:02.238351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:03:02.238412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:03:02.238450+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:03:02.240192+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:03:02.292476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:03:02.296034+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:03:02.359463+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:03:02.368561+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-24T06:03:02.369574+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-24T06:03:02.397142+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:03:02.751000+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39ffb8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/39ffb8","method":"GET"} [] [2021-05-24T06:03:50.971253+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T06:03:51.004515+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:03:51.004574+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:03:51.004607+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:03:51.006244+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:03:51.046798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:03:51.050252+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:03:51.103020+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:03:51.131503+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:03:51.497702+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfe0a1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dfe0a1","method":"GET"} [] [2021-05-24T06:04:09.225061+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-24T06:04:09.251598+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:04:09.290262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:04:09.293516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:04:09.293579+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:04:09.293679+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:04:09.293716+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:04:09.338832+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-24T06:04:09.415678+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T06:04:09.421976+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T06:04:09.428273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T06:04:09.432436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-05-24T06:04:09.434995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-24T06:04:09.435387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-24T06:04:09.435728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-24T06:04:09.436066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-24T06:04:09.436432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-05-24T06:04:09.436803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-24T06:04:09.437166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-05-24T06:04:09.437695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-24T06:04:09.438092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-05-24T06:04:09.438621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-24T06:04:09.439044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-05-24T06:04:09.439552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-24T06:04:09.439966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-05-24T06:04:09.440429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-24T06:04:09.440777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-24T06:04:09.441123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-05-24T06:04:09.441462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-24T06:04:09.441823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-05-24T06:04:09.442291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-24T06:04:09.442633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-24T06:04:09.443053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-24T06:04:09.443389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-05-24T06:04:09.443861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-24T06:04:09.444196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-05-24T06:04:09.444566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-24T06:04:09.444933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-05-24T06:04:09.445406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-05-24T06:04:09.445880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-05-24T06:04:09.446384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-05-24T06:04:09.446773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-24T06:04:09.447108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-05-24T06:04:09.447579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-05-24T06:04:09.448053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-05-24T06:04:09.448440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-05-24T06:04:09.448786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-24T06:04:09.449169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-05-24T06:04:09.449555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-24T06:04:09.449937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-05-24T06:04:09.450451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2021-05-24T06:04:09.450898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-24T06:04:09.451246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-24T06:04:09.451604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-24T06:04:09.451979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-24T06:04:09.452439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-24T06:04:09.452780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-24T06:04:09.453120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-24T06:04:09.453461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-24T06:04:09.453803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-24T06:04:09.454145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2021-05-24T06:04:10.111591+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:04:10.133450+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:05:02.651926+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T06:05:02.679186+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:05:02.679247+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:05:02.679285+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:05:02.680487+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:05:02.704155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:05:02.707469+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:05:02.749786+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:05:02.773524+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:05:03.209899+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c1a87"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c1a87","method":"GET"} [] [2021-05-24T06:05:06.181871+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-24T06:05:06.207687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:05:06.207746+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:05:06.207780+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:05:06.208896+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:05:06.230428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:05:06.233563+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:05:06.246477+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-24T06:05:06.302836+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-24T06:05:06.306322+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[323,322,321,320,319,318,317,316,315,314]] [] [2021-05-24T06:05:06.314086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-24T06:05:06.314541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T06:05:06.314883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-24T06:05:06.315216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-24T06:05:06.315541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-24T06:05:06.315862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-24T06:05:06.316181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-24T06:05:06.316506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-24T06:05:06.316827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-24T06:05:06.317170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-24T06:05:06.318693+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-24T06:05:06.326155+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:05:06.733608+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20d1e6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/20d1e6","method":"GET"} [] [2021-05-24T06:05:08.178800+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-24T06:05:08.206930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:05:08.206989+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:05:08.207023+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:05:08.208674+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:05:08.251510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:05:08.254960+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:05:08.315211+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:05:08.323897+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-24T06:05:08.324756+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-24T06:05:08.350900+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:05:08.687173+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b57c28"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b57c28","method":"GET"} [] [2021-05-24T06:05:45.278452+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T06:05:45.311280+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T06:05:45.311338+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:05:45.311370+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T06:05:45.312931+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T06:05:45.356524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T06:05:45.359964+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T06:05:45.411440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T06:05:45.436635+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T06:05:45.787079+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"676176"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/676176","method":"GET"} [] [2021-05-24T09:07:55.850715+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-24T09:07:55.886695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T09:07:55.937207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T09:07:55.941000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T09:07:55.941065+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T09:07:55.941100+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T09:07:55.941129+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T09:07:55.998642+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-05-24T09:07:56.084019+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T09:07:56.094274+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2021-05-24T00:00:00+00:00"] [] [2021-05-24T09:07:56.100443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-24T09:07:56.104760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2021-05-24T09:07:56.107364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-24T09:07:56.107756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-24T09:07:56.108091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-24T09:07:56.108421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-24T09:07:56.108779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2021-05-24T09:07:56.109141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-24T09:07:56.109496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2021-05-24T09:07:56.109961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-24T09:07:56.110346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2021-05-24T09:07:56.110821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-24T09:07:56.111192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2021-05-24T09:07:56.111668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-24T09:07:56.112037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2021-05-24T09:07:56.112450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2021-05-24T09:07:56.112785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-24T09:07:56.113117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2021-05-24T09:07:56.113448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-24T09:07:56.113849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-05-24T09:07:56.114306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-05-24T09:07:56.114644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-24T09:07:56.115050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-24T09:07:56.115377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-05-24T09:07:56.115832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-24T09:07:56.116159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-05-24T09:07:56.116514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-24T09:07:56.116868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-05-24T09:07:56.117330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-05-24T09:07:56.117785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-05-24T09:07:56.118278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-05-24T09:07:56.118656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-24T09:07:56.118989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-05-24T09:07:56.119451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-05-24T09:07:56.119915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-05-24T09:07:56.120328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-05-24T09:07:56.120664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-24T09:07:56.121014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-05-24T09:07:56.121390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-24T09:07:56.121762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-05-24T09:07:56.122256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2021-05-24T09:07:56.122686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-24T09:07:56.123018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-24T09:07:56.123366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-24T09:07:56.123733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-05-24T09:07:56.124178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-24T09:07:56.124512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-24T09:07:56.124843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-24T09:07:56.125175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-24T09:07:56.125505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-24T09:07:56.125874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2021-05-24T09:07:56.773926+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T09:07:56.795092+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T09:10:16.949057+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-24T09:10:16.984223+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-24T09:10:16.984283+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T09:10:16.984320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-24T09:10:16.986082+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-24T09:10:17.033757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-24T09:10:17.038104+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-24T09:10:17.091640+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-24T09:10:17.120080+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-24T09:10:18.012074+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc0cd2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dc0cd2","method":"GET"} [] [2021-05-25T10:20:31.319330+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-25T10:20:31.383628+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T10:20:31.383687+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:31.383723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:31.413842+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-25T10:20:34.381416+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daf2ea"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/daf2ea","method":"GET"} [] [2021-05-25T10:20:37.825285+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-25T10:20:37.865584+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T10:20:37.865643+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:37.865682+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:37.868405+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:37.937054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-25T10:20:38.156669+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:38.165207+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 25 May 2021 10:20:38 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:38.165283+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:38.165315+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:38.173269+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T10:20:38.385817+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-25T10:20:38.411038+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T10:20:38.411095+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:38.411128+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:38.412429+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T10:20:38.450920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-25T10:20:38.456926+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-25T10:20:38.504629+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-25T10:20:38.632490+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-25T10:20:38.639868+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[323,322,321,320,319,318,317,316,315,314]] [] [2021-05-25T10:20:38.649197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-25T10:20:38.650080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-25T10:20:38.651021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-25T10:20:38.651537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-25T10:20:38.652034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-25T10:20:38.652397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-25T10:20:38.652780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-25T10:20:38.653118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-25T10:20:38.653519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-25T10:20:38.653915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-25T10:20:38.656096+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-25T10:20:38.668316+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T10:20:39.493391+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4407f7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4407f7","method":"GET"} [] [2021-05-25T10:20:41.266820+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-25T10:20:41.294870+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T10:20:41.294927+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:41.294959+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:41.296577+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T10:20:41.337334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-25T10:20:41.340899+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-25T10:20:41.411436+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T10:20:41.441622+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T10:20:41.960490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"985885"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/985885","method":"GET"} [] [2021-05-25T10:20:58.529802+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-25T10:20:58.555718+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T10:20:58.590046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-25T10:20:58.593372+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-25T10:20:58.593437+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T10:20:58.593472+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:58.593502+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T10:20:58.639212+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-05-25T10:20:58.801040+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-05-25T00:00:00+00:00"] [] [2021-05-25T10:20:58.809733+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-05-25T00:00:00+00:00"] [] [2021-05-25T10:20:58.816705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-25T10:20:58.821799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-05-25T10:20:58.824465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-25T10:20:58.824985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-25T10:20:58.825338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-25T10:20:58.825709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-05-25T10:20:58.826216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-25T10:20:58.826556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-25T10:20:58.826895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-25T10:20:58.827258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-05-25T10:20:58.827673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-25T10:20:58.828009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-25T10:20:58.828384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-05-25T10:20:58.828772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-25T10:20:58.829171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-25T10:20:58.829501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-05-25T10:20:58.829860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-25T10:20:58.830182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-05-25T10:20:58.830671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-25T10:20:58.830965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-25T10:20:58.831257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-25T10:20:58.831539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-25T10:20:58.831820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-25T10:20:58.832103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-05-25T10:20:58.832385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-25T10:20:58.832666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-25T10:20:58.832981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-05-25T10:20:58.833480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-25T10:20:58.833769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-05-25T10:20:58.834054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-25T10:20:58.834336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-05-25T10:20:58.834613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-05-25T10:20:58.834892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-05-25T10:20:58.835179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-25T10:20:58.835472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-05-25T10:20:58.835754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-25T10:20:58.836043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-25T10:20:58.836341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-05-25T10:20:58.836757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-05-25T10:20:58.837264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-05-25T10:20:58.837916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-05-25T10:20:58.838248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-25T10:20:58.838558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-05-25T10:20:58.838880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-05-25T10:20:58.839173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-25T10:20:58.839458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-05-25T10:20:58.839846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-25T10:20:58.840131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-05-25T10:20:58.840508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-25T10:20:58.840786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-05-25T10:20:58.841132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-25T10:20:58.841399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-05-25T10:20:58.841661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-05-25T10:20:59.378099+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T10:20:59.399955+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:00:43.872025+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-25T20:00:43.910581+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:00:43.910706+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:00:43.910746+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:00:43.913538+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-25T20:00:43.929274+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2021-05-25T20:00:43.930333+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2021-05-25T20:00:44.059843+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-25T20:00:44.086482+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:00:44.086542+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:00:44.086577+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:00:44.103657+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-25T20:00:44.439921+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c2aa2"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/5c2aa2","method":"GET"} [] [2021-05-25T20:01:02.558590+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-25T20:01:02.590309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:01:02.590368+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:02.590407+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:02.591204+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:02.644026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-05-25T20:01:02.867863+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:02.870233+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 25 May 2021 20:01:02 GMT\r\nLocation: http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails\n \n \n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:02.870363+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:02.870401+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:02.876496+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:01:03.001335+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-25T20:01:03.027063+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:01:03.027124+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:03.027157+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:03.028508+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:01:03.062847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:01:03.066105+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:01:03.131135+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T20:01:03.162914+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:01:03.422889+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71ee52"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/71ee52","method":"GET"} [] [2021-05-25T20:01:12.826410+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-25T20:01:12.852027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:01:12.852085+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:12.852118+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:12.853241+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:01:12.875680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:01:12.879515+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:01:12.920134+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T20:01:12.944807+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:01:13.119709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f57770"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/f57770","method":"GET"} [] [2021-05-25T20:01:25.913249+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-25T20:01:25.939978+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:01:25.940039+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:25.940076+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:01:25.941220+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:01:25.975665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:01:25.978992+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:01:26.020626+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T20:01:26.044997+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:01:26.252415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77ce8e"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/77ce8e","method":"GET"} [] [2021-05-25T20:02:04.238608+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-25T20:02:04.287295+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:02:04.337688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:02:04.345797+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:02:04.345896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:02:04.345954+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:02:04.346002+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:02:04.413193+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-25T20:02:04.509091+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-05-31T00:00:00+00:00"] [] [2021-05-25T20:02:04.519698+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-05-31T00:00:00+00:00"] [] [2021-05-25T20:02:04.526372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-25T20:02:04.531921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-05-25T20:02:04.536679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-25T20:02:04.538202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-25T20:02:04.538546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-25T20:02:04.538850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-25T20:02:04.539258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-05-25T20:02:04.539731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-25T20:02:04.540028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-25T20:02:04.540320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-25T20:02:04.540620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-25T20:02:04.540920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-25T20:02:04.541234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-05-25T20:02:04.541677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-25T20:02:04.542007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-05-25T20:02:04.542448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-25T20:02:04.542748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-25T20:02:04.543036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-25T20:02:04.543356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-25T20:02:04.543646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-05-25T20:02:04.544107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-05-25T20:02:04.544470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-25T20:02:04.544770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-05-25T20:02:04.545103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-05-25T20:02:04.545462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-05-25T20:02:04.545760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-25T20:02:04.546068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-05-25T20:02:04.546487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-05-25T20:02:04.546924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [312] [] [2021-05-25T20:02:04.547344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [323] [] [2021-05-25T20:02:04.547750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-25T20:02:04.548064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-25T20:02:04.548356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-25T20:02:04.548626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-25T20:02:04.548926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-25T20:02:04.962291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T20:02:04.985848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:04:46.291528+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-25T20:04:46.328696+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:04:46.328758+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:04:46.328796+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:04:46.331456+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:04:46.372848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:04:46.377419+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:04:46.437309+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T20:04:46.470542+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:04:46.707185+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"009427"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/009427","method":"GET"} [] [2021-05-25T20:04:58.764039+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2021-05-25T20:04:58.798542+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:04:58.798601+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:04:58.798635+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:04:58.800436+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:04:58.848115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:04:58.851724+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:04:58.875664+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-25T20:04:58.952069+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-25T20:04:58.960908+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2021-05-25T20:04:58.968805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2021-05-25T20:04:58.969345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-05-25T20:04:58.972182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-05-25T20:04:58.972810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2021-05-25T20:04:58.973230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2021-05-25T20:04:58.973617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2021-05-25T20:04:58.973987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2021-05-25T20:04:58.974393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2021-05-25T20:04:58.974822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2021-05-25T20:04:58.975289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2021-05-25T20:04:58.975698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2021-05-25T20:04:58.977400+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-25T20:04:58.985051+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:04:59.202580+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0e69d"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/e0e69d","method":"GET"} [] [2021-05-25T20:05:01.791306+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2021-05-25T20:05:01.821158+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:05:01.821220+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:01.821257+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:01.823008+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:05:01.871471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:05:01.875061+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:05:01.948542+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-05-25T20:05:01.958890+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2021-05-25T20:05:01.959719+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2021-05-25T20:05:02.041785+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:05:02.065235+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2021-05-25T20:05:02.092512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:05:02.092576+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:02.092614+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:02.093770+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:05:02.138907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:05:02.146975+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:05:02.206494+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-05-25T20:05:02.212966+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2021-05-25T20:05:02.215848+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2021-05-25T20:05:02.237980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:05:02.426191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b60d5b"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/b60d5b","method":"GET"} [] [2021-05-25T20:05:22.039970+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-25T20:05:22.067651+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:05:22.067736+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:22.067778+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:22.069117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:05:22.110482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:05:22.113858+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:05:22.128968+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-25T20:05:22.191600+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-25T20:05:22.195588+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[323,322,321,320,319,318,317,316,315,314]] [] [2021-05-25T20:05:22.204303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-25T20:05:22.205132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-25T20:05:22.205571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-25T20:05:22.205971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-25T20:05:22.206382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-25T20:05:22.206758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-25T20:05:22.207141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-25T20:05:22.207517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-25T20:05:22.207906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-25T20:05:22.208312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-25T20:05:22.210030+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-25T20:05:22.217769+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:05:22.443429+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10d7fd"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/10d7fd","method":"GET"} [] [2021-05-25T20:05:27.170965+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-25T20:05:27.200367+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:05:27.200427+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:27.200460+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:27.202313+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:05:27.232738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:05:27.236217+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:05:27.305234+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T20:05:27.314216+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-25T20:05:27.316318+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-25T20:05:27.345895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:05:27.527961+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c7b3a"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/1c7b3a","method":"GET"} [] [2021-05-25T20:05:44.743051+00:00] request.INFO: Matched route "vehicle_new". {"route":"vehicle_new","route_parameters":{"_route":"vehicle_new","_controller":"App\\Controller\\VehicleController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/vehicle/new?tag=2","method":"GET"} [] [2021-05-25T20:05:44.777664+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:05:44.777732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:44.777842+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:05:44.779799+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:05:44.831835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:05:44.842613+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:05:44.909687+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:05:45.092282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3f9d6"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/f3f9d6","method":"GET"} [] [2021-05-25T20:16:58.441507+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-25T20:16:58.475701+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:16:58.475764+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:16:58.475799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:16:58.477612+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:16:58.527659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:16:58.531517+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:16:58.584647+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T20:16:58.613981+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-25T20:16:58.802671+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"455fdf"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/455fdf","method":"GET"} [] [2021-05-25T20:17:31.848061+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-25T20:17:31.886910+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-25T20:17:31.933678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-25T20:17:31.937378+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-25T20:17:31.937445+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-25T20:17:31.937481+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:17:31.937512+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-25T20:17:31.994281+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-25T20:17:32.076344+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2021-01-26T00:00:00+00:00","2021-05-26T00:00:00+00:00"] [] [2021-05-25T20:17:32.083924+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2021-01-26T00:00:00+00:00","2021-05-26T00:00:00+00:00"] [] [2021-05-25T20:17:32.090193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-25T20:17:32.094452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-25T20:17:32.100225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-25T20:17:32.101333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-25T20:17:32.101849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-25T20:17:32.102293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-25T20:17:32.102649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-25T20:17:32.103160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-25T20:17:32.103508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-25T20:17:32.103894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-25T20:17:32.104234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-25T20:17:32.104710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-25T20:17:32.105058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-25T20:17:32.105401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-25T20:17:32.105745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-25T20:17:32.106089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-25T20:17:32.106453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-25T20:17:32.106833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-25T20:17:32.107365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-25T20:17:32.107728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-25T20:17:32.108077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-25T20:17:32.108423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-25T20:17:32.108766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-25T20:17:32.109120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-25T20:17:32.309435+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-25T20:17:32.334403+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-26T14:06:12.447455+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-26T14:06:12.547555+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-26T14:06:12.626088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-26T14:06:12.642413+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-26T14:06:12.642493+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-26T14:06:12.642530+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-26T14:06:12.642560+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-26T14:06:12.794143+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-05-26T14:06:13.039331+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2021-01-26T00:00:00+00:00","2021-05-26T00:00:00+00:00"] [] [2021-05-26T14:06:13.053435+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2021-01-26T00:00:00+00:00","2021-05-26T00:00:00+00:00"] [] [2021-05-26T14:06:13.060896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-26T14:06:13.070362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-05-26T14:06:13.075645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-26T14:06:13.078322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-26T14:06:13.078644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-26T14:06:13.078951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-26T14:06:13.079243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-05-26T14:06:13.079611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-05-26T14:06:13.079918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-26T14:06:13.080232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-26T14:06:13.080530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-05-26T14:06:13.080978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-05-26T14:06:13.081276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-05-26T14:06:13.081564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-05-26T14:06:13.081848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-05-26T14:06:13.082129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-05-26T14:06:13.082410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-26T14:06:13.082713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-05-26T14:06:13.083105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-26T14:06:13.083395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-26T14:06:13.083755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-26T14:06:13.084044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-05-26T14:06:13.084328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-26T14:06:13.084588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-05-26T14:06:13.313391+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-26T14:06:13.364354+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-26T14:40:01.058551+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-26T14:40:01.093552+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-26T14:40:01.093613+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-26T14:40:01.093648+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-26T14:40:01.095464+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-26T14:40:01.149581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-05-26T14:40:01.154188+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-05-26T14:40:01.209127+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-26T14:40:01.240056+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-26T14:40:01.545720+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09e002"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/09e002","method":"GET"} [] [2021-05-27T04:31:58.794321+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-27T04:31:58.884143+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T04:31:58.884266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:31:58.884306+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:31:58.918968+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-27T04:31:59.106068+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-27T04:31:59.131538+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T04:31:59.131596+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:31:59.131631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:31:59.144118+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-27T04:32:00.890566+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d3c95"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d3c95","method":"GET"} [] [2021-05-27T04:32:03.882696+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-27T04:32:03.907211+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T04:32:03.907270+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:03.907310+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:03.910248+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:03.970981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-27T04:32:04.197358+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:04.204445+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 27 May 2021 04:32:04 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:04.204520+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:04.204634+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:04.210095+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T04:32:04.533473+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-27T04:32:04.557074+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T04:32:04.557128+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:04.557160+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:04.558289+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T04:32:04.590601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T04:32:04.594886+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T04:32:04.630965+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-27T04:32:04.763827+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-27T04:32:04.784092+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[323,322,321,320,319,318,317,316,315,314]] [] [2021-05-27T04:32:04.794181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-27T04:32:04.794663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-27T04:32:04.796361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-27T04:32:04.796687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-27T04:32:04.796999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-27T04:32:04.797311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-27T04:32:04.797621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-27T04:32:04.797929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-27T04:32:04.798236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-27T04:32:04.798579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-27T04:32:04.800474+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-27T04:32:04.816328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T04:32:05.839977+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fa889"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1fa889","method":"GET"} [] [2021-05-27T04:32:12.875337+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-27T04:32:12.913300+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T04:32:12.913359+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:12.913460+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:12.915098+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T04:32:12.953264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T04:32:12.957699+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T04:32:13.027485+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T04:32:13.058314+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T04:32:13.435956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf7b58"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bf7b58","method":"GET"} [] [2021-05-27T04:32:32.387589+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-27T04:32:32.418106+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T04:32:32.463438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T04:32:32.467924+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T04:32:32.467996+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T04:32:32.468034+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:32.468068+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T04:32:32.522752+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-05-27T04:32:32.668508+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-05-27T00:00:00+00:00"] [] [2021-05-27T04:32:32.676110+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-05-27T00:00:00+00:00"] [] [2021-05-27T04:32:32.682795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-27T04:32:32.687635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-05-27T04:32:32.691864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-27T04:32:32.693359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-27T04:32:32.693692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-27T04:32:32.694012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-05-27T04:32:32.694386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-27T04:32:32.694673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-27T04:32:32.694952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-27T04:32:32.695252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-05-27T04:32:32.695604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-27T04:32:32.695890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-27T04:32:32.696244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-05-27T04:32:32.696609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-27T04:32:32.696955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-27T04:32:32.697312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-05-27T04:32:32.697624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-27T04:32:32.697929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-05-27T04:32:32.698380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-27T04:32:32.698673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-27T04:32:32.698952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-27T04:32:32.699229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-27T04:32:32.699502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-27T04:32:32.699773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-05-27T04:32:32.700045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-27T04:32:32.700315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-27T04:32:32.700627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-05-27T04:32:32.701104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-27T04:32:32.701390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-05-27T04:32:32.701671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-27T04:32:32.701945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-05-27T04:32:32.702224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-05-27T04:32:32.702479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-05-27T04:32:32.702736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-27T04:32:32.703004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-05-27T04:32:32.703254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-27T04:32:32.703523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-27T04:32:32.703778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-05-27T04:32:32.704173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-05-27T04:32:32.704559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-05-27T04:32:32.704936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-05-27T04:32:32.705211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-27T04:32:32.705490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-05-27T04:32:32.705789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-05-27T04:32:32.706048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-27T04:32:32.706322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-05-27T04:32:32.706700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-27T04:32:32.706978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-05-27T04:32:32.707355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-27T04:32:32.707689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-05-27T04:32:32.708030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-27T04:32:32.708291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-05-27T04:32:32.708546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-05-27T04:32:33.230007+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T04:32:33.251687+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T05:05:08.537228+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-27T05:05:08.570749+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T05:05:08.570806+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:05:08.570839+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:05:08.572493+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T05:05:08.610442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T05:05:08.614831+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T05:05:08.668092+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T05:05:08.697452+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T05:05:09.270342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c56b3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c56b3","method":"GET"} [] [2021-05-27T05:05:17.128713+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-27T05:05:17.164319+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T05:05:17.196702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T05:05:17.201031+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T05:05:17.201091+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T05:05:17.201126+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:05:17.201156+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:05:17.253121+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-05-27T05:05:17.331628+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2021-05-27T00:00:00+00:00"] [] [2021-05-27T05:05:17.339696+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2021-05-27T00:00:00+00:00"] [] [2021-05-27T05:05:17.345355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-05-27T05:05:17.350274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2021-05-27T05:05:17.353652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2021-05-27T05:05:17.355041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-27T05:05:17.355398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-27T05:05:17.355737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-27T05:05:17.356150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-27T05:05:17.356497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2021-05-27T05:05:17.356829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2021-05-27T05:05:17.357160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-05-27T05:05:17.357492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-27T05:05:17.357857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2021-05-27T05:05:17.358335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2021-05-27T05:05:17.358670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-27T05:05:17.359000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2021-05-27T05:05:17.359331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2021-05-27T05:05:17.359659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2021-05-27T05:05:17.359994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-27T05:05:17.360342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-05-27T05:05:17.360672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2021-05-27T05:05:17.361182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-05-27T05:05:17.361666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-27T05:05:17.362000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-05-27T05:05:17.362337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-05-27T05:05:17.362672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-05-27T05:05:17.363004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-27T05:05:17.363366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-27T05:05:17.363693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-05-27T05:05:17.364260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-27T05:05:17.364605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-05-27T05:05:17.364971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-27T05:05:17.365319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-05-27T05:05:17.365649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-05-27T05:05:17.366050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-05-27T05:05:17.366384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-27T05:05:17.366699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-05-27T05:05:17.367030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-05-27T05:05:17.367503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-05-27T05:05:17.367816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-27T05:05:17.368118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-05-27T05:05:17.368637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-05-27T05:05:17.369063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-05-27T05:05:17.369374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-05-27T05:05:17.369709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-27T05:05:17.370016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-05-27T05:05:17.370524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2021-05-27T05:05:17.370932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-05-27T05:05:17.371240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2021-05-27T05:05:17.371587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [288] [] [2021-05-27T05:05:17.372284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-27T05:05:17.372617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2021-05-27T05:05:17.372924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-27T05:05:17.373222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [177] [] [2021-05-27T05:05:17.373562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [283] [] [2021-05-27T05:05:17.857160+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T05:05:17.877849+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T05:16:03.031855+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-27T05:16:03.064058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T05:16:03.064179+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:16:03.064217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:16:03.065867+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T05:16:03.097947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T05:16:03.102452+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T05:16:03.154083+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T05:16:03.182734+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T05:16:03.755777+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be7501"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/be7501","method":"GET"} [] [2021-05-27T05:16:09.291249+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-27T05:16:09.324627+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T05:16:09.365394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T05:16:09.369585+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T05:16:09.369644+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T05:16:09.369678+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:16:09.369707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:16:09.421920+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-05-27T05:16:09.496858+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2021-05-27T00:00:00+00:00"] [] [2021-05-27T05:16:09.505097+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2021-05-27T00:00:00+00:00"] [] [2021-05-27T05:16:09.511176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-27T05:16:09.515998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2021-05-27T05:16:09.560820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-27T05:16:09.564960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-27T05:16:09.565993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-27T05:16:09.567020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-27T05:16:09.568048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-05-27T05:16:09.569164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2021-05-27T05:16:09.570443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-27T05:16:09.571483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-27T05:16:09.572510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-27T05:16:09.573605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2021-05-27T05:16:09.575430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2021-05-27T05:16:09.576745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2021-05-27T05:16:09.577987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2021-05-27T05:16:09.579024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2021-05-27T05:16:09.580087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-05-27T05:16:09.580937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-05-27T05:16:09.581999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-05-27T05:16:09.582743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-05-27T05:16:09.583613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-27T05:16:09.584407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-27T05:16:09.585190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-27T05:16:09.585841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-05-27T05:16:09.586506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-27T05:16:09.587146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-27T05:16:09.587747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-05-27T05:16:09.588741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-05-27T05:16:09.589770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-05-27T05:16:09.590667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-05-27T05:16:09.591455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-05-27T05:16:09.592066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2021-05-27T05:16:09.592893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2021-05-27T05:16:09.593718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [285] [] [2021-05-27T05:16:09.594404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-27T05:16:09.594935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-27T05:16:09.595520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [319] [] [2021-05-27T05:16:10.113881+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T05:16:10.133530+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T05:25:44.923451+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-27T05:25:44.956237+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T05:25:44.956296+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:25:44.956330+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:25:44.957959+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T05:25:44.998092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T05:25:45.002868+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T05:25:45.055655+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T05:25:45.087813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T05:25:45.670444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d8fcc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d8fcc","method":"GET"} [] [2021-05-27T05:27:34.726970+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-27T05:27:34.752835+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T05:27:34.777185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T05:27:34.781294+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T05:27:34.781363+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T05:27:34.781399+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:27:34.781429+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:27:34.822490+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-05-27T05:27:34.895980+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2021-05-27T00:00:00+00:00"] [] [2021-05-27T05:27:34.902743+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2021-05-27T00:00:00+00:00"] [] [2021-05-27T05:27:34.908436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-27T05:27:34.913138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2021-05-27T05:27:34.916292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-27T05:27:34.917686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-27T05:27:34.917986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-27T05:27:34.918304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2021-05-27T05:27:34.918666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-27T05:27:34.918950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-27T05:27:34.919228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-27T05:27:34.919524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2021-05-27T05:27:34.919869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2021-05-27T05:27:34.920154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2021-05-27T05:27:34.920473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2021-05-27T05:27:34.920830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-27T05:27:34.921174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-27T05:27:34.921452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-05-27T05:27:34.921813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-27T05:27:34.922168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-05-27T05:27:34.922660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-05-27T05:27:34.922991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-27T05:27:34.923382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-27T05:27:34.923716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-27T05:27:34.924043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-05-27T05:27:34.924373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-05-27T05:27:34.924718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-05-27T05:27:34.925077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-27T05:27:34.925435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-05-27T05:27:34.925946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-05-27T05:27:34.926257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-05-27T05:27:34.926570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-05-27T05:27:34.926878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-05-27T05:27:34.927189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-05-27T05:27:34.927499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-05-27T05:27:34.927811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-05-27T05:27:34.928134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-05-27T05:27:34.928447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-05-27T05:27:34.928770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-27T05:27:34.929075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-05-27T05:27:34.929520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-05-27T05:27:34.929993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-05-27T05:27:34.930430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-05-27T05:27:34.930754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-27T05:27:34.931085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-05-27T05:27:34.931438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-05-27T05:27:34.931747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-27T05:27:34.932125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-05-27T05:27:34.932602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-27T05:27:34.932935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-05-27T05:27:34.933363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-05-27T05:27:34.933668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-05-27T05:27:34.934051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-05-27T05:27:34.934361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-05-27T05:27:34.934666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-05-27T05:27:35.430996+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T05:27:35.451372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T05:30:07.490324+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-27T05:30:07.522518+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-27T05:30:07.522576+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:30:07.522610+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-27T05:30:07.524251+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-27T05:30:07.562319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-27T05:30:07.567314+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-27T05:30:07.618721+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-27T05:30:07.647228+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-27T05:30:08.139349+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b1f0f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8b1f0f","method":"GET"} [] [2021-05-30T05:53:35.223841+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-30T05:53:35.396759+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T05:53:35.396827+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:35.396862+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:35.478460+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-30T05:53:36.023738+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec5689"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ec5689","method":"GET"} [] [2021-05-30T05:53:54.879623+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-30T05:53:54.914292+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T05:53:54.914416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:54.914462+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:54.919180+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:55.046499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-30T05:53:55.276802+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:55.284401+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 30 May 2021 05:53:55 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:55.284477+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:55.284508+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:55.291871+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T05:53:55.424537+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T05:53:55.449664+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T05:53:55.449723+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:55.449755+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:55.450979+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T05:53:55.489011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T05:53:55.493105+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T05:53:55.559389+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T05:53:55.796994+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T05:53:55.810534+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[323,322,321,320,319,318,317,316,315,314]] [] [2021-05-30T05:53:55.822168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T05:53:55.822682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T05:53:55.826077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T05:53:55.826438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T05:53:55.826771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T05:53:55.827095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T05:53:55.827439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T05:53:55.827810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-30T05:53:55.828135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-30T05:53:55.828580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-30T05:53:55.830576+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T05:53:55.843846+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T05:53:56.494431+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d2fbc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d2fbc","method":"GET"} [] [2021-05-30T05:53:59.441964+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T05:53:59.469766+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T05:53:59.469828+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:59.469861+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:53:59.471482+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T05:53:59.519510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T05:53:59.523835+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T05:53:59.539552+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T05:53:59.606529+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T05:53:59.612226+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[323,322,321,320,319,318,317,316,315,314]] [] [2021-05-30T05:53:59.619714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T05:53:59.620215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T05:53:59.621473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T05:53:59.621848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T05:53:59.622216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T05:53:59.622583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T05:53:59.622953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T05:53:59.623327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-30T05:53:59.623698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-30T05:53:59.624223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-05-30T05:53:59.625746+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T05:53:59.632829+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T05:53:59.994024+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64df6d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64df6d","method":"GET"} [] [2021-05-30T05:54:09.920666+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-30T05:54:09.946257+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T05:54:09.946314+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:54:09.946346+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:54:09.947935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T05:54:09.996635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T05:54:10.001214+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T05:54:10.104855+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T05:54:10.115502+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-30T05:54:10.117521+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-30T05:54:10.147583+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T05:54:10.546282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e684da"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e684da","method":"GET"} [] [2021-05-30T05:58:01.099979+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-30T05:58:01.133408+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T05:58:01.177596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T05:58:01.181839+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T05:58:01.181899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T05:58:01.182005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:58:01.182042+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:58:01.249857+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-30T05:58:01.338128+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-30T05:58:01.343823+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-05-30T05:58:01.354288+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-05-30T05:58:01.355493+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-05-30T05:58:01.521709+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-30T05:58:01.523597+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-05-29T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-05-30T05:58:01.529280+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":324,"6":26} [] [2021-05-30T05:58:01.531871+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":324,"6":24} [] [2021-05-30T05:58:01.532107+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":324,"6":25} [] [2021-05-30T05:58:01.534462+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-30T05:58:01.546463+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T05:58:01.705163+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T05:58:01.729652+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T05:58:01.729710+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:58:01.729743+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:58:01.730798+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T05:58:01.768123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T05:58:01.772248+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T05:58:01.784530+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T05:58:01.839009+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T05:58:01.844194+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[324,323,322,321,320,319,318,317,316,315]] [] [2021-05-30T05:58:01.851231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T05:58:01.851688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T05:58:01.852920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T05:58:01.853271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T05:58:01.853643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T05:58:01.854044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T05:58:01.854420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T05:58:01.854848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-30T05:58:01.855219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-30T05:58:01.856735+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T05:58:01.863888+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T05:58:02.387381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a88ca"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8a88ca","method":"GET"} [] [2021-05-30T05:58:24.394225+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-30T05:58:24.425168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T05:58:24.425225+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:58:24.425257+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T05:58:24.426805+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T05:58:24.467457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T05:58:24.483365+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T05:58:24.555147+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T05:58:24.564618+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-30T05:58:24.566403+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-30T05:58:24.595094+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T05:58:25.099295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"789847"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/789847","method":"GET"} [] [2021-05-30T06:01:40.238353+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-30T06:01:40.270953+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:01:40.321368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:01:40.326331+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:01:40.326401+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:01:40.326435+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:01:40.326464+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:01:40.389808+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-05-30T06:01:40.399633+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-30T06:01:40.402968+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-05-30T06:01:40.407771+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-05-30T06:01:40.408354+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-05-30T06:01:40.408886+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-30T06:01:40.457406+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-30T06:01:40.458414+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":168934.0,"3":"2021-05-18T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-05-30T06:01:40.462354+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":325,"6":1} [] [2021-05-30T06:01:40.463956+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2650.0,"4":null,"5":325,"6":46} [] [2021-05-30T06:01:40.464398+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":133.33,"4":null,"5":325,"6":171} [] [2021-05-30T06:01:40.464691+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":325,"6":6} [] [2021-05-30T06:01:40.465945+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-30T06:01:40.477655+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:01:40.622960+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T06:01:40.648246+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:01:40.648310+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:01:40.648345+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:01:40.649475+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:01:40.694119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:01:40.698527+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:01:40.710621+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:01:40.765829+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:01:40.770873+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[325,324,323,322,321,320,319,318,317,316]] [] [2021-05-30T06:01:40.777928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T06:01:40.778379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:01:40.779841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:01:40.780228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T06:01:40.780600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T06:01:40.781002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T06:01:40.781372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T06:01:40.781752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-30T06:01:40.782123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-05-30T06:01:40.783623+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:01:40.790979+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:01:41.143864+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"905112"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/905112","method":"GET"} [] [2021-05-30T06:01:52.723815+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-30T06:01:52.757097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:01:52.757215+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:01:52.757251+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:01:52.758963+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:01:52.804275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:01:52.808658+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:01:52.870018+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T06:01:52.879227+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-30T06:01:52.880960+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-30T06:01:52.909960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:01:53.228006+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4166e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e4166e","method":"GET"} [] [2021-05-30T06:04:51.041628+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-30T06:04:51.074428+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:04:51.123214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:04:51.127460+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:04:51.127521+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:04:51.127556+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:04:51.127585+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:04:51.189461+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-30T06:04:51.199089+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-30T06:04:51.202287+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-05-30T06:04:51.206844+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["46"]] [] [2021-05-30T06:04:51.207402+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["171"]] [] [2021-05-30T06:04:51.207926+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-30T06:04:51.253119+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-30T06:04:51.254124+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":144445.0,"3":"2021-05-24T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":5,"11":2} [] [2021-05-30T06:04:51.258469+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":326,"6":1} [] [2021-05-30T06:04:51.259953+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2650.0,"4":null,"5":326,"6":46} [] [2021-05-30T06:04:51.265211+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":6.0,"3":133.33,"4":null,"5":326,"6":171} [] [2021-05-30T06:04:51.265598+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":326,"6":6} [] [2021-05-30T06:04:51.266976+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-30T06:04:51.278761+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:04:51.416100+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T06:04:51.440536+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:04:51.440598+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:04:51.440633+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:04:51.441914+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:04:51.490070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:04:51.494628+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:04:51.506937+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:04:51.563672+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:04:51.568799+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[326,325,324,323,322,321,320,319,318,317]] [] [2021-05-30T06:04:51.575958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:04:51.576431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:04:51.578624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T06:04:51.579210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T06:04:51.579593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T06:04:51.579992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T06:04:51.580357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T06:04:51.580805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-05-30T06:04:51.582462+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:04:51.589794+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:04:51.922636+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6af733"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6af733","method":"GET"} [] [2021-05-30T06:05:07.199771+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-05-30T06:05:07.232320+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:05:07.232380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:05:07.232413+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:05:07.234249+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:05:07.287727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:05:07.292272+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:05:07.354913+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T06:05:07.364565+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-30T06:05:07.366914+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-30T06:05:07.395394+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:05:07.771149+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76d6aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/76d6aa","method":"GET"} [] [2021-05-30T06:06:21.268202+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-05-30T06:06:21.296186+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:06:21.338629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:06:21.342813+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:06:21.342874+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:06:21.342909+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:21.342939+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:21.402342+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-30T06:06:21.411160+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-30T06:06:21.459174+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-30T06:06:21.460109+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":144435.0,"3":"2021-05-05T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":5,"11":2} [] [2021-05-30T06:06:21.463391+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-30T06:06:21.482358+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:06:21.623828+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T06:06:21.648228+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:06:21.648285+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:21.648318+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:21.649368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:06:21.695040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:06:21.709339+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:06:21.729587+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:06:21.784193+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:06:21.789116+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-05-30T06:06:21.795894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:06:21.796316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:06:21.797531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T06:06:21.797957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T06:06:21.798269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T06:06:21.798608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T06:06:21.798919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T06:06:21.800314+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:06:21.807129+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:06:22.161763+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64c4e4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64c4e4","method":"GET"} [] [2021-05-30T06:06:25.338525+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-30T06:06:25.365567+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:06:25.365622+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:25.365655+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:25.367181+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:06:25.403599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:06:25.407765+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:06:25.424620+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:06:25.484789+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:06:25.488524+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[189,188,187,186,185,184,183,182,181,180]] [] [2021-05-30T06:06:25.491518+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:06:25.496301+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:06:25.809928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea92aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ea92aa","method":"GET"} [] [2021-05-30T06:06:27.304200+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-30T06:06:27.328671+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:06:27.328728+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:27.328762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:27.329796+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:06:27.363147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:06:27.366227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:06:27.412442+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:06:27.692708+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7abe4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a7abe4","method":"GET"} [] [2021-05-30T06:06:51.727553+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2021-05-30T06:06:51.754051+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:06:51.796910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:06:51.800042+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:06:51.800101+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:06:51.800135+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:51.800165+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:51.886049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Radiator Assembly"] [] [2021-05-30T06:06:51.892118+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-30T06:06:51.892810+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Radiator Assembly","2":"Pcs","3":null,"4":null,"5":1} [] [2021-05-30T06:06:51.893733+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-30T06:06:51.904339+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:06:52.045470+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-30T06:06:52.070091+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:06:52.070147+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:52.070180+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:52.071301+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:06:52.092137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:06:52.095150+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:06:52.105259+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:06:52.156721+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:06:52.160630+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[190,189,188,187,186,185,184,183,182,181]] [] [2021-05-30T06:06:52.163675+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:06:52.170117+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:06:52.486263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdbe2c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bdbe2c","method":"GET"} [] [2021-05-30T06:06:55.157652+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T06:06:55.183177+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:06:55.183236+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:55.183344+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:06:55.184420+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:06:55.217519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:06:55.220747+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:06:55.233071+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:06:55.288171+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:06:55.292117+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-05-30T06:06:55.299742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:06:55.300283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:06:55.300691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T06:06:55.301120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T06:06:55.301494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T06:06:55.301961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T06:06:55.302335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T06:06:55.303848+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:06:55.311002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:06:55.642083+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15b16d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/15b16d","method":"GET"} [] [2021-05-30T06:07:35.017405+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"327"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/327","method":"GET"} [] [2021-05-30T06:07:35.044396+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:07:35.044454+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:07:35.044486+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:07:35.046024+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:07:35.096514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:07:35.100017+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:07:35.121807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["327"] [] [2021-05-30T06:07:35.134715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2021-05-30T06:07:35.179998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:07:35.180875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:07:35.182335+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T06:07:35.183944+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-30T06:07:35.185107+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-30T06:07:35.214026+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:07:35.536647+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"938afc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/938afc","method":"GET"} [] [2021-05-30T06:08:37.219059+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"327"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/327","method":"POST"} [] [2021-05-30T06:08:37.251687+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:08:37.293506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:08:37.296839+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:08:37.296898+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:08:37.296932+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:37.296962+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:37.315944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["327"] [] [2021-05-30T06:08:37.328414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2021-05-30T06:08:37.374325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:08:37.375075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:08:37.377983+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-30T06:08:37.379021+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-30T06:08:37.380046+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["190"]] [] [2021-05-30T06:08:37.427130+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-30T06:08:37.427923+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4500.0,"4":null,"5":327,"6":190} [] [2021-05-30T06:08:37.434217+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-30T06:08:37.458348+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:08:37.618830+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T06:08:37.648908+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:08:37.648964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:37.648997+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:37.650513+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:08:37.701961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:08:37.705915+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:08:37.720778+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:08:37.777607+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:08:37.781903+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-05-30T06:08:37.788774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:08:37.789210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:08:37.789574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T06:08:37.789951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T06:08:37.790243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T06:08:37.790584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T06:08:37.790897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T06:08:37.792292+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:08:37.799109+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:08:38.166396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d19cdc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d19cdc","method":"GET"} [] [2021-05-30T06:08:40.465826+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2021-05-30T06:08:40.495974+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:08:40.496040+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:40.496076+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:40.497754+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:08:40.555521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:08:40.560501+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:08:40.574670+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:08:40.641882+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:08:40.644856+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[190,189,188,187,186,185,184,183,182,181]] [] [2021-05-30T06:08:40.647935+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:08:40.652811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:08:40.954118+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84e928"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/84e928","method":"GET"} [] [2021-05-30T06:08:42.387535+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2021-05-30T06:08:42.412595+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:08:42.412665+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:42.412700+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:42.413918+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:08:42.454673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:08:42.457739+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:08:42.498067+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:08:42.746665+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0153c5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0153c5","method":"GET"} [] [2021-05-30T06:08:54.025210+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T06:08:54.053525+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:08:54.053583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:54.053616+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:54.055186+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:08:54.081733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:08:54.085674+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:08:54.100927+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:08:54.160218+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:08:54.164569+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-05-30T06:08:54.172352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:08:54.172898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:08:54.173311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T06:08:54.173748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T06:08:54.174129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T06:08:54.174536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T06:08:54.174910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T06:08:54.176424+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:08:54.183598+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:08:54.542131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a12fe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9a12fe","method":"GET"} [] [2021-05-30T06:08:56.161207+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"327"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/327","method":"GET"} [] [2021-05-30T06:08:56.188932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:08:56.188989+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:56.189023+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:08:56.190769+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:08:56.228354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:08:56.231695+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:08:56.249912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["327"] [] [2021-05-30T06:08:56.262357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2021-05-30T06:08:56.312097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:08:56.312912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:08:56.313976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2021-05-30T06:08:56.315438+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T06:08:56.316835+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-05-30T06:08:56.317664+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-05-30T06:08:56.346209+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:08:56.691321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a9d7e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2a9d7e","method":"GET"} [] [2021-05-30T06:09:43.749990+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"327"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/327","method":"POST"} [] [2021-05-30T06:09:43.777709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:09:43.815930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:09:43.829731+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:09:43.830291+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:09:43.830481+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:09:43.830618+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:09:43.866434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["327"] [] [2021-05-30T06:09:43.880921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2021-05-30T06:09:43.932518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:09:43.933342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:09:43.934404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2021-05-30T06:09:43.939843+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-30T06:09:43.941118+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-05-30T06:09:43.942616+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["190"]] [] [2021-05-30T06:09:43.943503+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["7"]] [] [2021-05-30T06:09:43.944077+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-05-30T06:09:43.994169+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-05-30T06:09:43.995012+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":327,"6":7} [] [2021-05-30T06:09:43.997715+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":327,"6":6} [] [2021-05-30T06:09:43.999010+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-05-30T06:09:44.030417+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:09:44.205126+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T06:09:44.237414+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T06:09:44.237475+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:09:44.237510+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T06:09:44.239113+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T06:09:44.279204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T06:09:44.287029+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T06:09:44.306905+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T06:09:44.367928+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T06:09:44.372757+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-05-30T06:09:44.380018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T06:09:44.380517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T06:09:44.380929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T06:09:44.381425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T06:09:44.381801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T06:09:44.382211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T06:09:44.382592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T06:09:44.384116+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T06:09:44.391486+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T06:09:44.749930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c299c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c299c","method":"GET"} [] [2021-05-30T09:05:33.332873+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-30T09:05:33.372933+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T09:05:33.372992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:33.373026+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:33.392100+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-30T09:05:35.666442+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77d32e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77d32e","method":"GET"} [] [2021-05-30T09:05:41.971961+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-30T09:05:41.998152+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T09:05:41.998209+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:41.998378+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:41.999136+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:42.030655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-30T09:05:42.241908+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:42.246919+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 30 May 2021 09:05:42 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:42.246985+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:42.247016+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:42.252597+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T09:05:42.549655+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-30T09:05:42.574473+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T09:05:42.574534+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:42.574567+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:05:42.575689+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T09:05:42.607833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T09:05:42.611134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T09:05:42.627820+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-30T09:05:42.705704+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-30T09:05:42.710464+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-05-30T09:05:42.719127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-30T09:05:42.719697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-30T09:05:42.720202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-30T09:05:42.720633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-30T09:05:42.721005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-30T09:05:42.721402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-30T09:05:42.721771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-30T09:05:42.723289+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-30T09:05:42.731357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T09:05:43.541492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b21d31"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b21d31","method":"GET"} [] [2021-05-30T09:09:50.191038+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-30T09:09:50.228866+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T09:09:50.228925+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:09:50.228958+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:09:50.230510+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T09:09:50.285387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T09:09:50.289466+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T09:09:50.352447+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T09:09:50.400804+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T09:09:50.786459+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cf68d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4cf68d","method":"GET"} [] [2021-05-30T09:10:12.295118+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-30T09:10:12.333327+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T09:10:12.379673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T09:10:12.383721+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T09:10:12.383796+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T09:10:12.383833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:10:12.383864+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:10:12.437717+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-05-30T09:10:12.541607+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-01-01T00:00:00+00:00","2021-05-30T00:00:00+00:00"] [] [2021-05-30T09:10:12.550968+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-01-01T00:00:00+00:00","2021-05-30T00:00:00+00:00"] [] [2021-05-30T09:10:12.558118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-05-30T09:10:12.563098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [44] [] [2021-05-30T09:10:12.567267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-30T09:10:12.568681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-30T09:10:12.568996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-30T09:10:12.569327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-05-30T09:10:12.570213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-30T09:10:12.570513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-05-30T09:10:12.570809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-05-30T09:10:12.571120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-05-30T09:10:12.571452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-05-30T09:10:12.571881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-05-30T09:10:12.572245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-05-30T09:10:12.572599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-05-30T09:10:12.572935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-05-30T09:10:12.573259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-05-30T09:10:12.573774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-30T09:10:12.574198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [281] [] [2021-05-30T09:10:12.574646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-05-30T09:10:12.574999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-05-30T09:10:12.575341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [174] [] [2021-05-30T09:10:12.842588+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T09:10:12.863686+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T09:31:52.492631+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-30T09:31:52.553027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-30T09:31:52.553085+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:31:52.553118+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-30T09:31:52.556408+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-30T09:31:52.651328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-30T09:31:52.670400+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-30T09:31:52.768468+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-30T09:31:52.827462+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-30T09:31:53.422191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6850c5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6850c5","method":"GET"} [] [2021-05-31T04:16:43.424856+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-05-31T04:16:43.490114+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-31T04:16:43.490171+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:43.490206+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:43.519776+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-31T04:16:44.719453+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f0987"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1f0987","method":"GET"} [] [2021-05-31T04:16:48.129451+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-05-31T04:16:48.154921+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-31T04:16:48.154976+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.155013+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.158859+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.280188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-05-31T04:16:48.508843+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.516122+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 31 May 2021 04:16:48 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.516283+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.516319+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.521929+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-31T04:16:48.743827+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-05-31T04:16:48.768598+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-31T04:16:48.768656+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.768689+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:48.769825+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-31T04:16:48.809526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-31T04:16:48.822793+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-31T04:16:48.870567+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-05-31T04:16:49.046387+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-05-31T04:16:49.052868+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-05-31T04:16:49.062471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-05-31T04:16:49.062971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-31T04:16:49.063408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-05-31T04:16:49.063784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-05-31T04:16:49.064101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-05-31T04:16:49.064448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-05-31T04:16:49.064760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-05-31T04:16:49.066633+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-05-31T04:16:49.078965+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-31T04:16:50.251969+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c77d6c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c77d6c","method":"GET"} [] [2021-05-31T04:16:52.445167+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-31T04:16:52.472136+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-31T04:16:52.472195+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:52.472228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:16:52.473847+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-31T04:16:52.522452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-31T04:16:52.525976+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-31T04:16:52.600641+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-31T04:16:52.629768+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-31T04:16:53.309284+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d07815"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d07815","method":"GET"} [] [2021-05-31T04:17:25.020093+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-05-31T04:17:25.060555+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-31T04:17:25.107424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-31T04:17:25.111621+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-31T04:17:25.111683+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-31T04:17:25.111719+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:17:25.111749+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:17:25.173845+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-05-31T04:17:25.302397+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2021-05-31T00:00:00+00:00"] [] [2021-05-31T04:17:25.321904+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2021-05-31T00:00:00+00:00"] [] [2021-05-31T04:17:25.334526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-05-31T04:17:25.340180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2021-05-31T04:17:25.343350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-05-31T04:17:25.343990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-05-31T04:17:25.344351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-05-31T04:17:25.344698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-05-31T04:17:25.345094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2021-05-31T04:17:25.345628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-05-31T04:17:25.345982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-05-31T04:17:25.346333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-05-31T04:17:25.346671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-05-31T04:17:25.347011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-05-31T04:17:25.347378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2021-05-31T04:17:25.347869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-05-31T04:17:25.348226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-05-31T04:17:25.348630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-05-31T04:17:25.349026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-05-31T04:17:25.349298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-05-31T04:17:25.349634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-05-31T04:17:25.349938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-05-31T04:17:25.350418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-05-31T04:17:25.350796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-05-31T04:17:25.351111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-05-31T04:17:25.351457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-05-31T04:17:25.351817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-05-31T04:17:25.352128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-05-31T04:17:25.352466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-05-31T04:17:25.352885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-05-31T04:17:25.353336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [312] [] [2021-05-31T04:17:25.353752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [323] [] [2021-05-31T04:17:25.354154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-05-31T04:17:25.354470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-05-31T04:17:25.354753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-05-31T04:17:25.355037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-05-31T04:17:25.355326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-05-31T04:17:25.355642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2021-05-31T04:17:25.355994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2021-05-31T04:17:25.356300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-05-31T04:17:25.356619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [326] [] [2021-05-31T04:17:25.357042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-05-31T04:17:25.838051+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-31T04:17:25.857792+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-31T04:40:03.890876+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-05-31T04:40:03.923386+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-31T04:40:03.923444+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:40:03.923477+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T04:40:03.925089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-31T04:40:03.954760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-31T04:40:03.958357+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-31T04:40:04.009002+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-05-31T04:40:04.037948+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-31T04:40:04.498451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97fc59"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/97fc59","method":"GET"} [] [2021-05-31T09:13:53.114981+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97fc59"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/97fc59","method":"GET"} [] [2021-05-31T09:13:55.352407+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-05-31T09:13:55.447065+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-31T09:13:55.447133+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T09:13:55.447168+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T09:13:55.452207+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-31T09:13:55.650778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-31T09:13:55.738118+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-31T09:13:55.891774+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-05-31T09:13:55.968634+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-05-31T09:13:56.339130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb4dde"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fb4dde","method":"GET"} [] [2021-05-31T09:14:32.792858+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2021-05-31T09:14:32.883820+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-05-31T09:14:32.940378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-05-31T09:14:32.945071+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-05-31T09:14:32.945152+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-31T09:14:32.947635+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T09:14:32.947684+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-05-31T09:14:33.090470+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["25"]] [] [2021-05-31T09:14:33.316032+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [25,"2020-01-01T00:00:00+00:00","2021-05-31T00:00:00+00:00"] [] [2021-05-31T09:14:33.345462+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [25,"2020-01-01T00:00:00+00:00","2021-05-31T00:00:00+00:00"] [] [2021-05-31T09:14:33.352077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-05-31T09:14:33.362457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [100] [] [2021-05-31T09:14:33.376857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-05-31T09:14:33.474675+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-05-31T09:14:33.495866+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:13:35.669950+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-06-01T05:13:35.834342+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:13:35.834404+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:35.834440+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:35.869314+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-01T05:13:36.631671+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f6f67"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7f6f67","method":"GET"} [] [2021-06-01T05:13:39.215251+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-06-01T05:13:39.241959+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:13:39.242016+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.242057+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.245699+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.337793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-06-01T05:13:39.599199+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.606814+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 01 Jun 2021 05:13:39 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.606894+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.606929+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.613372+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:13:39.810617+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-01T05:13:39.836835+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:13:39.836892+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.836925+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:39.838014+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:13:39.878857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:13:39.882187+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:13:39.920583+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:13:40.094594+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-01T05:13:40.113325+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-06-01T05:13:40.125532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-01T05:13:40.126294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-01T05:13:40.127102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-01T05:13:40.127700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-01T05:13:40.128161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-01T05:13:40.128574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-01T05:13:40.128992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-01T05:13:40.131516+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:13:40.148120+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:13:40.760158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2df3f3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2df3f3","method":"GET"} [] [2021-06-01T05:13:44.086736+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-06-01T05:13:44.114027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:13:44.114083+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:44.114116+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:44.115679+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:13:44.143888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:13:44.147272+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:13:44.218059+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T05:13:44.248476+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:13:44.583048+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ba384"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8ba384","method":"GET"} [] [2021-06-01T05:13:50.381090+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2021-06-01T05:13:50.496402+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:13:50.496572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:50.496909+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:13:50.502268+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:13:50.562919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:13:50.574475+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:13:50.600936+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:13:50.746233+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-01T05:13:50.750309+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2021-06-01T05:13:50.773389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2021-06-01T05:13:50.773881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-06-01T05:13:50.774260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-06-01T05:13:50.774582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2021-06-01T05:13:50.774903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2021-06-01T05:13:50.775295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2021-06-01T05:13:50.775614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2021-06-01T05:13:50.776038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2021-06-01T05:13:50.776400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2021-06-01T05:13:50.776759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2021-06-01T05:13:50.777095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2021-06-01T05:13:50.778678+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:13:50.786093+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:13:51.160410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6db5e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c6db5e","method":"GET"} [] [2021-06-01T05:14:06.618506+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"155"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/155","method":"GET"} [] [2021-06-01T05:14:06.645067+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:14:06.645127+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:14:06.645164+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:14:06.646306+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:14:06.689159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:14:06.692450+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:14:06.709536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["155"] [] [2021-06-01T05:14:06.722643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [155] [] [2021-06-01T05:14:06.779915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-06-01T05:14:06.822832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-06-01T05:14:06.824962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2021-06-01T05:14:06.826650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-06-01T05:14:06.828123+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T05:14:06.830438+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2021-06-01T05:14:06.831631+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2021-06-01T05:14:06.944310+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:14:07.281355+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7edf56"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7edf56","method":"GET"} [] [2021-06-01T05:15:08.600690+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:15:08.628299+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:15:08.628356+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:15:08.628388+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:15:08.629974+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:15:08.670932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:15:08.674398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:15:08.691873+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:15:08.789767+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:15:08.792872+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:15:08.797146+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:15:08.798374+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:15:09.181323+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e07c67"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e07c67","method":"GET"} [] [2021-06-01T05:15:26.440869+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"40"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/40","method":"GET"} [] [2021-06-01T05:15:26.467254+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:15:26.467309+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:15:26.467341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:15:26.468950+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:15:26.500383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:15:26.503899+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:15:26.515162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["40"] [] [2021-06-01T05:15:26.629807+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:15:26.966929+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7af9b4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7af9b4","method":"GET"} [] [2021-06-01T05:16:34.667276+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"40"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/40","method":"POST"} [] [2021-06-01T05:16:34.695838+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:16:34.740899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:16:34.744340+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:16:34.744400+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:16:34.744434+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:16:34.744464+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:16:34.753101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["40"] [] [2021-06-01T05:16:34.886983+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:16:34.888237+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-1.5 TON-001(7)OLD",40] [] [2021-06-01T05:16:34.917509+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:16:34.949504+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:16:35.090147+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:16:35.114916+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:16:35.115010+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:16:35.115049+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:16:35.116335+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:16:35.166136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:16:35.177306+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:16:35.192108+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:16:35.243582+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:16:35.246360+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:16:35.250218+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:16:35.251333+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:16:35.594770+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2680e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f2680e","method":"GET"} [] [2021-06-01T05:17:00.585245+00:00] request.INFO: Matched route "air_conditioner_show". {"route":"air_conditioner_show","route_parameters":{"_route":"air_conditioner_show","_controller":"App\\Controller\\AirConditionerController::show","id":"40"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/show/40","method":"GET"} [] [2021-06-01T05:17:00.614897+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:17:00.614957+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:17:00.614995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:17:00.616643+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:17:00.655088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:17:00.658714+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:17:00.667821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["40"] [] [2021-06-01T05:17:00.712958+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:17:01.022011+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"404ff2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/404ff2","method":"GET"} [] [2021-06-01T05:17:18.396948+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"40"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/40","method":"GET"} [] [2021-06-01T05:17:18.425788+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:17:18.425845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:17:18.425877+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:17:18.426930+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:17:18.467545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:17:18.470750+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:17:18.477015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["40"] [] [2021-06-01T05:17:18.524905+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:17:18.807470+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d2799"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d2799","method":"GET"} [] [2021-06-01T05:17:37.063974+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"40"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/40","method":"POST"} [] [2021-06-01T05:17:37.091513+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:17:37.137228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:17:37.140669+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:17:37.140773+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:17:37.140811+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:17:37.140840+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:17:37.149062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["40"] [] [2021-06-01T05:17:37.221977+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:17:37.222259+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-7th floor",40] [] [2021-06-01T05:17:37.225278+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:17:37.235698+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:17:37.372744+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:17:37.396823+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:17:37.396876+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:17:37.396908+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:17:37.397939+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:17:37.436476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:17:37.440475+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:17:37.452243+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:17:37.504457+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:17:37.507443+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:17:37.511427+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:17:37.512548+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:17:37.843103+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08d2e9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/08d2e9","method":"GET"} [] [2021-06-01T05:18:00.035025+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"39"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/39","method":"GET"} [] [2021-06-01T05:18:00.059452+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:18:00.059505+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:00.059537+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:00.060588+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:18:00.098830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:18:00.102528+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:18:00.109621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["39"] [] [2021-06-01T05:18:00.154117+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:18:00.424834+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcee27"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fcee27","method":"GET"} [] [2021-06-01T05:18:18.607059+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"39"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/39","method":"POST"} [] [2021-06-01T05:18:18.632619+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:18:18.670747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:18:18.673980+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:18:18.674041+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:18:18.674075+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:18.674104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:18.680234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["39"] [] [2021-06-01T05:18:18.735398+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:18:18.735656+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWPL-DK-2 TON-003(7)OLD","General A/C-7th floor ( Me [...]",39] [] [2021-06-01T05:18:18.738791+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:18:18.750678+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:18:18.882637+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:18:18.906889+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:18:18.906946+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:18.906978+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:18.908054+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:18:18.942015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:18:18.947755+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:18:18.961769+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:18:19.011240+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:18:19.013869+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:18:19.017729+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:18:19.018784+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:18:19.356447+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4c9e2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c4c9e2","method":"GET"} [] [2021-06-01T05:18:44.062358+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"38"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/38","method":"GET"} [] [2021-06-01T05:18:44.090455+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:18:44.090515+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:44.090548+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:44.092151+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:18:44.136880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:18:44.140256+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:18:44.148446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["38"] [] [2021-06-01T05:18:44.195559+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:18:44.474552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8f7a8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d8f7a8","method":"GET"} [] [2021-06-01T05:18:57.071974+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"38"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/38","method":"POST"} [] [2021-06-01T05:18:57.097317+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:18:57.141835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:18:57.145088+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:18:57.145155+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:18:57.145192+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:57.145222+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:57.151593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["38"] [] [2021-06-01T05:18:57.204133+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:18:57.204434+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWPL-DK-2 TON-002(7)OLD","General A/C-7th floor (CEO room)",38] [] [2021-06-01T05:18:57.207937+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:18:57.218031+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:18:57.343296+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:18:57.367335+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:18:57.367390+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:57.367422+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:18:57.368467+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:18:57.413042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:18:57.417385+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:18:57.427353+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:18:57.476555+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:18:57.479099+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:18:57.482925+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:18:57.483980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:18:57.804454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80ae14"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/80ae14","method":"GET"} [] [2021-06-01T05:33:58.781740+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"42"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/42","method":"GET"} [] [2021-06-01T05:33:58.814205+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:33:58.814261+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:33:58.814295+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:33:58.815907+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:33:58.865980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:33:58.870435+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:33:58.878980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["42"] [] [2021-06-01T05:33:58.931383+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:33:59.245139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"caed32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/caed32","method":"GET"} [] [2021-06-01T05:34:10.730749+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"42"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/42","method":"POST"} [] [2021-06-01T05:34:10.763366+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:34:10.799931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:34:10.803390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:34:10.803453+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:34:10.803487+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:10.803517+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:10.812290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["42"] [] [2021-06-01T05:34:10.890090+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:34:10.890387+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-1 TON-001(7)OLD",42] [] [2021-06-01T05:34:10.892049+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:34:10.903556+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:34:11.072488+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:34:11.099944+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:34:11.100005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:11.100039+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:11.101136+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:34:11.145572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:34:11.149244+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:34:11.161233+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:34:11.219297+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:34:11.222390+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:34:11.226484+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:34:11.227692+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:34:11.603036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c52e9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2c52e9","method":"GET"} [] [2021-06-01T05:34:23.119505+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"43"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/43","method":"GET"} [] [2021-06-01T05:34:23.147416+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:34:23.147478+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:23.147516+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:23.148649+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:34:23.188778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:34:23.191881+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:34:23.197704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["43"] [] [2021-06-01T05:34:23.239175+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:34:23.569690+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9583ff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9583ff","method":"GET"} [] [2021-06-01T05:34:29.367230+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"43"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/43","method":"POST"} [] [2021-06-01T05:34:29.394246+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:34:29.425761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:34:29.428910+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:34:29.428971+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:34:29.429005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:29.429035+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:29.435332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["43"] [] [2021-06-01T05:34:29.504827+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:34:29.505120+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-1 TON-002(7)OLD",43] [] [2021-06-01T05:34:29.507715+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:34:29.518297+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:34:29.649080+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:34:29.673691+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:34:29.673745+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:29.673778+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:29.674835+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:34:29.733856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:34:29.736973+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:34:29.748465+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:34:29.799861+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:34:29.802833+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:34:29.806764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:34:29.807891+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:34:30.135863+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c59fc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c59fc","method":"GET"} [] [2021-06-01T05:34:52.937786+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"35"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/35","method":"GET"} [] [2021-06-01T05:34:52.963628+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:34:52.963687+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:52.963721+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:34:52.964779+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:34:52.997159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:34:53.000319+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:34:53.006169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["35"] [] [2021-06-01T05:34:53.053032+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:34:53.341918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98b1ae"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/98b1ae","method":"GET"} [] [2021-06-01T05:35:24.087754+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"35"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/35","method":"POST"} [] [2021-06-01T05:35:24.113314+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:35:24.146972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:35:24.150090+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:35:24.150148+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:35:24.150183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:35:24.150213+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:35:24.156416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["35"] [] [2021-06-01T05:35:24.209734+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:35:24.210132+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-2 TON-005(8)New",35] [] [2021-06-01T05:35:24.213036+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:35:24.222829+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:35:24.349573+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:35:24.375267+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:35:24.375328+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:35:24.375363+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:35:24.376461+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:35:24.415464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:35:24.418634+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:35:24.428802+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:35:24.478845+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:35:24.481562+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:35:24.485470+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:35:24.486538+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:35:24.820552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"878c85"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/878c85","method":"GET"} [] [2021-06-01T05:59:03.159373+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"34"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/34","method":"GET"} [] [2021-06-01T05:59:03.191404+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:59:03.191461+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:03.191494+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:03.193240+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:59:03.240920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:59:03.244435+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:59:03.253167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["34"] [] [2021-06-01T05:59:03.314478+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:59:03.786304+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c92e2c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c92e2c","method":"GET"} [] [2021-06-01T05:59:14.425459+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"34"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/34","method":"POST"} [] [2021-06-01T05:59:14.457860+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:59:14.502105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:59:14.505509+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:59:14.505570+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:59:14.505604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:14.505634+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:14.514683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["34"] [] [2021-06-01T05:59:14.592240+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:59:14.592570+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-2 TON-004(8)New",34] [] [2021-06-01T05:59:14.629072+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:59:14.641105+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:59:14.776931+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:59:14.801949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:59:14.802007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:14.802040+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:14.803121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:59:14.841325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:59:14.844460+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:59:14.855301+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:59:14.907891+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:59:14.911003+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:59:14.914976+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:59:14.916119+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:59:15.370187+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcbd27"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bcbd27","method":"GET"} [] [2021-06-01T05:59:31.410256+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"33"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/33","method":"GET"} [] [2021-06-01T05:59:31.442516+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:59:31.442577+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:31.442616+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:31.443753+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:59:31.466593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:59:31.470018+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:59:31.476293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["33"] [] [2021-06-01T05:59:31.522732+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:59:31.808374+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ad106"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2ad106","method":"GET"} [] [2021-06-01T05:59:39.977116+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"33"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/33","method":"POST"} [] [2021-06-01T05:59:40.003935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:59:40.028128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:59:40.031923+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:59:40.032030+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:59:40.032075+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:40.032110+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:40.038867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["33"] [] [2021-06-01T05:59:40.096116+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T05:59:40.096396+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-2 TON-003(6)New",33] [] [2021-06-01T05:59:40.099615+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T05:59:40.110259+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:59:40.246077+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T05:59:40.272433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T05:59:40.272494+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:40.272529+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T05:59:40.273645+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T05:59:40.296204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T05:59:40.299391+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T05:59:40.310554+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T05:59:40.369992+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T05:59:40.373319+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T05:59:40.377840+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T05:59:40.379197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T05:59:40.744305+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4be3f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d4be3f","method":"GET"} [] [2021-06-01T06:00:06.205396+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/32","method":"GET"} [] [2021-06-01T06:00:06.232107+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:00:06.232172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:00:06.232207+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:00:06.233362+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:00:06.274254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:00:06.280293+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:00:06.290841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["32"] [] [2021-06-01T06:00:06.341252+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:00:06.667055+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d81a73"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d81a73","method":"GET"} [] [2021-06-01T06:00:18.210028+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/32","method":"POST"} [] [2021-06-01T06:00:18.237062+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:00:18.274634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:00:18.278823+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:00:18.278899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:00:18.278934+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:00:18.278964+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:00:18.285207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["32"] [] [2021-06-01T06:00:18.339409+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:00:18.339708+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-2 TON-002-(6)New",32] [] [2021-06-01T06:00:18.377358+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:00:18.389961+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:00:18.520231+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:00:18.545954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:00:18.546017+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:00:18.546051+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:00:18.547105+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:00:18.585732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:00:18.589315+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:00:18.599867+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:00:18.650879+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:00:18.653594+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:00:18.657497+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:00:18.658671+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:00:18.950512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"040472"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/040472","method":"GET"} [] [2021-06-01T06:02:18.005456+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"28"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/28","method":"GET"} [] [2021-06-01T06:02:18.040047+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:02:18.040108+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:02:18.040142+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:02:18.041787+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:02:18.093962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:02:18.097423+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:02:18.106244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["28"] [] [2021-06-01T06:02:18.158521+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:02:18.463152+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98e4fc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/98e4fc","method":"GET"} [] [2021-06-01T06:02:43.679105+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"28"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/28","method":"POST"} [] [2021-06-01T06:02:43.704408+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:02:43.739409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:02:43.742625+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:02:43.742687+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:02:43.742722+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:02:43.742751+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:02:43.748929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["28"] [] [2021-06-01T06:02:43.823186+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:02:43.823507+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWL-DK-4 TON-008(9)New",28] [] [2021-06-01T06:02:43.826477+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:02:43.837236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:02:43.970773+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:02:43.996475+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:02:43.996533+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:02:43.996567+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:02:43.997650+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:02:44.035405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:02:44.038605+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:02:44.050699+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:02:44.107525+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:02:44.110748+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:02:44.116063+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:02:44.117376+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:02:44.434088+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"118ed4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/118ed4","method":"GET"} [] [2021-06-01T06:02:53.884193+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"30"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/30","method":"GET"} [] [2021-06-01T06:02:53.908861+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:02:53.908919+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:02:53.908953+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:02:53.910027+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:02:53.948001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:02:53.951108+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:02:53.957019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["30"] [] [2021-06-01T06:02:53.999045+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:02:54.354085+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"befa53"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/befa53","method":"GET"} [] [2021-06-01T06:03:14.757349+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"30"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/30","method":"POST"} [] [2021-06-01T06:03:14.790586+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:03:14.841754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:03:14.852855+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:03:14.853052+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:03:14.853176+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:14.853287+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:14.869524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["30"] [] [2021-06-01T06:03:14.948077+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:03:14.948499+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWL-DK-4 TON-010(9)New","General A/C-9th floor",30] [] [2021-06-01T06:03:14.986534+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:03:14.998223+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:03:15.134301+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:03:15.159183+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:03:15.159248+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:15.159281+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:15.160373+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:03:15.199424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:03:15.202682+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:03:15.213870+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:03:15.267858+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:03:15.270859+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:03:15.274970+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:03:15.276218+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:03:15.642637+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d42a7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5d42a7","method":"GET"} [] [2021-06-01T06:03:33.721476+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"36"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/36","method":"GET"} [] [2021-06-01T06:03:33.746196+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:03:33.746254+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:33.746287+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:33.747432+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:03:33.779232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:03:33.782345+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:03:33.788347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["36"] [] [2021-06-01T06:03:33.831285+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:03:34.130578+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac4ed5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ac4ed5","method":"GET"} [] [2021-06-01T06:03:42.339787+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"36"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/36","method":"POST"} [] [2021-06-01T06:03:42.365048+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:03:42.403467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:03:42.406969+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:03:42.407035+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:03:42.407070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:42.407100+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:42.413315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["36"] [] [2021-06-01T06:03:42.466327+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:03:42.466617+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWL-DK-2 TON-006(9)New",36] [] [2021-06-01T06:03:42.471093+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:03:42.481515+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:03:42.610579+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:03:42.634739+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:03:42.634795+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:42.634827+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:42.635859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:03:42.669628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:03:42.672765+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:03:42.682867+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:03:42.733618+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:03:42.736537+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:03:42.740750+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:03:42.742308+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:03:43.025633+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53b2aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/53b2aa","method":"GET"} [] [2021-06-01T06:03:57.666839+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/29","method":"GET"} [] [2021-06-01T06:03:57.694499+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:03:57.694561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:57.694600+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:03:57.695725+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:03:57.720114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:03:57.723356+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:03:57.729515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["29"] [] [2021-06-01T06:03:57.773173+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:03:58.100636+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"976304"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/976304","method":"GET"} [] [2021-06-01T06:04:12.232198+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/29","method":"POST"} [] [2021-06-01T06:04:12.259106+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:04:12.299642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:04:12.302906+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:04:12.302968+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:04:12.303003+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:12.303033+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:12.309404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["29"] [] [2021-06-01T06:04:12.366327+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:04:12.366667+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWL-DK-4 TON-009(9)New",29] [] [2021-06-01T06:04:12.369605+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:04:12.380279+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:04:12.509263+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:04:12.534575+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:04:12.534635+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:12.534670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:12.535780+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:04:12.577842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:04:12.580908+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:04:12.590819+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:04:12.640398+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:04:12.643141+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:04:12.647022+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:04:12.648124+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:04:13.017653+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"822d43"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/822d43","method":"GET"} [] [2021-06-01T06:04:25.416652+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"27"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/27","method":"GET"} [] [2021-06-01T06:04:25.447650+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:04:25.447709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:25.447742+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:25.449311+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:04:25.492540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:04:25.495960+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:04:25.504499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["27"] [] [2021-06-01T06:04:25.557026+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:04:25.839366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f18345"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f18345","method":"GET"} [] [2021-06-01T06:04:38.245764+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"27"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/27","method":"POST"} [] [2021-06-01T06:04:38.272050+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:04:38.302692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:04:38.305867+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:04:38.305926+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:04:38.305961+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:38.305991+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:38.312319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["27"] [] [2021-06-01T06:04:38.367577+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:04:38.367944+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-4 TON-007(8)New",27] [] [2021-06-01T06:04:38.371027+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:04:38.381712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:04:38.513388+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:04:38.538644+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:04:38.538705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:38.538740+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:38.539857+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:04:38.581555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:04:38.584798+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:04:38.595160+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:04:38.647307+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:04:38.650153+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:04:38.654158+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:04:38.655256+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:04:38.946067+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"143cb3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/143cb3","method":"GET"} [] [2021-06-01T06:04:47.062077+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"26"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/26","method":"GET"} [] [2021-06-01T06:04:47.090646+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:04:47.090713+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:47.090753+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:47.092037+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:04:47.116441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:04:47.119739+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:04:47.126551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["26"] [] [2021-06-01T06:04:47.180803+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:04:47.480321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0ac75"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e0ac75","method":"GET"} [] [2021-06-01T06:04:58.866494+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"26"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/26","method":"POST"} [] [2021-06-01T06:04:58.894968+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:04:58.940564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:04:58.943820+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:04:58.943900+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:04:58.943940+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:58.943971+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:58.951144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["26"] [] [2021-06-01T06:04:59.030201+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:04:59.030485+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ? WHERE id = ? ["CWPL-DK-4 TON-006 (8)New",26] [] [2021-06-01T06:04:59.033613+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:04:59.044500+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:04:59.183613+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:04:59.209441+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:04:59.209501+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:59.209535+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:04:59.210629+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:04:59.251001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:04:59.254209+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:04:59.265783+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:04:59.320803+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:04:59.323993+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:04:59.328324+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:04:59.329587+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:04:59.629252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9081e3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9081e3","method":"GET"} [] [2021-06-01T06:05:12.315521+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"25"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/25","method":"GET"} [] [2021-06-01T06:05:12.340250+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:05:12.340308+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:05:12.340341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:05:12.341416+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:05:12.379672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:05:12.382757+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:05:12.388683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["25"] [] [2021-06-01T06:05:12.436075+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:05:12.724019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18ab9c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/18ab9c","method":"GET"} [] [2021-06-01T06:05:57.228210+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"25"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/25","method":"POST"} [] [2021-06-01T06:05:57.265967+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:05:57.318285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:05:57.321813+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:05:57.321884+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:05:57.321920+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:05:57.321950+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:05:57.331534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["25"] [] [2021-06-01T06:05:57.413804+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:05:57.414116+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWPL-DK-4 TON-005 (7)New","General A/C-7th floor",25] [] [2021-06-01T06:05:57.429412+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:05:57.440766+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:05:57.584184+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:05:57.610663+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:05:57.610724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:05:57.610762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:05:57.611904+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:05:57.654680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:05:57.658228+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:05:57.674055+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:05:57.739321+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:05:57.743081+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:05:57.748213+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:05:57.749738+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:05:58.064415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebc7da"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ebc7da","method":"GET"} [] [2021-06-01T06:06:20.617973+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"24"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/24","method":"GET"} [] [2021-06-01T06:06:20.643014+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:06:20.643070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:06:20.643103+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:06:20.644189+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:06:20.684106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:06:20.687223+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:06:20.693143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["24"] [] [2021-06-01T06:06:20.735076+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:06:21.074867+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7715b8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7715b8","method":"GET"} [] [2021-06-01T06:07:29.475873+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"24"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/24","method":"POST"} [] [2021-06-01T06:07:29.509877+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:07:29.549662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:07:29.553099+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:07:29.553168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:07:29.553203+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:07:29.553233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:07:29.562476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["24"] [] [2021-06-01T06:07:29.642433+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:07:29.642737+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWPL-DK-4 TON-004 (7)New","General A/C-7th floor",24] [] [2021-06-01T06:07:29.645924+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:07:29.657354+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:07:29.790014+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:07:29.814374+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:07:29.814428+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:07:29.814461+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:07:29.815603+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:07:29.848216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:07:29.851300+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:07:29.862011+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:07:29.914971+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:07:29.917952+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:07:29.921908+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:07:29.923096+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:07:30.241799+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ae077"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5ae077","method":"GET"} [] [2021-06-01T06:07:42.573990+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"23"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/23","method":"GET"} [] [2021-06-01T06:07:42.598573+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:07:42.598631+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:07:42.598665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:07:42.599762+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:07:42.629967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:07:42.633116+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:07:42.639073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["23"] [] [2021-06-01T06:07:42.681012+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:07:43.016800+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47a4d7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/47a4d7","method":"GET"} [] [2021-06-01T06:08:47.976567+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"23"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/23","method":"POST"} [] [2021-06-01T06:08:48.011301+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:08:48.039565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:08:48.043299+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:08:48.043373+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:08:48.043411+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:08:48.043445+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:08:48.053138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["23"] [] [2021-06-01T06:08:48.137884+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:08:48.138334+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWPL-DK-4 TON-003 (6)New","General A/C-6th floor",23] [] [2021-06-01T06:08:48.140942+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:08:48.152725+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:08:48.322445+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:08:48.349057+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:08:48.349121+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:08:48.349155+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:08:48.350261+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:08:48.387447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:08:48.391029+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:08:48.402825+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:08:48.459703+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:08:48.463062+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:08:48.467929+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:08:48.469518+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:08:48.766135+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f58fc9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f58fc9","method":"GET"} [] [2021-06-01T06:08:55.991655+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"22"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/22","method":"GET"} [] [2021-06-01T06:08:56.016236+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:08:56.016292+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:08:56.016324+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:08:56.017401+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:08:56.050725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:08:56.053867+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:08:56.060026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["22"] [] [2021-06-01T06:08:56.103992+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:08:56.382407+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24aade"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/24aade","method":"GET"} [] [2021-06-01T06:09:13.183537+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"22"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/22","method":"POST"} [] [2021-06-01T06:09:13.209610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:09:13.249318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:09:13.252763+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:09:13.252834+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:09:13.252870+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:13.252900+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:13.259237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["22"] [] [2021-06-01T06:09:13.315869+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:09:13.316183+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWPL-DK-4 TON-002-(6)New","General A/C-6th floor",22] [] [2021-06-01T06:09:13.317767+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:09:13.328511+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:09:13.457394+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:09:13.481695+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:09:13.481752+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:13.481784+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:13.482821+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:09:13.512629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:09:13.515747+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:09:13.525727+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:09:13.576336+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:09:13.579045+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:09:13.583153+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:09:13.584354+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:09:13.909521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3e60d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c3e60d","method":"GET"} [] [2021-06-01T06:09:31.290673+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"21"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/21","method":"GET"} [] [2021-06-01T06:09:31.317174+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:09:31.317232+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:31.317266+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:31.318357+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:09:31.339806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:09:31.342993+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:09:31.349254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["21"] [] [2021-06-01T06:09:31.392814+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:09:31.683527+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9021e4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9021e4","method":"GET"} [] [2021-06-01T06:09:56.097224+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"21"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/21","method":"POST"} [] [2021-06-01T06:09:56.129824+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:09:56.174422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:09:56.177810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:09:56.177871+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:09:56.177905+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:56.177934+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:56.186968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["21"] [] [2021-06-01T06:09:56.263466+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:09:56.263761+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWL-DK-4 TON-001-(2)New","General A/C-2nd floor",21] [] [2021-06-01T06:09:56.266226+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:09:56.278710+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:09:56.413117+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:09:56.437435+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:09:56.437492+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:56.437524+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:09:56.438640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:09:56.470814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:09:56.473951+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:09:56.484617+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:09:56.537802+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:09:56.540752+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:09:56.544750+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:09:56.545912+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:09:56.872662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"436eda"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/436eda","method":"GET"} [] [2021-06-01T06:10:20.594871+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"41"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/41","method":"GET"} [] [2021-06-01T06:10:20.620015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:10:20.620072+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:10:20.620104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:10:20.621180+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:10:20.642823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:10:20.645876+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:10:20.651892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["41"] [] [2021-06-01T06:10:20.694918+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:10:20.991542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6d85f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e6d85f","method":"GET"} [] [2021-06-01T06:10:59.561709+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"41"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/41","method":"POST"} [] [2021-06-01T06:10:59.587137+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:10:59.625067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:10:59.628316+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:10:59.628379+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:10:59.628414+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:10:59.628443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:10:59.634717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["41"] [] [2021-06-01T06:10:59.692000+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:10:59.692319+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWPL-DK-1 TON-001(2)New","General A/C-2nd floor (Hot [...]",41] [] [2021-06-01T06:10:59.695586+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:10:59.706159+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:10:59.839974+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:10:59.865943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:10:59.866003+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:10:59.866036+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:10:59.867098+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:10:59.905224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:10:59.908635+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:10:59.918825+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:10:59.969248+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:10:59.971979+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:10:59.977188+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:10:59.978550+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:11:00.327394+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b80a94"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b80a94","method":"GET"} [] [2021-06-01T06:11:25.140431+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"31"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/31","method":"GET"} [] [2021-06-01T06:11:25.171858+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:11:25.171917+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:11:25.171951+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:11:25.173517+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:11:25.216481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:11:25.219856+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:11:25.228459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["31"] [] [2021-06-01T06:11:25.281481+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:11:25.572108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b31738"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b31738","method":"GET"} [] [2021-06-01T06:11:50.843216+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"31"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/31","method":"POST"} [] [2021-06-01T06:11:50.868958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:11:50.911787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:11:50.914919+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:11:50.914977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:11:50.915012+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:11:50.915041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:11:50.921231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["31"] [] [2021-06-01T06:11:50.974080+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:11:50.974373+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWPL-DK-2 TON-001(2)New","General A/C-2nd floor",31] [] [2021-06-01T06:11:50.977018+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:11:50.987106+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:11:51.112592+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:11:51.136776+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:11:51.136831+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:11:51.136864+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:11:51.137903+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:11:51.175369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:11:51.178491+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:11:51.188508+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:11:51.237498+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:11:51.240093+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:11:51.243870+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:11:51.244952+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:11:51.591885+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61570b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/61570b","method":"GET"} [] [2021-06-01T06:12:25.848109+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"37"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/37","method":"GET"} [] [2021-06-01T06:12:25.873200+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:12:25.873258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:12:25.873291+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:12:25.874395+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:12:25.908874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:12:25.915627+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:12:25.925612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["37"] [] [2021-06-01T06:12:25.971012+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:12:26.275339+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d48bf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8d48bf","method":"GET"} [] [2021-06-01T06:12:37.243931+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"37"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/37","method":"POST"} [] [2021-06-01T06:12:37.279382+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:12:37.320371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:12:37.323955+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:12:37.324026+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:12:37.324062+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:12:37.324093+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:12:37.333357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["37"] [] [2021-06-01T06:12:37.414331+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:12:37.414638+00:00] doctrine.DEBUG: UPDATE vehicle SET number = ?, name = ? WHERE id = ? ["CWL-DK-2 TON-001(1)OLD","General A/C-1st floor",37] [] [2021-06-01T06:12:37.417204+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:12:37.428621+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:12:37.568948+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:12:37.595047+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:12:37.595107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:12:37.595141+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:12:37.596241+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:12:37.635540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:12:37.638790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:12:37.650156+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:12:37.706954+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:12:37.710024+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:12:37.714349+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:12:37.715711+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:12:38.039690+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41ac5c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/41ac5c","method":"GET"} [] [2021-06-01T06:12:56.896507+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"36"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/36","method":"GET"} [] [2021-06-01T06:12:56.921457+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:12:56.921517+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:12:56.921551+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:12:56.922591+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:12:56.955977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:12:56.959079+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:12:56.964894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["36"] [] [2021-06-01T06:12:57.007378+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:12:57.285716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c4c45"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6c4c45","method":"GET"} [] [2021-06-01T06:13:05.469149+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"36"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/36","method":"POST"} [] [2021-06-01T06:13:05.497627+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:05.519259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:05.522327+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:05.522392+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:05.522468+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:05.522498+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:05.528684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["36"] [] [2021-06-01T06:13:05.582725+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:13:05.583025+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-9th floor",36] [] [2021-06-01T06:13:05.586133+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:13:05.596059+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:05.727411+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:13:05.752319+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:05.752382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:05.752415+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:05.753553+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:05.785898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:05.789222+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:05.799673+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:13:05.852413+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:13:05.855233+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:13:05.859080+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:13:05.860163+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:06.179953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0ce6f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a0ce6f","method":"GET"} [] [2021-06-01T06:13:15.876719+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"35"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/35","method":"GET"} [] [2021-06-01T06:13:15.906091+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:15.906163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:15.906197+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:15.907368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:15.935668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:15.939517+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:15.946418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["35"] [] [2021-06-01T06:13:16.004139+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:16.299234+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07a9c9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/07a9c9","method":"GET"} [] [2021-06-01T06:13:23.744961+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"35"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/35","method":"POST"} [] [2021-06-01T06:13:23.771283+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:23.805240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:23.811111+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:23.811228+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:23.811296+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:23.811355+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:23.822971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["35"] [] [2021-06-01T06:13:23.881340+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:13:23.881643+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-8th floor",35] [] [2021-06-01T06:13:23.882650+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:13:23.892834+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:24.025277+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:13:24.050551+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:24.050610+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:24.050643+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:24.051711+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:24.097731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:24.100967+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:24.111862+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:13:24.163267+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:13:24.165850+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:13:24.169669+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:13:24.171002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:24.491407+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7e293"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f7e293","method":"GET"} [] [2021-06-01T06:13:33.164974+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"34"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/34","method":"GET"} [] [2021-06-01T06:13:33.196184+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:33.196242+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:33.196275+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:33.197813+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:33.241988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:33.245487+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:33.254089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["34"] [] [2021-06-01T06:13:33.306547+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:33.601108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"776afb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/776afb","method":"GET"} [] [2021-06-01T06:13:41.007886+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"34"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/34","method":"POST"} [] [2021-06-01T06:13:41.035136+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:41.071824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:41.075027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:41.075087+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:41.075122+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:41.075152+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:41.081896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["34"] [] [2021-06-01T06:13:41.136592+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:13:41.136890+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-8th floor",34] [] [2021-06-01T06:13:41.139586+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:13:41.151023+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:41.284176+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:13:41.310494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:41.310553+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:41.310587+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:41.311674+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:41.355471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:41.358731+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:41.369314+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:13:41.422088+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:13:41.424770+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:13:41.428656+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:13:41.429754+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:41.791239+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e39f8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8e39f8","method":"GET"} [] [2021-06-01T06:13:49.173571+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"33"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/33","method":"GET"} [] [2021-06-01T06:13:49.199971+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:49.200060+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:49.200094+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:49.201239+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:49.249227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:49.252386+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:49.258269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["33"] [] [2021-06-01T06:13:49.302014+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:49.584707+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffe95e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ffe95e","method":"GET"} [] [2021-06-01T06:13:56.018993+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"33"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/33","method":"POST"} [] [2021-06-01T06:13:56.047323+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:56.084978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:56.089461+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:56.089534+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:56.089570+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:56.089600+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:56.096031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["33"] [] [2021-06-01T06:13:56.154302+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:13:56.154548+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-6th floor",33] [] [2021-06-01T06:13:56.192108+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:13:56.202565+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:56.341096+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:13:56.367681+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:13:56.367740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:56.367775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:13:56.368899+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:13:56.416734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:13:56.430000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:13:56.451875+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:13:56.508784+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:13:56.511394+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:13:56.515285+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:13:56.516850+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:13:56.829770+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7137a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7137a9","method":"GET"} [] [2021-06-01T06:14:01.826155+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/29","method":"GET"} [] [2021-06-01T06:14:01.851384+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:14:01.851442+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:14:01.851476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:14:01.852548+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:14:01.891337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:14:01.894497+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:14:01.900520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["29"] [] [2021-06-01T06:14:01.943373+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:14:02.228242+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5e17f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f5e17f","method":"GET"} [] [2021-06-01T06:15:12.587691+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/29","method":"POST"} [] [2021-06-01T06:15:12.614392+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:15:12.654096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:15:12.657271+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:15:12.657334+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:15:12.657369+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:12.657398+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:12.663629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["29"] [] [2021-06-01T06:15:12.733692+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:15:12.733993+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-9th floor",29] [] [2021-06-01T06:15:12.737194+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:15:12.749069+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:15:12.875730+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:15:12.900209+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:15:12.900275+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:12.900308+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:12.901437+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:15:12.934901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:15:12.938072+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:15:12.949018+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:15:13.001168+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:15:13.004084+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:15:13.008005+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:15:13.009129+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:15:13.277465+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8d63b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c8d63b","method":"GET"} [] [2021-06-01T06:15:23.938318+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"28"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/28","method":"GET"} [] [2021-06-01T06:15:23.969866+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:15:23.969924+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:23.969956+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:23.971567+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:15:24.017193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:15:24.025133+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:15:24.044084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["28"] [] [2021-06-01T06:15:24.100686+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:15:24.377801+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a19c32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a19c32","method":"GET"} [] [2021-06-01T06:15:44.034176+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"28"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/28","method":"POST"} [] [2021-06-01T06:15:44.068088+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:15:44.120433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:15:44.124388+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:15:44.124459+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:15:44.124493+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:44.124522+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:44.133860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["28"] [] [2021-06-01T06:15:44.201930+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:15:44.202234+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-9th floor",28] [] [2021-06-01T06:15:44.203643+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:15:44.215927+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:15:44.344414+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:15:44.368556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:15:44.368609+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:44.368642+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:44.369736+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:15:44.402389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:15:44.409889+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:15:44.428546+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:15:44.477769+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:15:44.480316+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:15:44.484061+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:15:44.485097+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:15:44.814965+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a4dc7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1a4dc7","method":"GET"} [] [2021-06-01T06:15:55.066105+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"26"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/26","method":"GET"} [] [2021-06-01T06:15:55.093381+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:15:55.093443+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:55.093477+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:15:55.094568+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:15:55.137666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:15:55.140815+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:15:55.147292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["26"] [] [2021-06-01T06:15:55.189712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:15:55.483317+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"856335"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/856335","method":"GET"} [] [2021-06-01T06:16:06.528737+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"26"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/26","method":"POST"} [] [2021-06-01T06:16:06.555145+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:16:06.597095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:16:06.600249+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:16:06.600311+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:16:06.600345+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:06.600374+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:06.606458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["26"] [] [2021-06-01T06:16:06.660846+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:16:06.661141+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-8th floor",26] [] [2021-06-01T06:16:06.698166+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:16:06.709152+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:16:06.844074+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:16:06.868345+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:16:06.868418+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:06.868457+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:06.869747+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:16:06.909305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:16:06.912432+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:16:06.923165+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:16:06.974332+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:16:06.977606+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:16:06.981624+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:16:06.983605+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:16:07.307768+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46a348"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/46a348","method":"GET"} [] [2021-06-01T06:16:15.312852+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/32","method":"GET"} [] [2021-06-01T06:16:15.338203+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:16:15.338260+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:15.338295+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:15.339360+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:16:15.375157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:16:15.378896+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:16:15.384899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["32"] [] [2021-06-01T06:16:15.427163+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:16:15.697613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfac7e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bfac7e","method":"GET"} [] [2021-06-01T06:16:24.574324+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/32","method":"POST"} [] [2021-06-01T06:16:24.599962+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:16:24.634681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:16:24.637763+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:16:24.637822+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:16:24.637855+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:24.637884+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:24.644040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["32"] [] [2021-06-01T06:16:24.700168+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:16:24.700458+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-6th floor",32] [] [2021-06-01T06:16:24.703137+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:16:24.713425+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:16:24.839503+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:16:24.863678+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:16:24.863739+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:24.863779+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:24.864834+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:16:24.901395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:16:24.904618+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:16:24.914625+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:16:24.964592+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:16:24.967148+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:16:24.970947+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:16:24.972031+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:16:25.284458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6eb03"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f6eb03","method":"GET"} [] [2021-06-01T06:16:29.879239+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"27"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/27","method":"GET"} [] [2021-06-01T06:16:29.904690+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:16:29.904756+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:29.904789+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:29.906150+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:16:29.954303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:16:29.957516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:16:29.963668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["27"] [] [2021-06-01T06:16:30.009663+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:16:30.307001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00677d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/00677d","method":"GET"} [] [2021-06-01T06:16:40.389876+00:00] request.INFO: Matched route "air_conditioner_edit". {"route":"air_conditioner_edit","route_parameters":{"_route":"air_conditioner_edit","_controller":"App\\Controller\\AirConditionerController::edit","id":"27"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/edit/27","method":"POST"} [] [2021-06-01T06:16:40.417759+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:16:40.463263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:16:40.466395+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:16:40.466456+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:16:40.466490+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:40.466519+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:40.472792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["27"] [] [2021-06-01T06:16:40.548961+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-01T06:16:40.549255+00:00] doctrine.DEBUG: UPDATE vehicle SET name = ? WHERE id = ? ["General A/C-8th floor",27] [] [2021-06-01T06:16:40.549609+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-01T06:16:40.563634+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:16:40.700233+00:00] request.INFO: Matched route "air_conditioner_index". {"route":"air_conditioner_index","route_parameters":{"_route":"air_conditioner_index","page":1,"_controller":"App\\Controller\\AirConditionerController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner","method":"GET"} [] [2021-06-01T06:16:40.724854+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:16:40.724911+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:40.724945+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:16:40.726004+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:16:40.761360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:16:40.764557+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:16:40.775413+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-01T06:16:40.826921+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 50 ["%%"] [] [2021-06-01T06:16:40.829802+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? AND v0_.id IN (?) ORDER BY v0_.id DESC ["%%",[49,48,47,46,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21]] [] [2021-06-01T06:16:40.833818+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.number LIKE ? ORDER BY v0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-01T06:16:40.835005+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:16:41.161498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54744c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/54744c","method":"GET"} [] [2021-06-01T06:17:22.575179+00:00] request.INFO: Matched route "air_conditioner_show". {"route":"air_conditioner_show","route_parameters":{"_route":"air_conditioner_show","_controller":"App\\Controller\\AirConditionerController::show","id":"24"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/airconditioner/show/24","method":"GET"} [] [2021-06-01T06:17:22.600521+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:17:22.600578+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:17:22.600611+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:17:22.601677+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:17:22.634767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:17:22.637871+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:17:22.643984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? ["24"] [] [2021-06-01T06:17:22.662619+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:17:22.970733+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"149e78"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/149e78","method":"GET"} [] [2021-06-01T06:17:44.187674+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-06-01T06:17:44.219379+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:17:44.219437+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:17:44.219470+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:17:44.221078+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:17:44.270058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:17:44.273483+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:17:44.324357+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:17:44.355935+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:17:44.635630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1881b7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1881b7","method":"GET"} [] [2021-06-01T06:18:04.423500+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2021-06-01T06:18:04.456022+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:18:04.496840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:18:04.531758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:18:04.531902+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:18:04.531948+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:18:04.531984+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:18:04.589073+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["46"]] [] [2021-06-01T06:18:04.686491+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [46,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:18:04.692911+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [46,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:18:04.699109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-06-01T06:18:04.703006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [111] [] [2021-06-01T06:18:04.705277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2021-06-01T06:18:04.705654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-06-01T06:18:04.796941+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:18:04.816357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:22:56.713902+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-06-01T06:22:56.745618+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:22:56.745675+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:22:56.745766+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:22:56.747328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:22:56.784034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:22:56.787402+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:22:56.838131+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:22:56.865103+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:22:57.322575+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44ca6b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/44ca6b","method":"GET"} [] [2021-06-01T06:23:15.163457+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2021-06-01T06:23:15.196323+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:23:15.229515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:23:15.232782+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:23:15.232848+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:23:15.232882+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:23:15.232912+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:23:15.284186+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["46"]] [] [2021-06-01T06:23:15.356489+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [46,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:23:15.362902+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [46,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:23:15.368312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-06-01T06:23:15.371996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [111] [] [2021-06-01T06:23:15.374160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2021-06-01T06:23:15.374508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-06-01T06:23:15.449132+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:23:15.469179+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:26:27.146017+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-06-01T06:26:27.178037+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:26:27.178094+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:26:27.178127+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:26:27.179726+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:26:27.209859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:26:27.213308+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:26:27.263719+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:26:27.291215+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:26:27.726200+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86c437"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/86c437","method":"GET"} [] [2021-06-01T06:26:33.612435+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2021-06-01T06:26:33.645340+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:26:33.675601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:26:33.679000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:26:33.679059+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:26:33.679093+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:26:33.679122+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:26:33.730303+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["29"]] [] [2021-06-01T06:26:33.804202+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [29,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:26:33.810593+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [29,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:26:33.815984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-06-01T06:26:33.819681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [104] [] [2021-06-01T06:26:33.822803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2021-06-01T06:26:33.823281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-06-01T06:26:33.895304+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:26:33.914791+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:35:49.850077+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-06-01T06:35:49.882593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:35:49.882651+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:35:49.882686+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:35:49.884303+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:35:49.912023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:35:49.915481+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:35:49.966814+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:35:49.994883+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:35:50.451985+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90acb1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/90acb1","method":"GET"} [] [2021-06-01T06:36:10.662426+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2021-06-01T06:36:10.695503+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:36:10.735852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:36:10.739215+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:36:10.739274+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:36:10.739371+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:36:10.739406+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:36:10.790660+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["38"]] [] [2021-06-01T06:36:10.865201+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [38,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:36:10.871535+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [38,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:36:10.876974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-06-01T06:36:10.880642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [154] [] [2021-06-01T06:36:10.882859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2021-06-01T06:36:10.892677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-06-01T06:36:10.976575+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:36:10.995914+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:36:25.152956+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-06-01T06:36:25.178279+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:36:25.178337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:36:25.178428+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:36:25.179494+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:36:25.202428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:36:25.205543+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:36:25.244552+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:36:25.266249+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:36:25.742280+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"061bce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/061bce","method":"GET"} [] [2021-06-01T06:36:37.004899+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2021-06-01T06:36:37.037274+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:36:37.067232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:36:37.070555+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:36:37.070613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:36:37.070647+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:36:37.070676+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:36:37.121665+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["43"]] [] [2021-06-01T06:36:37.193742+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [43,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:36:37.199839+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [43,"2020-01-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-01T06:36:37.205200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-06-01T06:36:37.208817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [80] [] [2021-06-01T06:36:37.210933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2021-06-01T06:36:37.211267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2021-06-01T06:36:37.282854+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:36:37.301930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:37:23.798936+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2021-06-01T06:37:23.824024+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-01T06:37:23.824081+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:37:23.824113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-01T06:37:23.825187+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-01T06:37:23.855861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-01T06:37:23.859028+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-01T06:37:23.899895+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2021-06-01T06:37:23.921675+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-01T06:37:24.341316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"380014"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/380014","method":"GET"} [] [2021-06-02T05:36:10.564720+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2021-06-02T05:36:10.632049+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T05:36:10.632106+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:10.632141+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:10.662775+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-02T05:36:12.298842+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d8ba9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6d8ba9","method":"GET"} [] [2021-06-02T05:36:15.748433+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2021-06-02T05:36:15.773902+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T05:36:15.773956+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:15.773993+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:15.776745+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:15.901599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2021-06-02T05:36:16.129880+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:16.136518+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 02 Jun 2021 05:36:16 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:16.136594+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:16.136626+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:16.142210+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T05:36:16.319064+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T05:36:16.343589+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T05:36:16.343648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:16.343682+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:16.344788+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T05:36:16.365650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T05:36:16.368866+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T05:36:16.411345+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T05:36:16.544190+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T05:36:16.550786+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-06-02T05:36:16.559808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T05:36:16.560313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T05:36:16.560773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T05:36:16.561193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T05:36:16.561513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T05:36:16.561857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T05:36:16.562172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T05:36:16.564100+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T05:36:16.575861+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T05:36:17.381783+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86684c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/86684c","method":"GET"} [] [2021-06-02T05:36:21.968042+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T05:36:21.995437+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T05:36:21.995495+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:21.995529+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:21.997103+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T05:36:22.034394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T05:36:22.037895+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T05:36:22.109194+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T05:36:22.138936+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T05:36:22.538179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60799e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/60799e","method":"GET"} [] [2021-06-02T05:36:40.505052+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T05:36:40.545239+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T05:36:40.591178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T05:36:40.599441+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T05:36:40.599506+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T05:36:40.599541+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:40.599569+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:36:40.661876+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-06-02T05:36:40.811366+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T05:36:40.818483+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T05:36:40.825093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T05:36:40.828953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2021-06-02T05:36:40.832781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T05:36:40.833339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T05:36:40.833643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T05:36:40.833934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T05:36:40.834235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2021-06-02T05:36:40.834561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2021-06-02T05:36:40.834943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T05:36:40.835233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-06-02T05:36:40.835537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T05:36:40.835813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-06-02T05:36:40.836092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2021-06-02T05:36:40.836407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2021-06-02T05:36:40.836754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2021-06-02T05:36:40.837246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2021-06-02T05:36:40.837589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-06-02T05:36:40.837926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T05:36:40.838208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2021-06-02T05:36:40.838650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-06-02T05:36:40.839207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-06-02T05:36:40.839501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-06-02T05:36:40.839748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-06-02T05:36:40.840029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-06-02T05:36:40.840316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-06-02T05:36:40.840604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-06-02T05:36:40.840894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-06-02T05:36:40.841182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-06-02T05:36:40.841471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-06-02T05:36:40.841717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-06-02T05:36:40.841996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-06-02T05:36:40.842284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-06-02T05:36:40.842571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T05:36:40.842873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T05:36:40.843154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-06-02T05:36:40.843461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T05:36:40.843723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T05:36:40.843997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-06-02T05:36:40.844415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-06-02T05:36:40.844690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T05:36:40.844992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-06-02T05:36:40.845576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-06-02T05:36:40.846009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T05:36:40.846292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-06-02T05:36:40.858337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-06-02T05:36:40.860155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-06-02T05:36:40.861858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-06-02T05:36:40.863092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-06-02T05:36:40.864313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-06-02T05:36:40.865515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-06-02T05:36:40.866717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-06-02T05:36:40.868126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-06-02T05:36:40.869517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-06-02T05:36:40.870397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T05:36:40.871477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-06-02T05:36:40.874841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T05:36:40.875685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-06-02T05:36:40.877359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-06-02T05:36:40.878323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T05:36:40.878930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-06-02T05:36:40.879639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T05:36:40.880241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-06-02T05:36:40.880888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-06-02T05:36:40.881422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-06-02T05:36:40.881897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-06-02T05:36:40.882450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-06-02T05:36:40.883203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-06-02T05:36:40.883755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T05:36:40.884370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-06-02T05:36:40.885001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-06-02T05:36:40.885670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-06-02T05:36:40.886212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [322] [] [2021-06-02T05:36:40.886764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-06-02T05:36:40.887214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [189] [] [2021-06-02T05:36:40.887712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2021-06-02T05:36:41.795015+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T05:36:41.817975+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T05:59:10.973444+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T05:59:11.006030+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T05:59:11.006087+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:59:11.006120+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:59:11.007794+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T05:59:11.056146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T05:59:11.059687+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T05:59:11.138227+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T05:59:11.165118+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T05:59:11.633882+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6af7b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6af7b5","method":"GET"} [] [2021-06-02T05:59:33.960406+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T05:59:33.994110+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T05:59:34.034962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T05:59:34.038528+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T05:59:34.038589+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T05:59:34.038623+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:59:34.038653+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T05:59:34.091725+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-06-02T05:59:34.167003+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T05:59:34.229314+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T05:59:34.239717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T05:59:34.245170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-06-02T05:59:34.248430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-06-02T05:59:34.248877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-06-02T05:59:34.249277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-06-02T05:59:34.249721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-06-02T05:59:34.250135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-06-02T05:59:34.250527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-06-02T05:59:34.250923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-06-02T05:59:34.251322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-06-02T05:59:34.251725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-06-02T05:59:34.252089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-06-02T05:59:34.252448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-06-02T05:59:34.252832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-06-02T05:59:34.253176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T05:59:34.253528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T05:59:34.253870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-06-02T05:59:34.254297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T05:59:34.254621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T05:59:34.254919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-06-02T05:59:34.255295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T05:59:34.255621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T05:59:34.255948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-06-02T05:59:34.256334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T05:59:34.256665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-06-02T05:59:34.257019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T05:59:34.257362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-06-02T05:59:34.257765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T05:59:34.258092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T05:59:34.258407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T05:59:34.258703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-06-02T05:59:34.259165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-06-02T05:59:34.259594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-06-02T05:59:34.260014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-06-02T05:59:34.260326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-06-02T05:59:34.260631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-06-02T05:59:34.260935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-06-02T05:59:34.261236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-06-02T05:59:34.261574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-06-02T05:59:34.261925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-06-02T05:59:34.262237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T05:59:34.262560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-06-02T05:59:34.262909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T05:59:34.263251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-06-02T05:59:34.263712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-06-02T05:59:34.264147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T05:59:34.264462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-06-02T05:59:34.264764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T05:59:34.265066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T05:59:34.265403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-06-02T05:59:34.265771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-06-02T05:59:34.266078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-06-02T05:59:34.266382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-06-02T05:59:34.266700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-06-02T05:59:34.267128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-06-02T05:59:34.267672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T05:59:34.268069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-06-02T05:59:34.268510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-06-02T05:59:34.268988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-06-02T05:59:34.269370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [322] [] [2021-06-02T05:59:34.269743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-06-02T05:59:34.270062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [189] [] [2021-06-02T05:59:34.270419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2021-06-02T05:59:34.875552+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T05:59:34.895379+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:02:59.457178+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:02:59.489166+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:02:59.489223+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:02:59.489256+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:02:59.490852+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:02:59.543086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:02:59.546527+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:02:59.596005+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:02:59.622590+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:03:00.076140+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20a542"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/20a542","method":"GET"} [] [2021-06-02T06:03:09.749825+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:03:09.782441+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:03:09.808811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:03:09.812178+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:03:09.812247+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:03:09.812284+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:03:09.812314+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:03:09.864203+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2021-06-02T06:03:09.938469+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [13,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:03:09.945535+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [13,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:03:09.951241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:03:09.955103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [120] [] [2021-06-02T06:03:09.958405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:03:09.958854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:03:09.959345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:03:09.959684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-06-02T06:03:09.960015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [63] [] [2021-06-02T06:03:09.960359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-06-02T06:03:09.960688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [135] [] [2021-06-02T06:03:09.961177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2021-06-02T06:03:09.961526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2021-06-02T06:03:09.961861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2021-06-02T06:03:09.962193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2021-06-02T06:03:09.962523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [97] [] [2021-06-02T06:03:09.962856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [98] [] [2021-06-02T06:03:09.963186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [99] [] [2021-06-02T06:03:09.963527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:03:09.963852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [140] [] [2021-06-02T06:03:09.964240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:03:09.964592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:03:09.964922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [204] [] [2021-06-02T06:03:09.965512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [237] [] [2021-06-02T06:03:09.965888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [148] [] [2021-06-02T06:03:09.966222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:03:09.966577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [252] [] [2021-06-02T06:03:09.967096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:03:09.967451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [217] [] [2021-06-02T06:03:09.967866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:03:09.968198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:03:09.968528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-06-02T06:03:09.968862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:03:09.969210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [292] [] [2021-06-02T06:03:09.969564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:03:09.969917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [300] [] [2021-06-02T06:03:09.970467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [313] [] [2021-06-02T06:03:09.971019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [317] [] [2021-06-02T06:03:10.379947+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:03:10.400204+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:03:40.765965+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:03:40.810661+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:03:40.810733+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:03:40.810772+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:03:40.812626+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:03:40.841112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:03:40.844991+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:03:40.888790+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:03:40.912400+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:03:41.348376+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76c615"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/76c615","method":"GET"} [] [2021-06-02T06:03:49.500127+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:03:49.532332+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:03:49.580862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:03:49.584418+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:03:49.584482+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:03:49.584517+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:03:49.584547+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:03:49.635877+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2021-06-02T06:03:49.709714+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:03:49.716399+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:03:49.723034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-06-02T06:03:49.727180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2021-06-02T06:03:49.729595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:03:49.730247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:03:49.730636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-06-02T06:03:49.730970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:03:49.731321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-06-02T06:03:49.731657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2021-06-02T06:03:49.732075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:03:49.732412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:03:49.732749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:03:49.733094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:03:49.733474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2021-06-02T06:03:49.733881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-06-02T06:03:49.734219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-06-02T06:03:49.734679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:03:49.735082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2021-06-02T06:03:49.735559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:03:49.736020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:03:49.736395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2021-06-02T06:03:49.736943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2021-06-02T06:03:49.737352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-06-02T06:03:49.737700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:03:49.738054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2021-06-02T06:03:49.738536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2021-06-02T06:03:49.738889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T06:03:49.739259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2021-06-02T06:03:49.739725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:03:49.740083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [289] [] [2021-06-02T06:03:49.740484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T06:03:49.740819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-06-02T06:03:49.741191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [304] [] [2021-06-02T06:03:50.063970+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:03:50.083445+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:03:58.542367+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:03:58.566764+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:03:58.566820+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:03:58.566852+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:03:58.567939+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:03:58.600823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:03:58.604004+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:03:58.642932+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:03:58.666321+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:03:59.186745+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f1ab5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1f1ab5","method":"GET"} [] [2021-06-02T06:04:03.533281+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:04:03.559669+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:04:03.601768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:03.605012+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:04:03.605073+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:04:03.605108+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:03.605137+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:03.646410+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2021-06-02T06:04:03.716667+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:04:03.722415+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:04:03.728063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:04:03.731850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2021-06-02T06:04:03.734161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-06-02T06:04:03.734574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-06-02T06:04:03.734909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:04:03.735239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:04:03.735616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:04:03.735948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:04:03.736297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:04:03.736626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2021-06-02T06:04:03.737085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:04:03.737407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2021-06-02T06:04:03.737759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:04:03.738114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2021-06-02T06:04:03.738578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2021-06-02T06:04:03.739086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2021-06-02T06:04:03.739557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:04:03.739922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2021-06-02T06:04:03.740509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-06-02T06:04:03.740973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2021-06-02T06:04:03.741606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:04:03.742068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:03.742420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2021-06-02T06:04:03.742867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2021-06-02T06:04:03.743207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2021-06-02T06:04:03.743502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:04:03.743872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2021-06-02T06:04:03.744311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-06-02T06:04:03.744730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2021-06-02T06:04:03.745225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2021-06-02T06:04:03.745647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-06-02T06:04:03.745980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:04:03.746325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-06-02T06:04:03.746690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2021-06-02T06:04:03.747135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-06-02T06:04:03.747467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:04:03.747798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:04:03.748127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:04:03.748456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:04:03.748823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2021-06-02T06:04:04.221729+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:04:04.241501+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:04:14.308693+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:04:14.341038+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:04:14.341097+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:14.341130+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:14.342631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:04:14.393690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:14.397155+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:04:14.447524+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:04:14.472304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:04:14.962285+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c507fc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c507fc","method":"GET"} [] [2021-06-02T06:04:19.731190+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:04:19.756913+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:04:19.790501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:19.793690+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:04:19.793752+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:04:19.793787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:19.793877+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:19.835060+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T06:04:19.905521+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:04:19.911251+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:04:19.916874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:04:19.920584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-06-02T06:04:19.923726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:04:19.924165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:04:19.924501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-06-02T06:04:19.925007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T06:04:19.925343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:04:19.925678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:04:19.926012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:04:19.926405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:04:19.926754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-06-02T06:04:19.927083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T06:04:19.927418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:04:19.927757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:04:19.928120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T06:04:19.928647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T06:04:19.928986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T06:04:19.929323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T06:04:19.929659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T06:04:19.929999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T06:04:19.930337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T06:04:19.930675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T06:04:19.931028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T06:04:19.931362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T06:04:19.931709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:04:19.932038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T06:04:19.932442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:04:19.932784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:04:19.933122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:04:19.933477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-06-02T06:04:19.933942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-06-02T06:04:19.934405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-06-02T06:04:19.934759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:04:19.935116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-06-02T06:04:19.935495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-06-02T06:04:19.935834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:04:19.936191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-06-02T06:04:19.936656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:04:19.937015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-06-02T06:04:19.937470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:04:19.937825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-06-02T06:04:19.938239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T06:04:19.938575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-06-02T06:04:19.938912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-06-02T06:04:20.318239+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:04:20.338384+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:04:23.823069+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:04:23.854280+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:04:23.854336+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:23.854369+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:23.855855+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:04:23.897942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:23.901301+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:04:23.949967+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:04:23.974066+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:04:24.541978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c3457"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6c3457","method":"GET"} [] [2021-06-02T06:04:28.412679+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:04:28.440706+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:04:28.484603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:28.487960+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:04:28.488033+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:04:28.488075+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:28.488120+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:28.531395+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2021-06-02T06:04:28.604912+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:04:28.610702+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:04:28.616408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:04:28.620141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2021-06-02T06:04:28.623309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2021-06-02T06:04:28.624670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T06:04:28.625122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-06-02T06:04:28.625528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:04:28.625848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:04:28.626213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2021-06-02T06:04:28.626623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:04:28.626971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:04:28.627371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:04:28.627734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2021-06-02T06:04:28.628144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2021-06-02T06:04:28.628484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2021-06-02T06:04:28.628854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2021-06-02T06:04:28.629230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2021-06-02T06:04:28.629561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:04:28.629916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2021-06-02T06:04:28.630375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2021-06-02T06:04:28.630835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:04:28.631186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [312] [] [2021-06-02T06:04:28.631644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [323] [] [2021-06-02T06:04:28.632090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2021-06-02T06:04:28.632427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:04:28.632760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:04:28.633090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:04:28.633419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:04:28.633787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2021-06-02T06:04:28.634763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2021-06-02T06:04:28.635121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-06-02T06:04:28.635489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [326] [] [2021-06-02T06:04:28.635900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:04:28.636234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:04:28.636563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:04:28.969368+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:04:28.989164+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:04:41.540771+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:04:41.575996+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:04:41.576074+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:41.576112+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:41.577776+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:04:41.610197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:41.614266+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:04:41.670547+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:04:41.697448+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:04:42.241376+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5333c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5333c1","method":"GET"} [] [2021-06-02T06:04:46.804062+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:04:46.830224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:04:46.876093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:46.879345+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:04:46.879413+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:04:46.879448+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:46.879478+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:46.920609+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-06-02T06:04:46.991618+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:04:46.997365+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:04:47.003033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-06-02T06:04:47.006802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-06-02T06:04:47.009279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:04:47.009759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:04:47.010101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:04:47.010450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:04:47.010782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-06-02T06:04:47.011272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T06:04:47.011609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:04:47.011951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:04:47.012320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:04:47.012656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:04:47.012988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T06:04:47.013323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:04:47.013662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:04:47.014009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:04:47.014340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-06-02T06:04:47.014809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:04:47.015155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:04:47.015482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-06-02T06:04:47.015842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:04:47.016254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-06-02T06:04:47.016717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-06-02T06:04:47.017226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-06-02T06:04:47.017613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-06-02T06:04:47.017956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:04:47.018358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-06-02T06:04:47.018842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-06-02T06:04:47.019259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T06:04:47.019674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-06-02T06:04:47.020009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:04:47.020336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-06-02T06:04:47.020766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [325] [] [2021-06-02T06:04:47.021147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:04:47.021457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:04:47.021758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:04:47.022097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2021-06-02T06:04:47.432552+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:04:47.452842+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:04:58.531650+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:04:58.563702+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:04:58.563763+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:58.563801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:04:58.565349+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:04:58.608734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:04:58.612120+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:04:58.662359+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:04:58.687997+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:04:59.170981+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"439519"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/439519","method":"GET"} [] [2021-06-02T06:05:04.758453+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:05:04.791225+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:05:04.832158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:05:04.835504+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:05:04.835566+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:05:04.835602+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:04.835683+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:04.885981+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2021-06-02T06:05:04.958043+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:05:04.964436+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:05:04.969983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2021-06-02T06:05:04.973555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2021-06-02T06:05:04.975779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:05:04.976108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:05:04.976449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:05:04.976798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-06-02T06:05:04.977124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2021-06-02T06:05:04.977508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-06-02T06:05:04.977843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:05:04.978179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:05:04.978552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2021-06-02T06:05:04.978904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:05:04.979246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:05:04.979565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2021-06-02T06:05:04.980040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-06-02T06:05:04.980372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:05:04.980716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2021-06-02T06:05:04.981207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:05:04.981532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2021-06-02T06:05:04.982021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2021-06-02T06:05:04.982509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2021-06-02T06:05:04.982893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2021-06-02T06:05:04.983565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2021-06-02T06:05:04.984223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [285] [] [2021-06-02T06:05:04.984653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:05:04.984985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:05:04.985299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:05:04.985646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [319] [] [2021-06-02T06:05:05.368282+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:05:05.388546+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:05:15.550467+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:05:15.575322+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:05:15.575378+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:15.575411+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:15.576450+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:05:15.609855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:05:15.613010+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:05:15.652154+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:05:15.673883+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:05:16.233361+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd6501"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dd6501","method":"GET"} [] [2021-06-02T06:05:20.527423+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:05:20.553472+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:05:20.594981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:05:20.598174+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:05:20.598235+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:05:20.598269+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:20.598299+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:20.638738+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2021-06-02T06:05:20.707377+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:05:20.712825+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:05:20.718421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:05:20.722255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2021-06-02T06:05:20.724574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:05:20.724953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:05:20.725289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:05:20.725648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2021-06-02T06:05:20.726110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:05:20.726493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2021-06-02T06:05:20.726850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:05:20.727203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2021-06-02T06:05:20.727557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:05:20.727897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:05:20.728219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2021-06-02T06:05:20.728632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:05:20.728963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-06-02T06:05:20.729298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-06-02T06:05:20.729631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:05:20.729988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2021-06-02T06:05:20.730446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2021-06-02T06:05:20.730835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2021-06-02T06:05:20.731303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2021-06-02T06:05:20.731760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2021-06-02T06:05:20.732221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2021-06-02T06:05:20.732599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-06-02T06:05:20.732933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:05:20.733316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:05:20.733651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2021-06-02T06:05:20.734127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2021-06-02T06:05:20.734455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2021-06-02T06:05:20.734768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-06-02T06:05:20.735072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2021-06-02T06:05:20.735375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-06-02T06:05:20.735713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2021-06-02T06:05:20.736138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:05:20.736459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-06-02T06:05:20.736765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-06-02T06:05:20.737085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2021-06-02T06:05:21.144432+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:05:21.164219+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:05:28.475362+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:05:28.506272+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:05:28.506390+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:28.506427+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:28.507891+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:05:28.555436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:05:28.560115+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:05:28.609109+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:05:28.633369+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:05:29.126701+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a9dd8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5a9dd8","method":"GET"} [] [2021-06-02T06:05:34.313165+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:05:34.338973+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:05:34.378127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:05:34.381277+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:05:34.381337+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:05:34.381372+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:34.381401+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:34.421595+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2021-06-02T06:05:34.491984+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:05:34.497535+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:05:34.503098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2021-06-02T06:05:34.506779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2021-06-02T06:05:34.509076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:05:34.509449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:05:34.509789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2021-06-02T06:05:34.510131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2021-06-02T06:05:34.510471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2021-06-02T06:05:34.510810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:05:34.511146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-06-02T06:05:34.511499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:05:34.511837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2021-06-02T06:05:34.512268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:05:34.512612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:05:34.512954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:05:34.513350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-06-02T06:05:34.513701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:05:34.514029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2021-06-02T06:05:34.514388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:05:34.514727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2021-06-02T06:05:34.515056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2021-06-02T06:05:34.515460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-06-02T06:05:34.515760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-06-02T06:05:34.516084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2021-06-02T06:05:34.516412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2021-06-02T06:05:34.516867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2021-06-02T06:05:34.517152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-06-02T06:05:34.517421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2021-06-02T06:05:34.517715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2021-06-02T06:05:34.517978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2021-06-02T06:05:34.518237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-06-02T06:05:34.518525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:05:34.518785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2021-06-02T06:05:34.519219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:05:34.519507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2021-06-02T06:05:34.519869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2021-06-02T06:05:34.520135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2021-06-02T06:05:34.520440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [288] [] [2021-06-02T06:05:34.520866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T06:05:34.521134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2021-06-02T06:05:34.521398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:05:34.521657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [177] [] [2021-06-02T06:05:34.521950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [283] [] [2021-06-02T06:05:34.880126+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:05:34.899930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:05:42.344591+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:05:42.375445+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:05:42.375502+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:42.375535+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:42.377048+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:05:42.420904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:05:42.424305+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:05:42.473288+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:05:42.497114+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:05:43.028865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d5872"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d5872","method":"GET"} [] [2021-06-02T06:05:47.044762+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:05:47.070029+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:05:47.114757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:05:47.122170+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:05:47.122311+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:05:47.122395+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:47.122467+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:47.177171+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["18"]] [] [2021-06-02T06:05:47.245967+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [18,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:05:47.251235+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [18,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:05:47.256698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:05:47.260210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [132] [] [2021-06-02T06:05:47.262341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:05:47.262670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:05:47.262959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:05:47.263253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:05:47.263533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [124] [] [2021-06-02T06:05:47.263850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:05:47.264153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [144] [] [2021-06-02T06:05:47.264489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [150] [] [2021-06-02T06:05:47.264903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-06-02T06:05:47.265209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [180] [] [2021-06-02T06:05:47.265650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [212] [] [2021-06-02T06:05:47.266054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [243] [] [2021-06-02T06:05:47.266483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:05:47.266766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [291] [] [2021-06-02T06:05:47.267260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:05:47.267566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [316] [] [2021-06-02T06:05:47.573640+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:05:47.593213+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:05:56.892898+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:05:56.924194+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:05:56.924251+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:56.924283+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:05:56.925738+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:05:56.974702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:05:56.978046+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:05:57.027535+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:05:57.051585+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:05:57.522208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f4b6e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6f4b6e","method":"GET"} [] [2021-06-02T06:06:01.343092+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:06:01.368726+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:06:01.405081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:01.408248+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:06:01.408315+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:06:01.408350+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:01.408380+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:01.449422+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2021-06-02T06:06:01.518939+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:06:01.524335+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:06:01.529836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:06:01.533592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2021-06-02T06:06:01.535879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:06:01.536221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:06:01.536512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:06:01.536795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-06-02T06:06:01.537079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:06:01.537375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:06:01.537708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2021-06-02T06:06:01.538026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:06:01.538331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2021-06-02T06:06:01.538747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2021-06-02T06:06:01.539053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:06:01.539359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2021-06-02T06:06:01.539700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2021-06-02T06:06:01.540163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2021-06-02T06:06:01.540593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:06:01.540875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2021-06-02T06:06:01.541345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [298] [] [2021-06-02T06:06:01.541655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [182] [] [2021-06-02T06:06:01.541946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:06:01.542223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:06:01.542485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2021-06-02T06:06:01.542968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:06:01.543292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2021-06-02T06:06:01.543600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2021-06-02T06:06:01.543897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2021-06-02T06:06:01.544192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:06:01.544517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [282] [] [2021-06-02T06:06:01.888327+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:06:01.907666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:06:12.229864+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:06:12.262045+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:06:12.262104+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:12.262137+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:12.263631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:06:12.311361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:12.314743+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:06:12.364020+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:06:12.387894+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:06:12.887674+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5b59c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e5b59c","method":"GET"} [] [2021-06-02T06:06:17.055764+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:06:17.081836+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:06:17.119548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:17.122649+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:06:17.122711+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:06:17.122745+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:17.122773+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:17.163852+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-06-02T06:06:17.233386+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:06:17.239041+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:06:17.244464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:06:17.248136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-06-02T06:06:17.250631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-06-02T06:06:17.251022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-06-02T06:06:17.251356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-06-02T06:06:17.251737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-06-02T06:06:17.252085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-06-02T06:06:17.252419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-06-02T06:06:17.252754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-06-02T06:06:17.253089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-06-02T06:06:17.253424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-06-02T06:06:17.253760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-06-02T06:06:17.254096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-06-02T06:06:17.254432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-06-02T06:06:17.254767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:06:17.255117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:06:17.255452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-06-02T06:06:17.255822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:06:17.256179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:06:17.256507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-06-02T06:06:17.256907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:06:17.257260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:06:17.257618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-06-02T06:06:17.257976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:06:17.258334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-06-02T06:06:17.258706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:06:17.259076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-06-02T06:06:17.259510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:06:17.259863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:06:17.260208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T06:06:17.260530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-06-02T06:06:17.261025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-06-02T06:06:17.261488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-06-02T06:06:17.261974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-06-02T06:06:17.262340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-06-02T06:06:17.262721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-06-02T06:06:17.263047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-06-02T06:06:17.263363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-06-02T06:06:17.263764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-06-02T06:06:17.264294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-06-02T06:06:17.264622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:06:17.265104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-06-02T06:06:17.265567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T06:06:17.266029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-06-02T06:06:17.266536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-06-02T06:06:17.266976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:06:17.267297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-06-02T06:06:17.267606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T06:06:17.267910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:06:17.268246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-06-02T06:06:17.268608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-06-02T06:06:17.268901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-06-02T06:06:17.269186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-06-02T06:06:17.269487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-06-02T06:06:17.269894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-06-02T06:06:17.270187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T06:06:17.270470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-06-02T06:06:17.270846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-06-02T06:06:17.271297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-06-02T06:06:17.271637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [322] [] [2021-06-02T06:06:17.271981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-06-02T06:06:17.272270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [189] [] [2021-06-02T06:06:17.272587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2021-06-02T06:06:17.906745+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:06:17.927373+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:06:26.262328+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:06:26.294292+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:06:26.294353+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:26.294386+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:26.295896+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:06:26.341013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:26.344500+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:06:26.395815+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:06:26.419994+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:06:26.927605+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"679793"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/679793","method":"GET"} [] [2021-06-02T06:06:33.004446+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:06:33.038033+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:06:33.085587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:33.091980+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:06:33.092092+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:06:33.092160+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:33.092218+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:33.147608+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2021-06-02T06:06:33.220543+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:06:33.227212+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:06:33.232915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:06:33.236557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2021-06-02T06:06:33.238743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:06:33.239160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:06:33.239497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:06:33.239859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2021-06-02T06:06:33.240318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:06:33.240646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2021-06-02T06:06:33.241003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:06:33.241344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:06:33.241666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2021-06-02T06:06:33.242139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2021-06-02T06:06:33.242463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T06:06:33.242828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:06:33.243187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2021-06-02T06:06:33.243661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2021-06-02T06:06:33.244126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:06:33.244459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2021-06-02T06:06:33.244799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2021-06-02T06:06:33.245156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2021-06-02T06:06:33.245640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2021-06-02T06:06:33.245951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2021-06-02T06:06:33.246284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:06:33.246618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2021-06-02T06:06:33.247086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2021-06-02T06:06:33.247490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-06-02T06:06:33.247809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2021-06-02T06:06:33.248120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-06-02T06:06:33.248430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-06-02T06:06:33.248778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2021-06-02T06:06:33.249241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2021-06-02T06:06:33.249704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2021-06-02T06:06:33.250166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [315] [] [2021-06-02T06:06:33.250597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [321] [] [2021-06-02T06:06:33.251011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:06:33.251327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:06:33.251691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [188] [] [2021-06-02T06:06:33.252003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:06:33.753221+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:06:33.774855+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:06:42.836835+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:06:42.861516+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:06:42.861574+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:42.861608+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:42.862682+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:06:42.910298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:42.923059+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:06:42.978856+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:06:43.000393+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:06:43.469255+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aac43a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aac43a","method":"GET"} [] [2021-06-02T06:06:47.103930+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:06:47.129245+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:06:47.168228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:47.178079+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:06:47.178426+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:06:47.178559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:47.178663+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:47.234408+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-06-02T06:06:47.303573+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:06:47.309261+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:06:47.314844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:06:47.318443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-06-02T06:06:47.320647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-06-02T06:06:47.320978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T06:06:47.321270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:06:47.321580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-06-02T06:06:47.321954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-06-02T06:06:47.322278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-06-02T06:06:47.322790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:06:47.323151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:06:47.323483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:47.323826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-06-02T06:06:47.324170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-06-02T06:06:47.324609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:06:47.324960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:06:47.325244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:06:47.325543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-06-02T06:06:47.325822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-06-02T06:06:47.326240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:06:47.326538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:06:47.326813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-06-02T06:06:47.327218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-06-02T06:06:47.327629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:06:47.327921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-06-02T06:06:47.328203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:06:47.328490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:06:47.328773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:06:47.329086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-06-02T06:06:47.329499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-06-02T06:06:47.329936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-06-02T06:06:47.330364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:06:47.330650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-06-02T06:06:47.330956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:06:47.331259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-06-02T06:06:47.331639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-06-02T06:06:47.331931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-06-02T06:06:47.332212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-06-02T06:06:47.332493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-06-02T06:06:47.332977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-06-02T06:06:47.333346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-06-02T06:06:47.333621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:06:47.333905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2021-06-02T06:06:47.334294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2021-06-02T06:06:47.334661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2021-06-02T06:06:47.335044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:06:47.335310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2021-06-02T06:06:47.335614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:06:47.335871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2021-06-02T06:06:47.336168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2021-06-02T06:06:47.336464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2021-06-02T06:06:47.905671+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:06:47.925603+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:06:54.937252+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:06:54.968798+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:06:54.968856+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:54.968889+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:06:54.970368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:06:55.009621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:06:55.016542+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:06:55.071527+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:06:55.095281+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:06:55.707703+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"375a3b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/375a3b","method":"GET"} [] [2021-06-02T06:07:01.096798+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:07:01.129486+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:07:01.177733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:07:01.190198+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:07:01.190377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:07:01.190484+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:07:01.190574+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:07:01.248408+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-06-02T06:07:01.320568+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:07:01.327130+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:07:01.332737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-06-02T06:07:01.336544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-06-02T06:07:01.338878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:07:01.339251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:07:01.339591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-06-02T06:07:01.339926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-06-02T06:07:01.340262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-06-02T06:07:01.340595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:07:01.340944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:07:01.341276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-06-02T06:07:01.341701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:07:01.342039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:07:01.342460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:07:01.342820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:07:01.343219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-06-02T06:07:01.343680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:07:01.344004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-06-02T06:07:01.344483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-06-02T06:07:01.344860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-06-02T06:07:01.345180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-06-02T06:07:01.345497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-06-02T06:07:01.345815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-06-02T06:07:01.346134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-06-02T06:07:01.346448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-06-02T06:07:01.346761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-06-02T06:07:01.347119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-06-02T06:07:01.347561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-06-02T06:07:01.347914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-06-02T06:07:01.348238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:07:01.348571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-06-02T06:07:01.349041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-06-02T06:07:01.349478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T06:07:01.349804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:07:01.350112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2021-06-02T06:07:01.350442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:07:01.350783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-06-02T06:07:01.351174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-06-02T06:07:01.351489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T06:07:01.351858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-06-02T06:07:01.727406+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:07:01.762395+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:15:23.371543+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:15:23.407953+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:15:23.408013+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:23.408048+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:23.409670+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:15:23.453147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:15:23.457016+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:15:23.510301+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:15:23.537670+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:15:24.061128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88ddd0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/88ddd0","method":"GET"} [] [2021-06-02T06:15:26.056448+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:15:26.082641+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:15:26.082769+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:26.082810+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:26.083910+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:15:26.121685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:15:26.124929+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:15:26.167575+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:15:26.190315+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:15:26.530575+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7b052"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d7b052","method":"GET"} [] [2021-06-02T06:15:27.465639+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:15:27.490852+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:15:27.490912+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:27.490977+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:27.492194+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:15:27.524721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:15:27.528322+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:15:27.540877+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:15:27.598145+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T06:15:27.601904+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-06-02T06:15:27.609203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:15:27.609713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:15:27.610166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:15:27.610592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:15:27.610967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:15:27.611371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:15:27.611763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:15:27.613309+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:15:27.620497+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:15:27.988451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccca49"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ccca49","method":"GET"} [] [2021-06-02T06:15:40.103734+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:15:40.137580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:15:40.175273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:15:40.178620+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:15:40.178679+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:15:40.178714+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:40.178744+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:40.184631+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:15:40.196476+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:15:40.264027+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%5889%"] [] [2021-06-02T06:15:40.300107+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5889%",[314,306,301,267,244,239,218,214,205,193]] [] [2021-06-02T06:15:40.307293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:15:40.307888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:15:40.308533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:15:40.309089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:15:40.309602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:15:40.311238+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5889%"] [] [2021-06-02T06:15:40.317728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:15:40.728865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e97f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4e97f5","method":"GET"} [] [2021-06-02T06:15:46.714762+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"214"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/214","method":"GET"} [] [2021-06-02T06:15:46.742138+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:15:46.742196+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:46.742229+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:46.743846+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:15:46.786852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:15:46.790242+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:15:46.812062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["214"] [] [2021-06-02T06:15:46.824826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-06-02T06:15:46.879126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:15:46.880012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:15:46.881534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:15:46.883151+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:15:46.884505+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:15:46.885341+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:15:46.920380+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:15:47.361230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"997843"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/997843","method":"GET"} [] [2021-06-02T06:15:56.984275+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"214"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/214","method":"POST"} [] [2021-06-02T06:15:57.012569+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:15:57.057400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:15:57.060837+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:15:57.060899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:15:57.060934+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:57.060964+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:57.079691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["214"] [] [2021-06-02T06:15:57.092504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-06-02T06:15:57.139838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:15:57.140638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:15:57.141656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:15:57.144440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-06-02T06:15:57.145502+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-06-02T06:15:57.146081+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-06-02T06:15:57.213682+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:15:57.214000+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [156500.0,214] [] [2021-06-02T06:15:57.215605+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:15:57.229020+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:15:57.404773+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:15:57.435375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:15:57.435433+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:57.435466+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:15:57.437036+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:15:57.485814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:15:57.499619+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:15:57.529145+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:15:57.587442+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T06:15:57.590908+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-06-02T06:15:57.597951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:15:57.598406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:15:57.598806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:15:57.599181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:15:57.599500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:15:57.599840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:15:57.600153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:15:57.601542+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:15:57.608969+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:15:58.006382+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04f165"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/04f165","method":"GET"} [] [2021-06-02T06:16:15.627301+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:16:15.656310+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:16:15.703826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:16:15.740317+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:16:15.740398+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:16:15.740440+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:16:15.740476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:16:15.746696+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:16:15.758911+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:16:15.817249+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%5889%"] [] [2021-06-02T06:16:15.820373+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5889%",[314,306,301,267,244,239,218,214,205,193]] [] [2021-06-02T06:16:15.827415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:16:15.827893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:16:15.828276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:16:15.828635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:16:15.829102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:16:15.830608+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5889%"] [] [2021-06-02T06:16:15.837161+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:16:16.232874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dac0f1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dac0f1","method":"GET"} [] [2021-06-02T06:16:18.138900+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"193"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/193","method":"GET"} [] [2021-06-02T06:16:18.166142+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:16:18.166199+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:16:18.166232+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:16:18.167788+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:16:18.211004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:16:18.214376+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:16:18.233350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["193"] [] [2021-06-02T06:16:18.247441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-06-02T06:16:18.300461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:16:18.301260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:16:18.302341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:16:18.303809+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:16:18.305315+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:16:18.306145+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:16:18.334460+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:16:18.720020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f01bd7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f01bd7","method":"GET"} [] [2021-06-02T06:16:33.756744+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"193"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/193","method":"POST"} [] [2021-06-02T06:16:33.786036+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:16:33.830863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:16:33.834397+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:16:33.834459+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:16:33.834562+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:16:33.834597+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:16:33.853241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["193"] [] [2021-06-02T06:16:33.865762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2021-06-02T06:16:33.913927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:16:33.914815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:16:33.915898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:16:33.918719+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-06-02T06:16:33.919787+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-06-02T06:16:33.920389+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-06-02T06:16:33.967368+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:16:33.967657+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [166395.0,193] [] [2021-06-02T06:16:33.968078+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:16:33.982880+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:16:34.143208+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:16:34.174794+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:16:34.174853+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:16:34.174887+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:16:34.176450+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:16:34.224498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:16:34.227883+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:16:34.242842+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:16:34.300038+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T06:16:34.303472+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-06-02T06:16:34.310436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:16:34.310917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:16:34.311339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:16:34.311763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:16:34.312119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:16:34.312515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:16:34.312936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:16:34.314389+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:16:34.321324+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:16:34.735660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44ec32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/44ec32","method":"GET"} [] [2021-06-02T06:17:42.724168+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"324"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/324","method":"GET"} [] [2021-06-02T06:17:42.751107+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:17:42.751164+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:17:42.751196+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:17:42.752784+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:17:42.799025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:17:42.802364+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:17:42.822055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["324"] [] [2021-06-02T06:17:42.834490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2021-06-02T06:17:42.881592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:17:42.882405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:17:42.884026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:17:42.884519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:17:42.884909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:17:42.886328+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:17:42.887650+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:17:42.888464+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:17:42.919591+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:17:43.360419+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce6d28"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ce6d28","method":"GET"} [] [2021-06-02T06:17:58.476624+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"324"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/324","method":"POST"} [] [2021-06-02T06:17:58.504796+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:17:58.551966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:17:58.555359+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:17:58.555424+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:17:58.555459+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:17:58.555490+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:17:58.574503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["324"] [] [2021-06-02T06:17:58.588363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2021-06-02T06:17:58.637258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:17:58.638137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:17:58.640804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:17:58.641300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:17:58.641689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:17:58.644704+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-06-02T06:17:58.645865+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-06-02T06:17:58.646487+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-06-02T06:17:58.647350+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-06-02T06:17:58.647876+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-06-02T06:17:58.695716+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:17:58.696008+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [170223.0,324] [] [2021-06-02T06:17:58.696406+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:17:58.768134+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:17:58.934271+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:17:58.964963+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:17:58.965021+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:17:58.965055+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:17:58.966594+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:17:59.005921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:17:59.009283+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:17:59.024866+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:17:59.082984+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T06:17:59.086419+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-06-02T06:17:59.093401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:17:59.093858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:17:59.094264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:17:59.094688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:17:59.095061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:17:59.095464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:17:59.095838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:17:59.097339+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:17:59.104231+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:17:59.511928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d9a4d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1d9a4d","method":"GET"} [] [2021-06-02T06:18:31.307474+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:18:31.335810+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:18:31.386363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:18:31.398850+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:18:31.399043+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:18:31.399153+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:18:31.399245+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:18:31.410413+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:18:31.424688+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:18:31.483528+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%"] [] [2021-06-02T06:18:31.486703+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T06:18:31.493988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:18:31.494491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:18:31.495034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:18:31.495393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:18:31.496911+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:18:31.503340+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:18:31.910934+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7835d8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7835d8","method":"GET"} [] [2021-06-02T06:18:38.502660+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-06-02T06:18:38.529930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:18:38.529988+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:18:38.530021+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:18:38.531607+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:18:38.583112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:18:38.586537+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:18:38.602301+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:18:38.618048+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:18:38.670886+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-06-02T06:18:38.673770+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[317,316,315,314,313,312,311,310,309,308]] [] [2021-06-02T06:18:38.681137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:18:38.681677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:18:38.682050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:18:38.682423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:18:38.682796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:18:38.683250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:18:38.683624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:18:38.684027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:18:38.684399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:18:38.684744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:18:38.686943+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-06-02T06:18:38.691491+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:18:38.714638+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:18:38.714695+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:18:38.714729+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:18:38.716372+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:18:38.755705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:18:38.759035+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:18:38.773974+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:18:38.788456+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:18:38.841753+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-06-02T06:18:38.844512+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[317,316,315,314,313,312,311,310,309,308]] [] [2021-06-02T06:18:38.851993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:18:38.852489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:18:38.852855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:18:38.853183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:18:38.853501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:18:38.853843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:18:38.854160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:18:38.854501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:18:38.854817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:18:38.855108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:18:38.861251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:18:39.250903+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84798c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/84798c","method":"GET"} [] [2021-06-02T06:18:48.701675+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:18:48.729328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:18:48.777371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:18:48.780685+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:18:48.780747+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:18:48.780782+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:18:48.780811+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:18:48.785983+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:18:48.796188+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:18:48.859090+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%"] [] [2021-06-02T06:18:48.862085+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T06:18:48.869603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:18:48.870174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:18:48.870832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:18:48.871161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:18:48.872777+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:18:48.879307+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:18:49.266922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9efe6c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9efe6c","method":"GET"} [] [2021-06-02T06:19:01.603604+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-06-02T06:19:01.634592+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:19:01.634649+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:19:01.634681+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:19:01.636234+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:19:01.680019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:19:01.683430+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:19:01.699586+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:19:01.715039+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:19:01.768083+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-06-02T06:19:01.770956+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[317,316,315,314,313,312,311,310,309,308]] [] [2021-06-02T06:19:01.779231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:19:01.779731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:19:01.780058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:19:01.780382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:19:01.780698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:19:01.781043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:19:01.781424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:19:01.781770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:19:01.782084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:19:01.782373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:19:01.788709+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:19:02.184086+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64a372"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64a372","method":"GET"} [] [2021-06-02T06:19:34.425687+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:19:34.454426+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:19:34.498163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:19:34.501664+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:19:34.501731+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:19:34.501765+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:19:34.501795+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:19:34.507113+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:19:34.518098+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:19:34.585123+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%"] [] [2021-06-02T06:19:34.589215+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T06:19:34.597054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:19:34.597561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:19:34.598040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:19:34.598380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:19:34.599921+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:19:34.606750+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:19:35.006204+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5e02d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e5e02d","method":"GET"} [] [2021-06-02T06:20:19.149664+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-06-02T06:20:19.177258+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:20:19.177384+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:20:19.177424+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:20:19.179204+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:20:19.227723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:20:19.231118+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:20:19.246508+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:20:19.261520+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:20:19.312605+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-06-02T06:20:19.315450+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[317,316,315,314,313,312,311,310,309,308]] [] [2021-06-02T06:20:19.322636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:20:19.323137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:20:19.323490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:20:19.323903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:20:19.324256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:20:19.324634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:20:19.324991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:20:19.325368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:20:19.325722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:20:19.326043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:20:19.332406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:20:19.707730+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a463a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a463a9","method":"GET"} [] [2021-06-02T06:20:40.671525+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:20:40.701104+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:20:40.728925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:20:40.732215+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:20:40.732280+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:20:40.732316+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:20:40.732345+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:20:40.738074+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:20:40.748899+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:20:40.816963+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%"] [] [2021-06-02T06:20:40.820059+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T06:20:40.827180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:20:40.827725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:20:40.828251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:20:40.828628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:20:40.830253+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:20:40.836993+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:20:41.240214+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1eaed"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a1eaed","method":"GET"} [] [2021-06-02T06:21:11.080565+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-06-02T06:21:11.107890+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:21:11.107948+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:21:11.107985+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:21:11.109612+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:21:11.147417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:21:11.151320+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:21:11.166899+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:21:11.181970+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:21:11.232882+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-06-02T06:21:11.235665+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[317,316,315,314,313,312,311,310,309,308]] [] [2021-06-02T06:21:11.243152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:21:11.243660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:21:11.243988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:21:11.244308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:21:11.244629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:21:11.244972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:21:11.245290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:21:11.245632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:21:11.245950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:21:11.246238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:21:11.252529+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:21:11.644098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d29127"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d29127","method":"GET"} [] [2021-06-02T06:21:50.752596+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:21:50.781209+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:21:50.825986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:21:50.829415+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:21:50.829478+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:21:50.829512+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:21:50.829541+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:21:50.834819+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:21:50.845340+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:21:50.910130+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%sujon automobiles%"] [] [2021-06-02T06:21:50.911917+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%sujon automobiles%"] [] [2021-06-02T06:21:50.913013+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:21:51.271168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5fe0f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d5fe0f","method":"GET"} [] [2021-06-02T06:22:01.395156+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:22:01.422133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:22:01.422190+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:01.422223+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:01.423772+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:22:01.473242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:22:01.476629+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:22:01.492237+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:22:01.555404+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T06:22:01.558821+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-06-02T06:22:01.565839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:22:01.566288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:22:01.566687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:22:01.567114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:22:01.567749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:22:01.568461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:22:01.568954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:22:01.570610+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:22:01.577598+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:22:01.933750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ecf2d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3ecf2d","method":"GET"} [] [2021-06-02T06:22:17.619581+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:22:17.645224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:22:17.680104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:22:17.683425+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:22:17.683486+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:22:17.683520+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:17.683550+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:17.687854+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:22:17.695650+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:22:17.748049+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%sujan %"] [] [2021-06-02T06:22:17.749752+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%sujan %"] [] [2021-06-02T06:22:17.750862+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:22:18.090305+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90fda7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/90fda7","method":"GET"} [] [2021-06-02T06:22:21.669287+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:22:21.694375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:22:21.694432+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:21.694465+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:21.695507+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:22:21.755639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:22:21.758788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:22:21.770406+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:22:21.822914+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T06:22:21.826148+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318]] [] [2021-06-02T06:22:21.833180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:22:21.833679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:22:21.834078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:22:21.834499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:22:21.834861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:22:21.835253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:22:21.835618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:22:21.837089+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:22:21.844016+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:22:22.185829+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7891b0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7891b0","method":"GET"} [] [2021-06-02T06:22:34.557938+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:22:34.586760+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:22:34.637665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:22:34.644221+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:22:34.644283+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:22:34.644319+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:34.644349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:34.649682+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:22:34.660158+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:22:34.723671+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%"] [] [2021-06-02T06:22:34.726676+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T06:22:34.733819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:22:34.734328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:22:34.734820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:22:34.735196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:22:34.736723+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:22:34.743332+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:22:35.164685+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"341d58"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/341d58","method":"GET"} [] [2021-06-02T06:22:46.635799+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2021-06-02T06:22:46.662854+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:22:46.662911+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:46.662943+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:46.664493+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:22:46.703309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:22:46.706702+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:22:46.722188+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:22:46.737338+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:22:46.788521+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-06-02T06:22:46.791340+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[317,316,315,314,313,312,311,310,309,308]] [] [2021-06-02T06:22:46.798269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:22:46.798790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:22:46.799161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:22:46.799532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:22:46.799902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:22:46.800295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:22:46.800671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:22:46.801128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:22:46.801497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:22:46.801839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:22:46.808139+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:22:47.175754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a9741"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4a9741","method":"GET"} [] [2021-06-02T06:22:58.694615+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/3","method":"GET"} [] [2021-06-02T06:22:58.721499+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:22:58.721555+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:58.721587+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:22:58.723205+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:22:58.770700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:22:58.774057+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:22:58.789439+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:22:58.804248+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:22:58.855596+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%"] [] [2021-06-02T06:22:58.858402+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T06:22:58.865406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:22:58.865916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:22:58.866337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:22:58.866690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:22:58.867038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:22:58.867410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:22:58.867815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:22:58.868200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:22:58.868546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:22:58.868950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:22:58.875357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:22:59.294990+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e353a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0e353a","method":"GET"} [] [2021-06-02T06:23:03.060401+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:23:03.094450+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:23:03.094514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:23:03.094549+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:23:03.097087+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:23:03.144352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:23:03.148161+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:23:03.197272+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:23:03.222430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:23:03.552695+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"262e4d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/262e4d","method":"GET"} [] [2021-06-02T06:23:27.112795+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:23:27.141282+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:23:27.187747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:23:27.191132+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:23:27.191194+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:23:27.191228+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:23:27.191258+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:23:27.241281+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-06-02T06:23:27.313748+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:23:27.320304+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:23:27.325788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-06-02T06:23:27.329629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-06-02T06:23:27.331979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:23:27.332366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:23:27.332701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:23:27.333051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:23:27.333668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-06-02T06:23:27.334160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T06:23:27.334496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:23:27.334830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:23:27.335163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:23:27.335555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:23:27.335890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T06:23:27.336220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:23:27.336552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:23:27.336894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:23:27.337219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-06-02T06:23:27.337683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:23:27.338024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:23:27.338348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-06-02T06:23:27.338703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:23:27.339059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-06-02T06:23:27.339520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-06-02T06:23:27.339980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-06-02T06:23:27.340355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-06-02T06:23:27.340691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:23:27.341043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-06-02T06:23:27.341534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-06-02T06:23:27.341971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T06:23:27.342404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-06-02T06:23:27.342755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:23:27.343109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-06-02T06:23:27.343591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [325] [] [2021-06-02T06:23:27.344022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:23:27.344348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:23:27.344725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:23:27.345102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2021-06-02T06:23:27.757685+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:23:27.777370+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:33:40.614958+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:33:40.621609+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:33:40.621672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:33:40.621707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:33:40.623245+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:33:40.694414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:33:40.706682+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:33:40.790086+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:33:40.935181+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:33:41.505515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2de33"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a2de33","method":"GET"} [] [2021-06-02T06:33:46.692107+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2021-06-02T06:33:46.724490+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:33:46.724548+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:33:46.724581+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:33:46.726154+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:33:46.779530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:33:46.787863+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:33:46.841994+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:33:46.941911+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:33:46.945363+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102,101,100,95,94,91,90,88,87,86,85,84,83,82,81,80,79,78]] [] [2021-06-02T06:33:46.954280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2021-06-02T06:33:46.954885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2021-06-02T06:33:46.955269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2021-06-02T06:33:46.955674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2021-06-02T06:33:46.956073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2021-06-02T06:33:46.956465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2021-06-02T06:33:46.956845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2021-06-02T06:33:46.957520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2021-06-02T06:33:46.957898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2021-06-02T06:33:46.958275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2021-06-02T06:33:46.958652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2021-06-02T06:33:46.959027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2021-06-02T06:33:46.959402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2021-06-02T06:33:46.959852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2021-06-02T06:33:46.960232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2021-06-02T06:33:46.960609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2021-06-02T06:33:46.960991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2021-06-02T06:33:46.961374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2021-06-02T06:33:46.961752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2021-06-02T06:33:46.962130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2021-06-02T06:33:46.962529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2021-06-02T06:33:46.962924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2021-06-02T06:33:46.963300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2021-06-02T06:33:46.963677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2021-06-02T06:33:46.964055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2021-06-02T06:33:46.964435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [43] [] [2021-06-02T06:33:46.964857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2021-06-02T06:33:46.965257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2021-06-02T06:33:46.966879+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:33:46.968494+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:33:47.424981+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed5994"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ed5994","method":"GET"} [] [2021-06-02T06:33:54.666491+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:33:54.699903+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:33:54.699961+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:33:54.699995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:33:54.701567+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:33:54.751541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:33:54.754914+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:33:54.771722+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:33:54.876317+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:33:54.880501+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,308,307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T06:33:54.888944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:33:54.889445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:33:54.889847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:33:54.890236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:33:54.890601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:33:54.890977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:33:54.891332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:33:54.891677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:33:54.892073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:33:54.892449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:33:54.892940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:33:54.893319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:33:54.893666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:33:54.894152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:33:54.894534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:33:54.894937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:33:54.895308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:33:54.896835+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:33:54.903691+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:33:55.321655+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca700b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ca700b","method":"GET"} [] [2021-06-02T06:34:10.020277+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:34:10.054208+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:34:10.094648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:34:10.098041+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:34:10.098103+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:34:10.098138+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:10.098167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:10.104330+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:34:10.115233+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:34:10.182568+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%8419%"] [] [2021-06-02T06:34:10.186003+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245,241,235,199,188,178,165,158,149,148,69,68,67,66,65,64]] [] [2021-06-02T06:34:10.194054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:34:10.194585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:34:10.195069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:34:10.195426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:34:10.195922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T06:34:10.196429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T06:34:10.196841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-06-02T06:34:10.198415+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:34:10.199736+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:34:10.587688+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecb924"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ecb924","method":"GET"} [] [2021-06-02T06:34:16.050522+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"178"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/178","method":"GET"} [] [2021-06-02T06:34:16.078956+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:34:16.079013+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:16.079046+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:16.080581+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:34:16.145225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:34:16.152209+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:34:16.174080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["178"] [] [2021-06-02T06:34:16.186615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-06-02T06:34:16.235100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:34:16.236219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:34:16.237657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:34:16.238188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:34:16.239585+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:34:16.240953+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:34:16.241760+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:34:16.332751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:34:16.735142+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b005e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0b005e","method":"GET"} [] [2021-06-02T06:34:37.690835+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"178"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/178","method":"POST"} [] [2021-06-02T06:34:37.720081+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:34:37.764180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:34:37.767569+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:34:37.767630+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:34:37.767665+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:37.767694+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:37.787589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["178"] [] [2021-06-02T06:34:37.801041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-06-02T06:34:37.849201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:34:37.850011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:34:37.851461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:34:37.851900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:34:37.854783+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-06-02T06:34:37.855994+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-06-02T06:34:37.856728+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-06-02T06:34:37.857668+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-06-02T06:34:38.208918+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:34:38.209155+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [260107.0,178] [] [2021-06-02T06:34:38.209524+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:34:38.241433+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:34:38.414610+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:34:38.450388+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:34:38.450483+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:38.450517+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:38.452177+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:34:38.501806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:34:38.515214+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:34:38.543377+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:34:38.613045+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:34:38.617047+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,308,307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T06:34:38.624915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:34:38.625408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:34:38.625790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:34:38.626171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:34:38.626485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:34:38.626899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:34:38.627207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:34:38.627519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:34:38.627827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:34:38.628169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:34:38.628678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:34:38.628994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:34:38.629310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:34:38.629659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:34:38.630086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:34:38.630529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:34:38.630881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:34:38.632430+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:34:38.640006+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:34:39.090567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11c439"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/11c439","method":"GET"} [] [2021-06-02T06:34:52.272777+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:34:52.300450+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:34:52.300507+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:52.300539+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:34:52.302100+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:34:52.346991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:34:52.355607+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:34:52.407985+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:34:52.432847+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:34:52.788613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e8d73"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9e8d73","method":"GET"} [] [2021-06-02T06:36:47.239874+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:36:47.275937+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:36:47.328813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:36:47.332286+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:36:47.332346+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:36:47.332380+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:36:47.332409+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:36:47.387650+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T06:36:47.581382+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:36:47.588683+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:36:47.624014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:36:47.628040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-06-02T06:36:47.630344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:36:47.630717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:36:47.631024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-06-02T06:36:47.631580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T06:36:47.631882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:36:47.632202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:36:47.632491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:36:47.632779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:36:47.633064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-06-02T06:36:47.633307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T06:36:47.633592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:36:47.633876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:36:47.634180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T06:36:47.634663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T06:36:47.635027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T06:36:47.635526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T06:36:47.635848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T06:36:47.636142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T06:36:47.636433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T06:36:47.636722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T06:36:47.637025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T06:36:47.637310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T06:36:47.637609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:36:47.637895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T06:36:47.638262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:36:47.638555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:36:47.638845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:36:47.639151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-06-02T06:36:47.639574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-06-02T06:36:47.639991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-06-02T06:36:47.640302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:36:47.640614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-06-02T06:36:47.640952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-06-02T06:36:47.641246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:36:47.641557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-06-02T06:36:47.641976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:36:47.642273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-06-02T06:36:47.642665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:36:47.642934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-06-02T06:36:47.643278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T06:36:47.643553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-06-02T06:36:47.643819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-06-02T06:36:48.031000+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:36:48.052258+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:37:36.140408+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:37:36.174156+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:37:36.174215+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:37:36.174248+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:37:36.175833+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:37:36.221755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:37:36.227211+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:37:36.287290+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:37:36.314814+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:37:36.835645+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63e3af"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/63e3af","method":"GET"} [] [2021-06-02T06:37:39.706523+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:37:39.732394+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:37:39.732459+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:37:39.732497+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:37:39.733702+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:37:39.780117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:37:39.783535+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:37:39.796490+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:37:39.850694+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:37:39.854141+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,308,307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T06:37:39.861829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:37:39.862345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:37:39.862749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:37:39.863170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:37:39.863533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:37:39.863927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:37:39.864293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:37:39.864663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:37:39.865048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:37:39.865456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:37:39.865922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:37:39.866287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:37:39.866627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:37:39.867094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:37:39.867459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:37:39.867887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:37:39.868292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:37:39.870008+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:37:39.877407+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:37:40.319394+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62f4fb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/62f4fb","method":"GET"} [] [2021-06-02T06:37:52.346162+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:37:52.380185+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:37:52.426667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:37:52.432321+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:37:52.432400+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:37:52.432438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:37:52.432468+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:37:52.440415+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:37:52.451574+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:37:52.519324+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%5830%"] [] [2021-06-02T06:37:52.522449+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5830%",[308,302,299,293,266,265,263,229,207,182,174,77,74,73,63]] [] [2021-06-02T06:37:52.529950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:37:52.530415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:37:52.530761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:37:52.531088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:37:52.531395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:37:52.533659+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5830%"] [] [2021-06-02T06:37:52.535641+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:37:52.960661+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31ed32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/31ed32","method":"GET"} [] [2021-06-02T06:38:14.202136+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"302"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/302","method":"GET"} [] [2021-06-02T06:38:14.230932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:38:14.230992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:14.231025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:14.232627+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:38:14.276824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:38:14.280198+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:38:14.297681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["302"] [] [2021-06-02T06:38:14.345328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:38:14.345905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:38:14.349433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-06-02T06:38:14.352715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:38:14.353304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:38:14.353741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:38:14.354171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:38:14.362949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:38:14.717717+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77770c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77770c","method":"GET"} [] [2021-06-02T06:38:27.881192+00:00] request.INFO: Matched route "service_show". {"route":"service_show","route_parameters":{"_route":"service_show","_controller":"App\\Controller\\ServiceController::show","id":"308"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/show/308","method":"GET"} [] [2021-06-02T06:38:27.909438+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:38:27.909497+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:27.909530+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:27.911102+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:38:27.955784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:38:27.959188+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:38:27.976741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["308"] [] [2021-06-02T06:38:27.998106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:38:27.998649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:38:28.002273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-06-02T06:38:28.006002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:38:28.006713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:38:28.007074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:38:28.016304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:38:28.363498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7de9c5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7de9c5","method":"GET"} [] [2021-06-02T06:38:51.125402+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"308"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/308","method":"GET"} [] [2021-06-02T06:38:51.160554+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:38:51.160616+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:51.160654+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:51.162715+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:38:51.212782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:38:51.223420+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:38:51.253016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["308"] [] [2021-06-02T06:38:51.268242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-06-02T06:38:51.317018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:38:51.317822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:38:51.319482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:38:51.319929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:38:51.320266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:38:51.321662+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:38:51.322971+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:38:51.323819+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:38:51.354791+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:38:51.844640+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca8161"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ca8161","method":"GET"} [] [2021-06-02T06:38:56.957393+00:00] request.INFO: Matched route "service_delete". {"route":"service_delete","route_parameters":{"_route":"service_delete","_controller":"App\\Controller\\ServiceController::delete","id":"308"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/delete/308","method":"GET"} [] [2021-06-02T06:38:56.985340+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:38:56.985397+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:56.985431+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:56.986978+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:38:57.027349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:38:57.030769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:38:57.048847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["308"] [] [2021-06-02T06:38:57.062556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [308] [] [2021-06-02T06:38:57.066309+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:38:57.066533+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1082] [] [2021-06-02T06:38:57.075459+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1083] [] [2021-06-02T06:38:57.076396+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1084] [] [2021-06-02T06:38:57.076825+00:00] doctrine.DEBUG: DELETE FROM service WHERE id = ? [308] [] [2021-06-02T06:38:57.079321+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:38:57.095477+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:38:57.240342+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:38:57.272030+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:38:57.272087+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:57.272193+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:38:57.273742+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:38:57.311565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:38:57.314938+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:38:57.331092+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:38:57.394239+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:38:57.397577+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298,297]] [] [2021-06-02T06:38:57.405268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:38:57.405784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:38:57.406184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:38:57.406612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:38:57.406991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:38:57.407458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:38:57.407825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:38:57.408193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:38:57.408562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:38:57.408979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:38:57.409452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:38:57.409861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:38:57.410208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:38:57.410576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:38:57.410971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:38:57.411358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:38:57.411757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:38:57.413291+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:38:57.420644+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:38:57.834912+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af01c4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/af01c4","method":"GET"} [] [2021-06-02T06:39:04.211170+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:39:04.240489+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:39:04.240681+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:39:04.240733+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:39:04.242541+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:39:04.287098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:39:04.290550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:39:04.342062+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:39:04.368586+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:39:04.720929+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a47aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1a47aa","method":"GET"} [] [2021-06-02T06:39:24.680594+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:39:24.712285+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:39:24.739897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:39:24.743469+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:39:24.743533+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:39:24.743568+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:39:24.743598+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:39:24.795263+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T06:39:24.871431+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:39:24.879115+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:39:24.884715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:39:24.888332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-06-02T06:39:24.890543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:39:24.890964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:39:24.891340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-06-02T06:39:24.891883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T06:39:24.892261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:39:24.892601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:39:24.892935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:39:24.893232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:39:24.893513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-06-02T06:39:24.893911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T06:39:24.894243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:39:24.894572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:39:24.894929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T06:39:24.895440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T06:39:24.895770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T06:39:24.896101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T06:39:24.896417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T06:39:24.896720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T06:39:24.897018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T06:39:24.897322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T06:39:24.897636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T06:39:24.897933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T06:39:24.898242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:39:24.898540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T06:39:24.898907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:39:24.899211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:39:24.899510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:39:24.899828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-06-02T06:39:24.900262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-06-02T06:39:24.900685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-06-02T06:39:24.901008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:39:24.901333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-06-02T06:39:24.901678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-06-02T06:39:24.901982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:39:24.902301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-06-02T06:39:24.902726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:39:24.903042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:39:24.903339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-06-02T06:39:24.903719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T06:39:24.904022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-06-02T06:39:24.904322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-06-02T06:39:25.269088+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:39:25.296831+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:50:23.371580+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:50:23.404884+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:50:23.404942+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:50:23.404976+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:50:23.406600+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:50:23.433586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:50:23.437487+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:50:23.489155+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:50:23.516537+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:50:24.115863+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2f3cc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c2f3cc","method":"GET"} [] [2021-06-02T06:50:26.961001+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:50:26.986983+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:50:26.987041+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:50:26.987076+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:50:26.988173+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:50:27.009433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:50:27.012911+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:50:27.026086+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:50:27.081728+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:50:27.085254+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298,297]] [] [2021-06-02T06:50:27.095183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:50:27.095706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:50:27.096114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:50:27.096551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:50:27.096926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:50:27.097339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:50:27.097713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:50:27.098092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:50:27.098468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:50:27.098949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:50:27.099435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:50:27.099849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:50:27.100196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:50:27.100575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:50:27.100978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:50:27.101368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:50:27.101859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:50:27.103429+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:50:27.110646+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:50:27.559563+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d3417"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d3417","method":"GET"} [] [2021-06-02T06:50:35.416685+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:50:35.450147+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:50:35.497213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:50:35.500636+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:50:35.500769+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:50:35.500808+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:50:35.500839+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:50:35.506986+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:50:35.517620+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:50:35.584628+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%8419%"] [] [2021-06-02T06:50:35.587647+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245,241,235,199,188,178,165,158,149,148,69,68,67,66,65,64]] [] [2021-06-02T06:50:35.595192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:50:35.595651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:50:35.596105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:50:35.596490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:50:35.596901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T06:50:35.597366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T06:50:35.597732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-06-02T06:50:35.599185+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:50:35.600494+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:50:36.015773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4baff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b4baff","method":"GET"} [] [2021-06-02T06:51:34.985706+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"148"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/148","method":"GET"} [] [2021-06-02T06:51:35.013906+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:51:35.013963+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:51:35.013996+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:51:35.015580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:51:35.058299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:51:35.065646+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:51:35.087192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["148"] [] [2021-06-02T06:51:35.099973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-06-02T06:51:35.147700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:51:35.148528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:51:35.149595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:51:35.150968+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:51:35.152317+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:51:35.153157+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:51:35.182002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:51:35.550675+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a33236"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a33236","method":"GET"} [] [2021-06-02T06:52:07.323477+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"148"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/148","method":"POST"} [] [2021-06-02T06:52:07.352954+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:52:07.398344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:52:07.402053+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:52:07.402115+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:52:07.402149+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:52:07.402178+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:52:07.421867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["148"] [] [2021-06-02T06:52:07.434784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-06-02T06:52:07.482530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:52:07.483338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:52:07.484357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:52:07.487136+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-06-02T06:52:07.488214+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-06-02T06:52:07.488816+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2021-06-02T06:52:07.537245+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:52:07.537535+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [260107.0,148] [] [2021-06-02T06:52:07.537922+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:52:07.553507+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:52:07.722176+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:52:07.754353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:52:07.754410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:52:07.754443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:52:07.756022+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:52:07.803362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:52:07.807594+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:52:07.826924+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:52:07.885046+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:52:07.888318+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298,297]] [] [2021-06-02T06:52:07.895692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:52:07.896156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:52:07.896596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:52:07.897025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:52:07.897405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:52:07.897806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:52:07.898174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:52:07.898546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:52:07.898916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:52:07.899385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:52:07.899858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:52:07.900265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:52:07.900613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:52:07.900990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:52:07.901386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:52:07.901770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:52:07.902172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:52:07.903710+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:52:07.910489+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:52:08.327889+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cc09c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3cc09c","method":"GET"} [] [2021-06-02T06:52:44.113004+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:52:44.142216+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:52:44.180130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:52:44.183606+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:52:44.183669+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:52:44.183704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:52:44.183733+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:52:44.189416+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:52:44.200055+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:52:44.258359+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%8419%"] [] [2021-06-02T06:52:44.261416+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245,241,235,199,188,178,165,158,149,148,69,68,67,66,65,64]] [] [2021-06-02T06:52:44.268935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:52:44.269434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:52:44.269929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:52:44.270360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:52:44.270869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T06:52:44.271386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T06:52:44.271804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-06-02T06:52:44.273314+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:52:44.274776+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:52:44.680974+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca9f66"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ca9f66","method":"GET"} [] [2021-06-02T06:53:04.686138+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"165"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/165","method":"GET"} [] [2021-06-02T06:53:04.713966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:53:04.714026+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:04.714059+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:04.715644+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:53:04.762560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:53:04.768029+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:53:04.788675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["165"] [] [2021-06-02T06:53:04.841596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-06-02T06:53:04.889597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:53:04.890378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:53:04.891431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:53:04.892808+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:53:04.894128+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:53:04.894971+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:53:04.923547+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:53:05.292904+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a01e67"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a01e67","method":"GET"} [] [2021-06-02T06:53:21.021807+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"165"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/165","method":"POST"} [] [2021-06-02T06:53:21.051084+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:53:21.096356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:53:21.099782+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:53:21.099844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:53:21.099880+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:21.099910+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:21.119816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["165"] [] [2021-06-02T06:53:21.133088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-06-02T06:53:21.181208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:53:21.182042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:53:21.183072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:53:21.185889+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-06-02T06:53:21.186965+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2021-06-02T06:53:21.187567+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["39"]] [] [2021-06-02T06:53:21.235326+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:53:21.235590+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [262112.0,165] [] [2021-06-02T06:53:21.235921+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:53:21.251930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:53:21.420647+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:53:21.454399+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:53:21.454457+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:21.454491+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:21.456056+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:53:21.507985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:53:21.518388+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:53:21.542460+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:53:21.601579+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:53:21.604956+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298,297]] [] [2021-06-02T06:53:21.612640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:53:21.613124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:53:21.613529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:53:21.613955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:53:21.614323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:53:21.614773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:53:21.615192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:53:21.615619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:53:21.616114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:53:21.616526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:53:21.617002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:53:21.617411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:53:21.617758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:53:21.618131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:53:21.618525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:53:21.618907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:53:21.619310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:53:21.620882+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:53:21.627830+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:53:22.066999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8151f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c8151f","method":"GET"} [] [2021-06-02T06:53:38.090001+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:53:38.118857+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:53:38.160297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:53:38.163689+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:53:38.163750+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:53:38.163784+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:38.163814+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:38.169444+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:53:38.180212+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:53:38.239642+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%8419%"] [] [2021-06-02T06:53:38.242727+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245,241,235,199,188,178,165,158,149,148,69,68,67,66,65,64]] [] [2021-06-02T06:53:38.250305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:53:38.250803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:53:38.251344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:53:38.251698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:53:38.252195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T06:53:38.252711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T06:53:38.253121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-06-02T06:53:38.254691+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T06:53:38.256135+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:53:38.655143+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"730d3c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/730d3c","method":"GET"} [] [2021-06-02T06:53:46.900481+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"178"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/178","method":"GET"} [] [2021-06-02T06:53:46.928519+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:53:46.928575+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:46.928609+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:46.930243+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:53:46.978902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:53:46.982292+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:53:47.001122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["178"] [] [2021-06-02T06:53:47.014088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-06-02T06:53:47.061811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:53:47.062615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:53:47.063937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:53:47.064369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:53:47.065711+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:53:47.067051+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:53:47.067837+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:53:47.097660+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:53:47.493568+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50937f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/50937f","method":"GET"} [] [2021-06-02T06:53:59.117124+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"178"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/178","method":"POST"} [] [2021-06-02T06:53:59.146456+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:53:59.183705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:53:59.187106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:53:59.187167+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:53:59.187201+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:59.187230+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:59.206859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["178"] [] [2021-06-02T06:53:59.222159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-06-02T06:53:59.269331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:53:59.270137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:53:59.271429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:53:59.271863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:53:59.274632+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-06-02T06:53:59.275657+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-06-02T06:53:59.276210+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["1"]] [] [2021-06-02T06:53:59.277015+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-06-02T06:53:59.322674+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:53:59.322927+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [263500.0,178] [] [2021-06-02T06:53:59.323250+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:53:59.337461+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:53:59.515187+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:53:59.547656+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:53:59.547715+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:59.547748+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:53:59.549396+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:53:59.594390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:53:59.597741+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:53:59.613229+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:53:59.673941+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:53:59.677195+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298,297]] [] [2021-06-02T06:53:59.685246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:53:59.686095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:53:59.686539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:53:59.687079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:53:59.687562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:53:59.688287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:53:59.688781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:53:59.689157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:53:59.689521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:53:59.689931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:53:59.690405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:53:59.690812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:53:59.691158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:53:59.691525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:53:59.691925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:53:59.692305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:53:59.692704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:53:59.694297+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:53:59.701256+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:54:00.114417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4c473"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a4c473","method":"GET"} [] [2021-06-02T06:54:32.957524+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T06:54:32.988266+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:54:33.029739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:54:33.034969+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:54:33.035077+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:54:33.035127+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:54:33.035158+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:54:33.041006+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T06:54:33.051598+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:54:33.110666+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%5835%"] [] [2021-06-02T06:54:33.140398+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5835%",[325,324,320,297,280,276,260,259,248,208,185,181,177,113,48,47,46,45]] [] [2021-06-02T06:54:33.147941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:54:33.148436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:54:33.148880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:54:33.149341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:54:33.149787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-06-02T06:54:33.151378+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5835%"] [] [2021-06-02T06:54:33.152878+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:54:33.543268+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b75b6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8b75b6","method":"GET"} [] [2021-06-02T06:55:04.196757+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"260"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/260","method":"GET"} [] [2021-06-02T06:55:04.224653+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:55:04.224709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:04.224741+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:04.226367+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:55:04.273428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:55:04.276815+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:55:04.295749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["260"] [] [2021-06-02T06:55:04.309966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-06-02T06:55:04.357964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:55:04.358773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:55:04.361801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T06:55:04.362243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:55:04.362624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:55:04.363008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:55:04.363392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:55:04.363775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T06:55:04.364156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:55:04.364538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:55:04.366425+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:55:04.368055+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:55:04.369039+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:55:04.406099+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:55:04.918150+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de6b80"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/de6b80","method":"GET"} [] [2021-06-02T06:55:20.924146+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"260"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/260","method":"POST"} [] [2021-06-02T06:55:20.953484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:55:21.003628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:55:21.007290+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:55:21.007351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:55:21.007386+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:21.007415+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:21.026544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["260"] [] [2021-06-02T06:55:21.039355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-06-02T06:55:21.086990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:55:21.087799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:55:21.090847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T06:55:21.091282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:55:21.091671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:55:21.092054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:55:21.092441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:55:21.092824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T06:55:21.093290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:55:21.093674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:55:21.096946+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-06-02T06:55:21.098150+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-06-02T06:55:21.098776+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["158"]] [] [2021-06-02T06:55:21.099638+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["159"]] [] [2021-06-02T06:55:21.100150+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["117"]] [] [2021-06-02T06:55:21.100653+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2021-06-02T06:55:21.101165+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["115"]] [] [2021-06-02T06:55:21.101672+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["161"]] [] [2021-06-02T06:55:21.102179+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-06-02T06:55:21.102686+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2021-06-02T06:55:21.150335+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:55:21.150627+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [142549.0,260] [] [2021-06-02T06:55:21.151000+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:55:21.166824+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:55:21.347233+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:55:21.379277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:55:21.379338+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:21.379372+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:21.380912+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:55:21.425511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:55:21.438965+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:55:21.462078+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:55:21.519877+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:55:21.523160+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298,297]] [] [2021-06-02T06:55:21.530765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:55:21.531262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:55:21.531673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:55:21.532101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:55:21.532561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:55:21.532963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:55:21.533332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:55:21.533703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:55:21.534073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:55:21.534475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:55:21.534947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:55:21.535360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:55:21.535703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:55:21.536073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:55:21.536472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:55:21.536859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:55:21.537264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:55:21.538765+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:55:21.545797+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:55:21.984786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d95e5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6d95e5","method":"GET"} [] [2021-06-02T06:55:35.206670+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:55:35.237762+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:55:35.237822+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:35.237860+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:35.239543+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:55:35.295430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:55:35.309319+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:55:35.332531+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:55:35.398089+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:55:35.401655+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298,297]] [] [2021-06-02T06:55:35.409429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:55:35.409893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:55:35.410229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:55:35.410604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:55:35.410959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:55:35.411278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:55:35.411594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:55:35.412272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:55:35.412587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:55:35.412933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:55:35.413390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:55:35.413771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:55:35.414058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:55:35.414360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:55:35.414697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:55:35.415094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:55:35.415416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:55:35.416947+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:55:35.423918+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:55:35.893798+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c64575"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c64575","method":"GET"} [] [2021-06-02T06:55:37.154074+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-06-02T06:55:37.182531+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:55:37.182589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:37.182624+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:55:37.184259+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:55:37.221733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:55:37.225121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:55:37.283811+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:55:37.292301+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T06:55:37.293284+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T06:55:37.349871+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:55:37.728991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57fe46"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/57fe46","method":"GET"} [] [2021-06-02T06:57:49.595201+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2021-06-02T06:57:49.628867+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:57:49.679555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:57:49.682987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:57:49.683050+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:57:49.683084+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:57:49.683113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:57:49.746430+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-06-02T06:57:49.754707+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-06-02T06:57:49.756615+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-06-02T06:57:49.760610+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-06-02T06:57:49.761172+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-06-02T06:57:49.806671+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T06:57:49.808847+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":242549.0,"3":"2020-08-23T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2021-06-02T06:57:49.813537+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":328,"6":26} [] [2021-06-02T06:57:49.813852+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":328,"6":24} [] [2021-06-02T06:57:49.814507+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":328,"6":25} [] [2021-06-02T06:57:49.818243+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T06:57:49.829882+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:57:49.966310+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T06:57:49.992104+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:57:49.992165+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:57:49.992198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:57:49.993286+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:57:50.038121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:57:50.041239+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:57:50.053948+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T06:57:50.109140+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T06:57:50.112453+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[328,327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T06:57:50.120221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T06:57:50.120799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:57:50.121169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T06:57:50.121645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T06:57:50.122012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T06:57:50.122413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T06:57:50.122783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T06:57:50.123158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T06:57:50.123537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T06:57:50.123939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T06:57:50.124413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T06:57:50.124822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:57:50.125167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T06:57:50.125537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T06:57:50.125941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T06:57:50.126388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T06:57:50.126794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T06:57:50.128284+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T06:57:50.135362+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:57:50.576185+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89d335"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/89d335","method":"GET"} [] [2021-06-02T06:57:53.087891+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:57:53.116064+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:57:53.116120+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:57:53.116153+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:57:53.117790+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:57:53.169215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:57:53.173325+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:57:53.222043+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:57:53.248247+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:57:53.576370+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c5202"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1c5202","method":"GET"} [] [2021-06-02T06:58:11.344666+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:58:11.380062+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:58:11.431158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:58:11.443210+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:58:11.443383+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:58:11.443489+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:58:11.443577+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:58:11.505506+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2021-06-02T06:58:11.578141+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:58:11.585602+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:58:11.591138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2021-06-02T06:58:11.594747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2021-06-02T06:58:11.596961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:58:11.597308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:58:11.597601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:58:11.597894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:58:11.598242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2021-06-02T06:58:11.598769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T06:58:11.599060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T06:58:11.599352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T06:58:11.599707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T06:58:11.600026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T06:58:11.600309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T06:58:11.600585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T06:58:11.600859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:58:11.601156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [328] [] [2021-06-02T06:58:11.601568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:58:11.601848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2021-06-02T06:58:11.602261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:58:11.602558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:58:11.602832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2021-06-02T06:58:11.603134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:58:11.603437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2021-06-02T06:58:11.603844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2021-06-02T06:58:11.604253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2021-06-02T06:58:11.604576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2021-06-02T06:58:11.604862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:58:11.605164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2021-06-02T06:58:11.605606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2021-06-02T06:58:11.605994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T06:58:11.606376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2021-06-02T06:58:11.606665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:58:11.606948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2021-06-02T06:58:11.607333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [325] [] [2021-06-02T06:58:11.607665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:58:11.607934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:58:11.608194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:58:11.608483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2021-06-02T06:58:12.049592+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:58:12.069569+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:59:44.332465+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T06:59:44.358276+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:59:44.358335+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:59:44.358368+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:59:44.359435+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:59:44.403973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:59:44.407183+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:59:44.447846+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:59:44.470328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T06:59:44.967887+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"007a6e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/007a6e","method":"GET"} [] [2021-06-02T06:59:51.605803+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T06:59:51.643580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T06:59:51.685361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T06:59:51.688810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T06:59:51.688875+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T06:59:51.688909+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:59:51.688940+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T06:59:51.743808+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2021-06-02T06:59:51.822582+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:59:51.830038+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T06:59:51.835784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T06:59:51.839520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2021-06-02T06:59:51.841964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-06-02T06:59:51.842350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2021-06-02T06:59:51.842700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-06-02T06:59:51.843043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-06-02T06:59:51.843387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-06-02T06:59:51.843729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-06-02T06:59:51.844071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2021-06-02T06:59:51.844410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-06-02T06:59:51.844753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2021-06-02T06:59:51.845150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-06-02T06:59:51.845633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2021-06-02T06:59:51.846023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2021-06-02T06:59:51.846398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T06:59:51.846788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T06:59:51.847133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2021-06-02T06:59:51.847526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T06:59:51.847888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T06:59:51.848217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2021-06-02T06:59:51.848630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T06:59:51.848992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T06:59:51.849358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2021-06-02T06:59:51.849718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T06:59:51.850077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2021-06-02T06:59:51.850462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T06:59:51.850839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2021-06-02T06:59:51.851285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T06:59:51.851648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T06:59:51.852001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T06:59:51.852331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2021-06-02T06:59:51.852837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2021-06-02T06:59:51.853307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2021-06-02T06:59:51.853756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2021-06-02T06:59:51.854099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2021-06-02T06:59:51.854444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2021-06-02T06:59:51.854784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2021-06-02T06:59:51.855122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2021-06-02T06:59:51.855495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2021-06-02T06:59:51.855878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2021-06-02T06:59:51.856221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T06:59:51.856578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2021-06-02T06:59:51.856968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T06:59:51.857346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2021-06-02T06:59:51.857848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2021-06-02T06:59:51.858345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T06:59:51.858715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2021-06-02T06:59:51.859051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T06:59:51.859375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T06:59:51.859764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2021-06-02T06:59:51.860180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2021-06-02T06:59:51.860521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-06-02T06:59:51.860859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2021-06-02T06:59:51.861219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2021-06-02T06:59:51.861688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2021-06-02T06:59:51.862139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T06:59:51.862502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-06-02T06:59:51.862966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2021-06-02T06:59:51.863449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2021-06-02T06:59:51.863829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [322] [] [2021-06-02T06:59:51.864208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2021-06-02T06:59:51.864533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [189] [] [2021-06-02T06:59:51.864890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2021-06-02T06:59:52.579409+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T06:59:52.600553+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:00:09.674397+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:00:09.707574+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:00:09.707633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:00:09.707667+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:00:09.709298+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:00:09.754880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:00:09.758304+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:00:09.808595+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:00:09.835741+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:00:10.339268+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5edf7f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5edf7f","method":"GET"} [] [2021-06-02T07:00:15.814049+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T07:00:15.847284+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:00:15.894215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:00:15.897572+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:00:15.897638+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:00:15.897673+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:00:15.897784+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:00:15.948659+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T07:00:16.021447+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:00:16.028284+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:00:16.033769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:00:16.037774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-06-02T07:00:16.040031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T07:00:16.040405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:00:16.040697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-06-02T07:00:16.041159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T07:00:16.041449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T07:00:16.041795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T07:00:16.042184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T07:00:16.042542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T07:00:16.042825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-06-02T07:00:16.043106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T07:00:16.043385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T07:00:16.043663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T07:00:16.043969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T07:00:16.044448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T07:00:16.044737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T07:00:16.045016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T07:00:16.045295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T07:00:16.045570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T07:00:16.045849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T07:00:16.046129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T07:00:16.046422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T07:00:16.046697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T07:00:16.046985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:00:16.047265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T07:00:16.047614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:00:16.047899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:00:16.048182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:00:16.048477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-06-02T07:00:16.048869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-06-02T07:00:16.049252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-06-02T07:00:16.049530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T07:00:16.049796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-06-02T07:00:16.050124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-06-02T07:00:16.050410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T07:00:16.050698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-06-02T07:00:16.051095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T07:00:16.051372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:00:16.051631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-06-02T07:00:16.051971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T07:00:16.052236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-06-02T07:00:16.052494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-06-02T07:00:16.401137+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:00:16.420598+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:00:51.888350+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:00:51.913957+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:00:51.914014+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:00:51.914047+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:00:51.915136+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:00:51.954123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:00:51.961038+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:00:52.000988+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:00:52.022833+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:00:52.529325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"788d1a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/788d1a","method":"GET"} [] [2021-06-02T07:00:55.009848+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T07:00:55.034752+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:00:55.034809+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:00:55.034841+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:00:55.035877+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:00:55.067971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:00:55.071132+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:00:55.083862+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:00:55.137500+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T07:00:55.140921+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[328,327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T07:00:55.148894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:00:55.149398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:00:55.149768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:00:55.150249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:00:55.150619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:00:55.151016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:00:55.151393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:00:55.151751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:00:55.152107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T07:00:55.152558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:00:55.153013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T07:00:55.153402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:00:55.153727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T07:00:55.154078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T07:00:55.154454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:00:55.154814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:00:55.155201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T07:00:55.156683+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T07:00:55.163869+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:00:55.612056+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bea58b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bea58b","method":"GET"} [] [2021-06-02T07:01:01.358675+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T07:01:01.391434+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:01:01.436495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:01:01.447376+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:01:01.447574+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:01:01.447690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:01:01.447788+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:01:01.463652+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:01:01.476237+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:01:01.539170+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%5830%"] [] [2021-06-02T07:01:01.542110+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5830%",[302,299,293,266,265,263,229,207,182,174,77,74,73,63]] [] [2021-06-02T07:01:01.549579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:01:01.550120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:01:01.550600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:01:01.550988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:01:01.551371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:01:01.552977+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5830%"] [] [2021-06-02T07:01:01.554275+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:01:01.965359+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cca24"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3cca24","method":"GET"} [] [2021-06-02T07:02:54.336326+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:02:54.364725+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:02:54.364783+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:02:54.364816+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:02:54.366447+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:02:54.410846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:02:54.414220+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:02:54.463909+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:02:54.489547+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:02:54.822215+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f9bac"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2f9bac","method":"GET"} [] [2021-06-02T07:03:15.208306+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T07:03:15.242880+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:03:15.297446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:03:15.311315+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:03:15.311561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:03:15.311711+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:03:15.311839+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:03:15.374455+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T07:03:15.446977+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:03:15.453887+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:03:15.459405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:03:15.463017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-06-02T07:03:15.465744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T07:03:15.466218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:03:15.466625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-06-02T07:03:15.467217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T07:03:15.467554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T07:03:15.467885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T07:03:15.468221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T07:03:15.468539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T07:03:15.468851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-06-02T07:03:15.469162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T07:03:15.469472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T07:03:15.469782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T07:03:15.470111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T07:03:15.470598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T07:03:15.470910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T07:03:15.471221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T07:03:15.471530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T07:03:15.471839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T07:03:15.472149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T07:03:15.472460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T07:03:15.472787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T07:03:15.473098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T07:03:15.473419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:03:15.473721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T07:03:15.474093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:03:15.474404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:03:15.474713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:03:15.475037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-06-02T07:03:15.475473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-06-02T07:03:15.475907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-06-02T07:03:15.476238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T07:03:15.476567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-06-02T07:03:15.476916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-06-02T07:03:15.477227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T07:03:15.477556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-06-02T07:03:15.477986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T07:03:15.478310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:03:15.478620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-06-02T07:03:15.479084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T07:03:15.479400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-06-02T07:03:15.479735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-06-02T07:03:15.855296+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:03:15.875405+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:03:58.426915+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:03:58.457157+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:03:58.457214+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:03:58.457246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:03:58.458319+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:03:58.497628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:03:58.505098+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:03:58.556993+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:03:58.580399+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:03:59.090021+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df8b02"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/df8b02","method":"GET"} [] [2021-06-02T07:04:00.617632+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T07:04:00.642982+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:04:00.643040+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:04:00.643154+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:04:00.644223+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:04:00.680770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:04:00.683920+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:04:00.696623+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:04:00.750022+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T07:04:00.753405+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[328,327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T07:04:00.761169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:04:00.761689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:04:00.762059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:04:00.762535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:04:00.762906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:04:00.763367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:04:00.763737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:04:00.764108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:04:00.764480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T07:04:00.764870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:04:00.765349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T07:04:00.765756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:04:00.766099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T07:04:00.766472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T07:04:00.766867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:04:00.767245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:04:00.767650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T07:04:00.769167+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T07:04:00.776341+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:04:01.247607+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18f669"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/18f669","method":"GET"} [] [2021-06-02T07:04:08.557359+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T07:04:08.590709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:04:08.631783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:04:08.635177+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:04:08.635238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:04:08.635273+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:04:08.635303+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:04:08.641374+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:04:08.652410+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:04:08.715841+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%5830%"] [] [2021-06-02T07:04:08.718792+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5830%",[302,299,293,266,265,263,229,207,182,174,77,74,73,63]] [] [2021-06-02T07:04:08.726008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:04:08.726512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:04:08.726974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:04:08.727372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:04:08.727761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:04:08.729447+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5830%"] [] [2021-06-02T07:04:08.730784+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:04:09.127686+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fff143"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fff143","method":"GET"} [] [2021-06-02T07:04:28.426732+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"174"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/174","method":"GET"} [] [2021-06-02T07:04:28.454882+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:04:28.454942+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:04:28.454976+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:04:28.456585+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:04:28.501999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:04:28.505456+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:04:28.524241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["174"] [] [2021-06-02T07:04:28.537017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T07:04:28.584441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:04:28.585211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:04:28.588811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T07:04:28.589246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T07:04:28.589633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T07:04:28.590020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T07:04:28.590403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T07:04:28.590788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T07:04:28.591176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T07:04:28.591561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T07:04:28.592001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T07:04:28.592534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T07:04:28.594476+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:04:28.595854+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T07:04:28.596784+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T07:04:28.635990+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:04:29.206720+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"984765"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/984765","method":"GET"} [] [2021-06-02T07:05:23.607055+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"174"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/174","method":"POST"} [] [2021-06-02T07:05:23.636105+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:05:23.683981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:05:23.687364+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:05:23.687426+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:05:23.687460+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:05:23.687489+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:05:23.741094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["174"] [] [2021-06-02T07:05:23.753741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T07:05:23.802073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:05:23.802888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:05:23.806551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T07:05:23.807001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T07:05:23.807395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T07:05:23.807869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T07:05:23.808282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T07:05:23.808685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T07:05:23.809066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T07:05:23.809469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T07:05:23.809867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T07:05:23.810262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T07:05:23.813684+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T07:05:23.814794+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2021-06-02T07:05:23.815407+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["50"]] [] [2021-06-02T07:05:23.816268+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["111"]] [] [2021-06-02T07:05:23.816794+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["8"]] [] [2021-06-02T07:05:23.817314+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["113"]] [] [2021-06-02T07:05:23.817873+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["54"]] [] [2021-06-02T07:05:23.818390+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["112"]] [] [2021-06-02T07:05:23.818914+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["13"]] [] [2021-06-02T07:05:23.819516+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2021-06-02T07:05:23.820039+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["114"]] [] [2021-06-02T07:05:23.820557+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["52"]] [] [2021-06-02T07:05:23.923582+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T07:05:23.923850+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [120274.0,174] [] [2021-06-02T07:05:23.924242+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T07:05:23.959666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:05:24.135232+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T07:05:24.167469+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:05:24.167527+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:05:24.167559+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:05:24.169112+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:05:24.205669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:05:24.209009+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:05:24.225580+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:05:24.290875+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T07:05:24.294121+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:05:24.301266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:05:24.301777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:05:24.302144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:05:24.302616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:05:24.302984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:05:24.303378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:05:24.304829+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T07:05:24.311615+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:05:24.703196+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"575f11"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/575f11","method":"GET"} [] [2021-06-02T07:05:26.086993+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:05:26.114523+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:05:26.114579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:05:26.114612+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:05:26.116214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:05:26.161898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:05:26.165276+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:05:26.213672+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:05:26.238668+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:05:26.546124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cfb02a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cfb02a","method":"GET"} [] [2021-06-02T07:05:43.736963+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T07:05:43.766584+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:05:43.810834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:05:43.814234+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:05:43.814297+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:05:43.814332+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:05:43.814362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:05:43.859653+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T07:05:43.935790+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:05:43.942686+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:05:43.948437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:05:43.952348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-06-02T07:05:43.954930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T07:05:43.955378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:05:43.955742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-06-02T07:05:43.956263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T07:05:43.956605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T07:05:43.956944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T07:05:43.957283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T07:05:43.957624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T07:05:43.957993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-06-02T07:05:43.958352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T07:05:43.958701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T07:05:43.959040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T07:05:43.959407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T07:05:43.959937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T07:05:43.960360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T07:05:43.960701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T07:05:43.961037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T07:05:43.961372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T07:05:43.961709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T07:05:43.962046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T07:05:43.962405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T07:05:43.962741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T07:05:43.963091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:05:43.963423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T07:05:43.963837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:05:43.964200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:05:43.964516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:05:43.964867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-06-02T07:05:43.965346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-06-02T07:05:43.965858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-06-02T07:05:43.966259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T07:05:43.966558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-06-02T07:05:43.966857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-06-02T07:05:43.967130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T07:05:43.967418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-06-02T07:05:43.967809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T07:05:43.968086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:05:43.968348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-06-02T07:05:43.968693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T07:05:43.968962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-06-02T07:05:43.969298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-06-02T07:05:44.336690+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:05:44.357285+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:07:00.555822+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:07:00.581381+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:07:00.581439+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:00.581471+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:00.582544+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:07:00.623278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:07:00.626406+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:07:00.666520+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:07:00.729029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:07:01.330216+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30b6e1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/30b6e1","method":"GET"} [] [2021-06-02T07:07:07.147938+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T07:07:07.179669+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:07:07.179726+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:07.179758+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:07.181290+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:07:07.229145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:07:07.232510+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:07:07.249183+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:07:07.312623+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T07:07:07.315986+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[328,327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T07:07:07.323664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:07:07.324170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:07:07.324540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:07:07.325015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:07:07.325379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:07:07.325776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:07:07.326144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:07:07.326517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:07:07.326888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T07:07:07.327291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:07:07.327765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T07:07:07.328174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:07:07.328516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T07:07:07.328889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T07:07:07.329360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:07:07.329745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:07:07.330156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T07:07:07.331648+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T07:07:07.338686+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:07:07.791619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1a669"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f1a669","method":"GET"} [] [2021-06-02T07:07:24.401259+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"POST"} [] [2021-06-02T07:07:24.430407+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:07:24.479796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:07:24.483155+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:07:24.483217+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:07:24.483251+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:24.483280+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:24.488809+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:07:24.499961+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:07:24.560734+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%5830%"] [] [2021-06-02T07:07:24.563715+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%5830%",[302,299,293,266,265,263,229,207,182,174,77,74,73,63]] [] [2021-06-02T07:07:24.571203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:07:24.571743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:07:24.572153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:07:24.572540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:07:24.572930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:07:24.574604+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%5830%"] [] [2021-06-02T07:07:24.575940+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:07:25.000604+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65b241"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/65b241","method":"GET"} [] [2021-06-02T07:07:36.912767+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"182"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/182","method":"GET"} [] [2021-06-02T07:07:36.940487+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:07:36.940544+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:36.940576+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:36.942237+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:07:36.990700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:07:36.994129+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:07:37.012964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["182"] [] [2021-06-02T07:07:37.025611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T07:07:37.073088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:07:37.073882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:07:37.075501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:07:37.075932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:07:37.076319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:07:37.077725+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:07:37.079056+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T07:07:37.079964+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T07:07:37.111430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:07:37.525497+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38f06d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/38f06d","method":"GET"} [] [2021-06-02T07:07:46.992276+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"182"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/182","method":"POST"} [] [2021-06-02T07:07:47.021064+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:07:47.059747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:07:47.063108+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:07:47.063169+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:07:47.063204+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:47.063233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:47.083090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["182"] [] [2021-06-02T07:07:47.095958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T07:07:47.144806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:07:47.145610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:07:47.147197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:07:47.147633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:07:47.147972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:07:47.150845+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T07:07:47.152205+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["19"]] [] [2021-06-02T07:07:47.152917+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2021-06-02T07:07:47.153782+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2021-06-02T07:07:47.154264+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2021-06-02T07:07:47.257657+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-06-02T07:07:47.257931+00:00] doctrine.DEBUG: UPDATE service SET running_hours = ? WHERE id = ? [120524.0,182] [] [2021-06-02T07:07:47.294386+00:00] doctrine.DEBUG: "COMMIT" [] [] [2021-06-02T07:07:47.323179+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:07:47.486543+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T07:07:47.518589+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:07:47.518646+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:47.518679+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:47.520220+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:07:47.571149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:07:47.574530+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:07:47.590808+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:07:47.656298+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 30 ["%%"] [] [2021-06-02T07:07:47.659707+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[328,327,326,325,324,323,322,321,320,319,318,317,316,315,314,313,312,311,310,309,307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T07:07:47.667337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:07:47.667841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:07:47.668202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:07:47.668676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:07:47.669042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:07:47.669436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:07:47.669800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:07:47.670167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:07:47.670540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T07:07:47.670932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:07:47.671404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T07:07:47.671881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:07:47.672223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T07:07:47.672592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T07:07:47.672986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:07:47.673366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:07:47.673771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T07:07:47.675223+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T07:07:47.682203+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:07:48.128422+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5070f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b5070f","method":"GET"} [] [2021-06-02T07:07:49.871538+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:07:49.899001+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:07:49.899058+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:49.899090+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:07:49.900634+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:07:49.937608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:07:49.941069+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:07:49.989169+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:07:50.014538+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:07:50.328068+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"470407"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/470407","method":"GET"} [] [2021-06-02T07:08:07.790605+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T07:08:07.819799+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:08:07.857571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:08:07.860955+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:08:07.861015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:08:07.861050+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:08:07.861080+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:08:07.905276+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2021-06-02T07:08:07.980581+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:08:07.987333+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:08:07.992932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:08:07.996657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2021-06-02T07:08:07.999006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T07:08:07.999412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:08:07.999757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2021-06-02T07:08:08.000264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2021-06-02T07:08:08.000603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2021-06-02T07:08:08.000942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T07:08:08.001278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T07:08:08.001612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T07:08:08.001945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2021-06-02T07:08:08.002278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2021-06-02T07:08:08.002612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T07:08:08.002947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T07:08:08.003304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2021-06-02T07:08:08.003812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2021-06-02T07:08:08.004148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2021-06-02T07:08:08.004484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T07:08:08.004846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2021-06-02T07:08:08.005180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2021-06-02T07:08:08.005514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2021-06-02T07:08:08.005854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T07:08:08.006208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2021-06-02T07:08:08.006524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2021-06-02T07:08:08.006851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:08:08.007158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2021-06-02T07:08:08.007536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:08:08.007850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:08:08.008160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:08:08.008463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2021-06-02T07:08:08.008894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2021-06-02T07:08:08.009328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2021-06-02T07:08:08.009678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T07:08:08.010087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2021-06-02T07:08:08.010473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2021-06-02T07:08:08.010843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T07:08:08.011194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2021-06-02T07:08:08.011636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T07:08:08.011958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:08:08.012259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2021-06-02T07:08:08.012650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T07:08:08.012960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2021-06-02T07:08:08.013266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2021-06-02T07:08:08.363649+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:08:08.383444+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:08:32.427289+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:08:32.452727+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:08:32.452784+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:08:32.452818+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:08:32.453872+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:08:32.490440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:08:32.493624+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:08:32.533927+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:08:32.557787+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:08:33.066284+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26ca2c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/26ca2c","method":"GET"} [] [2021-06-02T07:08:38.691023+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T07:08:38.724755+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:08:38.761083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:08:38.764467+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:08:38.764528+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:08:38.764563+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:08:38.764592+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:08:38.816851+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2021-06-02T07:08:38.889830+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:08:38.896266+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:08:38.901748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:08:38.905441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2021-06-02T07:08:38.907783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2021-06-02T07:08:38.908166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2021-06-02T07:08:38.908508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2021-06-02T07:08:38.908842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2021-06-02T07:08:38.909183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T07:08:38.909522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2021-06-02T07:08:38.909861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2021-06-02T07:08:38.910213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:08:38.910547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2021-06-02T07:08:38.910975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:08:38.911314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:08:38.911651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:08:38.911989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2021-06-02T07:08:38.912344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2021-06-02T07:08:38.912840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T07:08:38.913189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:08:38.913515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2021-06-02T07:08:38.913897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T07:08:38.914254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2021-06-02T07:08:38.914656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2021-06-02T07:08:38.914995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T07:08:38.915331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2021-06-02T07:08:38.915688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2021-06-02T07:08:38.916260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T07:08:38.916596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T07:08:38.916931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2021-06-02T07:08:38.917263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2021-06-02T07:08:38.917562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-06-02T07:08:38.917891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2021-06-02T07:08:38.918224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2021-06-02T07:08:38.918568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-06-02T07:08:38.919008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-06-02T07:08:38.919348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2021-06-02T07:08:38.919679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-06-02T07:08:38.920018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2021-06-02T07:08:38.920359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-06-02T07:08:38.920700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T07:08:38.921060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2021-06-02T07:08:38.921491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2021-06-02T07:08:38.921828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2021-06-02T07:08:38.922162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2021-06-02T07:08:38.922538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2021-06-02T07:08:39.268097+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:08:39.288044+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:13:13.990952+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:13:14.025167+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:13:14.025224+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:13:14.025258+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:13:14.026887+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:13:14.054963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:13:14.058407+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:13:14.112664+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:13:14.140745+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:13:14.677912+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1929d4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1929d4","method":"GET"} [] [2021-06-02T07:13:18.646024+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T07:13:18.672549+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:13:18.706097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:13:18.709272+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:13:18.709334+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:13:18.709369+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:13:18.709397+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:13:18.750930+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2021-06-02T07:13:18.820110+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:13:18.825699+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:13:18.831258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2021-06-02T07:13:18.834898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2021-06-02T07:13:18.837142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T07:13:18.837521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T07:13:18.837886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2021-06-02T07:13:18.838219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2021-06-02T07:13:18.838550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2021-06-02T07:13:18.838878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T07:13:18.839224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:13:18.839553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2021-06-02T07:13:18.839971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:13:18.840304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:13:18.840633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:13:18.840962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T07:13:18.841310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2021-06-02T07:13:18.841760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:13:18.842083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2021-06-02T07:13:18.842577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2021-06-02T07:13:18.842913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2021-06-02T07:13:18.843247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2021-06-02T07:13:18.843579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2021-06-02T07:13:18.843946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2021-06-02T07:13:18.844283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2021-06-02T07:13:18.844616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2021-06-02T07:13:18.844945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2021-06-02T07:13:18.845274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2021-06-02T07:13:18.845724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2021-06-02T07:13:18.846098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2021-06-02T07:13:18.846482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T07:13:18.846859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2021-06-02T07:13:18.847340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2021-06-02T07:13:18.847799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2021-06-02T07:13:18.848136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:13:18.848445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2021-06-02T07:13:18.848778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T07:13:18.849112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2021-06-02T07:13:18.849498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2021-06-02T07:13:18.849811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2021-06-02T07:13:18.850178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2021-06-02T07:13:19.226231+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:13:19.246249+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:17:50.450326+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2021-06-02T07:17:50.488973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:17:50.489036+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:17:50.489073+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:17:50.492046+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-02T07:17:50.506732+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2021-06-02T07:17:50.508126+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2021-06-02T07:17:50.641755+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2021-06-02T07:17:50.670776+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:17:50.670859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:17:50.670902+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:17:50.714596+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-02T07:17:50.945149+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d967d5"},"request_uri":"http://127.0.0.1:8000/_wdt/d967d5","method":"GET"} [] [2021-06-02T07:18:03.641757+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2021-06-02T07:18:03.675058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:18:03.675124+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:03.675172+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:03.675943+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:03.708795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-06-02T07:18:03.929416+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:03.934761+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:04.083766+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} [] [2021-06-02T07:18:04.111861+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:18:04.111925+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:04.111965+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:04.128708+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-02T07:18:04.307427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"532b44"},"request_uri":"http://127.0.0.1:8000/_wdt/532b44","method":"GET"} [] [2021-06-02T07:18:09.368201+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} [] [2021-06-02T07:18:09.396655+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:18:09.396715+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.396762+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.397257+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.445867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2021-06-02T07:18:09.664034+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.667123+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 02 Jun 2021 07:18:09 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.667262+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.667301+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.673237+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:18:09.795828+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} [] [2021-06-02T07:18:09.823539+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:18:09.823604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.823641+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:09.824932+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:18:09.859775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:18:09.863355+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:18:09.931566+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:18:09.978918+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T07:18:09.979897+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T07:18:10.015687+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:18:10.319429+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2555f8"},"request_uri":"http://127.0.0.1:8000/_wdt/2555f8","method":"GET"} [] [2021-06-02T07:18:14.352735+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:18:14.383958+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:18:14.384021+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:14.384106+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:14.386018+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:18:14.443526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:18:14.457840+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:18:14.488211+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:18:14.556724+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T07:18:14.560419+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:18:14.568754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:18:14.569272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:18:14.569653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:18:14.570135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:18:14.570508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:18:14.570948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:18:14.572552+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T07:18:14.580366+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:18:14.882693+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccc5b9"},"request_uri":"http://127.0.0.1:8000/_wdt/ccc5b9","method":"GET"} [] [2021-06-02T07:18:25.830068+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:18:25.864150+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:18:25.918396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:18:25.922042+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:18:25.922109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:18:25.922149+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:25.922183+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:25.928631+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:18:25.941223+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:18:26.012397+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%"] [] [2021-06-02T07:18:26.015872+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T07:18:26.023768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:18:26.024252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:18:26.024751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:18:26.025116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:18:26.026772+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%"] [] [2021-06-02T07:18:26.034654+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:18:26.322210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7297e6"},"request_uri":"http://127.0.0.1:8000/_wdt/7297e6","method":"GET"} [] [2021-06-02T07:18:35.198530+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T07:18:35.230310+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:18:35.230374+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:35.230413+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:18:35.232484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:18:35.285704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:18:35.291130+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:18:35.309589+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:18:35.326341+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T07:18:35.383606+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2021-06-02T07:18:35.386633+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[318,317,316,315,314,313,312,311,310,309]] [] [2021-06-02T07:18:35.394719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:18:35.395250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:18:35.395634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:18:35.396019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T07:18:35.396442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:18:35.396839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:18:35.397267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:18:35.397657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:18:35.398085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T07:18:35.405375+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:18:35.668129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"400e94"},"request_uri":"http://127.0.0.1:8000/_wdt/400e94","method":"GET"} [] [2021-06-02T07:19:59.924127+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:19:59.959696+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:20:00.001991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:20:00.006624+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:20:00.006703+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:20:00.006744+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:20:00.006778+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:20:00.013580+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:20:00.027252+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:20:00.101049+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%169137%"] [] [2021-06-02T07:20:00.103183+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%169137%"] [] [2021-06-02T07:20:00.104390+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:20:00.357877+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0330e9"},"request_uri":"http://127.0.0.1:8000/_wdt/0330e9","method":"GET"} [] [2021-06-02T07:20:02.973537+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:20:03.002786+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:20:03.002851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:20:03.002892+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:20:03.004132+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:20:03.028418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:20:03.031986+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:20:03.046462+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:20:03.108761+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2021-06-02T07:20:03.112931+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:20:03.121324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:20:03.121904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:20:03.122282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:20:03.122784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:20:03.123167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:20:03.123580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:20:03.125276+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 1 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2021-06-02T07:20:03.133643+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:20:03.404674+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07859f"},"request_uri":"http://127.0.0.1:8000/_wdt/07859f","method":"GET"} [] [2021-06-02T07:26:04.205610+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:26:04.241330+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:26:04.241396+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:04.241434+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:04.243444+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:26:04.273067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:26:04.277184+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:26:04.299559+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:26:04.378370+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:26:04.382838+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:26:04.391687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:26:04.392238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:26:04.392622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:26:04.393155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:26:04.393611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:26:04.394088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:26:04.395869+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:26:04.404351+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:26:04.690408+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3541b1"},"request_uri":"http://127.0.0.1:8000/_wdt/3541b1","method":"GET"} [] [2021-06-02T07:26:11.492210+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:26:11.523742+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:26:11.567708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:26:11.571467+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:26:11.571540+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:26:11.571579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:11.571613+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:11.578192+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:26:11.590425+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:26:11.662577+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%242549%","%242549%"] [] [2021-06-02T07:26:11.666105+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%242549%","%242549%",[328]] [] [2021-06-02T07:26:11.673667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:26:11.703535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:26:11.705402+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%242549%","%242549%"] [] [2021-06-02T07:26:11.707162+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:26:11.981340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac9441"},"request_uri":"http://127.0.0.1:8000/_wdt/ac9441","method":"GET"} [] [2021-06-02T07:26:15.026804+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:26:15.058913+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:26:15.058983+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:15.059025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:15.061083+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:26:15.092574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:26:15.096109+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:26:15.115738+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:26:15.192770+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:26:15.196498+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:26:15.205190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:26:15.205879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:26:15.206253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:26:15.206736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:26:15.207099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:26:15.207503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:26:15.209305+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:26:15.217328+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:26:15.482537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0485e7"},"request_uri":"http://127.0.0.1:8000/_wdt/0485e7","method":"GET"} [] [2021-06-02T07:26:23.068605+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:26:23.100771+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:26:23.100835+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:23.100877+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:23.102826+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:26:23.153509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:26:23.157215+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:26:23.176913+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:26:23.257093+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:26:23.260878+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:26:23.270342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:26:23.270907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:26:23.271293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:26:23.271808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:26:23.272199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:26:23.272627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:26:23.274415+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:26:23.283116+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:26:23.550007+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8e1de"},"request_uri":"http://127.0.0.1:8000/_wdt/d8e1de","method":"GET"} [] [2021-06-02T07:26:26.102755+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:26:26.136102+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:26:26.136166+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:26.136207+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:26.138221+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:26:26.189845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:26:26.194109+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:26:26.213698+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:26:26.290598+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:26:26.294531+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:26:26.302920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:26:26.303455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:26:26.303839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:26:26.304337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:26:26.304725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:26:26.305150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:26:26.306835+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:26:26.315085+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:26:26.581663+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dd910"},"request_uri":"http://127.0.0.1:8000/_wdt/5dd910","method":"GET"} [] [2021-06-02T07:26:43.487153+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:26:43.520417+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:26:43.574507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:26:43.578348+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:26:43.578423+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:26:43.578462+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:43.578496+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:26:43.585406+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:26:43.598613+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:26:43.675112+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%","%8419%"] [] [2021-06-02T07:26:43.678923+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T07:26:43.687768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:26:43.688280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:26:43.688789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:26:43.689120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:26:43.690908+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:26:43.698971+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:26:43.992977+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"596a61"},"request_uri":"http://127.0.0.1:8000/_wdt/596a61","method":"GET"} [] [2021-06-02T07:35:05.380418+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:35:05.412838+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:35:05.412896+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:35:05.412929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:35:05.414529+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:35:05.473407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:35:05.476831+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:35:05.528593+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:35:05.556748+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:35:06.075752+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2cab7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a2cab7","method":"GET"} [] [2021-06-02T07:35:16.660703+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T07:35:16.695695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:35:16.747095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:35:16.750523+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:35:16.750587+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:35:16.750626+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:35:16.750657+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:35:16.805837+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2021-06-02T07:35:16.883527+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:35:16.890599+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-07-01T00:00:00+00:00","2021-06-02T00:00:00+00:00"] [] [2021-06-02T07:35:16.896223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:35:16.900138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2021-06-02T07:35:16.902337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2021-06-02T07:35:16.902711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2021-06-02T07:35:16.903042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T07:35:16.903396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [116] [] [2021-06-02T07:35:16.903843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2021-06-02T07:35:16.904253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2021-06-02T07:35:16.904693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2021-06-02T07:35:16.905069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2021-06-02T07:35:16.905404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2021-06-02T07:35:16.905773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2021-06-02T07:35:16.906101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [117] [] [2021-06-02T07:35:16.906493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T07:35:16.906813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T07:35:16.907123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T07:35:16.907440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2021-06-02T07:35:16.907766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2021-06-02T07:35:16.908200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T07:35:16.908522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:35:16.908789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2021-06-02T07:35:16.909220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2021-06-02T07:35:16.909637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T07:35:16.909949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2021-06-02T07:35:16.910257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T07:35:16.910570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T07:35:16.910878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T07:35:16.911222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2021-06-02T07:35:16.911658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2021-06-02T07:35:16.912119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2021-06-02T07:35:16.912569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:35:16.912874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2021-06-02T07:35:16.913201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T07:35:16.913536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2021-06-02T07:35:16.913937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2021-06-02T07:35:16.914252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2021-06-02T07:35:16.914560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2021-06-02T07:35:16.914870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2021-06-02T07:35:16.915198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2021-06-02T07:35:16.915529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2021-06-02T07:35:16.915814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2021-06-02T07:35:16.916118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2021-06-02T07:35:16.916526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2021-06-02T07:35:16.916924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2021-06-02T07:35:16.917326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2021-06-02T07:35:16.917612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2021-06-02T07:35:16.917918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:35:16.918191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2021-06-02T07:35:16.918510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2021-06-02T07:35:16.918830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2021-06-02T07:35:17.487578+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:35:17.507838+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:37:45.800898+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:37:45.837603+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:37:45.870044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:37:45.874176+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:37:45.874254+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:37:45.874294+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:37:45.874328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:37:45.880440+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:37:45.893313+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:37:45.980912+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%7563%","%7563%"] [] [2021-06-02T07:37:45.983607+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%7563%","%7563%"] [] [2021-06-02T07:37:45.985400+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:37:46.288502+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9104e1"},"request_uri":"http://127.0.0.1:8000/_wdt/9104e1","method":"GET"} [] [2021-06-02T07:37:52.706997+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8000/reports/servicedetails","method":"GET"} [] [2021-06-02T07:37:52.738362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:37:52.738428+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:37:52.738468+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:37:52.740480+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:37:52.782989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:37:52.787118+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:37:52.836007+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:37:52.865750+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:37:53.094026+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"827498"},"request_uri":"http://127.0.0.1:8000/_wdt/827498","method":"GET"} [] [2021-06-02T07:37:54.386722+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:37:54.415814+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:37:54.415878+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:37:54.415916+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:37:54.417130+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:37:54.440908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:37:54.444473+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:37:54.458820+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:37:54.521007+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:37:54.525136+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:37:54.533519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:37:54.534060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:37:54.534438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:37:54.534935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:37:54.535336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:37:54.535758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:37:54.537553+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:37:54.546260+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:37:54.820792+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"065d45"},"request_uri":"http://127.0.0.1:8000/_wdt/065d45","method":"GET"} [] [2021-06-02T07:38:07.733286+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:38:07.766533+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:38:07.796317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:38:07.799850+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:38:07.799919+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:38:07.799958+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:38:07.799992+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:38:07.805960+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:38:07.818271+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:38:07.890193+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%","%8419%"] [] [2021-06-02T07:38:07.893792+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T07:38:07.901810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:38:07.902503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:38:07.903044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:38:07.903408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:38:07.905315+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:38:07.912988+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:38:08.190078+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c40cbf"},"request_uri":"http://127.0.0.1:8000/_wdt/c40cbf","method":"GET"} [] [2021-06-02T07:39:13.925782+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T07:39:13.957061+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:39:13.957123+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:39:13.957161+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:39:13.959558+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:39:14.012909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:39:14.016610+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:39:14.035510+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:39:14.053764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:39:14.114504+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%"] [] [2021-06-02T07:39:14.117575+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[318,317,316,315,314,313,312,311,310,309]] [] [2021-06-02T07:39:14.127639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:39:14.128196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:39:14.128581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:39:14.128968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T07:39:14.129354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:39:14.129783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:39:14.130199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:39:14.130585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:39:14.131000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T07:39:14.138466+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:39:14.433148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"721089"},"request_uri":"http://127.0.0.1:8000/_wdt/721089","method":"GET"} [] [2021-06-02T07:39:34.153963+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:39:34.186517+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:39:34.186588+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:39:34.186629+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:39:34.188706+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:39:34.236106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:39:34.239741+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:39:34.258451+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:39:34.333738+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:39:34.337443+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:39:34.345875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:39:34.346446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:39:34.346830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:39:34.347332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:39:34.347713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:39:34.348129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:39:34.349879+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:39:34.357794+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:39:34.672354+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1cbfa"},"request_uri":"http://127.0.0.1:8000/_wdt/c1cbfa","method":"GET"} [] [2021-06-02T07:47:09.030405+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:47:09.064966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:47:09.065076+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:47:09.065120+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:47:09.067188+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:47:09.099514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:47:09.103487+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:47:09.138236+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:47:09.210512+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:47:09.214231+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:47:09.222678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:47:09.223205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:47:09.223603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:47:09.224116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:47:09.224533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:47:09.225046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:47:09.226820+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:47:09.234770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:47:10.036978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b757ab"},"request_uri":"http://127.0.0.1:8000/_wdt/b757ab","method":"GET"} [] [2021-06-02T07:47:17.570305+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:47:17.606855+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:47:17.662279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:47:17.666242+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:47:17.666320+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:47:17.666359+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:47:17.666393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:47:17.680266+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:47:17.693865+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:47:17.764067+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%","%8419%"] [] [2021-06-02T07:47:17.768422+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T07:47:17.777064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:47:17.777629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:47:17.778128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:47:17.778468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:47:17.780159+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:47:17.788162+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:47:18.569729+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"428d3b"},"request_uri":"http://127.0.0.1:8000/_wdt/428d3b","method":"GET"} [] [2021-06-02T07:47:25.117601+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T07:47:25.148903+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:47:25.149014+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:47:25.149057+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:47:25.151002+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:47:25.200721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:47:25.204403+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:47:25.229661+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:47:25.247608+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:47:25.302051+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%"] [] [2021-06-02T07:47:25.305240+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[318,317,316,315,314,313,312,311,310,309]] [] [2021-06-02T07:47:25.314245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:47:25.314802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:47:25.315172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:47:25.315584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T07:47:25.315948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:47:25.316310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:47:25.316693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:47:25.317045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:47:25.317423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T07:47:25.325134+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:47:26.110724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2eba54"},"request_uri":"http://127.0.0.1:8000/_wdt/2eba54","method":"GET"} [] [2021-06-02T07:47:36.328047+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/3","method":"GET"} [] [2021-06-02T07:47:36.360908+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:47:36.360973+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:47:36.361014+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:47:36.363081+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:47:36.403570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:47:36.407177+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:47:36.431531+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:47:36.449330+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:47:36.503404+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%"] [] [2021-06-02T07:47:36.506546+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T07:47:36.514874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:47:36.515431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:47:36.515815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:47:36.516172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:47:36.516528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T07:47:36.516910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T07:47:36.517325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:47:36.517762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:47:36.518118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:47:36.518540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T07:47:36.526012+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:47:37.306939+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"656232"},"request_uri":"http://127.0.0.1:8000/_wdt/656232","method":"GET"} [] [2021-06-02T07:52:50.864493+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:52:50.899624+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:52:50.930679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:52:50.934308+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:52:50.934378+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:52:50.934417+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:52:50.934451+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:52:50.952084+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:52:50.963970+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Failed to start the session: already started by PHP." at C:\Apache24\htdocs\vehicle\vendor\symfony\http-foundation\Session\Storage\NativeSessionStorage.php line 148 {"exception":"[object] (RuntimeException(code: 0): Failed to start the session: already started by PHP. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\Session\\Storage\\NativeSessionStorage.php:148)"} [] [2021-06-02T07:52:50.996344+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:52:51.695632+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36bc5b"},"request_uri":"http://127.0.0.1:8000/_wdt/36bc5b","method":"GET"} [] [2021-06-02T07:53:47.133476+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/3","method":"GET"} [] [2021-06-02T07:53:47.169156+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:53:47.169223+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:53:47.169264+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:53:47.171366+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:53:47.215800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:53:47.219763+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:53:47.251952+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:53:47.270732+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:53:47.327927+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%"] [] [2021-06-02T07:53:47.331025+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T07:53:47.339504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:53:47.340062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:53:47.340437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:53:47.340787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:53:47.341126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T07:53:47.341515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T07:53:47.341933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:53:47.342282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:53:47.342550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:53:47.342862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T07:53:47.350104+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:53:48.133652+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6edaf7"},"request_uri":"http://127.0.0.1:8000/_wdt/6edaf7","method":"GET"} [] [2021-06-02T07:53:50.990049+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:53:51.022634+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:53:51.022702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:53:51.022745+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:53:51.024790+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:53:51.070378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:53:51.073986+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:53:51.099629+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:53:51.170056+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:53:51.173719+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:53:51.182260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:53:51.182820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:53:51.183235+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:53:51.183732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:53:51.184118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:53:51.184538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:53:51.186276+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:53:51.194077+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:53:52.006630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"238836"},"request_uri":"http://127.0.0.1:8000/_wdt/238836","method":"GET"} [] [2021-06-02T07:53:59.914599+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:53:59.947484+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:53:59.996923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:54:00.000566+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:54:00.000632+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:54:00.000670+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:54:00.000705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:54:00.013358+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:54:00.558435+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:54:00.626108+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%","%8419%"] [] [2021-06-02T07:54:00.629922+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T07:54:00.638539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:54:00.639169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:54:00.639677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:54:00.640046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:54:00.641799+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:54:00.649474+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:54:01.422045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a684be"},"request_uri":"http://127.0.0.1:8000/_wdt/a684be","method":"GET"} [] [2021-06-02T07:56:10.807353+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:56:10.843013+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:56:10.843076+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:56:10.843114+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:56:10.845254+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:56:10.878067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:56:10.881603+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:56:10.914761+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:56:10.989517+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:56:10.993353+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:56:11.001759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:56:11.002306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:56:11.002697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:56:11.003198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:56:11.003584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:56:11.004007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:56:11.006150+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:56:11.014363+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:56:11.815592+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44634b"},"request_uri":"http://127.0.0.1:8000/_wdt/44634b","method":"GET"} [] [2021-06-02T07:56:16.460292+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:56:16.492381+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:56:16.537047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:56:16.540901+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:56:16.541011+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:56:16.541064+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:56:16.541105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:56:16.553597+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:56:17.106875+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:56:17.180466+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%","%8419%"] [] [2021-06-02T07:56:17.184373+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T07:56:17.192533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:56:17.193063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:56:17.193579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:56:17.193956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:56:17.195738+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:56:17.203586+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:56:18.003241+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0152ad"},"request_uri":"http://127.0.0.1:8000/_wdt/0152ad","method":"GET"} [] [2021-06-02T07:56:22.920996+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T07:56:22.952351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:56:22.952415+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:56:22.952456+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:56:22.954449+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:56:22.996640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:56:23.000409+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:56:23.018575+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: session" at C:\Apache24\htdocs\vehicle\src\Controller\ServiceController.php line 40 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: session at C:\\Apache24\\htdocs\\vehicle\\src\\Controller\\ServiceController.php:40)"} [] [2021-06-02T07:56:23.034631+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:56:23.701083+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a58c63"},"request_uri":"http://127.0.0.1:8000/_wdt/a58c63","method":"GET"} [] [2021-06-02T07:56:59.918269+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:56:59.953328+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:56:59.953392+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:56:59.953433+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:56:59.955807+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:00.001335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:00.005343+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:00.037948+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:00.110479+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:57:00.114189+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:57:00.122602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:00.123185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:00.123580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:57:00.124054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:00.124401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:57:00.124766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:57:00.126527+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:57:00.134454+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:00.942880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efe225"},"request_uri":"http://127.0.0.1:8000/_wdt/efe225","method":"GET"} [] [2021-06-02T07:57:04.818563+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T07:57:04.851121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:04.900954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:04.904681+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:04.904839+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:04.904890+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:04.904925+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:04.917124+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T07:57:05.434030+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:05.499741+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%","%8419%"] [] [2021-06-02T07:57:05.503473+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T07:57:05.512096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:05.512647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:05.513145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:57:05.513594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:57:05.515268+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:57:05.522796+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:06.322229+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba61ce"},"request_uri":"http://127.0.0.1:8000/_wdt/ba61ce","method":"GET"} [] [2021-06-02T07:57:09.373728+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T07:57:09.404513+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:09.404584+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:09.404622+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:09.406649+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:09.437075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:09.440638+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:09.464924+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:09.482181+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:57:09.536071+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%8419%","%8419%"] [] [2021-06-02T07:57:09.539594+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[241,235,199,188,178,165,158,149,148,69]] [] [2021-06-02T07:57:09.547974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:09.549357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:09.549818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T07:57:09.550256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:57:09.550633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:57:09.551063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:09.558591+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:10.371744+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a3a6e"},"request_uri":"http://127.0.0.1:8000/_wdt/4a3a6e","method":"GET"} [] [2021-06-02T07:57:18.044142+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/3","method":"GET"} [] [2021-06-02T07:57:18.076012+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:18.076074+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:18.076112+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:18.078068+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:18.126192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:18.129838+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:18.154468+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:18.172152+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:57:18.225203+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%8419%","%8419%"] [] [2021-06-02T07:57:18.228236+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[68,67,66,65,64]] [] [2021-06-02T07:57:18.236490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:18.237045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:18.237482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-06-02T07:57:18.244793+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:19.045164+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a71df9"},"request_uri":"http://127.0.0.1:8000/_wdt/a71df9","method":"GET"} [] [2021-06-02T07:57:22.585248+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T07:57:22.617123+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:22.617190+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:22.617229+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:22.619201+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:22.671486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:22.675090+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:22.700049+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:22.717656+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:57:22.770516+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%8419%","%8419%"] [] [2021-06-02T07:57:22.773571+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[241,235,199,188,178,165,158,149,148,69]] [] [2021-06-02T07:57:22.781864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:22.782573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:22.783061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T07:57:22.783519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:57:22.783907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:57:22.784344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:22.791666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:23.584699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db5bd9"},"request_uri":"http://127.0.0.1:8000/_wdt/db5bd9","method":"GET"} [] [2021-06-02T07:57:29.423274+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:57:29.454639+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:29.454707+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:29.454747+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:29.456885+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:29.505348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:29.509088+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:29.533681+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:29.603341+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:57:29.607787+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:57:29.616047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:29.616662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:29.617077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:57:29.617599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:29.618042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:57:29.618485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:57:29.620385+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:57:29.629337+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:30.425374+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e42c7f"},"request_uri":"http://127.0.0.1:8000/_wdt/e42c7f","method":"GET"} [] [2021-06-02T07:57:42.788633+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:57:42.822181+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:42.822246+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:42.822334+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:42.824410+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:42.876193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:42.886542+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:42.919328+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:42.990116+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:57:42.993773+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:57:43.002305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:43.002866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:43.003257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:57:43.003763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:43.004148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:57:43.004632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:57:43.006362+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:57:43.014625+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:43.812658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fe35a"},"request_uri":"http://127.0.0.1:8000/_wdt/2fe35a","method":"GET"} [] [2021-06-02T07:57:45.288067+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:57:45.319669+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:45.319733+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:45.319771+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:45.321715+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:45.367356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:45.371009+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:45.397196+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:45.466196+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:57:45.469915+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:57:45.479151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:45.479710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:45.480098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:57:45.480602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:45.480963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:57:45.481388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:57:45.483110+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:57:45.491071+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:46.270068+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5a561"},"request_uri":"http://127.0.0.1:8000/_wdt/d5a561","method":"GET"} [] [2021-06-02T07:57:46.446362+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T07:57:46.486163+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:46.486222+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:46.486256+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:46.487938+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:46.518969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:57:46.522460+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:57:46.582502+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:57:46.611449+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:47.116848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb2129"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fb2129","method":"GET"} [] [2021-06-02T07:57:48.874352+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2021-06-02T07:57:48.899949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:48.900008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:48.900041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:48.901096+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:48.933443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:57:48.936658+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:57:48.955012+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:49.006068+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:57:49.009584+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:57:49.016917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:49.017431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:49.017805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:57:49.018294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:49.018672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:57:49.019083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:57:49.020715+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:57:49.028361+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:49.421302+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82cb96"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/82cb96","method":"GET"} [] [2021-06-02T07:57:51.619731+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T07:57:51.654949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:51.655012+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:51.655050+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:51.657358+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:51.704204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:51.707868+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:51.733932+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:51.751450+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T07:57:51.805065+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%8419%","%8419%"] [] [2021-06-02T07:57:51.808101+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[241,235,199,188,178,165,158,149,148,69]] [] [2021-06-02T07:57:51.816997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:51.817558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:51.817988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T07:57:51.818424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T07:57:51.818848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:57:51.819293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:51.826621+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:52.627314+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7fc74"},"request_uri":"http://127.0.0.1:8000/_wdt/b7fc74","method":"GET"} [] [2021-06-02T07:57:54.653414+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:57:54.685851+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:57:54.685915+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:54.685952+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:57:54.687950+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:57:54.734898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:57:54.738525+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:57:54.764734+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:57:54.833973+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:57:54.837728+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:57:54.846396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:57:54.847043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:57:54.847477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:57:54.847981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:57:54.848364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:57:54.848789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:57:54.850558+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:57:54.859103+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:57:55.646356+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"674674"},"request_uri":"http://127.0.0.1:8000/_wdt/674674","method":"GET"} [] [2021-06-02T07:58:38.387954+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2021-06-02T07:58:38.421781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:58:38.421851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:58:38.421888+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:58:38.423632+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:58:38.450843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T07:58:38.454313+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T07:58:38.518765+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T07:58:38.528655+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2021-06-02T07:58:38.529636+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2021-06-02T07:58:38.563364+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:58:38.892780+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"741ba0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/741ba0","method":"GET"} [] [2021-06-02T07:59:38.514816+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T07:59:38.550979+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:59:38.551043+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:59:38.551084+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:59:38.553172+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:59:38.608616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:59:38.612632+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:59:38.644716+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:59:38.717459+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T07:59:38.721288+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T07:59:38.729726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T07:59:38.730282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:59:38.730668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:59:38.731162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:59:38.731546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:59:38.731957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T07:59:38.733638+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:59:38.741518+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:59:39.530558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a107f"},"request_uri":"http://127.0.0.1:8000/_wdt/3a107f","method":"GET"} [] [2021-06-02T07:59:42.845674+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T07:59:42.878369+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:59:42.878434+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:59:42.878530+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:59:42.880583+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:59:42.936294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:59:42.939983+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:59:42.965187+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:59:42.983401+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:59:43.037890+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%"] [] [2021-06-02T07:59:43.041450+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[318,317,316,315,314,313,312,311,310,309]] [] [2021-06-02T07:59:43.049658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:59:43.050175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:59:43.050560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:59:43.051023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T07:59:43.051404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T07:59:43.051789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:59:43.052201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T07:59:43.052582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T07:59:43.052999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T07:59:43.060429+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:59:43.853013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1414b"},"request_uri":"http://127.0.0.1:8000/_wdt/f1414b","method":"GET"} [] [2021-06-02T07:59:45.332965+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/3","method":"GET"} [] [2021-06-02T07:59:45.364517+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T07:59:45.364609+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:59:45.364680+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T07:59:45.367257+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T07:59:45.412378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T07:59:45.416398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T07:59:45.442026+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T07:59:45.461373+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T07:59:45.517399+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%"] [] [2021-06-02T07:59:45.520588+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T07:59:45.529274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T07:59:45.529802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T07:59:45.530163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T07:59:45.530501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T07:59:45.530854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T07:59:45.531210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T07:59:45.531626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T07:59:45.532147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T07:59:45.532746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T07:59:45.533240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T07:59:45.540848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T07:59:46.359277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff56bf"},"request_uri":"http://127.0.0.1:8000/_wdt/ff56bf","method":"GET"} [] [2021-06-02T08:00:42.176247+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T08:00:42.210273+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:00:42.210338+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:42.210379+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:42.212482+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:00:42.260291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:00:42.263904+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:00:42.296092+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:00:42.368523+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T08:00:42.372806+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T08:00:42.381808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T08:00:42.382388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:00:42.382784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T08:00:42.383283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:00:42.383675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T08:00:42.384094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T08:00:42.385818+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:00:42.394342+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:00:43.188877+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5eeb6f"},"request_uri":"http://127.0.0.1:8000/_wdt/5eeb6f","method":"GET"} [] [2021-06-02T08:00:44.249544+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T08:00:44.281854+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:00:44.281934+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:44.281983+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:44.284168+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:00:44.337823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:00:44.341402+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:00:44.366638+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:00:44.435516+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T08:00:44.439155+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T08:00:44.447240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T08:00:44.447780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:00:44.448248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T08:00:44.449014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:00:44.449688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T08:00:44.450324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T08:00:44.452132+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:00:44.460094+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:00:45.275167+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d9e9b"},"request_uri":"http://127.0.0.1:8000/_wdt/8d9e9b","method":"GET"} [] [2021-06-02T08:00:51.557816+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T08:00:51.589908+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:00:51.589985+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:51.590027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:51.592128+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:00:51.646454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:00:51.650007+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:00:51.674390+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:00:51.692954+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:00:51.746714+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%"] [] [2021-06-02T08:00:51.749826+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[318,317,316,315,314,313,312,311,310,309]] [] [2021-06-02T08:00:51.758532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T08:00:51.759100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:00:51.759462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T08:00:51.759814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T08:00:51.760157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T08:00:51.760502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T08:00:51.760875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T08:00:51.761217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:00:51.761586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T08:00:51.768943+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:00:52.587301+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"408fd6"},"request_uri":"http://127.0.0.1:8000/_wdt/408fd6","method":"GET"} [] [2021-06-02T08:00:56.105203+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/3","method":"GET"} [] [2021-06-02T08:00:56.136114+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:00:56.136224+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:56.136265+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:56.138631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:00:56.186152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:00:56.190708+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:00:56.216363+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:00:56.234681+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:00:56.288148+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%"] [] [2021-06-02T08:00:56.291805+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T08:00:56.301293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T08:00:56.301862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:00:56.302244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T08:00:56.302652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T08:00:56.303010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T08:00:56.303400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T08:00:56.303824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T08:00:56.304227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T08:00:56.304584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T08:00:56.305096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T08:00:56.312692+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:00:57.098263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c3328"},"request_uri":"http://127.0.0.1:8000/_wdt/4c3328","method":"GET"} [] [2021-06-02T08:00:58.898288+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T08:00:58.930640+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:00:58.930721+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:58.930765+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:00:58.933502+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:00:58.983633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:00:58.987442+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:00:59.013603+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:00:59.033707+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:00:59.087352+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%"] [] [2021-06-02T08:00:59.090430+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[318,317,316,315,314,313,312,311,310,309]] [] [2021-06-02T08:00:59.098901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T08:00:59.099604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:00:59.100104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T08:00:59.100577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T08:00:59.100980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T08:00:59.101381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T08:00:59.101859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T08:00:59.102257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:00:59.102671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T08:00:59.109985+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:00:59.911480+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf9b29"},"request_uri":"http://127.0.0.1:8000/_wdt/bf9b29","method":"GET"} [] [2021-06-02T08:01:01.816837+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T08:01:01.848328+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:01:01.848391+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:01:01.848429+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:01:01.850406+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:01:01.902407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:01:01.912972+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:01:01.945543+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:01:02.013146+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T08:01:02.016854+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T08:01:02.025115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T08:01:02.025747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:01:02.026170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T08:01:02.026682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:01:02.027074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T08:01:02.027500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T08:01:02.029279+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:01:02.037191+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:01:02.831865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc040e"},"request_uri":"http://127.0.0.1:8000/_wdt/cc040e","method":"GET"} [] [2021-06-02T08:01:10.003088+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"POST"} [] [2021-06-02T08:01:10.036575+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:01:10.083354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:01:10.087392+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:01:10.087532+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:01:10.087577+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:01:10.087612+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:01:10.093478+00:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} [] [2021-06-02T08:01:10.112294+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:01:10.180414+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%8419%","%8419%"] [] [2021-06-02T08:01:10.184124+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[322,311,296,287,286,279,275,254,247,245]] [] [2021-06-02T08:01:10.192324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:01:10.192875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:01:10.193391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T08:01:10.193831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T08:01:10.195610+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T08:01:10.203784+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:01:11.020227+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a5237"},"request_uri":"http://127.0.0.1:8000/_wdt/1a5237","method":"GET"} [] [2021-06-02T08:01:30.348650+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T08:01:30.380159+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:01:30.380220+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:01:30.380257+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:01:30.382214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:01:30.436482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:01:30.440944+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:01:30.465441+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:01:30.483249+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T08:01:30.536961+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%8419%","%8419%"] [] [2021-06-02T08:01:30.541329+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[241,235,199,188,178,165,158,149,148,69]] [] [2021-06-02T08:01:30.549613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:01:30.550160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:01:30.550595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2021-06-02T08:01:30.551029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T08:01:30.551402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T08:01:30.551801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2021-06-02T08:01:30.559374+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:01:31.368751+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"161b53"},"request_uri":"http://127.0.0.1:8000/_wdt/161b53","method":"GET"} [] [2021-06-02T08:01:35.404458+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/3","method":"GET"} [] [2021-06-02T08:01:35.436240+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:01:35.436304+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:01:35.436342+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:01:35.438572+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:01:35.481452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:01:35.485134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:01:35.510279+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:01:35.528132+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%8419%","%8419%"] [] [2021-06-02T08:01:35.582296+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%8419%","%8419%"] [] [2021-06-02T08:01:35.585316+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%8419%","%8419%",[68,67,66,65,64]] [] [2021-06-02T08:01:35.593570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:01:35.594198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:01:35.594647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2021-06-02T08:01:35.601925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:01:36.443556+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae0986"},"request_uri":"http://127.0.0.1:8000/_wdt/ae0986","method":"GET"} [] [2021-06-02T08:05:51.542662+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T08:05:51.580975+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:05:51.581041+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:05:51.581080+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:05:51.583054+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:05:51.635846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:05:51.639835+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:05:51.667260+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:05:51.739206+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T08:05:51.743809+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T08:05:51.752054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T08:05:51.752594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:05:51.752985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T08:05:51.753529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:05:51.753913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T08:05:51.754336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T08:05:51.756023+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:05:51.764303+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:05:52.581052+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"813401"},"request_uri":"http://127.0.0.1:8000/_wdt/813401","method":"GET"} [] [2021-06-02T08:05:56.882188+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/2","method":"GET"} [] [2021-06-02T08:05:56.914915+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:05:56.914981+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:05:56.915019+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:05:56.917040+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:05:56.964574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:05:56.968111+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:05:56.993650+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:05:57.012057+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:05:57.066422+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%"] [] [2021-06-02T08:05:57.069453+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[318,317,316,315,314,313,312,311,310,309]] [] [2021-06-02T08:05:57.078016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T08:05:57.078574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:05:57.078959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T08:05:57.079347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T08:05:57.079737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T08:05:57.080129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T08:05:57.080543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T08:05:57.080929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:05:57.081342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T08:05:57.088625+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:05:57.882352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6aad0a"},"request_uri":"http://127.0.0.1:8000/_wdt/6aad0a","method":"GET"} [] [2021-06-02T08:06:12.498092+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"3","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/3","method":"GET"} [] [2021-06-02T08:06:12.529939+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:06:12.530005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:06:12.530045+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:06:12.532067+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:06:12.580499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:06:12.595404+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:06:12.631352+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:06:12.649452+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:06:12.703485+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%","%%"] [] [2021-06-02T08:06:12.706532+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[307,306,305,304,303,302,301,300,299,298]] [] [2021-06-02T08:06:12.714944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2021-06-02T08:06:12.715504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:06:12.715889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2021-06-02T08:06:12.716250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T08:06:12.716596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [1] [] [2021-06-02T08:06:12.716961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T08:06:12.717355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T08:06:12.717719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T08:06:12.718050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T08:06:12.718433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2021-06-02T08:06:12.725689+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:06:13.510699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6c922"},"request_uri":"http://127.0.0.1:8000/_wdt/e6c922","method":"GET"} [] [2021-06-02T08:06:15.365115+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"4","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service/4","method":"GET"} [] [2021-06-02T08:06:15.397849+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:06:15.397914+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:06:15.398005+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:06:15.400365+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:06:15.445470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:06:15.449136+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:06:15.474664+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:06:15.492580+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:06:15.546244+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 30 ["%%","%%"] [] [2021-06-02T08:06:15.549259+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[297,296,295,294,293,292,291,290,289,288]] [] [2021-06-02T08:06:15.557527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T08:06:15.558085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:06:15.558479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:06:15.558920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2021-06-02T08:06:15.559323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T08:06:15.559666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2021-06-02T08:06:15.560032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2021-06-02T08:06:15.560389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2021-06-02T08:06:15.560746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T08:06:15.561102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [18] [] [2021-06-02T08:06:15.561492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2021-06-02T08:06:15.561875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2021-06-02T08:06:15.562260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2021-06-02T08:06:15.569664+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:06:16.348541+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f17c5"},"request_uri":"http://127.0.0.1:8000/_wdt/2f17c5","method":"GET"} [] [2021-06-02T08:11:21.288654+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8000/service","method":"GET"} [] [2021-06-02T08:11:21.326348+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:11:21.326411+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:11:21.326452+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:11:21.328565+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:11:21.359276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2021-06-02T08:11:21.363307+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2021-06-02T08:11:21.390030+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2021-06-02T08:11:21.462121+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2021-06-02T08:11:21.465896+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[328,327,326,325,324,323,322,321,320,319]] [] [2021-06-02T08:11:21.474360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2021-06-02T08:11:21.475045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:11:21.475485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2021-06-02T08:11:21.475992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [20] [] [2021-06-02T08:11:21.476374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2021-06-02T08:11:21.476800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2021-06-02T08:11:21.478624+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2021-06-02T08:11:21.486714+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:11:22.291023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e41f7"},"request_uri":"http://127.0.0.1:8000/_wdt/2e41f7","method":"GET"} [] [2021-06-02T08:45:02.068253+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T08:45:02.102908+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:45:02.102967+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:45:02.103000+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:45:02.104692+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:45:02.149801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T08:45:02.153416+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T08:45:02.208126+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T08:45:02.237311+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:45:02.810123+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6db9a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6db9a9","method":"GET"} [] [2021-06-02T08:45:31.513239+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T08:45:31.547745+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:45:31.585623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T08:45:31.589110+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T08:45:31.589171+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:45:31.589206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:45:31.589234+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:45:31.643096+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["9"]] [] [2021-06-02T08:45:31.725945+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [9,"2020-07-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-02T08:45:31.733338+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [9,"2020-07-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-02T08:45:31.739027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [7] [] [2021-06-02T08:45:31.742942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [114] [] [2021-06-02T08:45:31.746069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T08:45:31.746566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T08:45:31.746905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2021-06-02T08:45:31.747240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [91] [] [2021-06-02T08:45:31.747577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T08:45:31.747917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2021-06-02T08:45:31.748311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T08:45:31.748685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T08:45:31.749021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [173] [] [2021-06-02T08:45:31.749399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2021-06-02T08:45:31.749759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [225] [] [2021-06-02T08:45:31.750115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T08:45:31.750471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [264] [] [2021-06-02T08:45:31.750936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2021-06-02T08:45:31.751331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [281] [] [2021-06-02T08:45:31.751743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2021-06-02T08:45:31.752080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2021-06-02T08:45:31.752412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [174] [] [2021-06-02T08:45:31.950980+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T08:45:31.971099+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:46:46.140331+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T08:46:46.165891+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:46:46.165952+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:46:46.166039+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:46:46.167162+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:46:46.198728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T08:46:46.201950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T08:46:46.242386+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T08:46:46.265430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:46:46.890897+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3abbf2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3abbf2","method":"GET"} [] [2021-06-02T08:46:54.899305+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T08:46:54.933144+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:46:54.972201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T08:46:54.975701+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T08:46:54.975761+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:46:54.975797+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:46:54.975828+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:46:55.029430+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["12"]] [] [2021-06-02T08:46:55.104300+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [12,"2020-07-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-02T08:46:55.110897+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [12,"2020-07-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-02T08:46:55.116832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [8] [] [2021-06-02T08:46:55.120633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [166] [] [2021-06-02T08:46:55.122896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T08:46:55.123277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T08:46:55.123612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T08:46:55.123960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2021-06-02T08:46:55.124289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [226] [] [2021-06-02T08:46:55.124657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2021-06-02T08:46:55.220902+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T08:46:55.240960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:47:07.736246+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T08:47:07.769099+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:47:07.769158+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:47:07.769191+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:47:07.771174+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:47:07.814656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T08:47:07.818094+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T08:47:07.870331+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T08:47:07.898990+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:47:08.389889+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e52d85"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e52d85","method":"GET"} [] [2021-06-02T08:47:20.853791+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2021-06-02T08:47:20.887463+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:47:20.928366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T08:47:20.931884+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T08:47:20.931974+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:47:20.932011+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:47:20.932043+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:47:20.985365+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["10"]] [] [2021-06-02T08:47:21.076152+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [10,"2020-07-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-02T08:47:21.082968+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [10,"2020-07-01T00:00:00+00:00","2021-06-01T00:00:00+00:00"] [] [2021-06-02T08:47:21.089191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2021-06-02T08:47:21.093006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [139] [] [2021-06-02T08:47:21.095299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2021-06-02T08:47:21.095645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2021-06-02T08:47:21.095954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2021-06-02T08:47:21.096262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2021-06-02T08:47:21.096533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [290] [] [2021-06-02T08:47:21.096925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [178] [] [2021-06-02T08:47:21.097196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2021-06-02T08:47:21.097464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2021-06-02T08:47:21.097721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2021-06-02T08:47:21.097984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2021-06-02T08:47:21.098285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2021-06-02T08:47:21.216638+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T08:47:21.236054+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:47:52.584257+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2021-06-02T08:47:52.610009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-02T08:47:52.610128+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:47:52.610166+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2021-06-02T08:47:52.611274+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2021-06-02T08:47:52.642986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] [] [2021-06-02T08:47:52.646161+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2021-06-02T08:47:52.687284+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2021-06-02T08:47:52.711175+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2021-06-02T08:47:53.161496+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53219d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/53219d","method":"GET"} [] [2022-03-21T10:05:47.029384+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8058/reports/servicedetails","method":"POST"} [] [2022-03-21T10:05:47.039221+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-21T10:05:47.115780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2022-03-21T10:05:47.123476+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-03-21T10:05:47.123611+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-21T10:05:47.123675+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T10:05:47.123733+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T10:05:47.216512+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2022-03-21T10:05:47.823143+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2021-01-01T00:00:00+00:00","2022-03-31T00:00:00+00:00"] [] [2022-03-21T10:05:47.854854+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2021-01-01T00:00:00+00:00","2022-03-31T00:00:00+00:00"] [] [2022-03-21T10:05:47.923756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-21T10:05:47.956276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2022-03-21T10:05:47.960543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-21T10:05:47.961837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-03-21T10:05:47.962117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-21T10:05:47.962412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-21T10:05:47.962690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-21T10:05:47.962976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2022-03-21T10:05:47.963348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-21T10:05:47.963606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-03-21T10:05:47.963855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2022-03-21T10:05:47.964103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-21T10:05:47.964377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [288] [] [2022-03-21T10:05:47.964772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-21T10:05:47.965029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-21T10:05:47.965331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-21T10:05:47.965608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2022-03-21T10:05:47.965857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-21T10:05:47.966104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [177] [] [2022-03-21T10:05:47.966386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-21T10:05:47.966636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [283] [] [2022-03-21T10:05:47.967056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [339] [] [2022-03-21T10:05:47.967474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [380] [] [2022-03-21T10:05:47.967848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [204] [] [2022-03-21T10:05:47.968106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [205] [] [2022-03-21T10:05:47.968360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [206] [] [2022-03-21T10:05:47.968608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [207] [] [2022-03-21T10:05:47.968854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [208] [] [2022-03-21T10:05:47.969099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [210] [] [2022-03-21T10:05:47.969368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [403] [] [2022-03-21T10:05:47.969786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [454] [] [2022-03-21T10:05:47.970227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [451] [] [2022-03-21T10:05:47.970575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-03-21T10:05:47.970884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-03-21T10:05:47.971185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-03-21T10:05:47.971520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [464] [] [2022-03-21T10:05:47.971960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [247] [] [2022-03-21T10:05:47.972318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [495] [] [2022-03-21T10:05:48.427036+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-21T10:05:48.518461+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-21T10:06:44.369199+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://127.0.0.1:8058/reports/servicedetails","method":"POST"} [] [2022-03-21T10:06:44.409293+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-21T10:06:44.439849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2022-03-21T10:06:44.443414+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-03-21T10:06:44.443487+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-21T10:06:44.443526+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T10:06:44.443559+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T10:06:44.500523+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2022-03-21T10:06:44.584590+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2021-01-01T00:00:00+00:00","2022-03-31T00:00:00+00:00"] [] [2022-03-21T10:06:44.594758+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2021-01-01T00:00:00+00:00","2022-03-31T00:00:00+00:00"] [] [2022-03-21T10:06:44.630726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-21T10:06:44.635985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2022-03-21T10:06:44.640505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-21T10:06:44.641915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-03-21T10:06:44.642268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-21T10:06:44.642607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-21T10:06:44.642954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-21T10:06:44.643391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2022-03-21T10:06:44.643843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-21T10:06:44.644186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-03-21T10:06:44.644526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2022-03-21T10:06:44.644868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-21T10:06:44.645232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [288] [] [2022-03-21T10:06:44.645754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-21T10:06:44.646096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-21T10:06:44.646436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-21T10:06:44.646776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2022-03-21T10:06:44.647115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-21T10:06:44.647457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [177] [] [2022-03-21T10:06:44.647828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-21T10:06:44.648169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [283] [] [2022-03-21T10:06:44.648679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [339] [] [2022-03-21T10:06:44.649182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [380] [] [2022-03-21T10:06:44.649644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [204] [] [2022-03-21T10:06:44.649987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [205] [] [2022-03-21T10:06:44.650327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [206] [] [2022-03-21T10:06:44.650667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [207] [] [2022-03-21T10:06:44.651009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [208] [] [2022-03-21T10:06:44.651351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [210] [] [2022-03-21T10:06:44.651712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [403] [] [2022-03-21T10:06:44.652225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [454] [] [2022-03-21T10:06:44.652763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [451] [] [2022-03-21T10:06:44.653189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-03-21T10:06:44.653531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-03-21T10:06:44.653869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-03-21T10:06:44.654246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [464] [] [2022-03-21T10:06:44.654755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [247] [] [2022-03-21T10:06:44.655208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [495] [] [2022-03-21T10:06:45.088376+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-21T10:06:45.117157+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-21T11:10:56.019180+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-03-21T11:10:56.055355+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-21T11:10:56.055415+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:56.055452+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:56.098694+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-21T11:10:56.367991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e03ab1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e03ab1","method":"GET"} [] [2022-03-21T11:10:58.940872+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-03-21T11:10:58.972639+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-21T11:10:58.972693+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:58.972776+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:58.973432+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:59.002543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-03-21T11:10:59.230757+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:59.236537+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 21 Mar 2022 11:10:59 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:59.236608+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:59.236639+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:59.243525+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-21T11:10:59.363132+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-21T11:10:59.387012+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-21T11:10:59.387067+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:59.387099+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:10:59.388246+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-21T11:10:59.408144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-21T11:10:59.411168+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-21T11:10:59.431287+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-21T11:10:59.533419+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-21T11:10:59.541149+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[506,505,504,503,502,501,500,499,498,497]] [] [2022-03-21T11:10:59.549948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-03-21T11:10:59.550473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-21T11:10:59.550914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-03-21T11:10:59.551278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2022-03-21T11:10:59.551641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-03-21T11:10:59.552062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-03-21T11:10:59.552426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2022-03-21T11:10:59.552788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-03-21T11:10:59.553152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-03-21T11:10:59.555725+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-21T11:10:59.568703+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-21T11:10:59.936548+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecfb1f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ecfb1f","method":"GET"} [] [2022-03-21T11:11:05.604899+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-21T11:11:05.636021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-21T11:11:05.636076+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:11:05.636107+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:11:05.637570+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-21T11:11:05.675004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-21T11:11:05.678421+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-21T11:11:05.730919+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-21T11:11:05.760650+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-21T11:11:05.966144+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77074b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77074b","method":"GET"} [] [2022-03-21T11:11:32.418523+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-21T11:11:32.450491+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-21T11:11:32.476054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-21T11:11:32.479504+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-21T11:11:32.479569+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-21T11:11:32.479604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:11:32.479632+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-21T11:11:32.528652+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2022-03-21T11:11:32.644170+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2022-03-21T00:00:00+00:00"] [] [2022-03-21T11:11:32.651020+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2022-03-21T00:00:00+00:00"] [] [2022-03-21T11:11:32.657562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2022-03-21T11:11:32.661300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2022-03-21T11:11:32.664109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2022-03-21T11:11:32.664550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-21T11:11:32.664884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-21T11:11:32.665215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-21T11:11:32.665544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-03-21T11:11:32.665875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2022-03-21T11:11:32.666241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2022-03-21T11:11:32.666569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-03-21T11:11:32.666927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-21T11:11:32.667286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2022-03-21T11:11:32.667864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2022-03-21T11:11:32.668196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-21T11:11:32.668527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2022-03-21T11:11:32.668857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2022-03-21T11:11:32.669186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2022-03-21T11:11:32.669516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-03-21T11:11:32.669856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2022-03-21T11:11:32.670180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2022-03-21T11:11:32.670676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2022-03-21T11:11:32.671153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-21T11:11:32.671486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2022-03-21T11:11:32.671819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-03-21T11:11:32.672147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2022-03-21T11:11:32.672477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-21T11:11:32.672833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-21T11:11:32.673157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2022-03-21T11:11:32.673645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-21T11:11:32.673970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2022-03-21T11:11:32.674322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-21T11:11:32.674661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2022-03-21T11:11:32.674983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2022-03-21T11:11:32.675396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-03-21T11:11:32.675728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-03-21T11:11:32.676056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2022-03-21T11:11:32.676405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2022-03-21T11:11:32.676897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-03-21T11:11:32.677227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-21T11:11:32.677562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-03-21T11:11:32.677922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2022-03-21T11:11:32.678255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2022-03-21T11:11:32.678585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-03-21T11:11:32.678979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-21T11:11:32.679303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2022-03-21T11:11:32.679826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2022-03-21T11:11:32.680256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-03-21T11:11:32.680587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2022-03-21T11:11:32.680957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [288] [] [2022-03-21T11:11:32.681451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-21T11:11:32.681780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2022-03-21T11:11:32.682107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-21T11:11:32.682516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [177] [] [2022-03-21T11:11:32.682906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [283] [] [2022-03-21T11:11:32.683388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [339] [] [2022-03-21T11:11:32.683868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [380] [] [2022-03-21T11:11:32.684287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [204] [] [2022-03-21T11:11:32.684600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [205] [] [2022-03-21T11:11:32.684911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [206] [] [2022-03-21T11:11:32.685229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [207] [] [2022-03-21T11:11:32.685544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [208] [] [2022-03-21T11:11:32.685857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [210] [] [2022-03-21T11:11:32.686220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [403] [] [2022-03-21T11:11:32.686686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [454] [] [2022-03-21T11:11:32.687180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [451] [] [2022-03-21T11:11:32.687568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-03-21T11:11:32.687880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-03-21T11:11:32.688189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-03-21T11:11:32.688534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [464] [] [2022-03-21T11:11:32.688970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [247] [] [2022-03-21T11:11:32.689336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [495] [] [2022-03-21T11:11:33.394618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-21T11:11:33.414414+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T04:17:10.158142+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-03-22T04:17:10.227371+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T04:17:10.227429+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:10.227463+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:10.260518+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-22T04:17:10.506413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5e318"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c5e318","method":"GET"} [] [2022-03-22T04:17:13.310603+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-03-22T04:17:13.336484+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T04:17:13.336550+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.336593+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.338771+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.416216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-03-22T04:17:13.633275+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.641085+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 22 Mar 2022 04:17:13 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.641156+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.641187+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.646751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T04:17:13.766875+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-22T04:17:13.791729+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T04:17:13.791787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.791820+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:13.793001+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T04:17:13.819372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T04:17:13.822590+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T04:17:13.867684+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-22T04:17:14.006663+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-22T04:17:14.015335+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[506,505,504,503,502,501,500,499,498,497]] [] [2022-03-22T04:17:14.025101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-03-22T04:17:14.025586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-22T04:17:14.026701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-03-22T04:17:14.027024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2022-03-22T04:17:14.027345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-03-22T04:17:14.027721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-03-22T04:17:14.028084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2022-03-22T04:17:14.028404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-03-22T04:17:14.028723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-03-22T04:17:14.030696+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-22T04:17:14.043819+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T04:17:14.328627+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8f73e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d8f73e","method":"GET"} [] [2022-03-22T04:17:15.675342+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-22T04:17:15.702865+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T04:17:15.702923+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:15.702958+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:15.704535+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T04:17:15.740994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T04:17:15.744347+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T04:17:15.803727+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-22T04:17:15.831230+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T04:17:16.019156+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db06d4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/db06d4","method":"GET"} [] [2022-03-22T04:17:32.607246+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-22T04:17:32.642819+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T04:17:32.676136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T04:17:32.679812+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T04:17:32.679881+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T04:17:32.679917+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:32.679947+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:17:32.735715+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2022-03-22T04:17:32.898947+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2022-03-22T00:00:00+00:00"] [] [2022-03-22T04:17:32.906925+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2022-03-22T00:00:00+00:00"] [] [2022-03-22T04:17:32.913392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-22T04:17:32.917478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2022-03-22T04:17:32.922573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-22T04:17:32.924595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-22T04:17:32.924958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-03-22T04:17:32.925324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-22T04:17:32.925677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2022-03-22T04:17:32.926022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2022-03-22T04:17:32.926335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2022-03-22T04:17:32.926759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-22T04:17:32.927097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2022-03-22T04:17:32.927537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-22T04:17:32.927860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2022-03-22T04:17:32.928288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-22T04:17:32.928613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2022-03-22T04:17:32.928981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2022-03-22T04:17:32.929288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-22T04:17:32.929593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2022-03-22T04:17:32.929879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-22T04:17:32.930184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2022-03-22T04:17:32.931014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-22T04:17:32.931360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-22T04:17:32.931726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-22T04:17:32.932027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2022-03-22T04:17:32.932799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-22T04:17:32.933100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2022-03-22T04:17:32.933414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-22T04:17:32.933728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2022-03-22T04:17:32.934148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2022-03-22T04:17:32.934559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2022-03-22T04:17:32.935563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2022-03-22T04:17:32.935902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2022-03-22T04:17:32.936184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2022-03-22T04:17:32.936589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2022-03-22T04:17:32.937019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2022-03-22T04:17:32.937666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2022-03-22T04:17:32.937981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-22T04:17:32.938267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2022-03-22T04:17:32.938605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-03-22T04:17:32.938888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2022-03-22T04:17:32.939373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2022-03-22T04:17:32.939749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-03-22T04:17:32.940028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-22T04:17:32.940311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-03-22T04:17:32.940671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2022-03-22T04:17:32.941120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-03-22T04:17:32.941410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-22T04:17:32.941671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-22T04:17:32.941927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-22T04:17:32.942182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-22T04:17:32.942476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2022-03-22T04:17:32.942922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [341] [] [2022-03-22T04:17:32.943579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-03-22T04:17:32.943883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-03-22T04:17:32.944182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [343] [] [2022-03-22T04:17:32.944595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-03-22T04:17:32.944863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [349] [] [2022-03-22T04:17:32.945239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-22T04:17:32.945507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-22T04:17:32.945820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [357] [] [2022-03-22T04:17:32.946261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [387] [] [2022-03-22T04:17:32.946640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-03-22T04:17:32.946925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [399] [] [2022-03-22T04:17:32.947274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-03-22T04:17:32.947568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [412] [] [2022-03-22T04:17:32.948057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [432] [] [2022-03-22T04:17:32.948674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-03-22T04:17:32.948951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [437] [] [2022-03-22T04:17:32.949333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [235] [] [2022-03-22T04:17:32.949675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-03-22T04:17:32.949943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-03-22T04:17:32.950204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-03-22T04:17:32.950503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-03-22T04:17:32.950821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [446] [] [2022-03-22T04:17:32.951240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [456] [] [2022-03-22T04:17:32.951553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-03-22T04:17:32.951874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [474] [] [2022-03-22T04:17:32.952308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [494] [] [2022-03-22T04:17:34.004813+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-22T04:17:34.024285+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T04:33:05.562937+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-22T04:33:05.935076+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T04:33:05.935139+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:33:05.935172+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T04:33:05.951703+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T04:33:06.190754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T04:33:06.222287+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T04:33:06.713911+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-22T04:33:06.873180+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T04:33:07.119641+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7582e2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7582e2","method":"GET"} [] [2022-03-22T06:42:47.624436+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-22T06:42:47.697140+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T06:42:47.726468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T06:42:47.730909+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T06:42:47.730978+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T06:42:47.731012+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T06:42:47.731041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T06:42:47.787060+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-03-22T06:42:47.900015+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2022-03-22T00:00:00+00:00"] [] [2022-03-22T06:42:47.908581+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2022-03-22T00:00:00+00:00"] [] [2022-03-22T06:42:47.914770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-22T06:42:47.921693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2022-03-22T06:42:47.925854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-22T06:42:47.927352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-03-22T06:42:47.927660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2022-03-22T06:42:47.928003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-03-22T06:42:47.928308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-03-22T06:42:47.928624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2022-03-22T06:42:47.929008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-22T06:42:47.929300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-22T06:42:47.929586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-22T06:42:47.929870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-22T06:42:47.930177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2022-03-22T06:42:47.930675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2022-03-22T06:42:47.930962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2022-03-22T06:42:47.931248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2022-03-22T06:42:47.931533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-03-22T06:42:47.931818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2022-03-22T06:42:47.932104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-03-22T06:42:47.932423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2022-03-22T06:42:47.932711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2022-03-22T06:42:47.932997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-03-22T06:42:47.933282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-22T06:42:47.933586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2022-03-22T06:42:47.933969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-03-22T06:42:47.934299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-22T06:42:47.934582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2022-03-22T06:42:47.934993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2022-03-22T06:42:47.935395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-22T06:42:47.935676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2022-03-22T06:42:47.935982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-22T06:42:47.936287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2022-03-22T06:42:47.936651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2022-03-22T06:42:47.936953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-22T06:42:47.937275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2022-03-22T06:42:47.937687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2022-03-22T06:42:47.938127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-22T06:42:47.938433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2022-03-22T06:42:47.938757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2022-03-22T06:42:47.939080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2022-03-22T06:42:47.939465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-03-22T06:42:47.939725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2022-03-22T06:42:47.940005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-22T06:42:47.940285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2022-03-22T06:42:47.940693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2022-03-22T06:42:47.941045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-03-22T06:42:47.941306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-03-22T06:42:47.941561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-03-22T06:42:47.941813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-03-22T06:42:47.942100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2022-03-22T06:42:47.942509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2022-03-22T06:42:47.942918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2022-03-22T06:42:47.943326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [315] [] [2022-03-22T06:42:47.943735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [321] [] [2022-03-22T06:42:47.944092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-22T06:42:47.944355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-22T06:42:47.944614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [188] [] [2022-03-22T06:42:47.944867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-22T06:42:47.945170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [332] [] [2022-03-22T06:42:47.945576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [348] [] [2022-03-22T06:42:47.945904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [195] [] [2022-03-22T06:42:47.946169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2022-03-22T06:42:47.946474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [350] [] [2022-03-22T06:42:47.946877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [356] [] [2022-03-22T06:42:47.947186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [367] [] [2022-03-22T06:42:47.947587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [374] [] [2022-03-22T06:42:47.947898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [405] [] [2022-03-22T06:42:47.948302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [427] [] [2022-03-22T06:42:47.948714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [429] [] [2022-03-22T06:42:47.949083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [232] [] [2022-03-22T06:42:47.949360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [233] [] [2022-03-22T06:42:47.949615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [234] [] [2022-03-22T06:42:47.949905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [428] [] [2022-03-22T06:42:47.950180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-03-22T06:42:47.950457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [453] [] [2022-03-22T06:42:47.950808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [241] [] [2022-03-22T06:42:47.951069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [242] [] [2022-03-22T06:42:47.951341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-03-22T06:42:47.951641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [458] [] [2022-03-22T06:42:47.952046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [469] [] [2022-03-22T06:42:47.952321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [252] [] [2022-03-22T06:42:47.952599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [449] [] [2022-03-22T06:42:47.952942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [237] [] [2022-03-22T06:42:47.953203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [238] [] [2022-03-22T06:42:47.953524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [475] [] [2022-03-22T06:42:47.953932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [489] [] [2022-03-22T06:42:47.954243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [467] [] [2022-03-22T06:42:47.954636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [248] [] [2022-03-22T06:42:47.954899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [249] [] [2022-03-22T06:42:47.955153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [250] [] [2022-03-22T06:42:47.955405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [251] [] [2022-03-22T06:42:47.955655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2022-03-22T06:42:47.955939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [497] [] [2022-03-22T06:42:49.108648+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-22T06:42:49.128816+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T06:49:55.643632+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-22T06:49:55.681715+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T06:49:55.681788+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T06:49:55.681855+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T06:49:55.684129+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T06:49:55.713683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T06:49:55.717064+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T06:49:55.767733+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-22T06:49:55.795341+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T06:49:56.039149+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a9499"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7a9499","method":"GET"} [] [2022-03-22T10:49:00.513066+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-22T10:49:00.593517+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T10:49:00.593576+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:00.593608+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:00.596493+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T10:49:00.644294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T10:49:00.650394+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T10:49:00.684441+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-22T10:49:00.918174+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-22T10:49:00.923908+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2022-03-22T10:49:00.933754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-22T10:49:00.934429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-22T10:49:00.934866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-22T10:49:00.935191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-22T10:49:00.935507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-22T10:49:00.935820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-22T10:49:00.936130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-22T10:49:00.936443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-22T10:49:00.936755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-22T10:49:00.937064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-22T10:49:00.937372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-22T10:49:00.939546+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-22T10:49:00.953583+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T10:49:01.257497+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49db09"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/49db09","method":"GET"} [] [2022-03-22T10:49:36.618877+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"156"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/156","method":"GET"} [] [2022-03-22T10:49:36.656010+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T10:49:36.656070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:36.656101+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:36.657759+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T10:49:36.693747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T10:49:36.697612+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T10:49:36.726767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["156"] [] [2022-03-22T10:49:36.740690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [156] [] [2022-03-22T10:49:36.820772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-22T10:49:36.821841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-22T10:49:36.823632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-22T10:49:36.824415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-22T10:49:36.825963+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-22T10:49:36.828087+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-22T10:49:36.828570+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-22T10:49:36.878486+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T10:49:37.109575+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b64ec"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7b64ec","method":"GET"} [] [2022-03-22T10:49:43.184685+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"156"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/156","method":"POST"} [] [2022-03-22T10:49:43.217005+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T10:49:43.256839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T10:49:43.265444+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T10:49:43.265569+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T10:49:43.265637+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:43.265693+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:43.306834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["156"] [] [2022-03-22T10:49:43.322327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [156] [] [2022-03-22T10:49:43.377430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-22T10:49:43.378529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-22T10:49:43.381775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-22T10:49:43.383241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-22T10:49:43.388454+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["48"]] [] [2022-03-22T10:49:43.389840+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["13"]] [] [2022-03-22T10:49:43.390502+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-22T10:49:43.391753+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-22T10:49:43.565322+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T10:49:43.736900+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-22T10:49:43.767861+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T10:49:43.767918+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:43.767950+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:43.769741+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T10:49:43.801503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T10:49:43.804897+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T10:49:43.821102+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-22T10:49:43.882714+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-22T10:49:43.888900+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2022-03-22T10:49:43.896131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-22T10:49:43.896899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-22T10:49:43.897482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-22T10:49:43.897891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-22T10:49:43.898261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-22T10:49:43.898624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-22T10:49:43.898986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-22T10:49:43.899348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-22T10:49:43.899711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-22T10:49:43.900072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-22T10:49:43.900438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-22T10:49:43.901985+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-22T10:49:43.908778+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T10:49:44.171529+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80f72c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/80f72c","method":"GET"} [] [2022-03-22T10:49:45.516627+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"156"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/156","method":"GET"} [] [2022-03-22T10:49:45.543382+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T10:49:45.543438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:45.543471+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:49:45.544980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T10:49:45.582395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T10:49:45.586416+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T10:49:45.605773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["156"] [] [2022-03-22T10:49:45.652199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-22T10:49:45.652824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-22T10:49:45.657203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [156] [] [2022-03-22T10:49:45.662028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-22T10:49:45.663480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-22T10:49:45.672050+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T10:49:45.939443+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e1443"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2e1443","method":"GET"} [] [2022-03-22T10:50:30.661466+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":"2","_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/2","method":"GET"} [] [2022-03-22T10:50:30.688850+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T10:50:30.688974+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:50:30.689013+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:50:30.690646+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T10:50:30.718086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T10:50:30.722464+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T10:50:30.738039+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-22T10:50:30.752237+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-22T10:50:30.803259+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2022-03-22T10:50:30.806085+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[101,100,95,94,91,90,88,87,86,85]] [] [2022-03-22T10:50:30.813309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-22T10:50:30.813793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-22T10:50:30.815150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-22T10:50:30.815574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-22T10:50:30.815942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-22T10:50:30.816312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-22T10:50:30.816677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-22T10:50:30.817042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-22T10:50:30.817411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-22T10:50:30.817775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-22T10:50:30.818142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-22T10:50:30.824266+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T10:50:31.056270+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e5e73"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5e5e73","method":"GET"} [] [2022-03-22T10:50:34.428631+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":"3","_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/3","method":"GET"} [] [2022-03-22T10:50:34.456177+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-22T10:50:34.456235+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:50:34.456268+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-22T10:50:34.457796+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-22T10:50:34.498441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-22T10:50:34.502032+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-22T10:50:34.517375+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-22T10:50:34.531897+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-22T10:50:34.584461+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 20 ["%%"] [] [2022-03-22T10:50:34.587295+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[84,83,82,81,80,79,78]] [] [2022-03-22T10:50:34.594370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-22T10:50:34.594841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-22T10:50:34.596118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-22T10:50:34.596448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-22T10:50:34.596768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-22T10:50:34.597130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [43] [] [2022-03-22T10:50:34.597451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-22T10:50:34.597769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-22T10:50:34.603773+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-22T10:50:34.823799+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"498565"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/498565","method":"GET"} [] [2022-03-24T04:43:36.412161+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-03-24T04:43:36.590849+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T04:43:36.590917+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:36.590952+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:36.664569+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-24T04:43:36.994081+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e35a62"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e35a62","method":"GET"} [] [2022-03-24T04:43:39.965458+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-03-24T04:43:39.991348+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T04:43:39.991413+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:39.991455+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:39.993254+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:40.082673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-03-24T04:43:40.305989+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:40.312002+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 24 Mar 2022 04:43:40 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:40.312069+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:40.312100+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:40.317323+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T04:43:40.440444+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-24T04:43:40.463807+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T04:43:40.463859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:40.463891+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:43:40.464917+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T04:43:40.500451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T04:43:40.506865+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T04:43:40.543803+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T04:43:40.668905+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-24T04:43:40.678813+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[506,505,504,503,502,501,500,499,498,497]] [] [2022-03-24T04:43:40.688252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-03-24T04:43:40.688720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-24T04:43:40.689981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-03-24T04:43:40.690298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2022-03-24T04:43:40.690614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-03-24T04:43:40.690984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-03-24T04:43:40.691295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2022-03-24T04:43:40.691607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-03-24T04:43:40.691916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-03-24T04:43:40.693844+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-24T04:43:40.707304+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T04:43:41.060280+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"556db8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/556db8","method":"GET"} [] [2022-03-24T04:45:17.362874+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-03-24T04:45:17.388845+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T04:45:17.388900+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:45:17.388931+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T04:45:17.390381+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T04:45:17.423494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T04:45:17.463483+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T04:45:17.562800+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-24T04:45:17.575079+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-03-24T04:45:17.577205+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-03-24T04:45:17.651145+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T04:45:17.984490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"baf3a4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/baf3a4","method":"GET"} [] [2022-03-24T05:31:18.222267+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-03-24T05:31:18.266010+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T05:31:18.307348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T05:31:18.315174+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T05:31:18.315273+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T05:31:18.315330+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T05:31:18.315379+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T05:31:18.399208+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2022-03-24T05:31:18.408870+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["12"]] [] [2022-03-24T05:31:18.410129+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["87"]] [] [2022-03-24T05:31:18.535775+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T05:31:18.537188+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Energy Ltd","2":88494.0,"3":"2022-03-20T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":14,"11":12} [] [2022-03-24T05:31:18.539742+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":8000.0,"4":"Rear Side Tyre","5":507,"6":87} [] [2022-03-24T05:31:18.548695+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T05:31:18.568982+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T05:31:18.694366+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-24T05:31:18.719208+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T05:31:18.719266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T05:31:18.719298+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T05:31:18.720320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T05:31:18.749191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T05:31:18.763819+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T05:31:18.788575+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T05:31:18.843630+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-24T05:31:18.850505+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[507,506,505,504,503,502,501,500,499,498]] [] [2022-03-24T05:31:18.857828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-03-24T05:31:18.858279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-24T05:31:18.859659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-03-24T05:31:18.859980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-24T05:31:18.860290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-03-24T05:31:18.860620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2022-03-24T05:31:18.860949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-03-24T05:31:18.861333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-03-24T05:31:18.861663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2022-03-24T05:31:18.861988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-03-24T05:31:18.863462+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-24T05:31:18.870329+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T05:31:19.165212+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a9370"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6a9370","method":"GET"} [] [2022-03-24T05:34:38.439896+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-24T05:34:38.470621+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T05:34:38.470676+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T05:34:38.470707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T05:34:38.472178+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T05:34:38.500407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T05:34:38.504903+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T05:34:38.558829+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-24T05:34:38.587525+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T05:34:38.894612+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a56ca1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a56ca1","method":"GET"} [] [2022-03-24T05:34:59.777637+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-24T05:34:59.810444+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T05:34:59.845700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T05:34:59.849106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T05:34:59.849210+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T05:34:59.849248+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T05:34:59.849277+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T05:34:59.899386+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2022-03-24T05:35:00.028333+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2022-03-24T00:00:00+00:00"] [] [2022-03-24T05:35:00.035599+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2022-03-24T00:00:00+00:00"] [] [2022-03-24T05:35:00.041850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-24T05:35:00.045512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2022-03-24T05:35:00.048927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-24T05:35:00.049385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-24T05:35:00.049679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-03-24T05:35:00.049964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-24T05:35:00.050278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2022-03-24T05:35:00.050596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2022-03-24T05:35:00.050950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2022-03-24T05:35:00.051372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-24T05:35:00.051713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2022-03-24T05:35:00.052143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-24T05:35:00.052468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2022-03-24T05:35:00.052898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-24T05:35:00.053223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2022-03-24T05:35:00.053590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2022-03-24T05:35:00.053883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-24T05:35:00.054166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2022-03-24T05:35:00.054445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-24T05:35:00.054743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2022-03-24T05:35:00.055540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-24T05:35:00.055832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-24T05:35:00.056189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-24T05:35:00.056473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2022-03-24T05:35:00.057256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-24T05:35:00.057544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2022-03-24T05:35:00.057854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-24T05:35:00.058160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2022-03-24T05:35:00.058576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2022-03-24T05:35:00.058990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2022-03-24T05:35:00.059746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2022-03-24T05:35:00.060080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2022-03-24T05:35:00.060361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2022-03-24T05:35:00.060777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2022-03-24T05:35:00.061186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2022-03-24T05:35:00.061844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2022-03-24T05:35:00.062136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-24T05:35:00.062438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2022-03-24T05:35:00.062778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-03-24T05:35:00.063112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2022-03-24T05:35:00.063555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2022-03-24T05:35:00.063962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-03-24T05:35:00.064243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-24T05:35:00.064526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-03-24T05:35:00.064823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2022-03-24T05:35:00.065200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-03-24T05:35:00.065468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-24T05:35:00.065729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-24T05:35:00.065987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-24T05:35:00.066244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-24T05:35:00.066537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2022-03-24T05:35:00.066952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [341] [] [2022-03-24T05:35:00.067756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-03-24T05:35:00.068025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-03-24T05:35:00.068323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [343] [] [2022-03-24T05:35:00.068732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-03-24T05:35:00.069002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [349] [] [2022-03-24T05:35:00.069376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-24T05:35:00.069646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-24T05:35:00.069961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [357] [] [2022-03-24T05:35:00.070345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [387] [] [2022-03-24T05:35:00.070721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-03-24T05:35:00.071000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [399] [] [2022-03-24T05:35:00.071285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-03-24T05:35:00.071569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [412] [] [2022-03-24T05:35:00.072020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [432] [] [2022-03-24T05:35:00.072624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-03-24T05:35:00.072911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [437] [] [2022-03-24T05:35:00.073287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [235] [] [2022-03-24T05:35:00.073557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-03-24T05:35:00.073819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-03-24T05:35:00.074078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-03-24T05:35:00.074336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-03-24T05:35:00.074629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [446] [] [2022-03-24T05:35:00.075016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [456] [] [2022-03-24T05:35:00.075326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-03-24T05:35:00.075640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [474] [] [2022-03-24T05:35:00.076058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [494] [] [2022-03-24T05:35:01.116631+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-24T05:35:01.137122+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T06:06:02.746509+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-24T06:06:02.779704+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T06:06:02.779759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T06:06:02.779791+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T06:06:02.781408+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T06:06:02.829183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T06:06:02.832593+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T06:06:02.946711+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-24T06:06:02.975075+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T06:06:03.243189+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c6595"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c6595","method":"GET"} [] [2022-03-24T11:40:19.516639+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:40:19.597184+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:40:19.597245+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:40:19.597278+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:40:19.601543+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:40:19.682221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:40:19.693751+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:40:19.753763+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:40:19.900248+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:40:19.908321+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2022-03-24T11:40:19.919243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:40:19.919741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:40:19.920840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:40:19.921189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:40:19.921564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:40:19.921974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:40:19.922309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:40:19.922669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-24T11:40:19.923008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-24T11:40:19.923357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-24T11:40:19.923680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-24T11:40:19.925696+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:40:19.939709+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:40:20.265401+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f092d1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f092d1","method":"GET"} [] [2022-03-24T11:41:07.441505+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T11:41:07.478929+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:41:07.478987+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:41:07.479019+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:41:07.480674+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:41:07.526204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:41:07.530313+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:41:07.632562+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:41:07.642058+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:41:07.642771+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:41:07.712430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:41:07.942468+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0461fb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0461fb","method":"GET"} [] [2022-03-24T11:42:13.733669+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acworkshop","method":"GET"} [] [2022-03-24T11:42:13.769711+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:42:13.769773+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:42:13.769807+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:42:13.771476+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:42:13.819772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:42:13.823910+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:42:13.844248+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:42:13.957403+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:42:13.960964+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[13]] [] [2022-03-24T11:42:13.965435+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:42:13.967317+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:42:14.204091+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2be082"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2be082","method":"GET"} [] [2022-03-24T11:42:16.766084+00:00] request.INFO: Matched route "ac_workshop_new". {"route":"ac_workshop_new","route_parameters":{"_route":"ac_workshop_new","_controller":"App\\Controller\\AcWorkshopController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acworkshop/new","method":"GET"} [] [2022-03-24T11:42:16.795050+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:42:16.795116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:42:16.795154+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:42:16.796738+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:42:16.849404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:42:16.867907+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:42:16.938813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:42:17.202284+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8adcc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b8adcc","method":"GET"} [] [2022-03-24T11:44:19.684718+00:00] request.INFO: Matched route "ac_workshop_new". {"route":"ac_workshop_new","route_parameters":{"_route":"ac_workshop_new","_controller":"App\\Controller\\AcWorkshopController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acworkshop/new","method":"POST"} [] [2022-03-24T11:44:19.717795+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:44:19.754868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:44:19.758314+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:44:19.758374+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:44:19.758463+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:19.758498+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:19.977948+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:44:19.979633+00:00] doctrine.DEBUG: INSERT INTO workshop (name, address, mobile, email, contact_person, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"S A Enterprise","2":"House # 26, Rajarbag, Kali [...]","3":"01987825314","4":"saenterprice917@gmail.com","5":null,"6":2} [] [2022-03-24T11:44:19.980161+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:44:19.999359+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:44:20.164753+00:00] request.INFO: Matched route "ac_workshop_index". {"route":"ac_workshop_index","route_parameters":{"_route":"ac_workshop_index","page":1,"_controller":"App\\Controller\\AcWorkshopController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acworkshop","method":"GET"} [] [2022-03-24T11:44:20.195551+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:44:20.195609+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:20.195642+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:20.197134+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:44:20.235286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:44:20.238631+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:44:20.251996+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:44:20.308027+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:44:20.310961+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? AND w0_.id IN (?) ORDER BY w0_.id DESC ["%%",[24,13]] [] [2022-03-24T11:44:20.313892+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.name LIKE ? ORDER BY w0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:44:20.315099+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:44:20.565892+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddcfa1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ddcfa1","method":"GET"} [] [2022-03-24T11:44:30.489317+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-24T11:44:30.520815+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:44:30.520872+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:30.520905+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:30.522411+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:44:30.563163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:44:30.567502+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:44:30.588521+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:44:30.656086+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-24T11:44:30.661869+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[507,506,505,504,503,502,501,500,499,498]] [] [2022-03-24T11:44:30.668940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-03-24T11:44:30.669420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-24T11:44:30.671345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-03-24T11:44:30.671736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-24T11:44:30.672099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-03-24T11:44:30.672482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2022-03-24T11:44:30.672850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-03-24T11:44:30.673273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-03-24T11:44:30.673638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [17] [] [2022-03-24T11:44:30.674000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-03-24T11:44:30.675517+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-24T11:44:30.682342+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:44:30.968741+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c867c3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c867c3","method":"GET"} [] [2022-03-24T11:44:32.171196+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:44:32.198288+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:44:32.198395+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:32.198433+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:32.199958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:44:32.241935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:44:32.246294+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:44:32.261422+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:44:32.322215+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:44:32.330049+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[156,155,154,112,111,106,105,104,103,102]] [] [2022-03-24T11:44:32.337347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:44:32.337832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:44:32.339458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:44:32.339839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:44:32.340210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:44:32.340625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:44:32.340994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:44:32.341357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-24T11:44:32.341721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-24T11:44:32.342087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-24T11:44:32.342452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-24T11:44:32.343941+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:44:32.350556+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:44:32.613495+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43a42c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/43a42c","method":"GET"} [] [2022-03-24T11:44:34.385348+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T11:44:34.413273+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:44:34.413363+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:34.413395+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:44:34.414930+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:44:34.455432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:44:34.458904+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:44:34.515316+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:44:34.525910+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:44:34.527717+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:44:34.551565+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:44:34.735524+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4aff91"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4aff91","method":"GET"} [] [2022-03-24T11:48:14.774526+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-24T11:48:14.807260+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:48:14.847828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:48:14.851389+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:48:14.851446+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:48:14.851479+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:48:14.851507+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:48:14.949506+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["46"]] [] [2022-03-24T11:48:14.957701+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T11:48:14.958871+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T11:48:15.014243+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:48:15.015230+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":46,"11":24} [] [2022-03-24T11:48:15.016457+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":508,"6":89} [] [2022-03-24T11:48:15.023453+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:48:15.047829+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:48:15.182419+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:48:15.206081+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:48:15.206135+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:48:15.206167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:48:15.207199+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:48:15.240945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:48:15.248390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:48:15.266514+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:48:15.319596+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:48:15.323966+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[508,156,155,154,112,111,106,105,104,103]] [] [2022-03-24T11:48:15.331305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:48:15.331834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:48:15.332229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:48:15.332526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:48:15.332823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:48:15.333136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:48:15.333449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:48:15.333787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:48:15.334099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-24T11:48:15.334408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-24T11:48:15.334716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-24T11:48:15.336098+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:48:15.342709+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:48:15.639703+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d87836"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d87836","method":"GET"} [] [2022-03-24T11:48:19.365641+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T11:48:19.391746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:48:19.391804+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:48:19.391836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:48:19.393368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:48:19.440751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:48:19.444135+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:48:19.498979+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:48:19.508971+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:48:19.509585+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:48:19.531787+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:48:19.744753+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96ade3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/96ade3","method":"GET"} [] [2022-03-24T11:49:05.611097+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-24T11:49:05.643488+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:49:05.693128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:49:05.696493+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:49:05.696552+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:49:05.696586+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:49:05.696615+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:49:05.757820+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["47"]] [] [2022-03-24T11:49:05.765806+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T11:49:05.767029+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T11:49:05.814192+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:49:05.815188+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":47,"11":24} [] [2022-03-24T11:49:05.817817+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":509,"6":89} [] [2022-03-24T11:49:05.819265+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:49:05.834542+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:49:05.956738+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:49:05.981509+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:49:05.981565+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:49:05.981599+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:49:05.982630+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:49:06.023023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:49:06.026214+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:49:06.038870+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:49:06.092979+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:49:06.096485+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[509,508,156,155,154,112,111,106,105,104]] [] [2022-03-24T11:49:06.103608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:49:06.104079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:49:06.104458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:49:06.104834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:49:06.105180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:49:06.105525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:49:06.105900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:49:06.106325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:49:06.106693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-24T11:49:06.107061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-24T11:49:06.108510+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:49:06.115365+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:49:06.368887+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a93ac"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8a93ac","method":"GET"} [] [2022-03-24T11:50:00.336393+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T11:50:00.360597+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:50:00.360653+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:50:00.360684+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:50:00.361677+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:50:00.397603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:50:00.400720+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:50:00.445462+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:50:00.451410+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:50:00.451962+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:50:00.484478+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:50:00.671497+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"301ea0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/301ea0","method":"GET"} [] [2022-03-24T11:51:25.750526+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-24T11:51:25.803539+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:51:25.853296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:51:25.856902+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:51:25.856971+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:51:25.857007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:51:25.857038+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:51:25.922194+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["37"]] [] [2022-03-24T11:51:25.930324+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T11:51:25.932947+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T11:51:25.937714+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-24T11:51:25.981777+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:51:25.982728+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":37,"11":24} [] [2022-03-24T11:51:25.984264+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1500.0,"4":null,"5":510,"6":89} [] [2022-03-24T11:51:25.985540+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":510,"6":88} [] [2022-03-24T11:51:25.986649+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:51:26.012420+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:51:26.155643+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:51:26.179735+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:51:26.179789+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:51:26.179822+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:51:26.180831+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:51:26.200517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:51:26.203520+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:51:26.215707+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:51:26.270564+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:51:26.273867+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[510,509,508,156,155,154,112,111,106,105]] [] [2022-03-24T11:51:26.280930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:51:26.281397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:51:26.281765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:51:26.282135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:51:26.282501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:51:26.282846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:51:26.283191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:51:26.283603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:51:26.284042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:51:26.284414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-24T11:51:26.285855+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:51:26.292874+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:51:26.604218+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a84ec"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1a84ec","method":"GET"} [] [2022-03-24T11:51:59.671724+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T11:51:59.705839+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:51:59.705901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:51:59.705935+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:51:59.707555+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:51:59.746707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:51:59.750141+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:51:59.814017+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:51:59.822746+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:51:59.823486+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:51:59.847593+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:52:00.017945+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87ad12"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/87ad12","method":"GET"} [] [2022-03-24T11:53:38.026630+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-24T11:53:38.051894+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:53:38.091875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:53:38.094997+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:53:38.095055+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:53:38.095089+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:53:38.095118+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:53:38.141408+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["36"]] [] [2022-03-24T11:53:38.147010+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T11:53:38.148464+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T11:53:38.150995+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-24T11:53:38.193419+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:53:38.194397+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":36,"11":24} [] [2022-03-24T11:53:38.197025+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":511,"6":89} [] [2022-03-24T11:53:38.197503+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":511,"6":88} [] [2022-03-24T11:53:38.198865+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:53:38.212525+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:53:38.334826+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:53:38.360420+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:53:38.360479+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:53:38.360512+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:53:38.361503+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:53:38.406208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:53:38.409387+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:53:38.421885+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:53:38.483911+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:53:38.489908+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[511,510,509,508,156,155,154,112,111,106]] [] [2022-03-24T11:53:38.497368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:53:38.497910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:53:38.499451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:53:38.499860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:53:38.500240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:53:38.500635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:53:38.500998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:53:38.501351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:53:38.501733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:53:38.502164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:53:38.503814+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:53:38.511521+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:53:38.825453+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89c7dd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/89c7dd","method":"GET"} [] [2022-03-24T11:54:07.466234+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"511"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/511","method":"GET"} [] [2022-03-24T11:54:07.498532+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:54:07.498593+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:07.498627+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:07.500248+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:54:07.526601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:54:07.530010+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:54:07.550255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["511"] [] [2022-03-24T11:54:07.572908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:54:07.573517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:54:07.577209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-24T11:54:07.580837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:54:07.581338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:54:07.590275+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:54:07.845926+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea21ed"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ea21ed","method":"GET"} [] [2022-03-24T11:54:23.999471+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"511"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/511","method":"GET"} [] [2022-03-24T11:54:24.030708+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:54:24.030780+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:24.030828+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:24.032682+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:54:24.065875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:54:24.069350+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:54:24.090352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["511"] [] [2022-03-24T11:54:24.103002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-24T11:54:24.150719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:54:24.151543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:54:24.152989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:54:24.154477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:54:24.155908+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:54:24.157451+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:54:24.157923+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:54:24.183400+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:54:24.447957+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97a1d1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/97a1d1","method":"GET"} [] [2022-03-24T11:54:48.756314+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"511"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/511","method":"POST"} [] [2022-03-24T11:54:48.784664+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:54:48.832916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:54:48.836206+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:54:48.836317+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:54:48.836357+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:48.836388+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:48.855383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["511"] [] [2022-03-24T11:54:48.868174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-24T11:54:48.917768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:54:48.918545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:54:48.919955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:54:48.921525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:54:48.924376+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["36"]] [] [2022-03-24T11:54:48.925554+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T11:54:48.926151+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T11:54:48.927005+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-24T11:54:48.975211+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:54:48.975548+00:00] doctrine.DEBUG: UPDATE service_details SET quantity = ? WHERE id = ? [0.5,1877] [] [2022-03-24T11:54:48.977817+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:54:48.994583+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:54:49.157469+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:54:49.190893+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:54:49.190957+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:49.190995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:49.192714+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:54:49.240709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:54:49.244189+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:54:49.259652+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:54:49.315958+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:54:49.319225+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[511,510,509,508,156,155,154,112,111,106]] [] [2022-03-24T11:54:49.326400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:54:49.326865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:54:49.327238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:54:49.327607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:54:49.328014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:54:49.328382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:54:49.328722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:54:49.329067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:54:49.329433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:54:49.329855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:54:49.331302+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:54:49.338166+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:54:49.622596+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"666de6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/666de6","method":"GET"} [] [2022-03-24T11:54:52.202652+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"511"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/511","method":"GET"} [] [2022-03-24T11:54:52.229874+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:54:52.230061+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:52.230105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:54:52.231739+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:54:52.276563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:54:52.279993+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:54:52.297427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["511"] [] [2022-03-24T11:54:52.319737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:54:52.320299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:54:52.323882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-24T11:54:52.327983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:54:52.328366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:54:52.337082+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:54:52.579558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"899c49"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/899c49","method":"GET"} [] [2022-03-24T11:55:11.880491+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"511"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/511","method":"GET"} [] [2022-03-24T11:55:11.907339+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:55:11.907398+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:11.907431+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:11.908956+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:55:11.952029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:55:11.955420+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:55:11.973717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["511"] [] [2022-03-24T11:55:11.986362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-24T11:55:12.032324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:55:12.033079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:55:12.034350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:55:12.034746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:55:12.036037+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:55:12.037529+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:55:12.038053+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:55:12.061911+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:55:12.320450+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41e9b1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/41e9b1","method":"GET"} [] [2022-03-24T11:55:20.315986+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"511"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/511","method":"POST"} [] [2022-03-24T11:55:20.343656+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:55:20.395638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:55:20.406550+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:55:20.406752+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:55:20.406868+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:20.407025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:20.435751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["511"] [] [2022-03-24T11:55:20.448351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-24T11:55:20.495447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:55:20.496443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:55:20.497902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:55:20.498440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:55:20.501375+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["36"]] [] [2022-03-24T11:55:20.502482+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T11:55:20.503220+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T11:55:20.504134+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-24T11:55:20.550333+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:55:20.550601+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ? WHERE id = ? [800.0,1877] [] [2022-03-24T11:55:20.552847+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:55:20.579781+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:55:20.757665+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:55:20.790880+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:55:20.790946+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:20.790985+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:20.792730+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:55:20.831039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:55:20.834462+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:55:20.850269+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:55:20.909033+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:55:20.918366+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[511,510,509,508,156,155,154,112,111,106]] [] [2022-03-24T11:55:20.925659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:55:20.926158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:55:20.926536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:55:20.926913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:55:20.927323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:55:20.927706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:55:20.928124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:55:20.928481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:55:20.928858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:55:20.929289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:55:20.930834+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:55:20.938123+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:55:21.234802+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1d13b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d1d13b","method":"GET"} [] [2022-03-24T11:55:24.424613+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"511"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/511","method":"GET"} [] [2022-03-24T11:55:24.451348+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:55:24.451405+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:24.451438+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:24.452947+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:55:24.495425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:55:24.498723+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:55:24.515739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["511"] [] [2022-03-24T11:55:24.536709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:55:24.537212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:55:24.540629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-24T11:55:24.543779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:55:24.544139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:55:24.552567+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:55:24.785069+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"300965"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/300965","method":"GET"} [] [2022-03-24T11:55:35.901334+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:55:35.928606+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:55:35.928664+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:35.928696+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:35.930212+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:55:35.956115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:55:35.959422+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:55:35.975581+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:55:36.034570+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:55:36.038069+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[511,510,509,508,156,155,154,112,111,106]] [] [2022-03-24T11:55:36.045349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:55:36.045841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:55:36.046216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:55:36.046592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:55:36.046931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:55:36.047298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:55:36.047646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:55:36.048005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:55:36.048406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:55:36.048859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:55:36.050467+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:55:36.057654+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:55:36.301761+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1fd4b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f1fd4b","method":"GET"} [] [2022-03-24T11:55:44.281261+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"510"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/510","method":"GET"} [] [2022-03-24T11:55:44.308364+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:55:44.308421+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:44.308453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:44.310001+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:55:44.351642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:55:44.354975+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:55:44.372426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["510"] [] [2022-03-24T11:55:44.393841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:55:44.394412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:55:44.398053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [510] [] [2022-03-24T11:55:44.402277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:55:44.402665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:55:44.411197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:55:44.678449+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa05fb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fa05fb","method":"GET"} [] [2022-03-24T11:55:51.401361+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"510"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/510","method":"GET"} [] [2022-03-24T11:55:51.428162+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:55:51.428221+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:51.428253+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:55:51.429810+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:55:51.477643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:55:51.480922+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:55:51.498705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["510"] [] [2022-03-24T11:55:51.511063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [510] [] [2022-03-24T11:55:51.588919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:55:51.589710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:55:51.591016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:55:51.591447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:55:51.592788+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:55:51.594311+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:55:51.594820+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:55:51.618524+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:55:51.881521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e9d32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0e9d32","method":"GET"} [] [2022-03-24T11:56:06.363134+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"510"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/510","method":"POST"} [] [2022-03-24T11:56:06.391262+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:56:06.442117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:56:06.445435+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:56:06.445494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:56:06.445528+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:06.445558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:06.464662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["510"] [] [2022-03-24T11:56:06.477552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [510] [] [2022-03-24T11:56:06.524887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:56:06.525677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:56:06.527094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:56:06.527596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:56:06.530446+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["37"]] [] [2022-03-24T11:56:06.531584+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T11:56:06.532187+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T11:56:06.533033+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-24T11:56:06.579711+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:56:06.579978+00:00] doctrine.DEBUG: UPDATE service_details SET quantity = ?, unit_price = ? WHERE id = ? [0.5,1000.0,1875] [] [2022-03-24T11:56:06.580319+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:56:06.597930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:56:06.761553+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:56:06.792517+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:56:06.792575+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:06.792607+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:06.794114+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:56:06.832509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:56:06.839734+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:56:06.860943+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:56:06.917539+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:56:06.920941+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[511,510,509,508,156,155,154,112,111,106]] [] [2022-03-24T11:56:06.928067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:56:06.928511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:56:06.928848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:56:06.929173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:56:06.929492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:56:06.929811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:56:06.930103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:56:06.930397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:56:06.930717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:56:06.931085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T11:56:06.932469+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:56:06.939209+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:56:07.205645+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69bd03"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/69bd03","method":"GET"} [] [2022-03-24T11:56:10.823028+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"511"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/511","method":"GET"} [] [2022-03-24T11:56:10.855229+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:56:10.855304+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:10.855340+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:10.857009+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:56:10.914968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:56:10.923094+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:56:10.953579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["511"] [] [2022-03-24T11:56:10.988876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:56:10.989826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:56:10.993811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-24T11:56:10.998300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:56:10.998840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:56:11.008014+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:56:11.284366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab367d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ab367d","method":"GET"} [] [2022-03-24T11:56:15.657168+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"510"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/510","method":"GET"} [] [2022-03-24T11:56:15.686566+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:56:15.686640+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:15.686678+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:15.688364+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:56:15.733263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:56:15.736997+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:56:15.755484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["510"] [] [2022-03-24T11:56:15.778051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:56:15.778661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:56:15.782397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [510] [] [2022-03-24T11:56:15.787292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T11:56:15.789446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T11:56:15.798889+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:56:16.037913+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf4de9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cf4de9","method":"GET"} [] [2022-03-24T11:56:35.439810+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T11:56:35.469593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:56:35.469658+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:35.469693+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:56:35.471407+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:56:35.513298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:56:35.517220+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:56:35.572077+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:56:35.581226+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:56:35.581958+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:56:35.604562+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:56:35.813478+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d3ca0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d3ca0","method":"GET"} [] [2022-03-24T11:58:23.855820+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-24T11:58:23.889403+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:58:23.930355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:58:23.933726+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:58:23.933787+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:58:23.933822+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:58:23.933851+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:58:23.995464+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["21"]] [] [2022-03-24T11:58:24.003640+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T11:58:24.005360+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T11:58:24.009376+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-24T11:58:24.059382+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T11:58:24.060335+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":21,"11":24} [] [2022-03-24T11:58:24.061308+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1900.0,"4":null,"5":512,"6":89} [] [2022-03-24T11:58:24.061565+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":512,"6":88} [] [2022-03-24T11:58:24.062690+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T11:58:24.086782+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:58:24.221815+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T11:58:24.245719+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:58:24.245776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:58:24.245808+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:58:24.246827+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:58:24.290301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:58:24.293390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:58:24.309783+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T11:58:24.373184+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T11:58:24.376743+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[512,511,510,509,508,156,155,154,112,111]] [] [2022-03-24T11:58:24.384061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-24T11:58:24.384587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T11:58:24.384969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T11:58:24.385354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T11:58:24.385731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T11:58:24.386110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T11:58:24.386488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T11:58:24.386835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T11:58:24.387185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T11:58:24.387619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T11:58:24.390135+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T11:58:24.397290+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:58:24.669918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de6e8c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/de6e8c","method":"GET"} [] [2022-03-24T11:58:29.345049+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T11:58:29.371666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T11:58:29.371722+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:58:29.371755+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T11:58:29.373246+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T11:58:29.414118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T11:58:29.417433+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T11:58:29.473383+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T11:58:29.481556+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T11:58:29.482118+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T11:58:29.503649+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T11:58:29.728326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"203cbf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/203cbf","method":"GET"} [] [2022-03-24T12:00:28.107100+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"512"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/512","method":"GET"} [] [2022-03-24T12:00:28.187601+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:00:28.187661+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:00:28.187694+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:00:28.192317+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:00:28.268452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:00:28.311591+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:00:28.424903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["512"] [] [2022-03-24T12:00:28.473518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [512] [] [2022-03-24T12:00:28.673545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-24T12:00:28.681509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T12:00:28.685304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T12:00:28.687981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T12:00:28.690323+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T12:00:28.693665+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T12:00:28.694351+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T12:00:28.737271+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:00:29.110921+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc1d22"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dc1d22","method":"GET"} [] [2022-03-24T12:00:48.840951+00:00] request.INFO: Matched route "ac_service_delete". {"route":"ac_service_delete","route_parameters":{"_route":"ac_service_delete","_controller":"App\\Controller\\AcServiceController::delete","id":"512"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/delete/512","method":"GET"} [] [2022-03-24T12:00:48.871483+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:00:48.871585+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:00:48.871622+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:00:48.873035+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:00:48.904195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:00:48.908230+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:00:48.926189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["512"] [] [2022-03-24T12:00:48.939489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [512] [] [2022-03-24T12:00:48.944375+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T12:00:48.944730+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1878] [] [2022-03-24T12:00:48.948737+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1879] [] [2022-03-24T12:00:48.949118+00:00] doctrine.DEBUG: DELETE FROM service WHERE id = ? [512] [] [2022-03-24T12:00:48.949471+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T12:00:48.967835+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:00:49.100909+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T12:00:49.131076+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:00:49.131131+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:00:49.131163+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:00:49.132561+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:00:49.169720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:00:49.173895+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:00:49.194210+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T12:00:49.274216+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T12:00:49.284886+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[511,510,509,508,156,155,154,112,111,106]] [] [2022-03-24T12:00:49.292201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T12:00:49.292635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T12:00:49.293871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T12:00:49.294213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T12:00:49.294532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T12:00:49.294851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T12:00:49.295138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T12:00:49.295426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T12:00:49.295743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T12:00:49.296166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-24T12:00:49.298024+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T12:00:49.312685+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:00:49.544331+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6c36c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f6c36c","method":"GET"} [] [2022-03-24T12:00:50.971333+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T12:00:50.997109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:00:50.997166+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:00:50.997211+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:00:50.998580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:00:51.028737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:00:51.032595+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:00:51.087708+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T12:00:51.095917+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T12:00:51.097170+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T12:00:51.118907+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:00:51.287298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1fc8d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a1fc8d","method":"GET"} [] [2022-03-24T12:01:47.012027+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-24T12:01:47.043433+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:01:47.080194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:01:47.089033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:01:47.089145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:01:47.089211+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:01:47.089267+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:01:47.149424+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["28"]] [] [2022-03-24T12:01:47.162529+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T12:01:47.164782+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T12:01:47.169365+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-24T12:01:47.279887+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T12:01:47.281153+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":28,"11":24} [] [2022-03-24T12:01:47.284365+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1900.0,"4":null,"5":513,"6":89} [] [2022-03-24T12:01:47.285319+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":513,"6":88} [] [2022-03-24T12:01:47.287357+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T12:01:47.312892+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:01:47.444998+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T12:01:47.467867+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:01:47.467964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:01:47.468000+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:01:47.468936+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:01:47.501033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:01:47.508852+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:01:47.525576+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T12:01:47.575259+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T12:01:47.579908+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[513,511,510,509,508,156,155,154,112,111]] [] [2022-03-24T12:01:47.586726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-24T12:01:47.587146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T12:01:47.588202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T12:01:47.588537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T12:01:47.588862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T12:01:47.589247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T12:01:47.589577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T12:01:47.589883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T12:01:47.590183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T12:01:47.590506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T12:01:47.591864+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T12:01:47.598423+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:01:47.869556+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1a122"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d1a122","method":"GET"} [] [2022-03-24T12:01:49.134925+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-24T12:01:49.160631+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:01:49.160684+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:01:49.160716+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:01:49.162100+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:01:49.187347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:01:49.191255+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:01:49.244342+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T12:01:49.252707+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-24T12:01:49.254001+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-24T12:01:49.274804+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:01:49.494332+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3753dd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3753dd","method":"GET"} [] [2022-03-24T12:02:33.165511+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-24T12:02:33.189203+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:02:33.219058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:02:33.222785+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:02:33.222841+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:02:33.222874+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:33.222902+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:33.267618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["29"]] [] [2022-03-24T12:02:33.273806+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-24T12:02:33.275974+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-24T12:02:33.279032+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-24T12:02:33.317129+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-24T12:02:33.318038+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-01-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":29,"11":24} [] [2022-03-24T12:02:33.321165+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1900.0,"4":null,"5":514,"6":89} [] [2022-03-24T12:02:33.322108+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":514,"6":88} [] [2022-03-24T12:02:33.323135+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-24T12:02:33.332839+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:02:33.459079+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T12:02:33.481648+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:02:33.481698+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:33.481727+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:33.482653+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:02:33.517209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:02:33.526007+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:02:33.543802+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T12:02:33.593271+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T12:02:33.597758+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[514,513,511,510,509,508,156,155,154,112]] [] [2022-03-24T12:02:33.604417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-24T12:02:33.604849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T12:02:33.605887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-24T12:02:33.606214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T12:02:33.606533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T12:02:33.606852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T12:02:33.607166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T12:02:33.607482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T12:02:33.607772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T12:02:33.608067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T12:02:33.608437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T12:02:33.609738+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T12:02:33.615788+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:02:33.894192+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"736e6e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/736e6e","method":"GET"} [] [2022-03-24T12:02:45.305295+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"514"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/514","method":"GET"} [] [2022-03-24T12:02:45.328713+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:02:45.328782+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:45.328814+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:45.329772+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:02:45.359770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:02:45.363474+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:02:45.377040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["514"] [] [2022-03-24T12:02:45.397740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-24T12:02:45.399008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T12:02:45.402733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [514] [] [2022-03-24T12:02:45.406417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T12:02:45.407486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T12:02:45.415161+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:02:45.647295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"580903"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/580903","method":"GET"} [] [2022-03-24T12:02:52.487219+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-24T12:02:52.512147+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:02:52.512253+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:52.512289+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:52.513634+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:02:52.536878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:02:52.540673+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:02:52.554558+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-24T12:02:52.610371+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-24T12:02:52.614978+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[514,513,511,510,509,508,156,155,154,112]] [] [2022-03-24T12:02:52.621649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-24T12:02:52.622065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T12:02:52.623115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-24T12:02:52.623443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-24T12:02:52.623765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-24T12:02:52.624136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-24T12:02:52.624463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-24T12:02:52.624786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-24T12:02:52.625084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T12:02:52.625384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-24T12:02:52.625721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-24T12:02:52.627037+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-24T12:02:52.633216+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:02:52.870660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f7931"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2f7931","method":"GET"} [] [2022-03-24T12:02:58.323610+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2022-03-24T12:02:58.349175+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:02:58.349228+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:58.349259+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:02:58.350610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:02:58.375926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:02:58.379843+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:02:58.428830+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T12:02:58.492253+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:02:58.693701+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64b71b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64b71b","method":"GET"} [] [2022-03-24T12:03:03.610167+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-24T12:03:03.635408+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:03:03.635461+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:03:03.635493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:03:03.636821+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:03:03.673076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:03:03.676956+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:03:03.724137+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T12:03:03.748158+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:03:03.969826+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58cf5e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/58cf5e","method":"GET"} [] [2022-03-24T12:03:31.262992+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-24T12:03:31.288963+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:03:31.315474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:03:31.319403+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:03:31.319462+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:03:31.319495+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:03:31.319523+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:03:31.364407+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["28"]] [] [2022-03-24T12:03:31.459584+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [28,"2020-01-01T00:00:00+00:00","2022-03-24T00:00:00+00:00"] [] [2022-03-24T12:03:31.468963+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [28,"2020-01-01T00:00:00+00:00","2022-03-24T00:00:00+00:00"] [] [2022-03-24T12:03:31.475086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-24T12:03:31.479136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [103] [] [2022-03-24T12:03:31.482819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-24T12:03:31.483873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-24T12:03:31.484181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-24T12:03:31.484458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [513] [] [2022-03-24T12:03:31.593534+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T12:03:31.611769+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:04:05.104834+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-24T12:04:05.128199+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-24T12:04:05.128249+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:04:05.128280+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-24T12:04:05.129237+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-24T12:04:05.155042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-24T12:04:05.158752+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-24T12:04:05.195961+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-24T12:04:05.217441+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-24T12:04:05.396540+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77d237"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77d237","method":"GET"} [] [2022-03-27T04:22:49.058967+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-03-27T04:22:49.120696+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:22:49.120751+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:49.120785+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:49.147701+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-27T04:22:49.386760+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ffb61"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5ffb61","method":"GET"} [] [2022-03-27T04:22:52.475759+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-03-27T04:22:52.499599+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:22:52.499702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.499742+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.502783+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.566566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-03-27T04:22:52.779670+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.785338+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 27 Mar 2022 04:22:52 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.785400+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.785429+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.790330+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:22:52.901236+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-27T04:22:52.925283+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:22:52.925339+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.925371+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:52.926394+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:22:52.954120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:22:52.961435+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:22:52.993739+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:22:53.093835+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-27T04:22:53.099545+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[514,513,511,510,509,508,507,506,505,504]] [] [2022-03-27T04:22:53.108154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:22:53.108582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:22:53.108904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:22:53.109218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:22:53.109531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:22:53.109840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-27T04:22:53.110148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-27T04:22:53.110458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-03-27T04:22:53.110743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-27T04:22:53.111080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-03-27T04:22:53.111368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-27T04:22:53.111658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-03-27T04:22:53.111967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [10] [] [2022-03-27T04:22:53.113826+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-27T04:22:53.125639+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:22:53.454912+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cad22"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2cad22","method":"GET"} [] [2022-03-27T04:22:57.503005+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:22:57.528078+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:22:57.528131+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:57.528161+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:22:57.529591+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:22:57.561384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:22:57.564554+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:22:57.583685+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:22:57.642752+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:22:57.646766+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[514,513,511,510,509,508,156,155,154,112]] [] [2022-03-27T04:22:57.653250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:22:57.653707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:22:57.654795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:22:57.655115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:22:57.655428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:22:57.655744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-27T04:22:57.656055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-27T04:22:57.656365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T04:22:57.656651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T04:22:57.656991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-27T04:22:57.657306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T04:22:57.658650+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:22:57.664846+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:22:57.924958+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"689017"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/689017","method":"GET"} [] [2022-03-27T04:23:05.166479+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:23:05.195737+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:23:05.195790+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:23:05.195821+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:23:05.197180+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:23:05.232213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:23:05.235390+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:23:05.310416+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:23:05.318649+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:23:05.319224+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:23:05.342143+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:23:05.535594+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45ab72"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/45ab72","method":"GET"} [] [2022-03-27T04:31:17.496910+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:31:17.529907+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:31:17.555815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:31:17.559180+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:31:17.559243+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:31:17.559277+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:31:17.559305+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:31:17.622030+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["41"]] [] [2022-03-27T04:31:17.630219+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:31:17.631703+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:31:17.635689+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:31:17.707251+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:31:17.708635+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":41,"11":24} [] [2022-03-27T04:31:17.711611+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":515,"6":89} [] [2022-03-27T04:31:17.715631+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":515,"6":88} [] [2022-03-27T04:31:17.719658+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:31:17.741302+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:31:17.881589+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:31:17.905451+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:31:17.905508+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:31:17.905540+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:31:17.906526+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:31:17.953138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:31:17.963539+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:31:17.986552+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:31:18.041895+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:31:18.045373+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[515,514,513,511,510,509,508,156,155,154]] [] [2022-03-27T04:31:18.052618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:31:18.053123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:31:18.053496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:31:18.053861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:31:18.054277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:31:18.054643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:31:18.055006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-27T04:31:18.055381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-27T04:31:18.055743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T04:31:18.056080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T04:31:18.056420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-27T04:31:18.056787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T04:31:18.058270+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:31:18.065179+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:31:18.350295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b093ba"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b093ba","method":"GET"} [] [2022-03-27T04:31:32.954522+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:31:32.985805+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:31:32.985861+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:31:32.985948+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:31:32.987449+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:31:33.031015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:31:33.034302+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:31:33.093541+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:31:33.101742+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:31:33.102329+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:31:33.126787+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:31:33.322028+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07f7c0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/07f7c0","method":"GET"} [] [2022-03-27T04:33:21.602071+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:33:21.637479+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:33:21.676723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:33:21.679990+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:33:21.680058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:33:21.680092+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:33:21.680121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:33:21.744053+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["42"]] [] [2022-03-27T04:33:21.751961+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:33:21.753565+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:33:21.757280+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:33:21.800372+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:33:21.801294+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":42,"11":24} [] [2022-03-27T04:33:21.804536+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":516,"6":89} [] [2022-03-27T04:33:21.805661+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":516,"6":88} [] [2022-03-27T04:33:21.806736+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:33:21.829162+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:33:21.964538+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:33:21.989571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:33:21.989632+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:33:21.989666+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:33:21.990678+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:33:22.013489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:33:22.017039+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:33:22.028947+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:33:22.082164+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:33:22.085480+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[516,515,514,513,511,510,509,508,156,155]] [] [2022-03-27T04:33:22.092390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:33:22.092803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:33:22.093127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:33:22.093449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:33:22.093762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:33:22.094076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:33:22.094386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:33:22.094695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-27T04:33:22.095002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-27T04:33:22.095312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T04:33:22.095596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T04:33:22.095938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-27T04:33:22.097298+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:33:22.104002+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:33:22.407139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6e693"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e6e693","method":"GET"} [] [2022-03-27T04:33:23.848107+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:33:23.874582+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:33:23.874637+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:33:23.874669+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:33:23.876162+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:33:23.903814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:33:23.907019+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:33:23.961689+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:33:23.969486+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:33:23.970029+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:33:23.992207+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:33:24.214024+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"215114"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/215114","method":"GET"} [] [2022-03-27T04:41:09.205753+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:41:09.240012+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:41:09.284898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:41:09.288392+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:41:09.288458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:41:09.288492+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:41:09.288521+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:41:09.351625+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["40"]] [] [2022-03-27T04:41:09.359822+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:41:09.361376+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:41:09.365097+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:41:09.408962+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:41:09.409952+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":40,"11":24} [] [2022-03-27T04:41:09.412241+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":517,"6":89} [] [2022-03-27T04:41:09.412521+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":517,"6":88} [] [2022-03-27T04:41:09.413642+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:41:09.427087+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:41:09.555003+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:41:09.579073+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:41:09.579192+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:41:09.579232+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:41:09.580246+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:41:09.604944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:41:09.608515+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:41:09.621215+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:41:09.679454+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:41:09.682797+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[517,516,515,514,513,511,510,509,508,156]] [] [2022-03-27T04:41:09.690640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:41:09.691285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:41:09.691928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:41:09.692382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:41:09.692741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:41:09.693105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:41:09.693373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:41:09.693636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:41:09.693928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-27T04:41:09.694188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-27T04:41:09.694472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T04:41:09.694781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T04:41:09.696328+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:41:09.703270+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:41:10.024304+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ebdbe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2ebdbe","method":"GET"} [] [2022-03-27T04:41:49.606333+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:41:49.640986+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:41:49.641046+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:41:49.641079+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:41:49.642763+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:41:49.670786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:41:49.674093+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:41:49.739142+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:41:49.748761+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:41:49.750378+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:41:49.775859+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:41:49.981406+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ea3b7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7ea3b7","method":"GET"} [] [2022-03-27T04:43:00.033399+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:43:00.066266+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:43:00.093111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:43:00.096434+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:43:00.096499+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:43:00.096534+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:00.096564+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:00.156866+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["31"]] [] [2022-03-27T04:43:00.164898+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:43:00.166572+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:43:00.170464+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:43:00.214680+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:43:00.215666+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":31,"11":24} [] [2022-03-27T04:43:00.216385+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":518,"6":89} [] [2022-03-27T04:43:00.216628+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":518,"6":88} [] [2022-03-27T04:43:00.217733+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:43:00.230314+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:43:00.354892+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:43:00.380057+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:43:00.380113+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:00.380146+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:00.381169+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:43:00.410456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:43:00.413410+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:43:00.425226+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:43:00.479059+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:43:00.482282+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[518,517,516,515,514,513,511,510,509,508]] [] [2022-03-27T04:43:00.489408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:43:00.489801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:43:00.490085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:43:00.490355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:43:00.490617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:43:00.490877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:43:00.491135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:43:00.491392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:43:00.491647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:43:00.491903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-27T04:43:00.492157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [46] [] [2022-03-27T04:43:00.493451+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:43:00.500022+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:43:00.748464+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74aa94"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/74aa94","method":"GET"} [] [2022-03-27T04:43:01.876131+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:43:01.904003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:43:01.904070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:01.904108+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:01.905858+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:43:01.954349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:43:01.957602+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:43:02.015085+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:43:02.023947+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:43:02.024555+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:43:02.046718+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:43:02.232381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0300c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b0300c","method":"GET"} [] [2022-03-27T04:43:50.813307+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:43:50.849305+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:43:50.901074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:43:50.904795+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:43:50.904878+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:43:50.904937+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:50.904971+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:50.974979+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["32"]] [] [2022-03-27T04:43:50.983489+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:43:50.985042+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:43:50.989646+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:43:51.039583+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:43:51.040691+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":32,"11":24} [] [2022-03-27T04:43:51.078691+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":519,"6":89} [] [2022-03-27T04:43:51.078961+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":519,"6":88} [] [2022-03-27T04:43:51.080183+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:43:51.094575+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:43:51.221422+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:43:51.246007+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:43:51.246066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:51.246101+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:51.247149+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:43:51.275769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:43:51.278770+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:43:51.291060+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:43:51.345458+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:43:51.348714+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[519,518,517,516,515,514,513,511,510,509]] [] [2022-03-27T04:43:51.356340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T04:43:51.356844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:43:51.357240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:43:51.357633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:43:51.358026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:43:51.358420+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:43:51.358812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:43:51.359268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:43:51.359661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:43:51.360051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:43:51.360443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [47] [] [2022-03-27T04:43:51.361935+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:43:51.369006+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:43:51.621705+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15b9e3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/15b9e3","method":"GET"} [] [2022-03-27T04:43:53.138255+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:43:53.164400+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:43:53.164454+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:53.164486+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:43:53.165969+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:43:53.195915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:43:53.199138+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:43:53.253778+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:43:53.261816+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:43:53.262396+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:43:53.283562+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:43:53.482272+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f687ff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f687ff","method":"GET"} [] [2022-03-27T04:45:03.158780+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:45:03.191695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:45:03.217325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:45:03.220671+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:45:03.220732+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:45:03.220766+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:45:03.220795+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:45:03.281134+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["33"]] [] [2022-03-27T04:45:03.289094+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:45:03.290778+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:45:03.294618+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:45:03.338136+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:45:03.339065+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":33,"11":24} [] [2022-03-27T04:45:03.340607+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":520,"6":89} [] [2022-03-27T04:45:03.340874+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":520,"6":88} [] [2022-03-27T04:45:03.341960+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:45:03.356393+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:45:03.480835+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:45:03.506278+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:45:03.506335+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:45:03.506367+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:45:03.507371+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:45:03.532262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:45:03.535285+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:45:03.547415+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:45:03.600061+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:45:03.603622+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[520,519,518,517,516,515,514,513,511,510]] [] [2022-03-27T04:45:03.610631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T04:45:03.611104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:45:03.611485+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T04:45:03.611803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:45:03.612118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:45:03.612428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:45:03.612738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:45:03.613047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:45:03.613356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:45:03.613663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:45:03.613968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:45:03.615333+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:45:03.621954+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:45:03.885525+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f87f61"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f87f61","method":"GET"} [] [2022-03-27T04:45:24.899737+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:45:24.925898+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:45:24.925965+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:45:24.926001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:45:24.927107+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:45:24.947967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:45:24.951026+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:45:24.998606+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:45:25.004705+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:45:25.006491+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:45:25.027712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:45:25.218491+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42759a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/42759a","method":"GET"} [] [2022-03-27T04:46:54.158118+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:46:54.188252+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:46:54.215026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:46:54.218368+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:46:54.218433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:46:54.218468+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:46:54.218497+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:46:54.276969+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["33"]] [] [2022-03-27T04:46:54.284930+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:46:54.287474+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:46:54.292096+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:46:54.336018+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:46:54.337002+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":33,"11":24} [] [2022-03-27T04:46:54.340194+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":521,"6":89} [] [2022-03-27T04:46:54.341371+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":521,"6":88} [] [2022-03-27T04:46:54.342507+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:46:54.355499+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:46:54.482125+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:46:54.506269+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:46:54.506324+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:46:54.506357+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:46:54.507380+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:46:54.539478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:46:54.542548+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:46:54.554563+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:46:54.607843+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:46:54.611230+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[521,520,519,518,517,516,515,514,513,511]] [] [2022-03-27T04:46:54.620114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T04:46:54.620604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:46:54.621049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T04:46:54.621428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:46:54.621807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:46:54.622189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:46:54.622568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:46:54.622947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:46:54.623325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:46:54.623756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:46:54.625196+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:46:54.631895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:46:54.892134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee9271"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ee9271","method":"GET"} [] [2022-03-27T04:47:28.712564+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:47:28.745972+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:47:28.746032+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:47:28.746066+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:47:28.747632+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:47:28.784507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:47:28.787884+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:47:28.850344+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:47:28.858916+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:47:28.860718+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:47:28.885848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:47:29.082190+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d0004"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6d0004","method":"GET"} [] [2022-03-27T04:48:15.916501+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:48:15.945012+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:48:15.982913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:48:15.986529+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:48:15.986597+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:48:15.986631+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:48:15.986661+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:48:16.046083+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["38"]] [] [2022-03-27T04:48:16.054335+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:48:16.055872+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:48:16.059618+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:48:16.104043+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:48:16.105030+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":38,"11":24} [] [2022-03-27T04:48:16.108254+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":522,"6":89} [] [2022-03-27T04:48:16.109392+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":522,"6":88} [] [2022-03-27T04:48:16.110517+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:48:16.122924+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:48:16.244222+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:48:16.268170+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:48:16.268288+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:48:16.268326+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:48:16.269392+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:48:16.301507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:48:16.304452+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:48:16.316208+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:48:16.368741+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:48:16.372054+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[522,521,520,519,518,517,516,515,514,513]] [] [2022-03-27T04:48:16.379378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T04:48:16.379809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:48:16.380134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T04:48:16.380475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T04:48:16.380783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:48:16.381151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:48:16.381465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:48:16.381774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:48:16.382082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:48:16.382390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [28] [] [2022-03-27T04:48:16.383761+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:48:16.390408+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:48:16.649276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b45b51"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b45b51","method":"GET"} [] [2022-03-27T04:48:23.031947+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:48:23.055946+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:48:23.056002+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:48:23.056034+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:48:23.057027+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:48:23.082655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:48:23.085732+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:48:23.130224+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:48:23.136019+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:48:23.136571+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:48:23.156936+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:48:23.346434+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbe44a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bbe44a","method":"GET"} [] [2022-03-27T04:50:31.695872+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:50:31.728362+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:50:31.755299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:50:31.758683+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:50:31.758749+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:50:31.758785+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:50:31.758815+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:50:31.820067+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["34"]] [] [2022-03-27T04:50:31.827807+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:50:31.829301+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:50:31.832970+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:50:31.877025+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:50:31.877968+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":34,"11":24} [] [2022-03-27T04:50:31.879466+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":523,"6":89} [] [2022-03-27T04:50:31.880697+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":523,"6":88} [] [2022-03-27T04:50:31.881834+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:50:31.895626+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:50:32.029283+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:50:32.055218+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:50:32.055276+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:50:32.055313+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:50:32.056370+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:50:32.079164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:50:32.082174+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:50:32.094790+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:50:32.150946+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:50:32.154529+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[523,522,521,520,519,518,517,516,515,514]] [] [2022-03-27T04:50:32.161820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T04:50:32.162300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:50:32.162697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T04:50:32.163091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T04:50:32.163505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T04:50:32.163922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:50:32.164313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:50:32.164709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:50:32.165161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:50:32.165576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [29] [] [2022-03-27T04:50:32.167108+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:50:32.174026+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:50:32.444727+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0388a4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0388a4","method":"GET"} [] [2022-03-27T04:50:33.960689+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:50:33.988375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:50:33.988437+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:50:33.988472+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:50:33.990089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:50:34.018263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:50:34.021577+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:50:34.079371+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:50:34.087589+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:50:34.088166+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:50:34.109950+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:50:34.311352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0df3b5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0df3b5","method":"GET"} [] [2022-03-27T04:51:37.201561+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:51:37.235534+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:51:37.286897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:51:37.290202+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:51:37.290267+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:51:37.290301+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:51:37.290330+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:51:37.351473+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["35"]] [] [2022-03-27T04:51:37.359266+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:51:37.360740+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:51:37.364334+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:51:37.407305+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:51:37.408267+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":35,"11":24} [] [2022-03-27T04:51:37.445227+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":524,"6":89} [] [2022-03-27T04:51:37.446385+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":524,"6":88} [] [2022-03-27T04:51:37.447499+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:51:37.461472+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:51:37.605504+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:51:37.629954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:51:37.630010+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:51:37.630043+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:51:37.631061+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:51:37.651722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:51:37.654785+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:51:37.667960+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:51:37.722659+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:51:37.725964+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[524,523,522,521,520,519,518,517,516,515]] [] [2022-03-27T04:51:37.733021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T04:51:37.733444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:51:37.733774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T04:51:37.734098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T04:51:37.734416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T04:51:37.734763+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T04:51:37.735079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:51:37.735399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:51:37.735714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:51:37.736026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T04:51:37.737503+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:51:37.744232+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:51:38.002338+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85e877"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/85e877","method":"GET"} [] [2022-03-27T04:52:16.013854+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:52:16.039144+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:52:16.039201+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:52:16.039234+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:52:16.040290+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:52:16.079799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:52:16.082915+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:52:16.128915+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:52:16.134925+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:52:16.135593+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:52:16.155150+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:52:16.337191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0abad7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0abad7","method":"GET"} [] [2022-03-27T04:53:28.742041+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:53:28.770482+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:53:28.801002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:53:28.804223+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:53:28.804285+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:53:28.804320+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:53:28.804349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:53:28.863540+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["37"]] [] [2022-03-27T04:53:28.871226+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:53:28.872695+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:53:28.876279+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:53:28.919170+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:53:28.920116+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":37,"11":24} [] [2022-03-27T04:53:28.957046+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":525,"6":89} [] [2022-03-27T04:53:28.958350+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":525,"6":88} [] [2022-03-27T04:53:28.959565+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:53:28.972443+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:53:29.095221+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:53:29.119473+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:53:29.119603+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:53:29.119645+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:53:29.121041+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:53:29.179463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:53:29.182481+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:53:29.194191+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:53:29.246013+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:53:29.249253+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[525,524,523,522,521,520,519,518,517,516]] [] [2022-03-27T04:53:29.256181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:53:29.256673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:53:29.257066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T04:53:29.257457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T04:53:29.257848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T04:53:29.258295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T04:53:29.258715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T04:53:29.259106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:53:29.259497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:53:29.259887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T04:53:29.261340+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:53:29.267984+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:53:29.538028+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce8e00"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ce8e00","method":"GET"} [] [2022-03-27T04:53:36.212790+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:53:36.243368+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:53:36.243421+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:53:36.243453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:53:36.245020+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:53:36.277095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:53:36.280277+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:53:36.338769+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:53:36.346845+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:53:36.347403+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:53:36.371141+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:53:36.571474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8f989"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d8f989","method":"GET"} [] [2022-03-27T04:54:46.002504+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T04:54:46.040424+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:54:46.085462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:54:46.089875+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:54:46.089947+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:54:46.089982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:54:46.090012+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:54:46.154717+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["36"]] [] [2022-03-27T04:54:46.163243+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T04:54:46.164809+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T04:54:46.168585+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T04:54:46.215648+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T04:54:46.216651+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":36,"11":24} [] [2022-03-27T04:54:46.219076+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":526,"6":89} [] [2022-03-27T04:54:46.219427+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":526,"6":88} [] [2022-03-27T04:54:46.221284+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T04:54:46.234967+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:54:46.364654+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T04:54:46.391209+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:54:46.391269+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:54:46.391306+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:54:46.392368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:54:46.413810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:54:46.416819+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:54:46.429130+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T04:54:46.483542+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T04:54:46.486935+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[526,525,524,523,522,521,520,519,518,517]] [] [2022-03-27T04:54:46.494200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T04:54:46.494672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T04:54:46.494986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T04:54:46.495290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T04:54:46.495587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T04:54:46.495881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T04:54:46.496171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T04:54:46.496488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T04:54:46.496779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T04:54:46.497066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T04:54:46.498454+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T04:54:46.505470+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:54:46.718774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fffc2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1fffc2","method":"GET"} [] [2022-03-27T04:55:10.664132+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T04:55:10.688735+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T04:55:10.688792+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:55:10.688825+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T04:55:10.689853+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T04:55:10.711460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T04:55:10.714542+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T04:55:10.760505+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T04:55:10.766464+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T04:55:10.767018+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T04:55:10.786932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T04:55:11.001427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"859632"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/859632","method":"GET"} [] [2022-03-27T05:00:17.214432+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T05:00:17.250272+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:00:17.279410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:00:17.282680+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:00:17.282746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:00:17.282781+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:00:17.282811+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:00:17.350584+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["22"]] [] [2022-03-27T05:00:17.360261+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T05:00:17.361885+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T05:00:17.365645+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T05:00:17.413470+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T05:00:17.414443+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":22,"11":24} [] [2022-03-27T05:00:17.416204+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":527,"6":89} [] [2022-03-27T05:00:17.417412+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":527,"6":88} [] [2022-03-27T05:00:17.418498+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T05:00:17.433091+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:00:17.559331+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T05:00:17.583733+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:00:17.583788+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:00:17.583819+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:00:17.584918+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:00:17.616328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:00:17.619535+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:00:17.631671+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T05:00:17.685639+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T05:00:17.689350+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[527,526,525,524,523,522,521,520,519,518]] [] [2022-03-27T05:00:17.696592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T05:00:17.697059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T05:00:17.697432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T05:00:17.697810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T05:00:17.698180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T05:00:17.698550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T05:00:17.698925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T05:00:17.699297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T05:00:17.699695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T05:00:17.700067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T05:00:17.701576+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T05:00:17.708859+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:00:17.962620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51d18a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/51d18a","method":"GET"} [] [2022-03-27T05:00:19.453147+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T05:00:19.481529+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:00:19.481590+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:00:19.481626+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:00:19.483202+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:00:19.510835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:00:19.514118+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:00:19.571878+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T05:00:19.580551+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T05:00:19.581212+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T05:00:19.602705+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:00:19.795744+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29d109"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/29d109","method":"GET"} [] [2022-03-27T05:01:13.960291+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T05:01:13.992712+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:01:14.018464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:01:14.021770+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:01:14.021831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:01:14.021865+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:01:14.021894+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:01:14.083597+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["23"]] [] [2022-03-27T05:01:14.091505+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T05:01:14.093147+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T05:01:14.097335+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T05:01:14.140868+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T05:01:14.141828+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":23,"11":24} [] [2022-03-27T05:01:14.144043+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":528,"6":89} [] [2022-03-27T05:01:14.144274+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":528,"6":88} [] [2022-03-27T05:01:14.145341+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T05:01:14.159312+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:01:14.280395+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T05:01:14.304257+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:01:14.304310+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:01:14.304408+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:01:14.305408+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:01:14.327428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:01:14.330280+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:01:14.342268+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T05:01:14.394682+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T05:01:14.397819+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[528,527,526,525,524,523,522,521,520,519]] [] [2022-03-27T05:01:14.404772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T05:01:14.405193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T05:01:14.405516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T05:01:14.405832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T05:01:14.406144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T05:01:14.406515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T05:01:14.406826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T05:01:14.407139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T05:01:14.407447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T05:01:14.407780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T05:01:14.409143+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T05:01:14.415730+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:01:14.676879+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c80fb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c80fb","method":"GET"} [] [2022-03-27T05:01:16.177819+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T05:01:16.205039+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:01:16.205096+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:01:16.205129+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:01:16.206611+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:01:16.233476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:01:16.236649+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:01:16.292118+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T05:01:16.300384+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T05:01:16.300931+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T05:01:16.322605+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:01:16.498400+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3636f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d3636f","method":"GET"} [] [2022-03-27T05:02:34.389151+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T05:02:34.425735+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:02:34.453311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:02:34.456758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:02:34.456825+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:02:34.456860+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:02:34.456890+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:02:34.520470+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["24"]] [] [2022-03-27T05:02:34.528563+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T05:02:34.530118+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T05:02:34.534278+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T05:02:34.580262+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T05:02:34.581265+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-27T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":24,"11":24} [] [2022-03-27T05:02:34.583609+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":529,"6":89} [] [2022-03-27T05:02:34.583890+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":529,"6":88} [] [2022-03-27T05:02:34.585031+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T05:02:34.599203+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:02:34.726605+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T05:02:34.750394+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:02:34.750450+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:02:34.750482+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:02:34.751474+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:02:34.771095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:02:34.774000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:02:34.785941+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T05:02:34.838343+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T05:02:34.841489+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[529,528,527,526,525,524,523,522,521,520]] [] [2022-03-27T05:02:34.848439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T05:02:34.848940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T05:02:34.849271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T05:02:34.849587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T05:02:34.849897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T05:02:34.850206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T05:02:34.850515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T05:02:34.850822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T05:02:34.851126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T05:02:34.851431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T05:02:34.852814+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T05:02:34.859424+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:02:35.109066+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d743e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4d743e","method":"GET"} [] [2022-03-27T05:02:44.988493+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T05:02:45.013837+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:02:45.013896+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:02:45.013929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:02:45.014980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:02:45.035812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:02:45.038856+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:02:45.085578+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T05:02:45.091666+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T05:02:45.092230+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T05:02:45.111958+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:02:45.301023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59a883"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/59a883","method":"GET"} [] [2022-03-27T05:03:45.527110+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T05:03:45.556168+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:03:45.597294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:03:45.600531+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:03:45.600593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:03:45.600627+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:03:45.600656+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:03:45.659370+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["25"]] [] [2022-03-27T05:03:45.667222+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T05:03:45.668688+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T05:03:45.672245+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T05:03:45.714739+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T05:03:45.715688+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":25,"11":24} [] [2022-03-27T05:03:45.717941+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":530,"6":89} [] [2022-03-27T05:03:45.718181+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":530,"6":88} [] [2022-03-27T05:03:45.719244+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T05:03:45.731691+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:03:45.851010+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T05:03:45.874607+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:03:45.874660+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:03:45.874691+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:03:45.875676+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:03:45.898172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:03:45.901190+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:03:45.913391+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T05:03:45.966856+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T05:03:45.970035+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[530,529,528,527,526,525,524,523,522,521]] [] [2022-03-27T05:03:45.976927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T05:03:45.977368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T05:03:45.977716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T05:03:45.978054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T05:03:45.978389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T05:03:45.978727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T05:03:45.979077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T05:03:45.979426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T05:03:45.979753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T05:03:45.980082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T05:03:45.980476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T05:03:45.981907+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T05:03:45.988668+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:03:46.248978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b70742"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b70742","method":"GET"} [] [2022-03-27T05:04:00.852299+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T05:04:00.885842+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:04:00.885899+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:04:00.885933+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:04:00.887500+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:04:00.926277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:04:00.929855+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:04:00.990059+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T05:04:00.998446+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T05:04:00.999012+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T05:04:01.022893+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:04:01.226240+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b389f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1b389f","method":"GET"} [] [2022-03-27T05:04:53.490799+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T05:04:53.520472+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:04:53.548047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:04:53.551546+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:04:53.551617+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:04:53.551653+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:04:53.551684+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:04:53.614884+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["26"]] [] [2022-03-27T05:04:53.622834+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T05:04:53.624360+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T05:04:53.628124+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T05:04:53.672803+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T05:04:53.673764+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":26,"11":24} [] [2022-03-27T05:04:53.675907+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":531,"6":89} [] [2022-03-27T05:04:53.676133+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":531,"6":88} [] [2022-03-27T05:04:53.677226+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T05:04:53.689924+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:04:53.823769+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T05:04:53.848903+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:04:53.848966+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:04:53.849001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:04:53.850084+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:04:53.870666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:04:53.873722+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:04:53.886081+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T05:04:53.939955+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T05:04:53.943237+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[531,530,529,528,527,526,525,524,523,522]] [] [2022-03-27T05:04:53.950336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T05:04:53.950765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T05:04:53.951100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T05:04:53.951425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T05:04:53.951811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T05:04:53.952133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T05:04:53.952452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T05:04:53.952771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T05:04:53.953087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T05:04:53.953405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T05:04:53.953721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T05:04:53.955124+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T05:04:53.961996+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:04:54.239170+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1482ff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1482ff","method":"GET"} [] [2022-03-27T05:04:55.909097+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T05:04:55.938032+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:04:55.938090+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:04:55.938127+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:04:55.939730+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:04:55.981465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:04:55.985259+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:04:56.063783+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T05:04:56.072582+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T05:04:56.073218+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T05:04:56.095914+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:04:56.295513+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"703ff2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/703ff2","method":"GET"} [] [2022-03-27T05:05:48.710723+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T05:05:48.739720+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:05:48.772820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:05:48.775953+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:05:48.776020+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:05:48.776055+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:05:48.776086+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:05:48.826708+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["27"]] [] [2022-03-27T05:05:48.833264+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T05:05:48.834923+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T05:05:48.837627+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T05:05:48.884491+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T05:05:48.885528+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":27,"11":24} [] [2022-03-27T05:05:48.888912+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":532,"6":89} [] [2022-03-27T05:05:48.890188+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":532,"6":88} [] [2022-03-27T05:05:48.891327+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T05:05:48.904635+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:05:49.038211+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T05:05:49.065390+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T05:05:49.065455+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:05:49.065489+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T05:05:49.066558+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T05:05:49.087627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T05:05:49.090632+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T05:05:49.103103+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T05:05:49.159539+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T05:05:49.162958+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[532,531,530,529,528,527,526,525,524,523]] [] [2022-03-27T05:05:49.172496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T05:05:49.173012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T05:05:49.173357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T05:05:49.173688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T05:05:49.174008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T05:05:49.174358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T05:05:49.174686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T05:05:49.175015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T05:05:49.175333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T05:05:49.175647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T05:05:49.175960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T05:05:49.177435+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T05:05:49.185761+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T05:05:49.454122+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92144e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/92144e","method":"GET"} [] [2022-03-27T06:29:08.199368+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2022-03-27T06:29:08.239715+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:29:08.239775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:08.239809+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:08.241586+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:29:08.273131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:29:08.279596+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:29:08.344914+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:29:08.378856+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:29:08.614421+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd49cd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bd49cd","method":"GET"} [] [2022-03-27T06:29:15.303078+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicessummary","method":"POST"} [] [2022-03-27T06:29:15.328813+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:29:15.349492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:29:15.352624+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:29:15.352688+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:29:15.352722+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:15.352822+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:15.393291+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["46"]] [] [2022-03-27T06:29:15.470387+00:00] doctrine.DEBUG: SELECT t.vehicle_id, t.number, DATE_FORMAT(t.purchase_date, "%d %M %Y") as purchase_date, DATE_FORMAT(t.work_date, "%d %M %Y") as work_date, ROUND(t.totalamount) as totalamount, ROUND((t.totalamount/t.datediff), 2) as costpermonth FROM ( SELECT s.vehicle_id, v.number, v.purchase_date, MAX(s.work_date) as work_date, SUM(sd.unit_price * sd.quantity) as totalamount , ROUND((DATEDIFF(MAX(s.work_date), v.purchase_date)/30) ,0 ) as datediff FROM vehicle v LEFT JOIN service s ON v.id = s.vehicle_id LEFT JOIN service_details sd ON sd.service_id = s.id WHERE v.type = 2 AND (0 = :acId OR s.vehicle_id = :acId) GROUP BY v.id ) t; {"acId":46} [] [2022-03-27T06:29:15.593372+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:29:15.614957+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:29:34.107581+00:00] request.INFO: Matched route "reports_ac_servicessummary". {"route":"reports_ac_servicessummary","route_parameters":{"_route":"reports_ac_servicessummary","_controller":"App\\Controller\\ReportsController::acservicessummary"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicessummary","method":"GET"} [] [2022-03-27T06:29:34.145187+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:29:34.145243+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:34.145277+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:34.146828+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:29:34.197382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:29:34.201407+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:29:34.256885+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:29:34.288016+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:29:34.560263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebaed1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ebaed1","method":"GET"} [] [2022-03-27T06:29:35.959778+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:29:35.989508+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:29:35.989569+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:35.989602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:35.990677+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:29:36.012850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:29:36.016031+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:29:36.059129+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:29:36.082879+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:29:36.257390+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17bb37"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/17bb37","method":"GET"} [] [2022-03-27T06:29:57.182951+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:29:57.217241+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:29:57.257128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:29:57.260611+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:29:57.260674+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:29:57.260708+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:57.260739+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:29:57.313828+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["46"]] [] [2022-03-27T06:29:57.391505+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [46,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:29:57.397318+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [46,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:29:57.403892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:29:57.409004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [111] [] [2022-03-27T06:29:57.411514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:29:57.412873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:29:57.413196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:29:57.413541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [508] [] [2022-03-27T06:29:57.508222+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:29:57.529416+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:33:38.509288+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:33:38.551348+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:33:38.551419+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:33:38.551558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:33:38.553354+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:33:38.612669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:33:38.616752+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:33:38.678013+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:33:38.707200+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:33:38.957927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bc819"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5bc819","method":"GET"} [] [2022-03-27T06:33:45.544406+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:33:45.580508+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:33:45.625821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:33:45.629302+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:33:45.629367+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:33:45.629402+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:33:45.629432+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:33:45.681681+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["47"]] [] [2022-03-27T06:33:45.754868+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [47,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:33:45.761542+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [47,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:33:45.767277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:33:45.770938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [112] [] [2022-03-27T06:33:45.773248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:33:45.773675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:33:45.774009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:33:45.774314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [509] [] [2022-03-27T06:33:45.863672+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:33:45.884602+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:40:24.806272+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:40:24.839605+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:40:24.839665+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:24.839698+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:24.841442+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:40:24.869748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:40:24.873335+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:40:24.928666+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:40:24.958442+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:40:25.215180+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bef2b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0bef2b","method":"GET"} [] [2022-03-27T06:40:30.736241+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:40:30.768818+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:40:30.794136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:40:30.797496+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:40:30.797558+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:40:30.797592+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:30.797620+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:30.847679+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["48"]] [] [2022-03-27T06:40:30.919797+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [48,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:40:30.926237+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [48,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:40:30.931733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:40:30.935312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [156] [] [2022-03-27T06:40:30.938465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:40:30.938952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:40:31.011568+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:40:31.031578+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:40:47.271778+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:40:47.298864+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:40:47.298923+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:47.298957+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:47.300015+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:40:47.322204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:40:47.325320+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:40:47.365463+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:40:47.388307+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:40:47.628539+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36b9c8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/36b9c8","method":"GET"} [] [2022-03-27T06:40:52.286450+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-27T06:40:52.310529+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:40:52.310583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:52.310615+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:52.311683+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:40:52.347183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:40:52.350246+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:40:52.365902+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:40:52.420797+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-27T06:40:52.424717+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[532,531,530,529,528,527,526,525,524,523]] [] [2022-03-27T06:40:52.431999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:40:52.432471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:40:52.432879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:40:52.433251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:40:52.433621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:40:52.433993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:40:52.434428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:40:52.434798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:40:52.435158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T06:40:52.435525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:40:52.435896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T06:40:52.437399+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-27T06:40:52.444848+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:40:52.672297+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9b530"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f9b530","method":"GET"} [] [2022-03-27T06:40:55.118831+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-03-27T06:40:55.145739+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:40:55.145795+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:55.145829+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:40:55.147491+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:40:55.195710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:40:55.199080+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:40:55.258771+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-27T06:40:55.266868+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-03-27T06:40:55.267831+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-03-27T06:40:55.295465+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:40:55.491850+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a125b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7a125b","method":"GET"} [] [2022-03-27T06:41:17.850138+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:41:17.883296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:41:17.883366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:41:17.883400+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:41:17.885055+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:41:17.912037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:41:17.915315+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:41:17.932456+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:41:17.998929+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:41:18.003180+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[532,531,530,529,528,527,526,525,524,523]] [] [2022-03-27T06:41:18.010396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:41:18.010827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:41:18.011185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:41:18.011512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:41:18.011828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:41:18.012141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:41:18.012461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:41:18.012778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:41:18.013093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T06:41:18.013407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:41:18.013718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T06:41:18.015142+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:41:18.022801+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:41:18.268784+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05b1a1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/05b1a1","method":"GET"} [] [2022-03-27T06:41:20.195956+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T06:41:20.225678+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:41:20.225739+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:41:20.225777+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:41:20.227417+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:41:20.277527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:41:20.280846+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:41:20.338021+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:41:20.346295+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T06:41:20.346906+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T06:41:20.368051+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:41:20.562336+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e665c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6e665c","method":"GET"} [] [2022-03-27T06:42:51.621920+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T06:42:51.647361+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:42:51.677841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:42:51.680894+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:42:51.680959+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:42:51.680993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:42:51.681022+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:42:51.728550+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["48"]] [] [2022-03-27T06:42:51.734250+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T06:42:51.735426+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T06:42:51.782036+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T06:42:51.783017+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":48,"11":24} [] [2022-03-27T06:42:51.785976+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":533,"6":89} [] [2022-03-27T06:42:51.789690+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T06:42:51.804032+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:42:51.927760+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:42:51.952293+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:42:51.952347+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:42:51.952379+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:42:51.953397+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:42:51.990014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:42:51.993067+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:42:52.004838+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:42:52.057043+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:42:52.060362+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[533,532,531,530,529,528,527,526,525,524]] [] [2022-03-27T06:42:52.067281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:42:52.067731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:42:52.068142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:42:52.068509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:42:52.068912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:42:52.069278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:42:52.069642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:42:52.070011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:42:52.070373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:42:52.070804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T06:42:52.071179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:42:52.072614+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:42:52.079345+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:42:52.350113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e0628"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4e0628","method":"GET"} [] [2022-03-27T06:42:53.773801+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"533"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/533","method":"GET"} [] [2022-03-27T06:42:53.814893+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:42:53.814964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:42:53.815394+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:42:53.819662+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:42:53.853577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:42:53.857210+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:42:53.880937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["533"] [] [2022-03-27T06:42:53.906632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:42:53.907300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:42:53.913423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [533] [] [2022-03-27T06:42:53.916982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:42:53.928245+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:42:54.185656+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06e273"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/06e273","method":"GET"} [] [2022-03-27T06:43:01.506132+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"533"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/533","method":"GET"} [] [2022-03-27T06:43:01.531171+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:43:01.531227+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:01.531259+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:01.532305+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:43:01.562616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:43:01.565859+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:43:01.581089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["533"] [] [2022-03-27T06:43:01.593693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [533] [] [2022-03-27T06:43:01.639410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:43:01.640162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:43:01.641262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:43:01.642618+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:43:01.644138+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T06:43:01.644603+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T06:43:01.669456+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:43:01.907434+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d81bb7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d81bb7","method":"GET"} [] [2022-03-27T06:43:07.090474+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T06:43:07.117715+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:43:07.117770+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:07.117803+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:07.119350+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:43:07.155601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:43:07.158950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:43:07.217075+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:43:07.225375+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T06:43:07.226075+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T06:43:07.247896+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:43:07.439934+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"318335"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/318335","method":"GET"} [] [2022-03-27T06:43:38.279530+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T06:43:38.309996+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:43:38.337222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:43:38.340800+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:43:38.340873+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:43:38.340913+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:38.340947+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:38.395065+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["49"]] [] [2022-03-27T06:43:38.402930+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T06:43:38.404062+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T06:43:38.452275+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T06:43:38.453250+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":49,"11":24} [] [2022-03-27T06:43:38.455499+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":534,"6":89} [] [2022-03-27T06:43:38.456648+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T06:43:38.473857+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:43:38.595609+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:43:38.619779+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:43:38.619833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:38.619866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:38.620865+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:43:38.641096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:43:38.644165+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:43:38.656211+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:43:38.709021+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:43:38.712749+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[534,533,532,531,530,529,528,527,526,525]] [] [2022-03-27T06:43:38.727206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:43:38.727685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:43:38.728059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:43:38.728379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:43:38.728690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:43:38.729004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:43:38.729312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:43:38.729691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:43:38.730005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:43:38.730314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:43:38.730620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T06:43:38.731984+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:43:38.738639+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:43:38.997920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23a631"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/23a631","method":"GET"} [] [2022-03-27T06:43:40.910346+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:43:40.936713+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:43:40.936776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:40.936838+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:43:40.938751+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:43:40.980997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:43:40.984386+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:43:41.031683+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:43:41.060888+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:43:41.235992+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d9088"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3d9088","method":"GET"} [] [2022-03-27T06:44:04.225956+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:44:04.251364+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:44:04.281469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:44:04.284802+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:44:04.284869+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:44:04.284903+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:04.284932+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:04.325215+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["48"]] [] [2022-03-27T06:44:04.393510+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [48,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:44:04.398883+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [48,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:44:04.404687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:44:04.408431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [156] [] [2022-03-27T06:44:04.410789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:44:04.411170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:44:04.411529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:44:04.411863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [533] [] [2022-03-27T06:44:04.502685+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:44:04.522719+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:44:19.532451+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:44:19.558178+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:44:19.558238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:19.558275+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:19.559350+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:44:19.580037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:44:19.583060+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:44:19.622231+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:44:19.644760+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:44:19.837056+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b4b56"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6b4b56","method":"GET"} [] [2022-03-27T06:44:24.975042+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:44:24.999795+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:44:25.035916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:44:25.038931+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:44:25.038992+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:44:25.039026+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:25.039055+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:25.077841+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["49"]] [] [2022-03-27T06:44:25.144289+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [49,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:44:25.149414+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [49,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:44:25.154863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:44:25.158316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [106] [] [2022-03-27T06:44:25.160543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:44:25.160977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:44:25.161277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:44:25.161555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [534] [] [2022-03-27T06:44:25.249001+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:44:25.269088+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:44:31.111924+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:44:31.143169+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:44:31.143226+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:31.143259+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:31.144744+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:44:31.192581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:44:31.195893+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:44:31.244370+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:44:31.268447+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:44:31.482041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab661b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ab661b","method":"GET"} [] [2022-03-27T06:44:36.285774+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:44:36.310707+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:44:36.349357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:44:36.352888+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:44:36.352958+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:44:36.352993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:36.353092+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:36.392827+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["37"]] [] [2022-03-27T06:44:36.459658+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [37,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:44:36.464936+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [37,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:44:36.470540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:44:36.474170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [82] [] [2022-03-27T06:44:36.476496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:44:36.476899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:44:36.477253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:44:36.477577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [525] [] [2022-03-27T06:44:36.477992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [510] [] [2022-03-27T06:44:36.587683+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:44:36.607412+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:44:53.631612+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:44:53.663140+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:44:53.663195+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:53.663227+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:44:53.664754+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:44:53.704634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:44:53.707965+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:44:53.756243+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:44:53.780203+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:44:53.954385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3c526"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c3c526","method":"GET"} [] [2022-03-27T06:45:02.510651+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:45:02.542011+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:45:02.542068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:02.542101+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:02.543540+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:45:02.585868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:45:02.589375+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:45:02.605527+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:45:02.669087+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:45:02.672718+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[534,533,532,531,530,529,528,527,526,525]] [] [2022-03-27T06:45:02.681694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:45:02.682197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:45:02.682618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:45:02.683008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:45:02.683399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:45:02.683787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:45:02.684167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:45:02.684568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:45:02.684960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:45:02.685416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:45:02.685811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T06:45:02.687299+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:45:02.694232+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:45:02.939157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a64be"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9a64be","method":"GET"} [] [2022-03-27T06:45:13.259321+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"525"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/525","method":"GET"} [] [2022-03-27T06:45:13.283791+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:45:13.283847+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:13.283880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:13.284939+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:45:13.306855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:45:13.310117+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:45:13.321908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["525"] [] [2022-03-27T06:45:13.344601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [37] [] [2022-03-27T06:45:13.345236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:45:13.348912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [525] [] [2022-03-27T06:45:13.352369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:45:13.352804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:45:13.361502+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:45:13.592411+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50bf44"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/50bf44","method":"GET"} [] [2022-03-27T06:45:24.490207+00:00] request.INFO: Matched route "ac_service_delete". {"route":"ac_service_delete","route_parameters":{"_route":"ac_service_delete","_controller":"App\\Controller\\AcServiceController::delete","id":"525"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/delete/525","method":"GET"} [] [2022-03-27T06:45:24.517899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:45:24.517958+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:24.517991+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:24.519558+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:45:24.562247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:45:24.565627+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:45:24.621406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["525"] [] [2022-03-27T06:45:24.634801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [525] [] [2022-03-27T06:45:24.638548+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T06:45:24.638775+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1904] [] [2022-03-27T06:45:24.639525+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1905] [] [2022-03-27T06:45:24.639785+00:00] doctrine.DEBUG: DELETE FROM service WHERE id = ? [525] [] [2022-03-27T06:45:24.640067+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T06:45:24.658810+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:45:24.796692+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:45:24.827237+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:45:24.827297+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:24.827329+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:24.828802+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:45:24.877061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:45:24.880424+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:45:24.896868+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:45:24.960799+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:45:24.964218+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[534,533,532,531,530,529,528,527,526,524]] [] [2022-03-27T06:45:24.971351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:45:24.971844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:45:24.972221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:45:24.972598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:45:24.973040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:45:24.973425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:45:24.973807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:45:24.974184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:45:24.974558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:45:24.974933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:45:24.975312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:45:24.976809+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:45:24.983791+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:45:25.221932+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efccec"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/efccec","method":"GET"} [] [2022-03-27T06:45:27.433385+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:45:27.460471+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:45:27.460526+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:27.460559+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:27.462057+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:45:27.487453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:45:27.490700+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:45:27.505855+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:45:27.568337+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:45:27.571914+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[534,533,532,531,530,529,528,527,526,524]] [] [2022-03-27T06:45:27.579422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:45:27.579930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:45:27.580328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:45:27.580750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:45:27.581139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:45:27.581532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:45:27.581933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:45:27.582396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:45:27.582791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:45:27.583188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:45:27.583585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:45:27.585103+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:45:27.591968+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:45:27.799469+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80fb65"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/80fb65","method":"GET"} [] [2022-03-27T06:45:31.638603+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:45:31.665094+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:45:31.665149+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:31.665182+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:31.666687+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:45:31.713335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:45:31.716620+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:45:31.764792+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:45:31.790683+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:45:31.992659+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63a124"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/63a124","method":"GET"} [] [2022-03-27T06:45:51.367196+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:45:51.397748+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:45:51.441401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:45:51.444769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:45:51.444835+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:45:51.444871+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:51.444901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:45:51.496700+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["37"]] [] [2022-03-27T06:45:51.571078+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [37,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:45:51.577781+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [37,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:45:51.583630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:45:51.587332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [82] [] [2022-03-27T06:45:51.589752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:45:51.590136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:45:51.590502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:45:51.590837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [510] [] [2022-03-27T06:45:51.684608+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:45:51.705323+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:04.626867+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:46:04.653222+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:46:04.653284+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:04.653322+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:04.654419+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:46:04.693610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:46:04.696741+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:46:04.735973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:46:04.759344+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:04.948512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1151d9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1151d9","method":"GET"} [] [2022-03-27T06:46:09.313135+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:46:09.339795+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:46:09.379284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:46:09.382629+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:46:09.382699+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:46:09.382733+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:09.382762+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:09.423835+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["36"]] [] [2022-03-27T06:46:09.496726+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [36,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:46:09.502128+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [36,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:46:09.508221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:46:09.512441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [91] [] [2022-03-27T06:46:09.514896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:46:09.515318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:46:09.515674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:46:09.516006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [526] [] [2022-03-27T06:46:09.516522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-27T06:46:09.632364+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:46:09.658770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:21.353247+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:46:21.384645+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:46:21.384701+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:21.384734+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:21.386181+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:46:21.425464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:46:21.428867+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:46:21.477881+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:46:21.501836+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:21.688515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91424b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/91424b","method":"GET"} [] [2022-03-27T06:46:30.090227+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:46:30.121746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:46:30.121803+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:30.121836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:30.123279+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:46:30.165155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:46:30.168558+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:46:30.185453+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:46:30.248871+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:46:30.252303+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[534,533,532,531,530,529,528,527,526,524]] [] [2022-03-27T06:46:30.259530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:46:30.260032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:46:30.260408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:46:30.260796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:46:30.261169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:46:30.261541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:46:30.261990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:46:30.262369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:46:30.262750+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:46:30.263125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:46:30.263497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:46:30.264985+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:46:30.271931+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:30.497441+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3588c2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3588c2","method":"GET"} [] [2022-03-27T06:46:41.538694+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"526"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/526","method":"GET"} [] [2022-03-27T06:46:41.562425+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:46:41.562478+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:41.562510+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:41.563498+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:46:41.596474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:46:41.599464+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:46:41.610468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["526"] [] [2022-03-27T06:46:41.631232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [36] [] [2022-03-27T06:46:41.631733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:46:41.635083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [526] [] [2022-03-27T06:46:41.638325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:46:41.638688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:46:41.647034+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:41.868750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4426ab"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4426ab","method":"GET"} [] [2022-03-27T06:46:45.757234+00:00] request.INFO: Matched route "ac_service_delete". {"route":"ac_service_delete","route_parameters":{"_route":"ac_service_delete","_controller":"App\\Controller\\AcServiceController::delete","id":"526"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/delete/526","method":"GET"} [] [2022-03-27T06:46:45.784434+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:46:45.784490+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:45.784523+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:45.786166+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:46:45.824878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:46:45.828158+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:46:45.845641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["526"] [] [2022-03-27T06:46:45.859716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [526] [] [2022-03-27T06:46:45.863568+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T06:46:45.863797+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1906] [] [2022-03-27T06:46:45.864506+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1907] [] [2022-03-27T06:46:45.864766+00:00] doctrine.DEBUG: DELETE FROM service WHERE id = ? [526] [] [2022-03-27T06:46:45.865056+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T06:46:45.883241+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:46.021580+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:46:46.053095+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:46:46.053151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:46.053184+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:46.054676+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:46:46.080606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:46:46.084044+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:46:46.100067+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:46:46.164417+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:46:46.168070+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[534,533,532,531,530,529,528,527,524,523]] [] [2022-03-27T06:46:46.175197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:46:46.175776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:46:46.176167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:46:46.176560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:46:46.176953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:46:46.177346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:46:46.177734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:46:46.178125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:46:46.178517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:46:46.178905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:46:46.179295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T06:46:46.180784+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:46:46.187684+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:46.429108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e98ab"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6e98ab","method":"GET"} [] [2022-03-27T06:46:49.499567+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:46:49.526560+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:46:49.526617+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:49.526650+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:46:49.528160+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:46:49.573866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:46:49.577097+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:46:49.624480+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:46:49.650434+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:46:49.834849+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd517f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bd517f","method":"GET"} [] [2022-03-27T06:47:06.693527+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:47:06.723620+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:47:06.773550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:47:06.776867+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:47:06.776931+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:47:06.776966+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:47:06.776995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:47:06.827612+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["36"]] [] [2022-03-27T06:47:06.898879+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [36,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:47:06.905431+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [36,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:47:06.911162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:47:06.914766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [91] [] [2022-03-27T06:47:06.917091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:47:06.917522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:47:06.917881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:47:06.918193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [511] [] [2022-03-27T06:47:07.010408+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:47:07.030217+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:47:20.349588+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:47:20.374207+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:47:20.374264+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:47:20.374300+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:47:20.375351+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:47:20.417469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:47:20.420695+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:47:20.459469+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:47:20.481454+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:47:20.662965+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9396ae"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9396ae","method":"GET"} [] [2022-03-27T06:47:27.024162+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:47:27.057316+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:47:27.103209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:47:27.106486+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:47:27.106548+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:47:27.106582+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:47:27.106611+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:47:27.156661+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["21"]] [] [2022-03-27T06:47:27.227099+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [21,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:47:27.233213+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [21,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:47:27.238801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:47:27.242379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [87] [] [2022-03-27T06:47:27.244583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:47:27.244978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:47:27.317712+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:47:27.337476+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:47:43.215155+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:47:43.239557+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:47:43.239612+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:47:43.239644+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:47:43.240668+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:47:43.273047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:47:43.276106+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:47:43.314386+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:47:43.336743+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:47:43.518766+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b1d83"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3b1d83","method":"GET"} [] [2022-03-27T06:48:58.374033+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:48:58.407185+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:48:58.407244+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:48:58.407279+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:48:58.408755+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:48:58.450169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:48:58.453571+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:48:58.471033+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:48:58.538199+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:48:58.541573+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[534,533,532,531,530,529,528,527,524,523]] [] [2022-03-27T06:48:58.548773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:48:58.549257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:48:58.549635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:48:58.550007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:48:58.550449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:48:58.550822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:48:58.551197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:48:58.551569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:48:58.551943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:48:58.552315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:48:58.552691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T06:48:58.554142+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:48:58.561225+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:48:58.775725+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ed3a7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1ed3a7","method":"GET"} [] [2022-03-27T06:50:13.690477+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T06:50:13.727133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:50:13.727194+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:50:13.727228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:50:13.728832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:50:13.767542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:50:13.771278+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:50:13.834896+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:50:13.843248+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T06:50:13.843828+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T06:50:13.867921+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:50:14.057673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f8f83"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8f8f83","method":"GET"} [] [2022-03-27T06:51:49.243833+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:51:49.275828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:51:49.275885+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:51:49.275917+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:51:49.277483+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:51:49.318175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:51:49.321497+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:51:49.370957+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:51:49.397484+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:51:49.588582+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc2a45"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dc2a45","method":"GET"} [] [2022-03-27T06:52:27.356935+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:52:27.389242+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:52:27.414981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:52:27.418301+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:52:27.418365+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:52:27.418399+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:52:27.418428+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:52:27.468509+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["21"]] [] [2022-03-27T06:52:27.540428+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [21,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:52:27.546691+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [21,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:52:27.552167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:52:27.555821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [87] [] [2022-03-27T06:52:27.558613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:52:27.559134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:52:27.633186+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:52:27.653854+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:52:33.329614+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:52:33.353694+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:52:33.353747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:52:33.353780+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:52:33.354775+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:52:33.387244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:52:33.392304+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:52:33.430773+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:52:33.454005+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:52:33.646976+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91015f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/91015f","method":"GET"} [] [2022-03-27T06:52:35.722275+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:52:35.746626+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:52:35.746680+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:52:35.746713+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:52:35.747707+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:52:35.777725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:52:35.781446+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:52:35.794755+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:52:35.856199+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:52:35.860364+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[534,533,532,531,530,529,528,527,524,523]] [] [2022-03-27T06:52:35.868841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:52:35.869383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:52:35.869751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:52:35.870104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:52:35.870453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:52:35.870795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:52:35.871142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:52:35.871487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:52:35.871906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:52:35.872254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:52:35.872598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T06:52:35.874087+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:52:35.881061+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:52:36.118546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73a28c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/73a28c","method":"GET"} [] [2022-03-27T06:52:37.429018+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T06:52:37.455309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:52:37.455364+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:52:37.455396+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:52:37.456881+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:52:37.497316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:52:37.500559+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:52:37.557873+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:52:37.566009+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T06:52:37.566707+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T06:52:37.588202+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:52:37.761566+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"799da1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/799da1","method":"GET"} [] [2022-03-27T06:53:50.423075+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T06:53:50.455794+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:53:50.481745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:53:50.484997+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:53:50.485059+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:53:50.485093+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:53:50.485121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:53:50.546372+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["21"]] [] [2022-03-27T06:53:50.554278+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T06:53:50.555800+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T06:53:50.559495+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T06:53:50.603275+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T06:53:50.604281+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":21,"11":24} [] [2022-03-27T06:53:50.606593+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":535,"6":89} [] [2022-03-27T06:53:50.606899+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":535,"6":88} [] [2022-03-27T06:53:50.608106+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T06:53:50.620593+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:53:50.747204+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:53:50.771505+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:53:50.771562+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:53:50.771595+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:53:50.772617+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:53:50.816662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:53:50.819707+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:53:50.831788+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:53:50.884011+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:53:50.887161+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[535,534,533,532,531,530,529,528,527,524]] [] [2022-03-27T06:53:50.895756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-27T06:53:50.896184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:53:50.896579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:53:50.896898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:53:50.897209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:53:50.897522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:53:50.897829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:53:50.898138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:53:50.898448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:53:50.898756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:53:50.899062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:53:50.900417+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:53:50.906963+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:53:51.177492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"980488"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/980488","method":"GET"} [] [2022-03-27T06:53:53.552438+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:53:53.580004+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:53:53.580140+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:53:53.580196+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:53:53.581744+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:53:53.619275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:53:53.622554+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:53:53.669620+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:53:53.694338+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:53:53.878716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"214834"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/214834","method":"GET"} [] [2022-03-27T06:54:16.886088+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:54:16.911407+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:54:16.952302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:54:16.955349+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:54:16.955412+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:54:16.955446+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:54:16.955474+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:54:16.995462+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["21"]] [] [2022-03-27T06:54:17.064068+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [21,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:54:17.069519+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [21,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:54:17.075154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:54:17.078721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [87] [] [2022-03-27T06:54:17.081059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:54:17.081402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:54:17.081715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:54:17.082002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [535] [] [2022-03-27T06:54:17.172907+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:54:17.192870+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:54:38.165464+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:54:38.190710+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:54:38.190766+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:54:38.190799+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:54:38.191880+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:54:38.236745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:54:38.239894+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:54:38.278816+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:54:38.300821+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:54:38.490369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3db7f1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3db7f1","method":"GET"} [] [2022-03-27T06:54:47.388226+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:54:47.420921+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:54:47.447956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:54:47.451340+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:54:47.451403+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:54:47.451437+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:54:47.451466+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:54:47.503720+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["28"]] [] [2022-03-27T06:54:47.575209+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [28,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:54:47.581597+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [28,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:54:47.587286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:54:47.591014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [103] [] [2022-03-27T06:54:47.593287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:54:47.593634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:54:47.593986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:54:47.594317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [513] [] [2022-03-27T06:54:47.686427+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:54:47.706282+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:54:55.074175+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:54:55.098069+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:54:55.098122+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:54:55.098155+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:54:55.099154+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:54:55.130184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:54:55.133322+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:54:55.171831+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:54:55.193953+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:54:55.371556+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1399a2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1399a2","method":"GET"} [] [2022-03-27T06:55:04.258852+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:55:04.291762+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:55:04.330298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:55:04.333816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:55:04.333883+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:55:04.333918+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:55:04.333948+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:55:04.387668+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["29"]] [] [2022-03-27T06:55:04.459441+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [29,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:55:04.465767+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [29,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:55:04.471384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:55:04.475012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [104] [] [2022-03-27T06:55:04.477245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:55:04.477620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:55:04.478036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:55:04.478368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [514] [] [2022-03-27T06:55:04.570093+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:55:04.590197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:55:10.599619+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:55:10.624540+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:55:10.624599+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:55:10.624631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:55:10.625629+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:55:10.655631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:55:10.658703+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:55:10.697867+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:55:10.719870+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:55:10.913390+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e3d29"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7e3d29","method":"GET"} [] [2022-03-27T06:55:16.169568+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:55:16.202351+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:55:16.228133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:55:16.231510+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:55:16.231574+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:55:16.231608+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:55:16.231637+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:55:16.281068+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["30"]] [] [2022-03-27T06:55:16.351113+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [30,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:55:16.357249+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [30,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:55:16.362850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:55:16.366512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [105] [] [2022-03-27T06:55:16.368804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:55:16.369201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:55:16.441466+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:55:16.461001+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:55:58.573875+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:55:58.607477+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:55:58.607536+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:55:58.607574+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:55:58.609214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:55:58.660957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:55:58.664336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:55:58.716605+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:55:58.744749+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:55:58.923859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd7017"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dd7017","method":"GET"} [] [2022-03-27T06:56:05.643681+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:56:05.674526+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:56:05.674581+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:05.674614+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:05.676015+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:56:05.701988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:56:05.705341+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:56:05.722073+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:56:05.784353+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:56:05.788001+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[535,534,533,532,531,530,529,528,527,524]] [] [2022-03-27T06:56:05.795460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-27T06:56:05.795939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:56:05.796347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:56:05.796759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:56:05.797152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:56:05.797546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:56:05.797938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:56:05.798333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:56:05.798759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:56:05.799153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:56:05.799544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T06:56:05.801151+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:56:05.808620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:56:06.055854+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d04e44"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d04e44","method":"GET"} [] [2022-03-27T06:56:08.586735+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T06:56:08.615336+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:56:08.615395+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:08.615432+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:08.617036+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:56:08.643685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:56:08.647026+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:56:08.704693+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:56:08.712929+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T06:56:08.713561+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T06:56:08.735229+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:56:08.917220+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4554de"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4554de","method":"GET"} [] [2022-03-27T06:56:50.942063+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T06:56:50.967169+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:56:51.009324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:56:51.012368+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:56:51.012431+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:56:51.012465+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:51.012495+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:51.061736+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["30"]] [] [2022-03-27T06:56:51.067355+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T06:56:51.068820+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T06:56:51.071345+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T06:56:51.116136+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T06:56:51.117128+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":0.0,"3":"2021-07-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":30,"11":24} [] [2022-03-27T06:56:51.154472+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":536,"6":89} [] [2022-03-27T06:56:51.154825+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":536,"6":88} [] [2022-03-27T06:56:51.156051+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T06:56:51.169039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:56:51.293497+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T06:56:51.317147+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:56:51.317199+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:51.317301+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:51.318297+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:56:51.354365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:56:51.357448+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:56:51.369616+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T06:56:51.422019+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T06:56:51.425218+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[536,535,534,533,532,531,530,529,528,527]] [] [2022-03-27T06:56:51.432385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-27T06:56:51.432845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:56:51.433215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-27T06:56:51.433580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T06:56:51.433943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T06:56:51.434369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T06:56:51.434733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T06:56:51.435102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T06:56:51.435463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T06:56:51.435828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T06:56:51.436192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T06:56:51.437621+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T06:56:51.444272+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:56:51.708492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10bd01"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/10bd01","method":"GET"} [] [2022-03-27T06:56:56.398874+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:56:56.425868+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:56:56.425925+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:56.425958+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:56:56.427462+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:56:56.465746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:56:56.469098+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:56:56.516426+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:56:56.541983+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:56:56.748565+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ec965"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0ec965","method":"GET"} [] [2022-03-27T06:57:14.766068+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:57:14.791502+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:57:14.828200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:57:14.831282+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:57:14.831346+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:57:14.831381+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:57:14.831411+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:57:14.872132+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["30"]] [] [2022-03-27T06:57:14.939792+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [30,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:57:14.945048+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [30,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:57:14.950634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:57:14.954166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [105] [] [2022-03-27T06:57:14.956631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:57:14.957004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:57:14.957326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:57:14.957622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [536] [] [2022-03-27T06:57:15.048754+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:57:15.068873+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:57:25.033974+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:57:25.058203+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:57:25.058258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:57:25.058290+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:57:25.059293+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:57:25.097732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:57:25.101302+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:57:25.140660+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:57:25.163482+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:57:25.344288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e285de"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e285de","method":"GET"} [] [2022-03-27T06:57:46.369266+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:57:46.402524+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:57:46.450683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:57:46.453972+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:57:46.454034+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:57:46.454068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:57:46.454098+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:57:46.504600+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["41"]] [] [2022-03-27T06:57:46.575395+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [41,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:57:46.581657+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [41,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:57:46.587199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:57:46.590975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [78] [] [2022-03-27T06:57:46.593957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:57:46.594422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:57:46.594861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:57:46.595194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [515] [] [2022-03-27T06:57:46.688442+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:57:46.708707+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:57:55.591687+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:57:55.616459+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:57:55.616517+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:57:55.616550+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:57:55.617557+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:57:55.661836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:57:55.664968+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:57:55.703650+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:57:55.725500+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:57:55.923540+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fff3c6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fff3c6","method":"GET"} [] [2022-03-27T06:58:01.682016+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:58:01.748616+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:58:01.790508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:58:01.794011+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:58:01.794075+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:58:01.794110+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:01.794140+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:01.844414+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["42"]] [] [2022-03-27T06:58:01.913591+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [42,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:58:01.921075+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [42,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:58:01.926706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:58:01.930289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [79] [] [2022-03-27T06:58:01.932522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:58:01.932907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:58:01.933245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:58:01.933547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [516] [] [2022-03-27T06:58:02.025280+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:58:02.045712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:58:07.489256+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:58:07.512896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:58:07.512950+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:07.512982+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:07.513958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:58:07.551997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:58:07.554994+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:58:07.592969+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:58:07.615369+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:58:07.806022+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cc143"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4cc143","method":"GET"} [] [2022-03-27T06:58:12.946395+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:58:12.971718+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:58:13.014070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:58:13.017103+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:58:13.017164+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:58:13.017198+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:13.017227+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:13.057347+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["43"]] [] [2022-03-27T06:58:13.124243+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [43,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:58:13.131228+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [43,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:58:13.136873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:58:13.140487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [80] [] [2022-03-27T06:58:13.142839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:58:13.143239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:58:13.217150+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:58:13.237805+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:58:34.432533+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T06:58:34.463698+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:58:34.463755+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:34.463791+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:34.465273+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:58:34.506242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:58:34.509617+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:58:34.558202+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:58:34.582505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T06:58:34.768226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7fcc2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a7fcc2","method":"GET"} [] [2022-03-27T06:58:39.822299+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T06:58:39.847180+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T06:58:39.887646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T06:58:39.890711+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T06:58:39.890774+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T06:58:39.890808+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:39.890836+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T06:58:39.930397+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["31"]] [] [2022-03-27T06:58:39.996630+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [31,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:58:40.001914+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [31,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T06:58:40.007433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T06:58:40.010900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [83] [] [2022-03-27T06:58:40.013213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T06:58:40.013621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T06:58:40.013909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [518] [] [2022-03-27T06:58:40.014283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T06:58:40.106741+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T06:58:40.127001+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:00:19.925653+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:00:19.961584+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:00:19.961642+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:19.961675+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:19.963268+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:00:19.991159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:00:19.994563+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:00:20.046778+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:00:20.075411+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:00:20.310726+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90add7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/90add7","method":"GET"} [] [2022-03-27T07:00:24.942327+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:00:24.969138+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:00:25.005646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:00:25.008706+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:00:25.008768+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:00:25.008803+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:25.008833+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:25.049894+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["32"]] [] [2022-03-27T07:00:25.120024+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [32,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:00:25.125477+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [32,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:00:25.130942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:00:25.134411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [84] [] [2022-03-27T07:00:25.136805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:00:25.137251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:00:25.137539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [519] [] [2022-03-27T07:00:25.137912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:00:25.227135+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:00:25.247809+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:00:32.128396+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:00:32.159977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:00:32.160034+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:32.160067+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:32.161515+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:00:32.204513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:00:32.207799+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:00:32.256185+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:00:32.280485+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:00:32.517099+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64ed5b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64ed5b","method":"GET"} [] [2022-03-27T07:00:38.848922+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:00:38.880814+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:00:38.924582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:00:38.927941+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:00:38.928002+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:00:38.928036+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:38.928065+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:38.977389+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["38"]] [] [2022-03-27T07:00:39.046249+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [38,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:00:39.052373+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [38,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:00:39.057766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:00:39.061197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [154] [] [2022-03-27T07:00:39.063344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:00:39.063677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:00:39.063976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:00:39.064280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [522] [] [2022-03-27T07:00:39.154636+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:00:39.174835+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:00:44.839067+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:00:44.863502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:00:44.863557+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:44.863589+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:44.864623+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:00:44.895433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:00:44.898470+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:00:44.937611+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:00:44.962188+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:00:45.188989+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f015e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9f015e","method":"GET"} [] [2022-03-27T07:00:52.772788+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:00:52.806488+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:00:52.833316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:00:52.836595+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:00:52.836658+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:00:52.836693+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:52.836722+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:00:52.889320+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["32"]] [] [2022-03-27T07:00:52.961428+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [32,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:00:52.967650+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [32,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:00:52.973259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:00:52.976845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [84] [] [2022-03-27T07:00:52.979004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:00:52.979359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:00:52.979655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [519] [] [2022-03-27T07:00:52.980049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:00:53.070913+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:00:53.090846+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:01:00.419443+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:01:00.444706+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:01:00.444841+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:00.444880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:00.445887+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:01:00.480471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:01:00.483496+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:01:00.522554+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:01:00.547038+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:01:00.782410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78adfb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/78adfb","method":"GET"} [] [2022-03-27T07:01:12.544783+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:01:12.579164+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:01:12.614664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:01:12.617994+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:01:12.618055+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:01:12.618090+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:12.618119+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:12.669405+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["38"]] [] [2022-03-27T07:01:12.739433+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [38,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:01:12.745749+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [38,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:01:12.751253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:01:12.754857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [154] [] [2022-03-27T07:01:12.757493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:01:12.757969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:01:12.758299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:01:12.758585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [522] [] [2022-03-27T07:01:12.849117+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:01:12.868523+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:01:20.484458+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:01:20.508833+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:01:20.508888+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:20.508921+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:20.509931+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:01:20.545317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:01:20.548356+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:01:20.586900+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:01:20.608865+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:01:20.830045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2e2bf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c2e2bf","method":"GET"} [] [2022-03-27T07:01:28.118614+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:01:28.149960+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:01:28.196061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:01:28.199361+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:01:28.199420+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:01:28.199454+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:28.199482+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:28.248859+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["33"]] [] [2022-03-27T07:01:28.320958+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [33,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:01:28.363655+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [33,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:01:28.369432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:01:28.373204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [85] [] [2022-03-27T07:01:28.375495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:01:28.375870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:01:28.376227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:01:28.376563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [520] [] [2022-03-27T07:01:28.377009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [521] [] [2022-03-27T07:01:28.488106+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:01:28.509342+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:01:52.479115+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:01:52.504713+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:01:52.504780+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:52.504817+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:01:52.506015+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:01:52.550820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:01:52.553921+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:01:52.593744+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:01:52.616373+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:01:52.840774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f533b2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f533b2","method":"GET"} [] [2022-03-27T07:02:13.219846+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T07:02:13.252961+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:02:13.253020+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:13.253054+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:13.254561+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:02:13.300718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:02:13.304092+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:02:13.320305+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T07:02:13.385643+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T07:02:13.389022+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[536,535,534,533,532,531,530,529,528,527]] [] [2022-03-27T07:02:13.396102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-27T07:02:13.396549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:02:13.396957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-27T07:02:13.397288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T07:02:13.397609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T07:02:13.397927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T07:02:13.398247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T07:02:13.398561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T07:02:13.398874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T07:02:13.399196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T07:02:13.399508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T07:02:13.400905+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T07:02:13.407667+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:02:13.651757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ab9f1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7ab9f1","method":"GET"} [] [2022-03-27T07:02:21.995660+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":"2","_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/2","method":"GET"} [] [2022-03-27T07:02:22.019808+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:02:22.019973+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:22.020013+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:22.021021+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:02:22.057363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:02:22.060386+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:02:22.072601+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T07:02:22.084710+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T07:02:22.128991+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%"] [] [2022-03-27T07:02:22.131893+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[524,523,522,521,520,519,518,517,516,515]] [] [2022-03-27T07:02:22.140051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [35] [] [2022-03-27T07:02:22.140551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:02:22.140899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [34] [] [2022-03-27T07:02:22.141343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [38] [] [2022-03-27T07:02:22.141670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T07:02:22.142020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [32] [] [2022-03-27T07:02:22.142343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [31] [] [2022-03-27T07:02:22.142661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [40] [] [2022-03-27T07:02:22.142977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [42] [] [2022-03-27T07:02:22.143296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [41] [] [2022-03-27T07:02:22.149615+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:02:22.391401+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d12c47"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d12c47","method":"GET"} [] [2022-03-27T07:02:30.330294+00:00] request.INFO: Matched route "ac_service_show". {"route":"ac_service_show","route_parameters":{"_route":"ac_service_show","_controller":"App\\Controller\\AcServiceController::show","id":"521"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/show/521","method":"GET"} [] [2022-03-27T07:02:30.356975+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:02:30.357030+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:30.357062+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:30.358562+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:02:30.401416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:02:30.404703+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:02:30.421788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["521"] [] [2022-03-27T07:02:30.442313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T07:02:30.442807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:02:30.446198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [521] [] [2022-03-27T07:02:30.449467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:02:30.449788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:02:30.458213+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:02:30.691659+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b6c70"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7b6c70","method":"GET"} [] [2022-03-27T07:02:34.145896+00:00] request.INFO: Matched route "ac_service_edit". {"route":"ac_service_edit","route_parameters":{"_route":"ac_service_edit","_controller":"App\\Controller\\AcServiceController::edit","id":"521"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/edit/521","method":"GET"} [] [2022-03-27T07:02:34.172472+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:02:34.172528+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:34.172560+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:34.174051+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:02:34.218960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:02:34.222256+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:02:34.240215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["521"] [] [2022-03-27T07:02:34.252369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [521] [] [2022-03-27T07:02:34.297836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [33] [] [2022-03-27T07:02:34.298857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:02:34.300654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:02:34.301439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:02:34.302911+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:02:34.304437+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T07:02:34.304940+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T07:02:34.329225+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:02:34.534721+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c91e0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c91e0","method":"GET"} [] [2022-03-27T07:02:53.307265+00:00] request.INFO: Matched route "ac_service_delete". {"route":"ac_service_delete","route_parameters":{"_route":"ac_service_delete","_controller":"App\\Controller\\AcServiceController::delete","id":"521"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/delete/521","method":"GET"} [] [2022-03-27T07:02:53.335026+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:02:53.335082+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:53.335117+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:53.340456+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:02:53.391166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:02:53.394485+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:02:53.412365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["521"] [] [2022-03-27T07:02:53.426703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [521] [] [2022-03-27T07:02:53.430644+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T07:02:53.430869+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1896] [] [2022-03-27T07:02:53.432065+00:00] doctrine.DEBUG: DELETE FROM service_details WHERE id = ? [1897] [] [2022-03-27T07:02:53.432283+00:00] doctrine.DEBUG: DELETE FROM service WHERE id = ? [521] [] [2022-03-27T07:02:53.432532+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T07:02:53.452404+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:02:53.598672+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T07:02:53.633261+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:02:53.633323+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:53.633361+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:02:53.634944+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:02:53.665092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:02:53.668334+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:02:53.684452+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T07:02:53.749009+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T07:02:53.752335+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[536,535,534,533,532,531,530,529,528,527]] [] [2022-03-27T07:02:53.759434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-27T07:02:53.759879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:02:53.760209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-27T07:02:53.760530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T07:02:53.760849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T07:02:53.761169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T07:02:53.761490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T07:02:53.761805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T07:02:53.762118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T07:02:53.762431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T07:02:53.762743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T07:02:53.764145+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T07:02:53.770987+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:02:54.018282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3445b4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3445b4","method":"GET"} [] [2022-03-27T07:03:00.374897+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:03:00.405620+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:03:00.405677+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:03:00.405711+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:03:00.407269+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:03:00.434948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:03:00.438255+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:03:00.480825+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:03:00.506006+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:03:00.691682+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8868aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8868aa","method":"GET"} [] [2022-03-27T07:03:43.934745+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:03:43.966323+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:03:43.994091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:03:43.997391+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:03:43.997454+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:03:43.997489+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:03:43.997519+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:03:44.048608+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["39"]] [] [2022-03-27T07:03:44.121183+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [39,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:03:44.128277+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [39,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:03:44.134026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:03:44.137612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [155] [] [2022-03-27T07:03:44.139908+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:03:44.140327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:03:44.212322+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:03:44.232112+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:04:27.560826+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:04:27.585950+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:04:27.586007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:04:27.586041+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:04:27.587094+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:04:27.631034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:04:27.634267+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:04:27.676659+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:04:27.699529+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:04:27.881815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"550e35"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/550e35","method":"GET"} [] [2022-03-27T07:04:38.595401+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T07:04:38.627389+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:04:38.627451+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:04:38.627484+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:04:38.629033+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:04:38.670278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:04:38.673593+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:04:38.689576+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T07:04:38.752248+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T07:04:38.755688+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[536,535,534,533,532,531,530,529,528,527]] [] [2022-03-27T07:04:38.762833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-27T07:04:38.763302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:04:38.763679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-27T07:04:38.764057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T07:04:38.764428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T07:04:38.764803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T07:04:38.765180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T07:04:38.765553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T07:04:38.765927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T07:04:38.766299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T07:04:38.766674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [22] [] [2022-03-27T07:04:38.768161+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T07:04:38.775063+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:04:38.998884+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44d2ad"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/44d2ad","method":"GET"} [] [2022-03-27T07:04:40.683662+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"GET"} [] [2022-03-27T07:04:40.712748+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:04:40.712809+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:04:40.712847+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:04:40.714476+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:04:40.745183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:04:40.748589+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:04:40.815371+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:04:40.825094+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 ORDER BY w0_.name ASC [] [] [2022-03-27T07:04:40.825810+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 ORDER BY i0_.name ASC [] [] [2022-03-27T07:04:40.847533+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:04:41.036774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"036a94"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/036a94","method":"GET"} [] [2022-03-27T07:05:41.666254+00:00] request.INFO: Matched route "ac_service_new". {"route":"ac_service_new","route_parameters":{"_route":"ac_service_new","_controller":"App\\Controller\\AcServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice/new","method":"POST"} [] [2022-03-27T07:05:41.700420+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:05:41.740761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:05:41.744100+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:05:41.744207+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:05:41.744246+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:05:41.744276+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:05:41.811779+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["39"]] [] [2022-03-27T07:05:41.819841+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 2 AND w0_.id IN (?) ORDER BY w0_.name ASC [["24"]] [] [2022-03-27T07:05:41.821392+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["89"]] [] [2022-03-27T07:05:41.825102+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 2 AND i0_.id IN (?) ORDER BY i0_.name ASC [["88"]] [] [2022-03-27T07:05:41.871309+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-27T07:05:41.872365+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":0.0,"3":"2021-07-07T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":2,"10":39,"11":24} [] [2022-03-27T07:05:41.874649+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":537,"6":89} [] [2022-03-27T07:05:41.874934+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":0.5,"3":800.0,"4":null,"5":537,"6":88} [] [2022-03-27T07:05:41.876084+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-27T07:05:41.890054+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:05:42.022315+00:00] request.INFO: Matched route "ac_service_index". {"route":"ac_service_index","route_parameters":{"_route":"ac_service_index","page":1,"_controller":"App\\Controller\\AcServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/acservice","method":"GET"} [] [2022-03-27T07:05:42.048122+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:05:42.048181+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:05:42.048217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:05:42.049267+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:05:42.070424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:05:42.073466+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:05:42.085649+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T07:05:42.139649+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-03-27T07:05:42.142847+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%",[537,536,535,534,533,532,531,530,529,528]] [] [2022-03-27T07:05:42.149804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-27T07:05:42.150225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:05:42.150580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-27T07:05:42.150899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-27T07:05:42.151208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T07:05:42.151519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T07:05:42.151826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T07:05:42.152172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T07:05:42.152483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T07:05:42.152791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T07:05:42.153098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T07:05:42.154458+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE s0_.type = 2 AND v1_.number LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-03-27T07:05:42.161042+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:05:42.412460+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9244c7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9244c7","method":"GET"} [] [2022-03-27T07:06:31.666386+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:06:31.691799+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:06:31.691857+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:06:31.691891+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:06:31.692925+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:06:31.731397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:06:31.734495+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:06:31.774150+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:06:31.796857+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:06:31.998126+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"993c62"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/993c62","method":"GET"} [] [2022-03-27T07:08:32.072426+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:08:32.105777+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:08:32.150309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:08:32.153675+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:08:32.153749+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:08:32.153783+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:08:32.153812+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:08:32.206751+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["39"]] [] [2022-03-27T07:08:32.282455+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [39,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:08:32.288995+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [39,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:08:32.294722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:08:32.298368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [155] [] [2022-03-27T07:08:32.300674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:08:32.301106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:08:32.301425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:08:32.301712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [537] [] [2022-03-27T07:08:32.400063+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:08:32.420867+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:08:42.186743+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:08:42.219310+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:08:42.219370+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:08:42.219404+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:08:42.220980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:08:42.267155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:08:42.270696+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:08:42.324809+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:08:42.352570+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:08:42.545868+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"722d8a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/722d8a","method":"GET"} [] [2022-03-27T07:08:54.518004+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:08:54.552798+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:08:54.580691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:08:54.584140+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:08:54.584205+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:08:54.584239+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:08:54.584268+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:08:54.636388+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["34"]] [] [2022-03-27T07:08:54.708033+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [34,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:08:54.714373+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [34,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:08:54.719979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:08:54.723674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [86] [] [2022-03-27T07:08:54.725955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:08:54.726340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:08:54.726701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:08:54.727035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [523] [] [2022-03-27T07:08:54.820741+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:08:54.841018+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:09:00.180516+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:09:00.208337+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:09:00.208396+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:00.208430+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:00.209588+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:09:00.241138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:09:00.244754+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:09:00.295495+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:09:00.321395+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:09:00.502813+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fa8a5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2fa8a5","method":"GET"} [] [2022-03-27T07:09:17.897744+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:09:17.930026+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:09:17.970457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:09:17.973871+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:09:17.973934+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:09:17.973969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:17.974039+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:18.025882+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["35"]] [] [2022-03-27T07:09:18.100812+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [35,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:09:18.107077+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [35,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:09:18.112649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:09:18.116347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [90] [] [2022-03-27T07:09:18.118601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:09:18.118948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:09:18.119263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:09:18.119549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [524] [] [2022-03-27T07:09:18.214104+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:09:18.234211+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:09:26.682562+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:09:26.710568+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:09:26.710630+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:26.710668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:26.711753+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:09:26.733929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:09:26.737626+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:09:26.788555+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:09:26.817584+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:09:27.037593+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc42d1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cc42d1","method":"GET"} [] [2022-03-27T07:09:40.335020+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:09:40.367518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:09:40.417018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:09:40.420394+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:09:40.420458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:09:40.420492+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:40.420522+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:40.470943+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["24"]] [] [2022-03-27T07:09:40.542645+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [24,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:09:40.548982+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [24,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:09:40.554498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:09:40.558018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [95] [] [2022-03-27T07:09:40.560206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:09:40.560549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:09:40.560858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:09:40.561137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [529] [] [2022-03-27T07:09:40.652166+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:09:40.672245+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:09:47.538269+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:09:47.562770+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:09:47.562827+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:47.562860+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:47.563889+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:09:47.593936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:09:47.597060+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:09:47.635890+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:09:47.659177+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:09:47.836176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86e8f7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/86e8f7","method":"GET"} [] [2022-03-27T07:09:58.384166+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:09:58.416442+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:09:58.443108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:09:58.446957+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:09:58.447036+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:09:58.447070+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:58.447099+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:09:58.501479+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["26"]] [] [2022-03-27T07:09:58.572490+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [26,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:09:58.598254+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [26,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:09:58.603965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:09:58.607588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [101] [] [2022-03-27T07:09:58.609825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:09:58.610203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:09:58.610563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:09:58.610891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [531] [] [2022-03-27T07:09:58.706548+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:09:58.726378+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:10:06.857880+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:10:06.882133+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:10:06.882188+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:10:06.882221+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:10:06.883227+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:10:06.919487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:10:06.922601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:10:06.961988+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:10:06.984443+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:10:07.210400+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aab647"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aab647","method":"GET"} [] [2022-03-27T07:10:12.942336+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T07:10:12.974267+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:10:13.014261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:10:13.017498+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:10:13.017561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:10:13.017595+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:10:13.017623+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:10:13.066184+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["27"]] [] [2022-03-27T07:10:13.135885+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [27,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:10:13.142165+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [27,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T07:10:13.147699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T07:10:13.151268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [102] [] [2022-03-27T07:10:13.153432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T07:10:13.153788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T07:10:13.154149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T07:10:13.154447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [532] [] [2022-03-27T07:10:13.245155+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:10:13.264766+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:34:56.423510+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T07:34:56.457812+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T07:34:56.457870+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:34:56.457904+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T07:34:56.459578+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T07:34:56.511329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T07:34:56.514718+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T07:34:56.567438+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T07:34:56.596724+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T07:34:56.834956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c70377"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c70377","method":"GET"} [] [2022-03-27T08:50:25.351927+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-03-27T08:50:25.392699+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:50:25.392760+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:25.392795+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:25.416368+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:50:25.448647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:50:25.453326+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:50:25.465347+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:50:25.707312+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eb9f6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9eb9f6","method":"GET"} [] [2022-03-27T08:50:28.025765+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-03-27T08:50:28.053371+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:50:28.098497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:50:28.102131+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:50:28.102195+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:50:28.102230+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.102266+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.103462+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.106002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-03-27T08:50:28.315898+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.323378+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 27 Mar 2022 08:50:28 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.323485+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.323521+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.329796+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:50:28.449606+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-27T08:50:28.474234+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:50:28.474293+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.474328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:28.475446+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:50:28.519417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:50:28.522715+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:50:28.540127+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-27T08:50:28.612319+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-27T08:50:28.616970+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[537,536,535,534,533,532,531,530,529,528]] [] [2022-03-27T08:50:28.624554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-27T08:50:28.625071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T08:50:28.625542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-27T08:50:28.625916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-27T08:50:28.626291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-27T08:50:28.626669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-27T08:50:28.627043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-27T08:50:28.627417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-27T08:50:28.627787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-27T08:50:28.628159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-27T08:50:28.628531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-27T08:50:28.630122+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-27T08:50:28.637719+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:50:28.941880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99bf53"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/99bf53","method":"GET"} [] [2022-03-27T08:50:37.818285+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T08:50:37.856005+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:50:37.856066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:37.856101+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:50:37.857784+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:50:37.899376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:50:37.903353+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:50:37.961123+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:50:37.990332+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:50:38.180399+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d443a7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d443a7","method":"GET"} [] [2022-03-27T08:51:01.633639+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T08:51:01.662256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:51:01.711178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:51:01.714566+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:51:01.714629+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:51:01.714664+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:51:01.714694+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:51:01.765103+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["25"]] [] [2022-03-27T08:51:01.888188+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [25,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T08:51:01.894660+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [25,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T08:51:01.900335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T08:51:01.904187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [100] [] [2022-03-27T08:51:01.906725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T08:51:01.907263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T08:51:01.907657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [530] [] [2022-03-27T08:51:01.908166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T08:51:01.997980+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:51:02.020391+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:51:46.895767+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T08:51:46.920485+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:51:46.920541+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:51:46.920574+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:51:46.921608+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:51:46.966125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:51:46.969255+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:51:47.008581+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:51:47.031031+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:51:47.210741+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10e2a0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/10e2a0","method":"GET"} [] [2022-03-27T08:52:08.782115+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T08:52:08.814296+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:52:08.862101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:52:08.865524+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:52:08.865585+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:52:08.865619+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:52:08.865648+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:52:08.917382+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["27"]] [] [2022-03-27T08:52:08.988242+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [27,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T08:52:08.994747+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [27,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T08:52:09.000228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T08:52:09.003917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [102] [] [2022-03-27T08:52:09.006317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T08:52:09.006690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T08:52:09.007005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T08:52:09.007290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [532] [] [2022-03-27T08:52:09.100439+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:52:09.120668+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:53:05.791829+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T08:53:05.824385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:53:05.824441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:53:05.824474+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:53:05.825990+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:53:05.864141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:53:05.867401+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:53:05.917688+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:53:05.945019+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:53:06.162804+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7486cc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7486cc","method":"GET"} [] [2022-03-27T08:53:14.134475+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T08:53:14.166741+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:53:14.209926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:53:14.213269+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:53:14.213332+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:53:14.213366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:53:14.213394+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:53:14.263211+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["22"]] [] [2022-03-27T08:53:14.333717+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [22,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T08:53:14.339996+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [22,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T08:53:14.345431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T08:53:14.349076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [88] [] [2022-03-27T08:53:14.351354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T08:53:14.351744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T08:53:14.352042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T08:53:14.352313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [527] [] [2022-03-27T08:53:14.445045+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:53:14.464820+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:53:21.070710+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T08:53:21.094627+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:53:21.094681+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:53:21.094713+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:53:21.095705+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:53:21.131412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:53:21.134490+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:53:21.172609+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:53:21.194668+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:53:21.407331+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64d075"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/64d075","method":"GET"} [] [2022-03-27T08:53:33.329183+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T08:53:33.361461+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:53:33.387254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:53:33.390575+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:53:33.390635+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:53:33.390669+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:53:33.390697+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:53:33.440465+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["23"]] [] [2022-03-27T08:53:33.511003+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [23,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T08:53:33.517448+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [23,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T08:53:33.522870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T08:53:33.526410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [94] [] [2022-03-27T08:53:33.528594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T08:53:33.528972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T08:53:33.529323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T08:53:33.529613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [528] [] [2022-03-27T08:53:33.622386+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:53:33.642167+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:59:51.165922+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T08:59:51.198122+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T08:59:51.198181+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:59:51.198215+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T08:59:51.199768+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T08:59:51.236039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T08:59:51.239379+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T08:59:51.288728+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T08:59:51.316415+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T08:59:51.553087+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f45f2d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f45f2d","method":"GET"} [] [2022-03-27T09:00:13.912052+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T09:00:13.945000+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T09:00:13.981274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T09:00:13.984680+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T09:00:13.984742+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T09:00:13.984776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:00:13.984850+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:00:14.036227+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["48"]] [] [2022-03-27T09:00:14.107772+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [48,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T09:00:14.114243+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [48,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T09:00:14.119810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T09:00:14.123471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [156] [] [2022-03-27T09:00:14.125795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T09:00:14.126220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T09:00:14.126570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T09:00:14.126913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [533] [] [2022-03-27T09:00:14.214411+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T09:00:14.234214+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T09:12:10.477738+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T09:12:10.509556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T09:12:10.509614+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:12:10.509647+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:12:10.511174+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T09:12:10.561450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T09:12:10.564957+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T09:12:10.614649+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T09:12:10.641987+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T09:12:10.878021+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07b2ce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/07b2ce","method":"GET"} [] [2022-03-27T09:12:37.463733+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T09:12:37.496875+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T09:12:37.541371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T09:12:37.544870+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T09:12:37.544935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T09:12:37.544969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:12:37.544998+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:12:37.597931+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["46"]] [] [2022-03-27T09:12:37.672334+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [46,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T09:12:37.678855+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [46,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T09:12:37.684407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T09:12:37.688036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [111] [] [2022-03-27T09:12:37.690442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T09:12:37.690833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T09:12:37.691142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T09:12:37.691427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [508] [] [2022-03-27T09:12:37.778486+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T09:12:37.798424+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T09:15:12.406664+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T09:15:12.441288+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T09:15:12.441346+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:15:12.441379+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:15:12.442940+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T09:15:12.483229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T09:15:12.486703+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T09:15:12.539603+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T09:15:12.569793+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T09:15:12.804446+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8be675"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8be675","method":"GET"} [] [2022-03-27T09:15:39.820382+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T09:15:39.856059+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T09:15:39.883104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T09:15:39.886473+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T09:15:39.886542+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T09:15:39.886576+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:15:39.886606+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:15:39.939762+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["37"]] [] [2022-03-27T09:15:40.018521+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [37,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T09:15:40.025936+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [37,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T09:15:40.031947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T09:15:40.035812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [82] [] [2022-03-27T09:15:40.038264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T09:15:40.038752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T09:15:40.039159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T09:15:40.039547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [510] [] [2022-03-27T09:15:40.138187+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T09:15:40.159684+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T09:31:11.725262+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T09:31:11.757581+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T09:31:11.757638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:31:11.757671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:31:11.759216+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T09:31:11.797775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T09:31:11.801147+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T09:31:11.850256+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T09:31:11.877187+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T09:31:12.125703+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a6279"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3a6279","method":"GET"} [] [2022-03-27T09:31:31.515744+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"POST"} [] [2022-03-27T09:31:31.548742+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T09:31:31.587830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T09:31:31.591352+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T09:31:31.591415+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T09:31:31.591449+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:31:31.591477+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:31:31.641778+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 AND v0_.id IN (?) ORDER BY v0_.number ASC [["25"]] [] [2022-03-27T09:31:31.712925+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [25,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T09:31:31.719332+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [25,"2020-01-01T00:00:00+00:00","2022-03-27T00:00:00+00:00"] [] [2022-03-27T09:31:31.724790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [13] [] [2022-03-27T09:31:31.728422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [100] [] [2022-03-27T09:31:31.730776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [89] [] [2022-03-27T09:31:31.731239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-27T09:31:31.731569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [530] [] [2022-03-27T09:31:31.731989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [88] [] [2022-03-27T09:31:31.817497+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T09:31:31.837192+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T09:34:21.402518+00:00] request.INFO: Matched route "reports_ac_servicedetails". {"route":"reports_ac_servicedetails","route_parameters":{"_route":"reports_ac_servicedetails","_controller":"App\\Controller\\ReportsController::acservicedetails"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/acservicedetails","method":"GET"} [] [2022-03-27T09:34:21.434819+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-27T09:34:21.434875+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:34:21.434908+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-27T09:34:21.436429+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-27T09:34:21.476651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-27T09:34:21.480692+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-27T09:34:21.531386+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 2 ORDER BY v0_.number ASC [] [] [2022-03-27T09:34:21.559707+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-27T09:34:21.781999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5549df"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5549df","method":"GET"} [] [2022-03-28T06:05:16.979626+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-03-28T06:05:17.131474+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:05:17.131542+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:17.131638+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:17.174616+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-28T06:05:17.461047+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71484c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/71484c","method":"GET"} [] [2022-03-28T06:05:20.598904+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-03-28T06:05:20.630056+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:05:20.630115+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:20.630155+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:20.632109+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:20.742132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-03-28T06:05:21.040771+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:21.050072+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 28 Mar 2022 06:05:21 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:21.050150+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:21.050183+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:21.055838+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:05:21.183703+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-28T06:05:21.209931+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:05:21.209990+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:21.210078+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:21.211309+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:05:21.246020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:05:21.251899+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:05:21.326305+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-28T06:05:21.481070+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-28T06:05:21.501541+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[537,536,535,534,533,532,531,530,529,528]] [] [2022-03-28T06:05:21.512734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-28T06:05:21.513194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-28T06:05:21.516472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-28T06:05:21.516821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-28T06:05:21.517153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-28T06:05:21.517519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-28T06:05:21.517847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-28T06:05:21.518173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-28T06:05:21.518495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-28T06:05:21.518822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-28T06:05:21.519145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-28T06:05:21.521211+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-28T06:05:21.537532+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:05:21.884857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b1fa1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8b1fa1","method":"GET"} [] [2022-03-28T06:05:23.743612+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:05:23.770756+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:05:23.770812+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:23.770845+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:23.772379+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:05:23.802358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:05:23.806531+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:05:23.874587+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:05:23.904200+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:05:24.120566+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b4fce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1b4fce","method":"GET"} [] [2022-03-28T06:05:41.711153+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:05:41.744644+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:05:41.777938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:05:41.782201+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:05:41.782262+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:05:41.782296+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:41.782325+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:05:41.836624+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["20"]] [] [2022-03-28T06:05:42.123471+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [20,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:05:42.135860+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [20,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:05:42.142669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:05:42.147251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [64] [] [2022-03-28T06:05:42.154074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:05:42.157483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:05:42.157798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:05:42.158084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:05:42.158367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T06:05:42.158679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [65] [] [2022-03-28T06:05:42.159065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:05:42.159355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-28T06:05:42.159638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-28T06:05:42.159947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [10] [] [2022-03-28T06:05:42.160227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [66] [] [2022-03-28T06:05:42.160536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-03-28T06:05:42.160841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [67] [] [2022-03-28T06:05:42.161315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [68] [] [2022-03-28T06:05:42.161664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2022-03-28T06:05:42.161993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [11] [] [2022-03-28T06:05:42.162320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [69] [] [2022-03-28T06:05:42.162765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [149] [] [2022-03-28T06:05:42.163697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-03-28T06:05:42.163991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-03-28T06:05:42.164275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-03-28T06:05:42.164556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2022-03-28T06:05:42.164836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-03-28T06:05:42.165116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-03-28T06:05:42.165394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2022-03-28T06:05:42.165674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-03-28T06:05:42.165951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-03-28T06:05:42.166229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-03-28T06:05:42.166507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2022-03-28T06:05:42.166784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2022-03-28T06:05:42.167060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:05:42.167334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:05:42.167589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [148] [] [2022-03-28T06:05:42.167882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-28T06:05:42.168158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:05:42.168413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [158] [] [2022-03-28T06:05:42.168800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [165] [] [2022-03-28T06:05:42.169082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T06:05:42.169365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [178] [] [2022-03-28T06:05:42.169715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [188] [] [2022-03-28T06:05:42.170334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [21] [] [2022-03-28T06:05:42.170596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [199] [] [2022-03-28T06:05:42.171015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [245] [] [2022-03-28T06:05:42.171396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [235] [] [2022-03-28T06:05:42.171808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [137] [] [2022-03-28T06:05:42.172114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [138] [] [2022-03-28T06:05:42.172378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [139] [] [2022-03-28T06:05:42.172638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [140] [] [2022-03-28T06:05:42.172896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [141] [] [2022-03-28T06:05:42.173193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [241] [] [2022-03-28T06:05:42.173504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [147] [] [2022-03-28T06:05:42.173769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:05:42.174049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [247] [] [2022-03-28T06:05:42.174691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-03-28T06:05:42.175026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [254] [] [2022-03-28T06:05:42.175444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [296] [] [2022-03-28T06:05:42.175834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T06:05:42.176100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [181] [] [2022-03-28T06:05:42.176379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-28T06:05:42.176674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [286] [] [2022-03-28T06:05:42.176998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [175] [] [2022-03-28T06:05:42.177263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2022-03-28T06:05:42.177523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [176] [] [2022-03-28T06:05:42.177803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [287] [] [2022-03-28T06:05:42.178188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-28T06:05:42.178454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-28T06:05:42.178765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:05:42.179105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [275] [] [2022-03-28T06:05:42.179494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [279] [] [2022-03-28T06:05:42.179810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [322] [] [2022-03-28T06:05:42.180132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-03-28T06:05:42.180400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [189] [] [2022-03-28T06:05:42.180696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [311] [] [2022-03-28T06:05:42.181078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [333] [] [2022-03-28T06:05:42.181992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [344] [] [2022-03-28T06:05:42.182374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [363] [] [2022-03-28T06:05:42.182752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [395] [] [2022-03-28T06:05:42.183137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [416] [] [2022-03-28T06:05:42.183860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-03-28T06:05:42.184129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [230] [] [2022-03-28T06:05:42.184391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [231] [] [2022-03-28T06:05:42.184684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [415] [] [2022-03-28T06:05:42.185025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-03-28T06:05:42.185293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [228] [] [2022-03-28T06:05:42.185553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [229] [] [2022-03-28T06:05:42.185865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [423] [] [2022-03-28T06:05:42.186201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2022-03-28T06:05:43.220549+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:05:43.240409+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:12:27.906356+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:12:27.938903+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:12:27.938960+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:12:27.938993+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:12:27.940567+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:12:27.979313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:12:27.983934+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:12:28.035338+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:12:28.065106+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:12:28.291491+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16f6b8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/16f6b8","method":"GET"} [] [2022-03-28T06:12:33.110874+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:12:33.136359+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:12:33.174781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:12:33.179069+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:12:33.179136+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:12:33.179171+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:12:33.179201+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:12:33.220478+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2022-03-28T06:12:33.292063+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:12:33.299715+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:12:33.305595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:12:33.310668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2022-03-28T06:12:33.316386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:12:33.317769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:12:33.318113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:12:33.318451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T06:12:33.318860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2022-03-28T06:12:33.319318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:12:33.319661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T06:12:33.320000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-28T06:12:33.320341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-28T06:12:33.320676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:12:33.321035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2022-03-28T06:12:33.321598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:12:33.321973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2022-03-28T06:12:33.322394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2022-03-28T06:12:33.322816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-28T06:12:33.323160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-03-28T06:12:33.323531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:12:33.323865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2022-03-28T06:12:33.324390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2022-03-28T06:12:33.324794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-03-28T06:12:33.325136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2022-03-28T06:12:33.325554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2022-03-28T06:12:33.325943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2022-03-28T06:12:33.326345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:12:33.326786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2022-03-28T06:12:33.327287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2022-03-28T06:12:33.327831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [312] [] [2022-03-28T06:12:33.328298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [323] [] [2022-03-28T06:12:33.328746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-03-28T06:12:33.329083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-28T06:12:33.329422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-28T06:12:33.329759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-28T06:12:33.330135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-28T06:12:33.330634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2022-03-28T06:12:33.331114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2022-03-28T06:12:33.331475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-03-28T06:12:33.331847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [326] [] [2022-03-28T06:12:33.332352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-28T06:12:33.332736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [345] [] [2022-03-28T06:12:33.333225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:12:33.333560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [361] [] [2022-03-28T06:12:33.333923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-28T06:12:33.334276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [364] [] [2022-03-28T06:12:33.334741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [410] [] [2022-03-28T06:12:33.335198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-28T06:12:33.335536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:12:33.335892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-03-28T06:12:33.336225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-03-28T06:12:33.336558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-03-28T06:12:33.336928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [431] [] [2022-03-28T06:12:33.337389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [426] [] [2022-03-28T06:12:33.337783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [441] [] [2022-03-28T06:12:33.338189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-03-28T06:12:33.338554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [484] [] [2022-03-28T06:12:33.339041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [488] [] [2022-03-28T06:12:33.339597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-03-28T06:12:33.339932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-03-28T06:12:33.340269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-03-28T06:12:33.340601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-03-28T06:12:33.340938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-03-28T06:12:33.341269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-03-28T06:12:33.341601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [257] [] [2022-03-28T06:12:33.341934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [258] [] [2022-03-28T06:12:33.342305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-03-28T06:12:33.342637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-03-28T06:12:33.343006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [506] [] [2022-03-28T06:12:34.108878+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:12:34.138759+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:14:08.533435+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:14:08.566309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:14:08.566366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:14:08.566400+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:14:08.568097+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:14:08.599843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:14:08.604281+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:14:08.654448+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:14:08.682363+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:14:08.974043+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dad023"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dad023","method":"GET"} [] [2022-03-28T06:14:15.919284+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:14:15.952511+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:14:15.989772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:14:15.994036+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:14:15.994098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:14:15.994133+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:14:15.994163+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:14:16.045245+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2022-03-28T06:14:16.119688+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:14:16.129834+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:14:16.135543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:14:16.140267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2022-03-28T06:14:16.143495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:14:16.144712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:14:16.145018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:14:16.145315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-03-28T06:14:16.145611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:14:16.145917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:14:16.146251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2022-03-28T06:14:16.146620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-28T06:14:16.146971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-03-28T06:14:16.147301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2022-03-28T06:14:16.147660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T06:14:16.148008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2022-03-28T06:14:16.148340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2022-03-28T06:14:16.148744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-03-28T06:14:16.149093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2022-03-28T06:14:16.149419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2022-03-28T06:14:16.149781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2022-03-28T06:14:16.150131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2022-03-28T06:14:16.150460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2022-03-28T06:14:16.150950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T06:14:16.151310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2022-03-28T06:14:16.151809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2022-03-28T06:14:16.152209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-03-28T06:14:16.152545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-03-28T06:14:16.152905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:14:16.153274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2022-03-28T06:14:16.153694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:14:16.154032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T06:14:16.154371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-28T06:14:16.154732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2022-03-28T06:14:16.155070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2022-03-28T06:14:16.155564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:14:16.155891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2022-03-28T06:14:16.156390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2022-03-28T06:14:16.156838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-03-28T06:14:16.157178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2022-03-28T06:14:16.157517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-28T06:14:16.157853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-28T06:14:16.158192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-28T06:14:16.158585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2022-03-28T06:14:16.159049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2022-03-28T06:14:16.159545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2022-03-28T06:14:16.160042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2022-03-28T06:14:16.160438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2022-03-28T06:14:16.160870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-03-28T06:14:16.161207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2022-03-28T06:14:16.161544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-03-28T06:14:16.161880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-03-28T06:14:16.162250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2022-03-28T06:14:16.162635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2022-03-28T06:14:16.162974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:14:16.163333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2022-03-28T06:14:16.163808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2022-03-28T06:14:16.164277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2022-03-28T06:14:16.164749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-28T06:14:16.165086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2022-03-28T06:14:16.165447+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-03-28T06:14:16.165772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2022-03-28T06:14:16.166152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2022-03-28T06:14:16.166525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2022-03-28T06:14:16.166990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [334] [] [2022-03-28T06:14:16.167479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [346] [] [2022-03-28T06:14:16.167942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [366] [] [2022-03-28T06:14:16.168537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [389] [] [2022-03-28T06:14:16.168999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [381] [] [2022-03-28T06:14:16.169403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-03-28T06:14:16.169696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-03-28T06:14:16.169996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-28T06:14:16.170326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [394] [] [2022-03-28T06:14:16.170637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-03-28T06:14:16.170944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [417] [] [2022-03-28T06:14:16.171354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [422] [] [2022-03-28T06:14:16.171717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-28T06:14:16.172004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:14:16.172288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-28T06:14:16.172586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [425] [] [2022-03-28T06:14:16.173006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [443] [] [2022-03-28T06:14:16.173326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [448] [] [2022-03-28T06:14:16.173727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-03-28T06:14:16.174038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-03-28T06:14:16.174437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-03-28T06:14:16.174747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-03-28T06:14:16.175110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [466] [] [2022-03-28T06:14:16.175517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [476] [] [2022-03-28T06:14:16.175986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [498] [] [2022-03-28T06:14:17.251324+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:14:17.271416+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:17:12.325822+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:17:12.358737+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:17:12.358798+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:17:12.358832+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:17:12.360452+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:17:12.390807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:17:12.395138+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:17:12.444928+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:17:12.473568+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:17:12.743672+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3de8e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e3de8e","method":"GET"} [] [2022-03-28T06:17:21.287655+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:17:21.326376+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:17:21.354590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:17:21.359085+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:17:21.359157+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:17:21.359194+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:17:21.359224+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:17:21.413855+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2022-03-28T06:17:21.492797+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:17:21.504345+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:17:21.513215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:17:21.518504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2022-03-28T06:17:21.524465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-03-28T06:17:21.526426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-03-28T06:17:21.526984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:17:21.527492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2022-03-28T06:17:21.528058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-03-28T06:17:21.528509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2022-03-28T06:17:21.528963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2022-03-28T06:17:21.529464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:17:21.529860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:17:21.530180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:17:21.530568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2022-03-28T06:17:21.531080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-28T06:17:21.531475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:17:21.531815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-03-28T06:17:21.532200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-03-28T06:17:21.532595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2022-03-28T06:17:21.533250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:17:21.533794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T06:17:21.534215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-03-28T06:17:21.534685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2022-03-28T06:17:21.535044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2022-03-28T06:17:21.535381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:17:21.535684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2022-03-28T06:17:21.536171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:17:21.536511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2022-03-28T06:17:21.536989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2022-03-28T06:17:21.537488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-03-28T06:17:21.537940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-03-28T06:17:21.538345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2022-03-28T06:17:21.538693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-03-28T06:17:21.539031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-03-28T06:17:21.539356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2022-03-28T06:17:21.539677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2022-03-28T06:17:21.540007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2022-03-28T06:17:21.540400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2022-03-28T06:17:21.540965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2022-03-28T06:17:21.541436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2022-03-28T06:17:21.541805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:17:21.542160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2022-03-28T06:17:21.542662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2022-03-28T06:17:21.543123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-03-28T06:17:21.543474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:17:21.543807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2022-03-28T06:17:21.544145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T06:17:21.544458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2022-03-28T06:17:21.544843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-03-28T06:17:21.545123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-28T06:17:21.545480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2022-03-28T06:17:21.545924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [340] [] [2022-03-28T06:17:21.546371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-03-28T06:17:21.546716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-03-28T06:17:21.547062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [365] [] [2022-03-28T06:17:21.547501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [378] [] [2022-03-28T06:17:21.547984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-28T06:17:21.548385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [407] [] [2022-03-28T06:17:21.548765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-03-28T06:17:21.549179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [419] [] [2022-03-28T06:17:21.549706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [472] [] [2022-03-28T06:17:21.550153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [457] [] [2022-03-28T06:17:21.550703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-03-28T06:17:21.551029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-03-28T06:17:21.551347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [244] [] [2022-03-28T06:17:21.551657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [245] [] [2022-03-28T06:17:21.551999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-03-28T06:17:21.552296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [136] [] [2022-03-28T06:17:21.552634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [490] [] [2022-03-28T06:17:22.323540+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:17:22.343562+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:18:47.246870+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:18:47.271582+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:18:47.271639+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:18:47.271672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:18:47.272712+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:18:47.306812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:18:47.310871+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:18:47.349601+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:18:47.372567+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:18:47.621405+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39f0af"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/39f0af","method":"GET"} [] [2022-03-28T06:18:53.269918+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:18:53.302611+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:18:53.339148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:18:53.343406+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:18:53.343468+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:18:53.343502+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:18:53.343532+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:18:53.395379+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2022-03-28T06:18:53.470681+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:18:53.478473+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:18:53.484654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:18:53.489255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2022-03-28T06:18:53.492460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:18:53.493705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:18:53.494016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:18:53.494313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:18:53.494608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T06:18:53.494928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2022-03-28T06:18:53.495511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2022-03-28T06:18:53.495999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2022-03-28T06:18:53.496481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2022-03-28T06:18:53.496857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:18:53.497154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T06:18:53.497495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-28T06:18:53.497790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2022-03-28T06:18:53.498093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2022-03-28T06:18:53.498384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2022-03-28T06:18:53.498806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2022-03-28T06:18:53.499240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-03-28T06:18:53.499609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-28T06:18:53.499967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-28T06:18:53.500267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-28T06:18:53.500537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-03-28T06:18:53.500798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2022-03-28T06:18:53.501060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-28T06:18:53.501321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:18:53.501606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [328] [] [2022-03-28T06:18:53.502001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:18:53.502267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2022-03-28T06:18:53.502680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:18:53.502946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2022-03-28T06:18:53.503234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T06:18:53.503520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2022-03-28T06:18:53.503907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2022-03-28T06:18:53.504290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2022-03-28T06:18:53.504596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2022-03-28T06:18:53.504866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:18:53.505143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2022-03-28T06:18:53.505556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2022-03-28T06:18:53.505918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-28T06:18:53.506282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2022-03-28T06:18:53.506567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-28T06:18:53.506850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2022-03-28T06:18:53.507239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [325] [] [2022-03-28T06:18:53.507650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [335] [] [2022-03-28T06:18:53.507950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2022-03-28T06:18:53.508251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2022-03-28T06:18:53.508637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [404] [] [2022-03-28T06:18:53.509016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [414] [] [2022-03-28T06:18:53.509339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-28T06:18:53.509606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:18:53.509892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-03-28T06:18:53.510155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [398] [] [2022-03-28T06:18:53.510437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-03-28T06:18:53.510718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [438] [] [2022-03-28T06:18:53.511132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [471] [] [2022-03-28T06:18:53.511510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [459] [] [2022-03-28T06:18:53.511791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-03-28T06:18:53.512078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [478] [] [2022-03-28T06:18:53.512463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [500] [] [2022-03-28T06:18:54.348817+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:18:54.369719+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:20:43.066458+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:20:43.098674+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:20:43.098731+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:20:43.098763+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:20:43.100302+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:20:43.136831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:20:43.141090+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:20:43.190386+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:20:43.218124+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:20:43.484503+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df4ed5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/df4ed5","method":"GET"} [] [2022-03-28T06:20:49.620385+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:20:49.653833+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:20:49.694534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:20:49.698756+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:20:49.698816+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:20:49.698851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:20:49.698880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:20:49.749485+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2022-03-28T06:20:49.821454+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:20:49.829162+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:20:49.834807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:20:49.839303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2022-03-28T06:20:49.842456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:20:49.843711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:20:49.844045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T06:20:49.844402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2022-03-28T06:20:49.844809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:20:49.845144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-03-28T06:20:49.845474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:20:49.845821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2022-03-28T06:20:49.846219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2022-03-28T06:20:49.846553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2022-03-28T06:20:49.846953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2022-03-28T06:20:49.847364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:20:49.847757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:20:49.848083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2022-03-28T06:20:49.848439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-28T06:20:49.848840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2022-03-28T06:20:49.849359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-03-28T06:20:49.849692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-28T06:20:49.850021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-28T06:20:49.850351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-28T06:20:49.850683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-03-28T06:20:49.851013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2022-03-28T06:20:49.851342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2022-03-28T06:20:49.851675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-28T06:20:49.852040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2022-03-28T06:20:49.852545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2022-03-28T06:20:49.852880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2022-03-28T06:20:49.853212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-03-28T06:20:49.853543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2022-03-28T06:20:49.853875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2022-03-28T06:20:49.854206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2022-03-28T06:20:49.854536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2022-03-28T06:20:49.854886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2022-03-28T06:20:49.855217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2022-03-28T06:20:49.855562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:20:49.855887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2022-03-28T06:20:49.856350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2022-03-28T06:20:49.856813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2022-03-28T06:20:49.857270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2022-03-28T06:20:49.857620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T06:20:49.857970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2022-03-28T06:20:49.858346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2022-03-28T06:20:49.858677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:20:49.859028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2022-03-28T06:20:49.859529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:20:49.859874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-03-28T06:20:49.860197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2022-03-28T06:20:49.860608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-03-28T06:20:49.860944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-03-28T06:20:49.861273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2022-03-28T06:20:49.861624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [331] [] [2022-03-28T06:20:49.862096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [347] [] [2022-03-28T06:20:49.862532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-03-28T06:20:49.862844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:20:49.863152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-03-28T06:20:49.863464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [194] [] [2022-03-28T06:20:49.863773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-03-28T06:20:49.864087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-03-28T06:20:49.864467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [362] [] [2022-03-28T06:20:49.864934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [370] [] [2022-03-28T06:20:49.865299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-03-28T06:20:49.865608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-03-28T06:20:49.865960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [384] [] [2022-03-28T06:20:49.866395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [433] [] [2022-03-28T06:20:49.866826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [413] [] [2022-03-28T06:20:49.867236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-03-28T06:20:49.867565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-03-28T06:20:49.867873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [226] [] [2022-03-28T06:20:49.868166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [227] [] [2022-03-28T06:20:49.868483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [439] [] [2022-03-28T06:20:49.868916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [442] [] [2022-03-28T06:20:49.869220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-03-28T06:20:49.869523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [463] [] [2022-03-28T06:20:49.869958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [473] [] [2022-03-28T06:20:49.870357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [481] [] [2022-03-28T06:20:49.870694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-28T06:20:49.870980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2022-03-28T06:20:49.871295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [501] [] [2022-03-28T06:20:49.871698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [505] [] [2022-03-28T06:20:49.872069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2022-03-28T06:20:49.872354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [198] [] [2022-03-28T06:20:49.872633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [212] [] [2022-03-28T06:20:50.725758+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:20:50.746064+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:24:26.923574+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:24:26.956370+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:24:26.956429+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:24:26.956462+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:24:26.958023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:24:26.987660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:24:26.992144+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:24:27.042452+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:24:27.070652+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:24:27.342817+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79a68e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/79a68e","method":"GET"} [] [2022-03-28T06:24:34.280366+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:24:34.313747+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:24:34.351475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:24:34.365266+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:24:34.365429+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:24:34.365518+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:24:34.365591+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:24:34.427338+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2022-03-28T06:24:34.501326+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:24:34.509305+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:24:34.514978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:24:34.519651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2022-03-28T06:24:34.522840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-03-28T06:24:34.524129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2022-03-28T06:24:34.524515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:24:34.524809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-28T06:24:34.525161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T06:24:34.525468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2022-03-28T06:24:34.525856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:24:34.526168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:24:34.526454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:24:34.526735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:24:34.527052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2022-03-28T06:24:34.527402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-03-28T06:24:34.527690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2022-03-28T06:24:34.528010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [309] [] [2022-03-28T06:24:34.528383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-28T06:24:34.528674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:24:34.528957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-03-28T06:24:34.529239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:24:34.529557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:24:34.529842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2022-03-28T06:24:34.530259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2022-03-28T06:24:34.530664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:24:34.530949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2022-03-28T06:24:34.531259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-28T06:24:34.531564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2022-03-28T06:24:34.531874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T06:24:34.532177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2022-03-28T06:24:34.532561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-03-28T06:24:34.532848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-03-28T06:24:34.533173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2022-03-28T06:24:34.533583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2022-03-28T06:24:34.533925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2022-03-28T06:24:34.534333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2022-03-28T06:24:34.534743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2022-03-28T06:24:34.535176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2022-03-28T06:24:34.535543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2022-03-28T06:24:34.535823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:24:34.536147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-03-28T06:24:34.536406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2022-03-28T06:24:34.536779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2022-03-28T06:24:34.537046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-03-28T06:24:34.537306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2022-03-28T06:24:34.537567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2022-03-28T06:24:34.537825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-03-28T06:24:34.538117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2022-03-28T06:24:34.538490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T06:24:34.538771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-03-28T06:24:34.539032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-03-28T06:24:34.539310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2022-03-28T06:24:34.539694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [379] [] [2022-03-28T06:24:34.540110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-03-28T06:24:34.540383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-03-28T06:24:34.540661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-03-28T06:24:34.540919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-03-28T06:24:34.541177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-03-28T06:24:34.541431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-03-28T06:24:34.541686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [203] [] [2022-03-28T06:24:34.541976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [386] [] [2022-03-28T06:24:34.542361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [418] [] [2022-03-28T06:24:34.542744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [436] [] [2022-03-28T06:24:34.543122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [479] [] [2022-03-28T06:24:34.543569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [502] [] [2022-03-28T06:24:34.543950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [487] [] [2022-03-28T06:24:34.544286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-28T06:24:34.544554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2022-03-28T06:24:34.544817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-03-28T06:24:34.545109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [503] [] [2022-03-28T06:24:34.545468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [257] [] [2022-03-28T06:24:34.545733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-28T06:24:35.340431+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:24:35.373571+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:25:34.202924+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:25:34.227810+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:25:34.227867+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:25:34.227901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:25:34.228935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:25:34.253952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:25:34.257026+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:25:34.295526+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:25:34.318408+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:25:34.568885+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61220e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/61220e","method":"GET"} [] [2022-03-28T06:25:40.702899+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:25:40.735440+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:25:40.768935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:25:40.772221+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:25:40.772281+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:25:40.772316+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:25:40.772344+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:25:40.822201+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2022-03-28T06:25:40.894638+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:25:40.901477+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:25:40.907051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:25:40.910738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2022-03-28T06:25:40.913955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:25:40.915218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:25:40.915553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-03-28T06:25:40.915889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T06:25:40.916249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2022-03-28T06:25:40.916613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2022-03-28T06:25:40.916970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2022-03-28T06:25:40.917433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:25:40.917820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2022-03-28T06:25:40.918296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:25:40.918706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2022-03-28T06:25:40.919182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:25:40.919554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2022-03-28T06:25:40.919968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2022-03-28T06:25:40.920302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-28T06:25:40.920633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2022-03-28T06:25:40.920966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:25:40.921317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2022-03-28T06:25:40.921757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-28T06:25:40.922091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:25:40.922499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:25:40.922829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2022-03-28T06:25:40.923286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:25:40.923649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2022-03-28T06:25:40.924011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-28T06:25:40.924365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2022-03-28T06:25:40.924831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2022-03-28T06:25:40.925294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2022-03-28T06:25:40.925785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2022-03-28T06:25:40.926169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2022-03-28T06:25:40.926499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2022-03-28T06:25:40.926962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2022-03-28T06:25:40.927425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2022-03-28T06:25:40.927803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2022-03-28T06:25:40.928140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:25:40.928491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2022-03-28T06:25:40.928868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-03-28T06:25:40.929239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2022-03-28T06:25:40.929734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2022-03-28T06:25:40.930164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-03-28T06:25:40.930502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T06:25:40.930854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-03-28T06:25:40.931226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2022-03-28T06:25:40.931721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-03-28T06:25:40.932061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-28T06:25:40.932393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-28T06:25:40.932726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-28T06:25:40.933056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-28T06:25:40.933424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2022-03-28T06:25:40.933917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [341] [] [2022-03-28T06:25:40.934317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-03-28T06:25:40.934654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-03-28T06:25:40.935024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [343] [] [2022-03-28T06:25:40.935510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-03-28T06:25:40.935850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [349] [] [2022-03-28T06:25:40.936300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T06:25:40.936633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-28T06:25:40.937018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [357] [] [2022-03-28T06:25:40.937480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [387] [] [2022-03-28T06:25:40.937934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-03-28T06:25:40.938264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [399] [] [2022-03-28T06:25:40.938620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-03-28T06:25:40.938973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [412] [] [2022-03-28T06:25:40.939532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [432] [] [2022-03-28T06:25:40.939892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-03-28T06:25:40.940247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [437] [] [2022-03-28T06:25:40.940697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [235] [] [2022-03-28T06:25:40.941036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-03-28T06:25:40.941368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-03-28T06:25:40.941701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-03-28T06:25:40.942037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-03-28T06:25:40.942407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [446] [] [2022-03-28T06:25:40.942871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [456] [] [2022-03-28T06:25:40.943246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-03-28T06:25:40.943625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [474] [] [2022-03-28T06:25:40.944116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [494] [] [2022-03-28T06:25:41.929116+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:25:41.964044+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:37:10.809687+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T06:37:10.842263+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:37:10.842321+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:37:10.842354+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:37:10.843935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:37:10.885135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:37:10.888779+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:37:10.940105+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:37:10.967930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T06:37:11.205915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2e89c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a2e89c","method":"GET"} [] [2022-03-28T06:37:19.062774+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T06:37:19.096129+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T06:37:19.125460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T06:37:19.128804+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T06:37:19.128864+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T06:37:19.128898+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:37:19.128976+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T06:37:19.180017+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2022-03-28T06:37:19.252926+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:37:19.259845+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T06:37:19.265565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T06:37:19.269422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2022-03-28T06:37:19.271703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-03-28T06:37:19.272073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2022-03-28T06:37:19.272443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-03-28T06:37:19.272737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-03-28T06:37:19.273022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T06:37:19.273324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2022-03-28T06:37:19.273709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T06:37:19.273999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T06:37:19.274330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T06:37:19.274617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-03-28T06:37:19.274898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T06:37:19.275197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2022-03-28T06:37:19.275597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T06:37:19.275887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T06:37:19.276172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2022-03-28T06:37:19.276454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2022-03-28T06:37:19.276735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2022-03-28T06:37:19.277052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2022-03-28T06:37:19.277522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2022-03-28T06:37:19.277833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T06:37:19.278139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2022-03-28T06:37:19.278468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-03-28T06:37:19.278790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2022-03-28T06:37:19.279154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2022-03-28T06:37:19.279475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2022-03-28T06:37:19.279920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2022-03-28T06:37:19.280430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-03-28T06:37:19.280805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2022-03-28T06:37:19.281223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-28T06:37:19.281594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2022-03-28T06:37:19.281881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2022-03-28T06:37:19.282281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2022-03-28T06:37:19.282608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-28T06:37:19.282880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T06:37:19.283167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T06:37:19.283424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2022-03-28T06:37:19.283709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-28T06:37:19.283982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T06:37:19.284242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2022-03-28T06:37:19.284628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2022-03-28T06:37:19.284931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2022-03-28T06:37:19.285249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T06:37:19.285534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2022-03-28T06:37:19.285937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2022-03-28T06:37:19.286220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-28T06:37:19.286514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2022-03-28T06:37:19.286899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T06:37:19.287183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [289] [] [2022-03-28T06:37:19.287516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-03-28T06:37:19.287781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-03-28T06:37:19.288078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [304] [] [2022-03-28T06:37:19.288492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [342] [] [2022-03-28T06:37:19.288812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-03-28T06:37:19.289077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [193] [] [2022-03-28T06:37:19.289374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [337] [] [2022-03-28T06:37:19.289755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [353] [] [2022-03-28T06:37:19.290175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [369] [] [2022-03-28T06:37:19.290544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-03-28T06:37:19.290813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-28T06:37:19.291075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-28T06:37:19.291333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-28T06:37:19.291589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-28T06:37:19.291881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [383] [] [2022-03-28T06:37:19.292309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [212] [] [2022-03-28T06:37:19.292598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-03-28T06:37:19.292857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [376] [] [2022-03-28T06:37:19.293143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-03-28T06:37:19.293425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [447] [] [2022-03-28T06:37:19.293839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [477] [] [2022-03-28T06:37:19.294249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [455] [] [2022-03-28T06:37:19.294602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-28T06:37:19.294871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-03-28T06:37:19.295133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-03-28T06:37:19.295391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [243] [] [2022-03-28T06:37:19.295733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [486] [] [2022-03-28T06:37:19.296074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [198] [] [2022-03-28T06:37:19.296339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [255] [] [2022-03-28T06:37:19.296599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [256] [] [2022-03-28T06:37:20.212477+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T06:37:20.233136+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T10:40:51.260488+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-03-28T10:40:51.300295+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T10:40:51.300354+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:51.300389+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:51.318561+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-28T10:40:51.572328+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"531cd2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/531cd2","method":"GET"} [] [2022-03-28T10:40:53.884561+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-03-28T10:40:53.909458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T10:40:53.909514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:53.909553+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:53.910216+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:53.940453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-03-28T10:40:54.182249+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:54.187988+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 28 Mar 2022 10:40:54 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:54.188058+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:54.188089+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:54.193612+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T10:40:54.306700+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-28T10:40:54.330819+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T10:40:54.330874+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:54.330908+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:54.331976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T10:40:54.358307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T10:40:54.365484+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T10:40:54.390768+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-28T10:40:54.457643+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-28T10:40:54.462505+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[537,536,535,534,533,532,531,530,529,528]] [] [2022-03-28T10:40:54.483275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-28T10:40:54.483799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-28T10:40:54.484260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-28T10:40:54.484627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-28T10:40:54.484999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-28T10:40:54.485369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-28T10:40:54.485740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-28T10:40:54.486112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-28T10:40:54.486478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-28T10:40:54.486848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-28T10:40:54.487217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-28T10:40:54.488786+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-28T10:40:54.496360+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T10:40:54.830023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee5201"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ee5201","method":"GET"} [] [2022-03-28T10:40:57.172480+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T10:40:57.198425+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T10:40:57.198479+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:57.198510+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:40:57.200004+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T10:40:57.233183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T10:40:57.236641+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T10:40:57.283600+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T10:40:57.308863+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T10:40:57.544541+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"124a17"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/124a17","method":"GET"} [] [2022-03-28T10:41:10.523799+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-28T10:41:10.562097+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T10:41:10.596131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T10:41:10.599942+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T10:41:10.600006+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T10:41:10.600095+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:41:10.600130+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:41:10.658380+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2022-03-28T10:41:10.743957+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T10:41:10.750947+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2022-03-28T00:00:00+00:00"] [] [2022-03-28T10:41:10.757311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-28T10:41:10.760967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2022-03-28T10:41:10.763504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-03-28T10:41:10.763956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-28T10:41:10.764286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2022-03-28T10:41:10.764735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-28T10:41:10.765034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-03-28T10:41:10.765327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-03-28T10:41:10.765610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2022-03-28T10:41:10.765945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-03-28T10:41:10.766246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-03-28T10:41:10.766600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2022-03-28T10:41:10.766957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2022-03-28T10:41:10.767245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-03-28T10:41:10.767563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2022-03-28T10:41:10.767977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-28T10:41:10.768264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-28T10:41:10.768554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-28T10:41:10.768859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2022-03-28T10:41:10.769276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2022-03-28T10:41:10.769566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-03-28T10:41:10.769849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2022-03-28T10:41:10.770131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2022-03-28T10:41:10.770410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-28T10:41:10.770689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2022-03-28T10:41:10.770967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2022-03-28T10:41:10.771259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-28T10:41:10.771540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2022-03-28T10:41:10.771998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-03-28T10:41:10.772309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2022-03-28T10:41:10.772775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-28T10:41:10.773073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-28T10:41:10.773351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2022-03-28T10:41:10.773687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-28T10:41:10.773993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2022-03-28T10:41:10.774363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2022-03-28T10:41:10.774673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-28T10:41:10.774956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2022-03-28T10:41:10.775239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2022-03-28T10:41:10.775758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-28T10:41:10.776027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-28T10:41:10.776289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-28T10:41:10.776547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-03-28T10:41:10.776803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-03-28T10:41:10.777062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-03-28T10:41:10.777319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-03-28T10:41:10.777574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-03-28T10:41:10.777828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-03-28T10:41:10.778081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-03-28T10:41:10.778336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2022-03-28T10:41:10.778593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2022-03-28T10:41:10.778850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-03-28T10:41:10.779104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-28T10:41:10.779378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2022-03-28T10:41:10.779723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-03-28T10:41:10.779986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-03-28T10:41:10.780247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2022-03-28T10:41:10.780540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2022-03-28T10:41:10.781018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [336] [] [2022-03-28T10:41:10.781460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-03-28T10:41:10.781733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [192] [] [2022-03-28T10:41:10.782036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-03-28T10:41:10.782341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-03-28T10:41:10.782604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-28T10:41:10.782861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-28T10:41:10.783117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-28T10:41:10.783424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [329] [] [2022-03-28T10:41:10.783991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [354] [] [2022-03-28T10:41:10.784545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [375] [] [2022-03-28T10:41:10.784867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-03-28T10:41:10.785175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [406] [] [2022-03-28T10:41:10.785626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [445] [] [2022-03-28T10:41:10.786105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [480] [] [2022-03-28T10:41:10.786526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [485] [] [2022-03-28T10:41:10.787074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-28T10:41:10.787343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-03-28T10:41:10.787606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-03-28T10:41:10.787898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [239] [] [2022-03-28T10:41:10.788237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [254] [] [2022-03-28T10:41:10.788500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [253] [] [2022-03-28T10:41:10.788796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [491] [] [2022-03-28T10:41:11.641040+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T10:41:11.661230+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T10:45:36.549760+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-28T10:45:36.582571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-28T10:45:36.582626+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:45:36.582657+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-28T10:45:36.584181+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-28T10:45:36.611366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-28T10:45:36.614950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-28T10:45:36.664401+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-28T10:45:36.691206+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-28T10:45:36.956672+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"784647"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/784647","method":"GET"} [] [2022-03-29T05:49:05.195843+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-03-29T05:49:05.269553+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-29T05:49:05.269612+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:05.269648+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:05.301874+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-29T05:49:05.622658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e7d73"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6e7d73","method":"GET"} [] [2022-03-29T05:49:07.829337+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-03-29T05:49:07.877154+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-29T05:49:07.877211+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:07.877251+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:07.879149+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:07.943683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-03-29T05:49:08.163869+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:08.171007+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 29 Mar 2022 05:49:08 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:08.171074+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:08.171105+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:08.179682+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-29T05:49:08.304533+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-03-29T05:49:08.329588+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-29T05:49:08.329645+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:08.329678+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:08.330785+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-29T05:49:08.374745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-29T05:49:08.384105+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-29T05:49:08.418857+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-03-29T05:49:08.548343+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-03-29T05:49:08.559690+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[537,536,535,534,533,532,531,530,529,528]] [] [2022-03-29T05:49:08.571309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-03-29T05:49:08.571799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-03-29T05:49:08.573200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-03-29T05:49:08.573529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-03-29T05:49:08.573849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-03-29T05:49:08.574179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-03-29T05:49:08.574863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-03-29T05:49:08.575187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-03-29T05:49:08.575499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-03-29T05:49:08.575812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-03-29T05:49:08.576129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-03-29T05:49:08.578644+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-03-29T05:49:08.593865+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-29T05:49:08.895042+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78c2dd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/78c2dd","method":"GET"} [] [2022-03-29T05:49:31.563299+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-29T05:49:31.600928+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-29T05:49:31.600988+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:31.601021+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:31.602724+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-29T05:49:31.650099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-29T05:49:31.657632+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-29T05:49:31.728711+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-29T05:49:31.760731+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-29T05:49:31.993065+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0ef14"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d0ef14","method":"GET"} [] [2022-03-29T05:49:54.253168+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-29T05:49:54.281502+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-29T05:49:54.324325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-29T05:49:54.327665+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-29T05:49:54.327725+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-29T05:49:54.327759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:54.327787+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T05:49:54.382923+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2022-03-29T05:49:54.505834+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2022-03-29T00:00:00+00:00"] [] [2022-03-29T05:49:54.513855+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2022-03-29T00:00:00+00:00"] [] [2022-03-29T05:49:54.519967+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-29T05:49:54.523673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2022-03-29T05:49:54.528110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-29T05:49:54.529712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-29T05:49:54.530014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-29T05:49:54.530298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-03-29T05:49:54.530582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-29T05:49:54.530879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-29T05:49:54.531164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2022-03-29T05:49:54.532079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-29T05:49:54.532378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-03-29T05:49:54.532654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2022-03-29T05:49:54.532963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-03-29T05:49:54.533255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2022-03-29T05:49:54.533538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2022-03-29T05:49:54.533850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-03-29T05:49:54.534158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2022-03-29T05:49:54.534416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2022-03-29T05:49:54.534760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2022-03-29T05:49:54.535040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2022-03-29T05:49:54.535296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2022-03-29T05:49:54.536326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-03-29T05:49:54.536614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2022-03-29T05:49:54.537406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2022-03-29T05:49:54.537729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-03-29T05:49:54.537994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-03-29T05:49:54.538229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-29T05:49:54.538504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2022-03-29T05:49:54.538846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-29T05:49:54.539110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-29T05:49:54.539366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-03-29T05:49:54.539688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2022-03-29T05:49:54.539941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2022-03-29T05:49:54.540353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-29T05:49:54.540612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2022-03-29T05:49:54.541000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2022-03-29T05:49:54.541376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-03-29T05:49:54.541642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2022-03-29T05:49:54.541902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-03-29T05:49:54.542157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-03-29T05:49:54.542411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-03-29T05:49:54.542699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2022-03-29T05:49:54.543081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2022-03-29T05:49:54.543575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2022-03-29T05:49:54.543989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2022-03-29T05:49:54.544304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2022-03-29T05:49:54.544692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-03-29T05:49:54.544957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2022-03-29T05:49:54.545216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-03-29T05:49:54.545471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-03-29T05:49:54.545759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2022-03-29T05:49:54.546068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2022-03-29T05:49:54.546324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-03-29T05:49:54.546598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2022-03-29T05:49:54.547016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2022-03-29T05:49:54.547726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2022-03-29T05:49:54.548113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-29T05:49:54.548378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2022-03-29T05:49:54.548636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-03-29T05:49:54.548894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2022-03-29T05:49:54.549195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2022-03-29T05:49:54.549493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2022-03-29T05:49:54.549873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [334] [] [2022-03-29T05:49:54.550694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [346] [] [2022-03-29T05:49:54.551080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [366] [] [2022-03-29T05:49:54.551490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [389] [] [2022-03-29T05:49:54.551865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [381] [] [2022-03-29T05:49:54.552287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-03-29T05:49:54.552559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-03-29T05:49:54.552834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-03-29T05:49:54.553141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [394] [] [2022-03-29T05:49:54.553450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-03-29T05:49:54.553728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [417] [] [2022-03-29T05:49:54.554493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [422] [] [2022-03-29T05:49:54.554832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-03-29T05:49:54.555102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-29T05:49:54.555360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-03-29T05:49:54.555627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [425] [] [2022-03-29T05:49:54.556037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [443] [] [2022-03-29T05:49:54.556357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [448] [] [2022-03-29T05:49:54.556782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-03-29T05:49:54.557049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-03-29T05:49:54.557307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-03-29T05:49:54.557564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-03-29T05:49:54.557870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [466] [] [2022-03-29T05:49:54.558245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [476] [] [2022-03-29T05:49:54.558698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [498] [] [2022-03-29T05:49:55.649302+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-29T05:49:55.669040+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-29T06:02:48.070573+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-29T06:02:48.102330+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-29T06:02:48.102386+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T06:02:48.102419+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T06:02:48.103978+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-29T06:02:48.137821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-29T06:02:48.141996+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-29T06:02:48.191924+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-29T06:02:48.219005+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-29T06:02:48.493982+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b92e2d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b92e2d","method":"GET"} [] [2022-03-29T06:19:00.148024+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-03-29T06:19:00.181417+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-29T06:19:00.222642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-29T06:19:00.226906+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-29T06:19:00.226973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-29T06:19:00.227008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T06:19:00.227037+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T06:19:00.279553+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2022-03-29T06:19:00.356055+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2022-03-29T00:00:00+00:00"] [] [2022-03-29T06:19:00.364782+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2022-03-29T00:00:00+00:00"] [] [2022-03-29T06:19:00.370603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2022-03-29T06:19:00.374681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2022-03-29T06:19:00.377347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2022-03-29T06:19:00.378450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-03-29T06:19:00.378955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-03-29T06:19:00.379372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-03-29T06:19:00.379707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-03-29T06:19:00.380091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2022-03-29T06:19:00.380426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2022-03-29T06:19:00.380756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-03-29T06:19:00.381085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-03-29T06:19:00.381449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2022-03-29T06:19:00.381937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2022-03-29T06:19:00.382272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-03-29T06:19:00.382608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2022-03-29T06:19:00.382941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2022-03-29T06:19:00.383273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2022-03-29T06:19:00.383603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-03-29T06:19:00.383947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2022-03-29T06:19:00.384275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2022-03-29T06:19:00.384769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2022-03-29T06:19:00.385249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-03-29T06:19:00.385583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2022-03-29T06:19:00.385913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-03-29T06:19:00.386245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2022-03-29T06:19:00.386579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-03-29T06:19:00.386936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-03-29T06:19:00.387257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2022-03-29T06:19:00.387736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-03-29T06:19:00.388062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2022-03-29T06:19:00.388417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-03-29T06:19:00.388761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2022-03-29T06:19:00.389086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2022-03-29T06:19:00.389534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-03-29T06:19:00.389866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-03-29T06:19:00.390196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2022-03-29T06:19:00.390551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2022-03-29T06:19:00.391035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-03-29T06:19:00.391369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-03-29T06:19:00.391699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-03-29T06:19:00.392061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2022-03-29T06:19:00.392392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2022-03-29T06:19:00.392758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-03-29T06:19:00.393120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-03-29T06:19:00.393446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2022-03-29T06:19:00.393966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2022-03-29T06:19:00.394404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-03-29T06:19:00.394736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2022-03-29T06:19:00.395104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [288] [] [2022-03-29T06:19:00.395758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-03-29T06:19:00.396093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2022-03-29T06:19:00.396432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-03-29T06:19:00.396764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [177] [] [2022-03-29T06:19:00.397132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [283] [] [2022-03-29T06:19:00.397621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [339] [] [2022-03-29T06:19:00.398113+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [380] [] [2022-03-29T06:19:00.398557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [204] [] [2022-03-29T06:19:00.398892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [205] [] [2022-03-29T06:19:00.399267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [206] [] [2022-03-29T06:19:00.399599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [207] [] [2022-03-29T06:19:00.399929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [208] [] [2022-03-29T06:19:00.400264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [210] [] [2022-03-29T06:19:00.400666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [403] [] [2022-03-29T06:19:00.401154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [454] [] [2022-03-29T06:19:00.401670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [451] [] [2022-03-29T06:19:00.402077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-03-29T06:19:00.402411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-03-29T06:19:00.402744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-03-29T06:19:00.403112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [464] [] [2022-03-29T06:19:00.403575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [247] [] [2022-03-29T06:19:00.403961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [495] [] [2022-03-29T06:19:00.404573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [507] [] [2022-03-29T06:19:01.128571+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-29T06:19:01.148312+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-29T06:23:39.601895+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-03-29T06:23:39.633969+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-29T06:23:39.634026+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T06:23:39.634058+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-03-29T06:23:39.635598+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-03-29T06:23:39.664167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-03-29T06:23:39.669499+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-03-29T06:23:39.718429+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-03-29T06:23:39.745930+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-03-29T06:23:40.032857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4982c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e4982c","method":"GET"} [] [2022-04-03T05:59:41.834952+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/","method":"GET"} [] [2022-04-03T05:59:41.973832+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T05:59:41.973893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T05:59:41.973927+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T05:59:41.981042+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-03T05:59:42.005382+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2022-04-03T05:59:42.006364+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2022-04-03T05:59:42.144645+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-03T05:59:42.170244+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T05:59:42.170305+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T05:59:42.170341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T05:59:42.216973+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-03T05:59:42.449486+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0aa05"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e0aa05","method":"GET"} [] [2022-04-03T06:00:12.694317+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-03T06:00:12.719725+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:00:12.719783+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:00:12.719818+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:00:12.732398+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-03T06:00:12.905300+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e5803"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1e5803","method":"GET"} [] [2022-04-03T06:00:16.481311+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-03T06:00:16.508835+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:00:16.508893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:00:16.508928+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:00:16.523660+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-03T06:00:16.745227+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9dc61"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c9dc61","method":"GET"} [] [2022-04-03T06:02:39.644677+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-03T06:02:39.676386+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:02:39.676442+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:02:39.676476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:02:39.692395+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-03T06:02:40.058262+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4318a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b4318a","method":"GET"} [] [2022-04-03T06:03:52.860318+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-03T06:03:52.885050+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:03:52.885106+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:52.885145+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:52.889231+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:53.031549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-03T06:03:53.267547+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:53.271612+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 03 Apr 2022 06:03:53 GMT\r\nLocation: http://192.168.0.190:8081/vehicle/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://192.168.0.190:8081/vehicle/public/index.php/\n \n \n Redirecting to http://192.168.0.190:8081/vehicle/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:53.271689+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:53.271720+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:53.277184+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:03:53.389376+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/","method":"GET"} [] [2022-04-03T06:03:53.413252+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:03:53.413308+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:53.413341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:03:53.414407+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:03:53.450062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:03:53.454652+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:03:53.765177+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T06:03:53.819151+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-03T06:03:53.825354+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-03T06:03:53.881923+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:03:54.121850+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f787aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f787aa","method":"GET"} [] [2022-04-03T06:04:05.602526+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-03T06:04:05.640943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:04:05.641004+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:04:05.641038+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:04:05.642613+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:04:05.669925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:04:05.674600+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:04:05.728771+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T06:04:05.758811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:04:05.946303+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"390b76"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/390b76","method":"GET"} [] [2022-04-03T06:04:36.674917+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-03T06:04:36.704961+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:04:36.750189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:04:36.754567+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:04:36.754629+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:04:36.754664+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:04:36.754693+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:04:36.813548+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2022-04-03T06:04:37.014637+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2022-04-03T00:00:00+00:00"] [] [2022-04-03T06:04:37.031588+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2022-04-03T00:00:00+00:00"] [] [2022-04-03T06:04:37.038326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-03T06:04:37.043042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2022-04-03T06:04:37.051306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-03T06:04:37.052709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-03T06:04:37.053008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-03T06:04:37.053293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-04-03T06:04:37.053898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-03T06:04:37.054200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-03T06:04:37.054489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2022-04-03T06:04:37.055527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-03T06:04:37.055828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-04-03T06:04:37.056103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2022-04-03T06:04:37.056412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-03T06:04:37.056706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2022-04-03T06:04:37.056986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2022-04-03T06:04:37.057291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-04-03T06:04:37.057586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2022-04-03T06:04:37.057865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2022-04-03T06:04:37.058174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2022-04-03T06:04:37.058469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2022-04-03T06:04:37.058744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2022-04-03T06:04:37.059193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-03T06:04:37.059504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2022-04-03T06:04:37.060293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2022-04-03T06:04:37.060643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-03T06:04:37.060933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-03T06:04:37.061219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-03T06:04:37.061519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2022-04-03T06:04:37.061870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-03T06:04:37.062140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-03T06:04:37.062402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-03T06:04:37.062689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2022-04-03T06:04:37.062947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2022-04-03T06:04:37.063364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-03T06:04:37.063629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2022-04-03T06:04:37.064021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2022-04-03T06:04:37.064392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-03T06:04:37.064661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2022-04-03T06:04:37.064924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-03T06:04:37.065222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-03T06:04:37.065486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-03T06:04:37.065815+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2022-04-03T06:04:37.066269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2022-04-03T06:04:37.066700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2022-04-03T06:04:37.067122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2022-04-03T06:04:37.067438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2022-04-03T06:04:37.067789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-04-03T06:04:37.068063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2022-04-03T06:04:37.068325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-03T06:04:37.068582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-04-03T06:04:37.068879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2022-04-03T06:04:37.069185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2022-04-03T06:04:37.069448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-03T06:04:37.069725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2022-04-03T06:04:37.070152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2022-04-03T06:04:37.070889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2022-04-03T06:04:37.071285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-03T06:04:37.071553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2022-04-03T06:04:37.071851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-04-03T06:04:37.072111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2022-04-03T06:04:37.072413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2022-04-03T06:04:37.072720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2022-04-03T06:04:37.073108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [334] [] [2022-04-03T06:04:37.073852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [346] [] [2022-04-03T06:04:37.074238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [366] [] [2022-04-03T06:04:37.074658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [389] [] [2022-04-03T06:04:37.075047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [381] [] [2022-04-03T06:04:37.075413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-03T06:04:37.075729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-03T06:04:37.076010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-03T06:04:37.076323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [394] [] [2022-04-03T06:04:37.076616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-04-03T06:04:37.076902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [417] [] [2022-04-03T06:04:37.077681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [422] [] [2022-04-03T06:04:37.078017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-03T06:04:37.078282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-03T06:04:37.078518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-03T06:04:37.078813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [425] [] [2022-04-03T06:04:37.079236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [443] [] [2022-04-03T06:04:37.079567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [448] [] [2022-04-03T06:04:37.079980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-03T06:04:37.080247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-03T06:04:37.080511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-04-03T06:04:37.080770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-04-03T06:04:37.081083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [466] [] [2022-04-03T06:04:37.081445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [476] [] [2022-04-03T06:04:37.081870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [498] [] [2022-04-03T06:04:38.196096+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T06:04:38.216613+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:19:29.135847+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-03T06:19:29.168386+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:19:29.168443+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:19:29.168476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:19:29.170023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:19:29.198603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:19:29.203214+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:19:29.253670+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T06:19:29.281862+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:19:29.472473+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff0719"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ff0719","method":"GET"} [] [2022-04-03T06:56:28.975477+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-03T06:56:29.012707+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:56:29.048376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:56:29.053147+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:56:29.053208+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:56:29.053242+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:56:29.053271+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:56:29.104972+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2022-04-03T06:56:29.180217+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2022-04-03T00:00:00+00:00"] [] [2022-04-03T06:56:29.189585+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2022-04-03T00:00:00+00:00"] [] [2022-04-03T06:56:29.195126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-03T06:56:29.199659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2022-04-03T06:56:29.203080+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-03T06:56:29.204693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-03T06:56:29.205009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-03T06:56:29.205291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-03T06:56:29.205612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-04-03T06:56:29.205919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2022-04-03T06:56:29.206293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-03T06:56:29.206574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-03T06:56:29.206851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-03T06:56:29.207202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2022-04-03T06:56:29.208100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2022-04-03T06:56:29.208509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2022-04-03T06:56:29.208799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2022-04-03T06:56:29.209077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2022-04-03T06:56:29.209363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2022-04-03T06:56:29.209642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2022-04-03T06:56:29.210081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-04-03T06:56:29.210362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2022-04-03T06:56:29.210689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-04-03T06:56:29.210973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-03T06:56:29.211260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-03T06:56:29.211530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2022-04-03T06:56:29.211837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-03T06:56:29.212129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-03T06:56:29.212399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2022-04-03T06:56:29.212867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2022-04-03T06:56:29.213421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2022-04-03T06:56:29.213881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2022-04-03T06:56:29.214316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2022-04-03T06:56:29.214653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2022-04-03T06:56:29.215115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2022-04-03T06:56:29.215631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [285] [] [2022-04-03T06:56:29.216085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-03T06:56:29.216370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-03T06:56:29.216703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [319] [] [2022-04-03T06:56:29.217166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [338] [] [2022-04-03T06:56:29.217686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [358] [] [2022-04-03T06:56:29.218150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [360] [] [2022-04-03T06:56:29.218453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-03T06:56:29.218773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [372] [] [2022-04-03T06:56:29.219164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-04-03T06:56:29.219458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-03T06:56:29.219737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [198] [] [2022-04-03T06:56:29.220012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-03T06:56:29.220268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-04-03T06:56:29.220559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [385] [] [2022-04-03T06:56:29.220978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [397] [] [2022-04-03T06:56:29.221296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [217] [] [2022-04-03T06:56:29.221593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-03T06:56:29.221850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2022-04-03T06:56:29.222123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [424] [] [2022-04-03T06:56:29.222646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [450] [] [2022-04-03T06:56:29.223149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-04-03T06:56:29.223415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-03T06:56:29.223673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-04-03T06:56:29.224002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-04-03T06:56:29.224283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [239] [] [2022-04-03T06:56:29.224645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-04-03T06:56:29.224945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-03T06:56:29.225200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-04-03T06:56:29.225450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-04-03T06:56:29.225702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-04-03T06:56:29.225952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [240] [] [2022-04-03T06:56:29.226201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-03T06:56:29.226449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [136] [] [2022-04-03T06:56:29.226697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [235] [] [2022-04-03T06:56:29.226983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [462] [] [2022-04-03T06:56:29.227398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [496] [] [2022-04-03T06:56:30.104808+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T06:56:30.137986+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:59:17.091540+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-03T06:59:17.123270+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:59:17.123325+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:59:17.123357+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:59:17.124871+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:59:17.151458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:59:17.155998+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:59:17.203932+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T06:59:17.231041+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:59:17.435911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a25e9b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a25e9b","method":"GET"} [] [2022-04-03T06:59:19.837727+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-03T06:59:19.861559+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:59:19.861612+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:59:19.861645+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:59:19.862640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:59:19.885333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:59:19.889392+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:59:19.906211+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-03T06:59:19.976978+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-03T06:59:19.990504+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[537,536,535,534,533,532,531,530,529,528]] [] [2022-04-03T06:59:19.999692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-03T06:59:20.000192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-03T06:59:20.001471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-03T06:59:20.002215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-03T06:59:20.002582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-03T06:59:20.002945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-03T06:59:20.003310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-03T06:59:20.003673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-03T06:59:20.004034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-03T06:59:20.004396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-04-03T06:59:20.004762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-04-03T06:59:20.007195+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-03T06:59:20.032651+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:59:20.214252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22c079"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/22c079","method":"GET"} [] [2022-04-03T06:59:47.847095+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-03T06:59:47.884662+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:59:47.884719+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:59:47.884752+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:59:47.886369+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:59:47.916501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:59:47.921298+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:59:47.939796+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-03T06:59:48.029325+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-03T06:59:48.035279+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[537,536,535,534,533,532,531,530,529,528]] [] [2022-04-03T06:59:48.058777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-03T06:59:48.059229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-03T06:59:48.060566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-03T06:59:48.060894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-03T06:59:48.061216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-03T06:59:48.061622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-03T06:59:48.061945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-03T06:59:48.062264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-03T06:59:48.062577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-03T06:59:48.062888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-04-03T06:59:48.063214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [23] [] [2022-04-03T06:59:48.064766+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-03T06:59:48.072595+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:59:48.254289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3456e8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3456e8","method":"GET"} [] [2022-04-03T06:59:50.156302+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-03T06:59:50.183372+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T06:59:50.183472+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:59:50.183510+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T06:59:50.185054+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T06:59:50.213124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T06:59:50.217436+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T06:59:50.273507+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T06:59:50.282751+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-03T06:59:50.284636+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-03T06:59:50.312519+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T06:59:50.467649+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7aef38"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7aef38","method":"GET"} [] [2022-04-03T07:04:06.222461+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-03T07:04:06.256306+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T07:04:06.305143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T07:04:06.310486+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T07:04:06.310556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T07:04:06.310593+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:04:06.310623+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:04:06.376958+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2022-04-03T07:04:06.386553+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-03T07:04:06.389816+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-03T07:04:06.396656+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2022-04-03T07:04:06.397222+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-03T07:04:06.397794+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-03T07:04:06.473220+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-03T07:04:06.475346+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":150892.0,"3":"2022-03-01T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":6,"11":2} [] [2022-04-03T07:04:06.478211+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":538,"6":26} [] [2022-04-03T07:04:06.482283+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":538,"6":28} [] [2022-04-03T07:04:06.482807+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":538,"6":24} [] [2022-04-03T07:04:06.483196+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":538,"6":25} [] [2022-04-03T07:04:06.486651+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-03T07:04:06.504241+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T07:04:06.623747+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-03T07:04:06.649092+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T07:04:06.649152+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:04:06.649186+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:04:06.650223+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T07:04:06.682682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T07:04:06.695618+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T07:04:06.720336+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-03T07:04:06.775047+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-03T07:04:06.780902+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[538,537,536,535,534,533,532,531,530,529]] [] [2022-04-03T07:04:06.788096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-03T07:04:06.788570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-03T07:04:06.789822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-03T07:04:06.790117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-03T07:04:06.790408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-03T07:04:06.790741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-03T07:04:06.791050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-03T07:04:06.791466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-03T07:04:06.791999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-03T07:04:06.792368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-03T07:04:06.792679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-03T07:04:06.792986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-04-03T07:04:06.794451+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-03T07:04:06.802016+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T07:04:07.033210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8dbe8c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8dbe8c","method":"GET"} [] [2022-04-03T07:04:10.708004+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-03T07:04:10.735285+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T07:04:10.735344+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:04:10.735377+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:04:10.736926+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T07:04:10.773847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T07:04:10.778128+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T07:04:10.825548+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T07:04:10.855158+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T07:04:11.025123+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"747c13"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/747c13","method":"GET"} [] [2022-04-03T07:04:23.887323+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-03T07:04:23.920671+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T07:04:23.968349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T07:04:23.972646+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T07:04:23.972706+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T07:04:23.972740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:04:23.972770+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:04:24.024244+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2022-04-03T07:04:24.097240+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2022-04-03T00:00:00+00:00"] [] [2022-04-03T07:04:24.105066+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2022-04-03T00:00:00+00:00"] [] [2022-04-03T07:04:24.110728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-03T07:04:24.115249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2022-04-03T07:04:24.118435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-03T07:04:24.119641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-03T07:04:24.119933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-03T07:04:24.120218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-03T07:04:24.120498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-04-03T07:04:24.120806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2022-04-03T07:04:24.121161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-03T07:04:24.121449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-03T07:04:24.121731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-03T07:04:24.122031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2022-04-03T07:04:24.122535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2022-04-03T07:04:24.122890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2022-04-03T07:04:24.123182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2022-04-03T07:04:24.123465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2022-04-03T07:04:24.123755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2022-04-03T07:04:24.124034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2022-04-03T07:04:24.124523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-04-03T07:04:24.124889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2022-04-03T07:04:24.125278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-04-03T07:04:24.125591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-03T07:04:24.125887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-03T07:04:24.126167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2022-04-03T07:04:24.126478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-03T07:04:24.126772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-03T07:04:24.127032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2022-04-03T07:04:24.127491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2022-04-03T07:04:24.127919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2022-04-03T07:04:24.128334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2022-04-03T07:04:24.128745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2022-04-03T07:04:24.129057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2022-04-03T07:04:24.129495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2022-04-03T07:04:24.129937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [285] [] [2022-04-03T07:04:24.130296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-03T07:04:24.130564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-03T07:04:24.130864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [319] [] [2022-04-03T07:04:24.131310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [338] [] [2022-04-03T07:04:24.131731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [358] [] [2022-04-03T07:04:24.132168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [360] [] [2022-04-03T07:04:24.132448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-03T07:04:24.132733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [372] [] [2022-04-03T07:04:24.133106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-04-03T07:04:24.133373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-03T07:04:24.133635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [198] [] [2022-04-03T07:04:24.133894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-03T07:04:24.134152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-04-03T07:04:24.134445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [385] [] [2022-04-03T07:04:24.134858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [397] [] [2022-04-03T07:04:24.135178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [217] [] [2022-04-03T07:04:24.135481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-03T07:04:24.135745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2022-04-03T07:04:24.136022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [424] [] [2022-04-03T07:04:24.136472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [450] [] [2022-04-03T07:04:24.136984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-04-03T07:04:24.137254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-03T07:04:24.137515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-04-03T07:04:24.137774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-04-03T07:04:24.138030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [239] [] [2022-04-03T07:04:24.138260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-04-03T07:04:24.138515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-03T07:04:24.138770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-04-03T07:04:24.139024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-04-03T07:04:24.139251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-04-03T07:04:24.139506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [240] [] [2022-04-03T07:04:24.139759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-03T07:04:24.140012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [136] [] [2022-04-03T07:04:24.140304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [235] [] [2022-04-03T07:04:24.140728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [462] [] [2022-04-03T07:04:24.141248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [496] [] [2022-04-03T07:04:24.141710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [538] [] [2022-04-03T07:04:25.050960+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T07:04:25.070883+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T07:06:51.933083+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-03T07:06:51.964943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-03T07:06:51.965000+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:06:51.965033+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-03T07:06:51.966588+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-03T07:06:52.015041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-03T07:06:52.019362+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-03T07:06:52.068252+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-03T07:06:52.095755+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-03T07:06:52.254906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a2b37"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2a2b37","method":"GET"} [] [2022-04-05T07:05:04.642814+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-05T07:05:04.825071+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-05T07:05:04.825136+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:04.825173+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:04.894275+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-05T07:05:05.232600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fa007"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2fa007","method":"GET"} [] [2022-04-05T07:05:07.598723+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-05T07:05:07.624920+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-05T07:05:07.624978+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:07.625018+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:07.628604+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:07.736289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-05T07:05:08.017359+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:08.023892+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 05 Apr 2022 07:05:08 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:08.023964+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:08.023996+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:08.029852+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-05T07:05:08.145802+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-05T07:05:08.170591+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-05T07:05:08.170650+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:08.170682+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:08.171965+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-05T07:05:08.203561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-05T07:05:08.211382+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-05T07:05:08.296954+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-05T07:05:08.518578+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-05T07:05:08.537975+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[538,537,536,535,534,533,532,531,530,529]] [] [2022-04-05T07:05:08.549049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-05T07:05:08.549496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-05T07:05:08.553090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-05T07:05:08.553417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-05T07:05:08.553728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-05T07:05:08.554061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-05T07:05:08.554438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-05T07:05:08.554764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-05T07:05:08.555090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-05T07:05:08.555414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-05T07:05:08.555739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-05T07:05:08.556069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-04-05T07:05:08.558110+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-05T07:05:08.584130+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-05T07:05:08.853338+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7d85d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e7d85d","method":"GET"} [] [2022-04-05T07:05:10.631783+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-05T07:05:10.660571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-05T07:05:10.660633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:10.660667+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:10.662232+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-05T07:05:10.704949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-05T07:05:10.709479+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-05T07:05:10.797289+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-05T07:05:10.831888+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-05T07:05:11.019953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"224f4d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/224f4d","method":"GET"} [] [2022-04-05T07:05:36.934050+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-05T07:05:36.969861+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-05T07:05:37.007699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-05T07:05:37.012198+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-05T07:05:37.012262+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-05T07:05:37.012298+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:37.012329+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:05:37.074628+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2022-04-05T07:05:37.242149+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2022-04-05T00:00:00+00:00"] [] [2022-04-05T07:05:37.251650+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2022-04-05T00:00:00+00:00"] [] [2022-04-05T07:05:37.265887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-05T07:05:37.270642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2022-04-05T07:05:37.277479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-05T07:05:37.281169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-05T07:05:37.281508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2022-04-05T07:05:37.281961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-05T07:05:37.282265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-05T07:05:37.282557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-04-05T07:05:37.282845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2022-04-05T07:05:37.283131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-04-05T07:05:37.283417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-04-05T07:05:37.283739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2022-04-05T07:05:37.284100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2022-04-05T07:05:37.284406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-04-05T07:05:37.284734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2022-04-05T07:05:37.285438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-05T07:05:37.285734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-05T07:05:37.286067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-05T07:05:37.286382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2022-04-05T07:05:37.286814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2022-04-05T07:05:37.287112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-04-05T07:05:37.287403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2022-04-05T07:05:37.287691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2022-04-05T07:05:37.287978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-05T07:05:37.288264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2022-04-05T07:05:37.288552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2022-04-05T07:05:37.288849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-05T07:05:37.289136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2022-04-05T07:05:37.289951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-04-05T07:05:37.290266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2022-04-05T07:05:37.291116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-05T07:05:37.291422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-05T07:05:37.291710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2022-04-05T07:05:37.292027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-05T07:05:37.292343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2022-04-05T07:05:37.292707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2022-04-05T07:05:37.293005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-05T07:05:37.293304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2022-04-05T07:05:37.293588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2022-04-05T07:05:37.294102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-05T07:05:37.294373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-05T07:05:37.294637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-05T07:05:37.294896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-04-05T07:05:37.295153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-04-05T07:05:37.295410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-04-05T07:05:37.295668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-05T07:05:37.295925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-04-05T07:05:37.296180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-05T07:05:37.296435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-05T07:05:37.296690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2022-04-05T07:05:37.296945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2022-04-05T07:05:37.297199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-04-05T07:05:37.297453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-05T07:05:37.297771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2022-04-05T07:05:37.298117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-04-05T07:05:37.298389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-05T07:05:37.298651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2022-04-05T07:05:37.298949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2022-04-05T07:05:37.299729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [336] [] [2022-04-05T07:05:37.300536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-05T07:05:37.300811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [192] [] [2022-04-05T07:05:37.301077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-05T07:05:37.301341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-05T07:05:37.301601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-05T07:05:37.301859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-05T07:05:37.302117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-05T07:05:37.302425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [329] [] [2022-04-05T07:05:37.302907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [354] [] [2022-04-05T07:05:37.303372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [375] [] [2022-04-05T07:05:37.303684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-04-05T07:05:37.303990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [406] [] [2022-04-05T07:05:37.304410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [445] [] [2022-04-05T07:05:37.305251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [480] [] [2022-04-05T07:05:37.305666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [485] [] [2022-04-05T07:05:37.306223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-05T07:05:37.306493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-04-05T07:05:37.306756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-05T07:05:37.307047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [239] [] [2022-04-05T07:05:37.307382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [254] [] [2022-04-05T07:05:37.307642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [253] [] [2022-04-05T07:05:37.307934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [491] [] [2022-04-05T07:05:38.186042+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-05T07:05:38.206895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-05T07:07:45.293268+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-05T07:07:45.328109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-05T07:07:45.328169+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:07:45.328203+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-05T07:07:45.329848+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-05T07:07:45.356313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-05T07:07:45.360922+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-05T07:07:45.413455+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-05T07:07:45.442174+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-05T07:07:45.638086+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da4419"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/da4419","method":"GET"} [] [2022-04-07T05:00:55.306460+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-07T05:00:55.461900+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:00:55.461960+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:55.461995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:55.541734+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-07T05:00:55.752286+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e75fc1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e75fc1","method":"GET"} [] [2022-04-07T05:00:58.345713+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-07T05:00:58.372966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:00:58.373027+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.373068+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.374393+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.437879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-07T05:00:58.682479+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.689167+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 07 Apr 2022 05:00:58 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.689269+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.689302+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.695047+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:00:58.808206+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:00:58.833983+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:00:58.834044+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.834078+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:00:58.835176+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:00:58.880144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:00:58.894126+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:00:58.955943+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:00:59.094870+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:00:59.107673+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[538,537,536,535,534,533,532,531,530,529]] [] [2022-04-07T05:00:59.119634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:00:59.120117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:00:59.123127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:00:59.123824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:00:59.124317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:00:59.124663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:00:59.124959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:00:59.125238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:00:59.125516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:00:59.125786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-07T05:00:59.126055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-07T05:00:59.126331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-04-07T05:00:59.128507+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:00:59.143724+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:00:59.398683+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ea47f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9ea47f","method":"GET"} [] [2022-04-07T05:01:00.617132+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-07T05:01:00.644480+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:01:00.644552+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:01:00.644585+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:01:00.646140+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:01:00.690509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:01:00.700337+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:01:00.783561+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:01:00.812105+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:01:00.984660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ebd1c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2ebd1c","method":"GET"} [] [2022-04-07T05:01:16.576532+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-07T05:01:16.601224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:01:16.634834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:01:16.640504+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:01:16.640575+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:01:16.640610+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:01:16.640640+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:01:16.683132+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["18"]] [] [2022-04-07T05:01:16.830344+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [18,"2020-01-01T00:00:00+00:00","2022-04-07T00:00:00+00:00"] [] [2022-04-07T05:01:16.837601+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [18,"2020-01-01T00:00:00+00:00","2022-04-07T00:00:00+00:00"] [] [2022-04-07T05:01:16.843952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:01:16.848508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [59] [] [2022-04-07T05:01:16.854617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-07T05:01:16.857716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-07T05:01:16.858074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-07T05:01:16.858360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-04-07T05:01:16.858643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-07T05:01:16.858924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-04-07T05:01:16.859285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [60] [] [2022-04-07T05:01:16.859652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-07T05:01:16.859940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [80] [] [2022-04-07T05:01:16.860222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [81] [] [2022-04-07T05:01:16.860522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [61] [] [2022-04-07T05:01:16.860991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-07T05:01:16.861279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [132] [] [2022-04-07T05:01:16.861688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-07T05:01:16.861971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [124] [] [2022-04-07T05:01:16.862281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-07T05:01:16.862586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [144] [] [2022-04-07T05:01:16.862927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [150] [] [2022-04-07T05:01:16.863751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [180] [] [2022-04-07T05:01:16.864195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [212] [] [2022-04-07T05:01:16.864960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [243] [] [2022-04-07T05:01:16.865401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [291] [] [2022-04-07T05:01:16.866172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [316] [] [2022-04-07T05:01:16.866615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [352] [] [2022-04-07T05:01:16.867401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [368] [] [2022-04-07T05:01:16.867749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-07T05:01:16.868087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-04-07T05:01:16.868372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-07T05:01:16.868672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [409] [] [2022-04-07T05:01:16.869037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [220] [] [2022-04-07T05:01:16.869325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [221] [] [2022-04-07T05:01:16.869608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [222] [] [2022-04-07T05:01:16.869909+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [401] [] [2022-04-07T05:01:16.870239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [218] [] [2022-04-07T05:01:16.870525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-07T05:01:16.870823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [382] [] [2022-04-07T05:01:16.871154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2022-04-07T05:01:16.871425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [109] [] [2022-04-07T05:01:16.871704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [388] [] [2022-04-07T05:01:16.872135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [420] [] [2022-04-07T05:01:16.872982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [470] [] [2022-04-07T05:01:16.873395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [482] [] [2022-04-07T05:01:16.873717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-04-07T05:01:16.873985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2022-04-07T05:01:16.874282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [492] [] [2022-04-07T05:01:17.618119+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:01:17.638051+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:09:03.199550+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-07T05:09:03.233722+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:09:03.233790+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:09:03.233827+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:09:03.235617+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:09:03.264556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:09:03.270438+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:09:03.323053+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:09:03.353996+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:09:03.580796+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4075ab"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4075ab","method":"GET"} [] [2022-04-07T05:09:12.884098+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-07T05:09:12.917017+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:09:12.953258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:09:12.959642+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:09:12.959712+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:09:12.959746+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:09:12.959776+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:09:13.010670+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2022-04-07T05:09:13.081853+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2022-04-07T00:00:00+00:00"] [] [2022-04-07T05:09:13.089935+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2022-04-07T00:00:00+00:00"] [] [2022-04-07T05:09:13.095539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:09:13.099982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2022-04-07T05:09:13.104362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-07T05:09:13.105738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-07T05:09:13.106059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-07T05:09:13.106353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-04-07T05:09:13.106643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-07T05:09:13.106949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-07T05:09:13.107242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2022-04-07T05:09:13.107571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-07T05:09:13.107876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-04-07T05:09:13.108158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2022-04-07T05:09:13.108468+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-07T05:09:13.108769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2022-04-07T05:09:13.109049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2022-04-07T05:09:13.109360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-04-07T05:09:13.109660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2022-04-07T05:09:13.109944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2022-04-07T05:09:13.110253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2022-04-07T05:09:13.110553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2022-04-07T05:09:13.110873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2022-04-07T05:09:13.111321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-07T05:09:13.111634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2022-04-07T05:09:13.112079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2022-04-07T05:09:13.112425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-07T05:09:13.112715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-07T05:09:13.113005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-07T05:09:13.113313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2022-04-07T05:09:13.113683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-07T05:09:13.113973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-07T05:09:13.114262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-07T05:09:13.114576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2022-04-07T05:09:13.114860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2022-04-07T05:09:13.115296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-07T05:09:13.115578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2022-04-07T05:09:13.116000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2022-04-07T05:09:13.116397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-07T05:09:13.116689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2022-04-07T05:09:13.116977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-07T05:09:13.117250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-07T05:09:13.117512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-07T05:09:13.117811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2022-04-07T05:09:13.118196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2022-04-07T05:09:13.118609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2022-04-07T05:09:13.119020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2022-04-07T05:09:13.119334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2022-04-07T05:09:13.119716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-04-07T05:09:13.119982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2022-04-07T05:09:13.120241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-07T05:09:13.120497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-04-07T05:09:13.120787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2022-04-07T05:09:13.121094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2022-04-07T05:09:13.121441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-07T05:09:13.121834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2022-04-07T05:09:13.122290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2022-04-07T05:09:13.122730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2022-04-07T05:09:13.123170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-07T05:09:13.123483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2022-04-07T05:09:13.123822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-04-07T05:09:13.124123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2022-04-07T05:09:13.124478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2022-04-07T05:09:13.124826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2022-04-07T05:09:13.125305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [334] [] [2022-04-07T05:09:13.125806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [346] [] [2022-04-07T05:09:13.126239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [366] [] [2022-04-07T05:09:13.126700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [389] [] [2022-04-07T05:09:13.127131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [381] [] [2022-04-07T05:09:13.127541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-07T05:09:13.127856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-07T05:09:13.128183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-07T05:09:13.128546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [394] [] [2022-04-07T05:09:13.128872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-04-07T05:09:13.129207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [417] [] [2022-04-07T05:09:13.129644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [422] [] [2022-04-07T05:09:13.130045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-07T05:09:13.130355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-07T05:09:13.130665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-07T05:09:13.131008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [425] [] [2022-04-07T05:09:13.131469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [443] [] [2022-04-07T05:09:13.131833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [448] [] [2022-04-07T05:09:13.132281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-07T05:09:13.132593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-07T05:09:13.132899+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-04-07T05:09:13.133206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-04-07T05:09:13.133565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [466] [] [2022-04-07T05:09:13.133968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [476] [] [2022-04-07T05:09:13.134428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [498] [] [2022-04-07T05:09:14.208485+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:09:14.228080+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:23:11.425955+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-07T05:23:11.457949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:23:11.458005+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:23:11.458038+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:23:11.459614+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:23:11.509030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:23:11.552983+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:23:11.608782+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:23:11.637003+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:23:11.853154+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95da33"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/95da33","method":"GET"} [] [2022-04-07T05:23:15.434805+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:23:15.459308+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:23:15.459366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:23:15.459399+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:23:15.460407+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:23:15.501342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:23:15.543855+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:23:15.560899+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:23:15.615743+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:23:15.621893+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[538,537,536,535,534,533,532,531,530,529]] [] [2022-04-07T05:23:15.629591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:23:15.630100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:23:15.632641+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:23:15.633212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:23:15.633744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:23:15.634126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:23:15.634548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:23:15.634914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:23:15.635275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:23:15.635635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-07T05:23:15.635996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-07T05:23:15.636363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-04-07T05:23:15.638175+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:23:15.645558+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:23:15.833492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"286eb6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/286eb6","method":"GET"} [] [2022-04-07T05:23:17.347130+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T05:23:17.373394+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:23:17.373448+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:23:17.373481+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:23:17.374974+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:23:17.411479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:23:17.416807+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:23:17.484435+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:23:17.493377+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:23:17.495197+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:23:17.524030+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:23:17.685620+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32e5ff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/32e5ff","method":"GET"} [] [2022-04-07T05:25:14.234929+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:25:14.266492+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:25:14.266550+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:14.266584+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:14.268138+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:25:14.316360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:25:14.322730+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:25:14.340760+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:25:14.505240+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:25:14.509108+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[258,257,256,255,254,253,252,251,250,249]] [] [2022-04-07T05:25:14.512343+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:25:14.518554+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:25:14.712045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"042b8a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/042b8a","method":"GET"} [] [2022-04-07T05:25:17.627741+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:25:17.654218+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:25:17.654273+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:17.654306+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:17.655766+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:25:17.695858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:25:17.738245+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:25:17.813765+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:25:17.982971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41914e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/41914e","method":"GET"} [] [2022-04-07T05:25:31.591826+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:25:31.624145+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:25:31.665334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:25:31.670827+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:25:31.670898+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:25:31.670935+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:31.670965+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:31.786624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Back Dala Assembly"] [] [2022-04-07T05:25:31.795616+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:25:31.797279+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Back Dala Assembly","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:25:31.800096+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:25:31.818556+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:25:31.974625+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:25:32.005056+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:25:32.005112+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:32.005145+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:32.006601+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:25:32.043477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:25:32.051421+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:25:32.068187+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:25:32.122636+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:25:32.126390+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[259,258,257,256,255,254,253,252,251,250]] [] [2022-04-07T05:25:32.129342+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:25:32.135313+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:25:32.304437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ea3db"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1ea3db","method":"GET"} [] [2022-04-07T05:25:38.917914+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:25:38.944408+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:25:38.944463+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:38.944495+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:38.945999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:25:38.986841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:25:38.992304+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:25:39.037074+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:25:39.205739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccf2e8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ccf2e8","method":"GET"} [] [2022-04-07T05:25:56.459393+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:25:56.484273+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:25:56.524484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:25:56.529794+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:25:56.529866+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:25:56.529901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:56.529930+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:56.595828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Back Dala Shoe Light"] [] [2022-04-07T05:25:56.600819+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:25:56.601386+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Back Dala Shoe Light","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:25:56.602706+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:25:56.615763+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:25:56.729692+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:25:56.753738+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:25:56.753795+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:56.753828+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:25:56.754827+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:25:56.791480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:25:56.796447+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:25:56.806089+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:25:56.852593+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:25:56.855222+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[260,259,258,257,256,255,254,253,252,251]] [] [2022-04-07T05:25:56.858067+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:25:56.862708+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:25:57.039536+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5563b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f5563b","method":"GET"} [] [2022-04-07T05:26:00.801606+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:26:00.825694+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:26:00.825751+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:00.825783+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:00.826836+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:26:00.856823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:26:00.862999+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:26:00.901985+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:26:01.040089+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02c9bc"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/02c9bc","method":"GET"} [] [2022-04-07T05:26:32.030204+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:26:32.054679+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:26:32.088917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:26:32.130130+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:26:32.130212+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:26:32.130253+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:32.130288+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:32.199200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Right side back dala"] [] [2022-04-07T05:26:32.205427+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:26:32.206059+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Right side back dala","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:26:32.207486+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:26:32.220670+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:26:32.337636+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:26:32.361634+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:26:32.361690+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:32.361723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:32.362786+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:26:32.400668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:26:32.408737+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:26:32.423271+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:26:32.473448+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:26:32.477345+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[261,260,259,258,257,256,255,254,253,252]] [] [2022-04-07T05:26:32.480375+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:26:32.486363+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:26:32.668062+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8ec32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a8ec32","method":"GET"} [] [2022-04-07T05:26:38.365606+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:26:38.397971+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:26:38.398027+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:38.398060+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:38.399060+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:26:38.432978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:26:38.442046+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:26:38.487591+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:26:38.665187+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6d6c8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f6d6c8","method":"GET"} [] [2022-04-07T05:26:55.610547+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:26:55.635793+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:26:55.679010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:26:55.682990+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:26:55.683050+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:26:55.683084+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:55.683114+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:55.732254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Rear Plastic Bumper"] [] [2022-04-07T05:26:55.737242+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:26:55.737812+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Rear Plastic Bumper","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:26:55.740228+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:26:55.753338+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:26:55.868705+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:26:55.892574+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:26:55.892628+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:55.892660+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:55.893640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:26:55.932309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:26:55.940601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:26:55.954591+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:26:56.002381+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:26:56.005961+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[262,261,260,259,258,257,256,255,254,253]] [] [2022-04-07T05:26:56.009160+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:26:56.014822+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:26:56.180344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b082b9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b082b9","method":"GET"} [] [2022-04-07T05:26:59.720117+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:26:59.744616+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:26:59.744673+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:59.744706+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:26:59.745709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:26:59.784824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:26:59.787956+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:26:59.827553+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:27:00.013108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f29a9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6f29a9","method":"GET"} [] [2022-04-07T05:27:47.808106+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:27:47.840776+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:27:47.881036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:27:47.884353+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:27:47.884412+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:27:47.884446+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:27:47.884476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:27:47.941663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Rear Right Side Bumper Lock"] [] [2022-04-07T05:27:47.948231+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:27:47.948827+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Rear Right Side Bumper Lock","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:27:47.951022+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:27:47.974999+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:27:48.106923+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:27:48.130774+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:27:48.130828+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:27:48.130860+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:27:48.131857+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:27:48.161490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:27:48.164416+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:27:48.174805+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:27:48.224941+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:27:48.227821+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[263,262,261,260,259,258,257,256,255,254]] [] [2022-04-07T05:27:48.230747+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:27:48.236757+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:27:48.409427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c9ae3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7c9ae3","method":"GET"} [] [2022-04-07T05:28:01.670043+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:28:01.701686+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:28:01.701742+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:28:01.701775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:28:01.703353+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:28:01.750922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:28:01.754214+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:28:01.803176+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:28:01.972679+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbd025"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bbd025","method":"GET"} [] [2022-04-07T05:28:28.144077+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:28:28.172429+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:28:28.196071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:28:28.200640+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:28:28.200744+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:28:28.200850+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:28:28.200890+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:28:28.275787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Rear Steel Bumper Corner"] [] [2022-04-07T05:28:28.281163+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:28:28.281886+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Rear Steel Bumper Corner","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:28:28.283103+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:28:28.308418+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:28:28.437243+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:28:28.464934+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:28:28.465022+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:28:28.465070+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:28:28.466516+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:28:28.502058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:28:28.505189+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:28:28.515069+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:28:28.564727+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:28:28.567635+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[264,263,262,261,260,259,258,257,256,255]] [] [2022-04-07T05:28:28.570680+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:28:28.575612+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:28:28.751504+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a24b4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5a24b4","method":"GET"} [] [2022-04-07T05:28:34.994432+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:28:35.017902+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:28:35.017956+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:28:35.017987+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:28:35.018956+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:28:35.038772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:28:35.041790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:28:35.079910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:28:35.236064+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"faf066"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/faf066","method":"GET"} [] [2022-04-07T05:29:02.114973+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:29:02.139856+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:29:02.172304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:29:02.175349+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:29:02.175408+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:29:02.175442+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:29:02.175472+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:29:02.224386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Rear Accident Damage Side [...]"] [] [2022-04-07T05:29:02.228380+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:29:02.228964+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Rear Accident Damage Side [...]","2":"Job","3":null,"4":null,"5":1} [] [2022-04-07T05:29:02.231183+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:29:02.243910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:29:02.369289+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:29:02.393540+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:29:02.393601+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:29:02.393637+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:29:02.394717+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:29:02.425957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:29:02.429086+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:29:02.438678+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:29:02.485403+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:29:02.488005+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2022-04-07T05:29:02.490903+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:29:02.495566+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:29:02.646599+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b81737"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b81737","method":"GET"} [] [2022-04-07T05:29:15.964187+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:29:15.989828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:29:15.989889+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:29:15.989923+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:29:15.990960+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:29:16.031317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:29:16.034431+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:29:16.050604+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:29:16.112118+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:29:16.115745+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[538,537,536,535,534,533,532,531,530,529]] [] [2022-04-07T05:29:16.123019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:29:16.123448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:29:16.123823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:29:16.124142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:29:16.124493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:29:16.124827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:29:16.125157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:29:16.125480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:29:16.125802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:29:16.126121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-07T05:29:16.126510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-07T05:29:16.126889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [24] [] [2022-04-07T05:29:16.128469+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:29:16.135658+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:29:16.328992+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"335444"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/335444","method":"GET"} [] [2022-04-07T05:29:17.658808+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T05:29:17.685693+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:29:17.685747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:29:17.685832+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:29:17.687352+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:29:17.729481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:29:17.732843+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:29:17.788902+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:29:17.797790+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:29:17.799563+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:29:17.831003+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:29:18.005437+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15447b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/15447b","method":"GET"} [] [2022-04-07T05:32:15.030634+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-07T05:32:15.064845+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:32:15.108655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:32:15.112020+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:32:15.112080+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:32:15.112116+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:15.112147+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:15.174019+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2022-04-07T05:32:15.183344+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T05:32:15.186582+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["259"]] [] [2022-04-07T05:32:15.190408+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["260"]] [] [2022-04-07T05:32:15.253164+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:32:15.254148+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Energy Ltd","2":88465.0,"3":"2022-03-20T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":14,"11":2} [] [2022-04-07T05:32:15.256481+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":39500.0,"4":null,"5":539,"6":259} [] [2022-04-07T05:32:15.261156+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3500.0,"4":null,"5":539,"6":260} [] [2022-04-07T05:32:15.264617+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:32:15.279706+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:32:15.410242+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:32:15.434039+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:32:15.434094+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:15.434125+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:15.435132+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:32:15.470476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:32:15.477877+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:32:15.495022+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:32:15.548088+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:32:15.553377+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[539,538,537,536,535,534,533,532,531,530]] [] [2022-04-07T05:32:15.560424+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:32:15.560891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:32:15.562171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:32:15.562547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:32:15.562885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:32:15.563224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:32:15.563590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:32:15.563955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:32:15.564319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:32:15.564682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:32:15.565043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-07T05:32:15.565452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-07T05:32:15.566919+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:32:15.573828+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:32:15.770157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ac452"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9ac452","method":"GET"} [] [2022-04-07T05:32:17.355316+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:32:17.382546+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:32:17.382600+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:17.382633+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:17.384152+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:32:17.423288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:32:17.426571+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:32:17.442216+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:32:17.505128+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:32:17.510486+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[539,538,537,536,535,534,533,532,531,530]] [] [2022-04-07T05:32:17.517643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:32:17.518130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:32:17.519396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:32:17.519765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:32:17.520102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:32:17.520443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:32:17.520814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:32:17.521180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:32:17.521548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:32:17.521914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:32:17.522277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-07T05:32:17.522645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-07T05:32:17.524177+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:32:17.531240+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:32:17.703305+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f754b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3f754b","method":"GET"} [] [2022-04-07T05:32:22.635476+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:32:22.662792+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:32:22.662847+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:22.662880+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:22.664409+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:32:22.704519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:32:22.707835+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:32:22.719229+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:32:22.775698+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:32:22.778604+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[265,264,263,262,261,260,259,258,257,256]] [] [2022-04-07T05:32:22.781622+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:32:22.786604+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:32:22.960689+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecd43e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ecd43e","method":"GET"} [] [2022-04-07T05:32:23.703033+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:32:23.728017+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:32:23.728076+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:23.728111+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:23.729164+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:32:23.771787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:32:23.774888+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:32:23.814791+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:32:23.963595+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a46f9e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a46f9e","method":"GET"} [] [2022-04-07T05:32:50.780913+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:32:50.813914+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:32:50.859472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:32:50.862765+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:32:50.862827+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:32:50.862862+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:50.862892+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:50.939977+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Right Side Back Light"] [] [2022-04-07T05:32:50.946473+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:32:50.947098+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Right Side Back Light","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:32:50.948171+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:32:50.962136+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:32:51.080951+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:32:51.104870+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:32:51.104926+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:51.104959+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:32:51.105956+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:32:51.143537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:32:51.153155+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:32:51.175913+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:32:51.228958+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:32:51.231834+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2022-04-07T05:32:51.234930+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:32:51.241119+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:32:51.425893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af37c2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/af37c2","method":"GET"} [] [2022-04-07T05:33:11.000221+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:33:11.024666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:33:11.024725+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:33:11.024759+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:33:11.025786+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:33:11.056322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:33:11.059381+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:33:11.071408+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:33:11.125549+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:33:11.129719+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[539,538,537,536,535,534,533,532,531,530]] [] [2022-04-07T05:33:11.136718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:33:11.137184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:33:11.137545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:33:11.137914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:33:11.138293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:33:11.138632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:33:11.139001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:33:11.139366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:33:11.139726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:33:11.140095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:33:11.140455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-07T05:33:11.140820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-07T05:33:11.142293+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:33:11.149639+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:33:11.331567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"009586"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/009586","method":"GET"} [] [2022-04-07T05:33:13.148146+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"539"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/539","method":"GET"} [] [2022-04-07T05:33:13.176457+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:33:13.176515+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:33:13.176550+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:33:13.178166+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:33:13.220277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:33:13.223688+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:33:13.246781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["539"] [] [2022-04-07T05:33:13.260538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [539] [] [2022-04-07T05:33:13.307702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:33:13.309404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:33:13.311603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [259] [] [2022-04-07T05:33:13.312085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [260] [] [2022-04-07T05:33:13.313450+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:33:13.314868+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:33:13.315718+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:33:13.375610+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:33:13.565542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34cf31"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/34cf31","method":"GET"} [] [2022-04-07T05:36:24.622691+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"539"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/539","method":"POST"} [] [2022-04-07T05:36:24.656117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:36:24.693039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:36:24.696346+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:36:24.696406+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:36:24.696441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:36:24.696471+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:36:24.716046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["539"] [] [2022-04-07T05:36:24.729913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [539] [] [2022-04-07T05:36:24.777959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:36:24.779696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:36:24.781907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [259] [] [2022-04-07T05:36:24.782345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [260] [] [2022-04-07T05:36:24.785098+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2022-04-07T05:36:24.786213+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T05:36:24.789020+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["259"]] [] [2022-04-07T05:36:24.789892+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["260"]] [] [2022-04-07T05:36:24.790400+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["266"]] [] [2022-04-07T05:36:24.791010+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["262"]] [] [2022-04-07T05:36:24.791537+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["263"]] [] [2022-04-07T05:36:24.792070+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["264"]] [] [2022-04-07T05:36:24.792597+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["265"]] [] [2022-04-07T05:36:24.793209+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2022-04-07T05:36:24.840549+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:36:24.841396+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":12000.0,"4":null,"5":539,"6":266} [] [2022-04-07T05:36:24.879952+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":18500.0,"4":null,"5":539,"6":262} [] [2022-04-07T05:36:24.880365+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3000.0,"4":null,"5":539,"6":263} [] [2022-04-07T05:36:24.880721+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":539,"6":264} [] [2022-04-07T05:36:24.881001+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":9000.0,"4":null,"5":539,"6":265} [] [2022-04-07T05:36:24.881276+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":12000.0,"4":null,"5":539,"6":6} [] [2022-04-07T05:36:24.882586+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:36:24.899128+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:36:25.051856+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:36:25.082434+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:36:25.082490+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:36:25.082523+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:36:25.084020+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:36:25.118933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:36:25.122238+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:36:25.137617+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:36:25.194353+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:36:25.197845+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[539,538,537,536,535,534,533,532,531,530]] [] [2022-04-07T05:36:25.204889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:36:25.205345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:36:25.205712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:36:25.206085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:36:25.206425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:36:25.206767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:36:25.207134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:36:25.207549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:36:25.207916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:36:25.208281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:36:25.208650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-07T05:36:25.209021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [25] [] [2022-04-07T05:36:25.210915+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:36:25.217952+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:36:25.424402+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9010da"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9010da","method":"GET"} [] [2022-04-07T05:37:05.070498+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T05:37:05.101868+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:37:05.101924+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:37:05.101957+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:37:05.103490+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:37:05.144079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:37:05.147356+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:37:05.206362+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:37:05.214487+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:37:05.216279+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:37:05.245767+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:37:05.413694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d13267"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d13267","method":"GET"} [] [2022-04-07T05:40:52.155114+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-07T05:40:52.187718+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:40:52.225396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:40:52.228750+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:40:52.228810+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:40:52.228845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:40:52.228876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:40:52.290824+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["51"]] [] [2022-04-07T05:40:52.298677+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T05:40:52.301304+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-07T05:40:52.305055+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2022-04-07T05:40:52.305607+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-07T05:40:52.306184+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-07T05:40:52.306708+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2022-04-07T05:40:52.351158+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:40:52.352157+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Shakti Engineering Ltd","2":42844.0,"3":"2022-02-14T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":51,"11":2} [] [2022-04-07T05:40:52.354873+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":540,"6":26} [] [2022-04-07T05:40:52.355279+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":540,"6":28} [] [2022-04-07T05:40:52.355631+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":840.0,"4":null,"5":540,"6":24} [] [2022-04-07T05:40:52.355918+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":750.0,"4":null,"5":540,"6":25} [] [2022-04-07T05:40:52.356184+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":540,"6":27} [] [2022-04-07T05:40:52.357443+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:40:52.371980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:40:52.494488+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:40:52.518666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:40:52.518719+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:40:52.518752+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:40:52.519775+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:40:52.551724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:40:52.554865+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:40:52.567549+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:40:52.620859+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:40:52.625316+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[540,539,538,537,536,535,534,533,532,531]] [] [2022-04-07T05:40:52.632392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:40:52.632827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:40:52.634073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:40:52.634363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:40:52.634677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:40:52.634965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:40:52.635259+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:40:52.635571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:40:52.635880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:40:52.636245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:40:52.636559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:40:52.636869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [26] [] [2022-04-07T05:40:52.638307+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:40:52.645306+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:40:52.858911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c61f62"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c61f62","method":"GET"} [] [2022-04-07T05:41:14.158951+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T05:41:14.190843+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:41:14.190899+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:41:14.190933+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:41:14.192476+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:41:14.232711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:41:14.236014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:41:14.294900+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:41:14.302994+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:41:14.303956+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:41:14.333876+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:41:14.473963+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aec0fb"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aec0fb","method":"GET"} [] [2022-04-07T05:47:11.774389+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-07T05:47:11.812275+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:47:11.860451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:47:11.871102+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:47:11.871294+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:47:11.871412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:47:11.871511+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:47:11.945603+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2022-04-07T05:47:11.953578+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T05:47:11.955846+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["57"]] [] [2022-04-07T05:47:11.959548+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["133"]] [] [2022-04-07T05:47:11.960097+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["58"]] [] [2022-04-07T05:47:11.960626+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["59"]] [] [2022-04-07T05:47:12.005486+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:47:12.006512+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":171200.0,"3":"2022-03-21T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":2} [] [2022-04-07T05:47:12.010030+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":8.0,"3":937.5,"4":null,"5":541,"6":57} [] [2022-04-07T05:47:12.011982+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1200.0,"4":null,"5":541,"6":133} [] [2022-04-07T05:47:12.012370+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":600.0,"4":null,"5":541,"6":58} [] [2022-04-07T05:47:12.012723+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":300.0,"4":null,"5":541,"6":59} [] [2022-04-07T05:47:12.014016+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:47:12.028339+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:47:12.153272+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:47:12.178933+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:47:12.179002+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:47:12.179042+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:47:12.180193+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:47:12.224768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:47:12.233219+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:47:12.252763+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:47:12.309944+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:47:12.313885+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[541,540,539,538,537,536,535,534,533,532]] [] [2022-04-07T05:47:12.321216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:47:12.321654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:47:12.321986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:47:12.322325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:47:12.322656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:47:12.322985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:47:12.323291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:47:12.323595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:47:12.323924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:47:12.324254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:47:12.324581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:47:12.324910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:47:12.326383+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:47:12.333589+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:47:12.557345+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c81487"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c81487","method":"GET"} [] [2022-04-07T05:47:15.689185+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:47:15.715948+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:47:15.716004+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:47:15.716037+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:47:15.717536+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:47:15.763358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:47:15.766662+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:47:15.777954+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:47:15.832823+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:47:15.835637+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[266,265,264,263,262,261,260,259,258,257]] [] [2022-04-07T05:47:15.838706+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:47:15.843376+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:47:16.021235+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6569a6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6569a6","method":"GET"} [] [2022-04-07T05:47:20.190067+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:47:20.214805+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:47:20.214862+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:47:20.214896+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:47:20.215931+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:47:20.250207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:47:20.253358+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:47:20.295087+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:47:20.441823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab7cf7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ab7cf7","method":"GET"} [] [2022-04-07T05:48:00.134637+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:48:00.170015+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:48:00.212212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:48:00.215609+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:48:00.215673+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:48:00.215708+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:48:00.215739+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:48:00.293976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Computerize While Alinment"] [] [2022-04-07T05:48:00.299454+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:48:00.300089+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Computerize While Alinment","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:48:00.300782+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:48:00.315349+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:48:00.438518+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:48:00.463798+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:48:00.463855+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:48:00.463889+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:48:00.465123+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:48:00.487380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:48:00.490416+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:48:00.501221+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:48:00.555656+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:48:00.559604+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[267,266,265,264,263,262,261,260,259,258]] [] [2022-04-07T05:48:00.563160+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:48:00.569296+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:48:00.740711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"654b1b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/654b1b","method":"GET"} [] [2022-04-07T05:48:21.078463+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:48:21.102796+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:48:21.102907+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:48:21.102946+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:48:21.103956+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:48:21.138918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:48:21.141963+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:48:21.154236+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:48:21.209473+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:48:21.213617+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[541,540,539,538,537,536,535,534,533,532]] [] [2022-04-07T05:48:21.220718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:48:21.221154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:48:21.222428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:48:21.222753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:48:21.223121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:48:21.223444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:48:21.223739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:48:21.224030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:48:21.224344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:48:21.224659+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:48:21.224970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:48:21.225281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:48:21.226741+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:48:21.233874+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:48:21.437123+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18771c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/18771c","method":"GET"} [] [2022-04-07T05:48:22.768947+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"541"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/541","method":"GET"} [] [2022-04-07T05:48:22.802244+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:48:22.802312+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:48:22.802362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:48:22.804258+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:48:22.836536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:48:22.839834+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:48:22.858611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["541"] [] [2022-04-07T05:48:22.871257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [541] [] [2022-04-07T05:48:22.919241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:48:22.920010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:48:22.921821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-07T05:48:22.922225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-04-07T05:48:22.922574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-07T05:48:22.922918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-07T05:48:22.924304+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:48:22.925613+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:48:22.926413+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:48:22.962036+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:48:23.192222+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf01ed"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cf01ed","method":"GET"} [] [2022-04-07T05:49:24.083787+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"541"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/541","method":"POST"} [] [2022-04-07T05:49:24.109673+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:49:24.150726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:49:24.153838+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:49:24.153899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:49:24.153935+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:49:24.153966+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:49:24.169786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["541"] [] [2022-04-07T05:49:24.182650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [541] [] [2022-04-07T05:49:24.230528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:49:24.231327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:49:24.233236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-07T05:49:24.233675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-04-07T05:49:24.234070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-07T05:49:24.234459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-07T05:49:24.237370+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2022-04-07T05:49:24.238443+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T05:49:24.239885+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["57"]] [] [2022-04-07T05:49:24.240744+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["133"]] [] [2022-04-07T05:49:24.241258+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["58"]] [] [2022-04-07T05:49:24.241766+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["59"]] [] [2022-04-07T05:49:24.242274+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["267"]] [] [2022-04-07T05:49:24.242828+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2022-04-07T05:49:24.289958+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:49:24.290759+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":3500.0,"4":null,"5":541,"6":267} [] [2022-04-07T05:49:24.328446+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":7000.0,"4":null,"5":541,"6":6} [] [2022-04-07T05:49:24.332626+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:49:24.352881+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:49:24.512076+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:49:24.545707+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:49:24.545767+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:49:24.545805+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:49:24.547427+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:49:24.579657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:49:24.582880+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:49:24.598576+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:49:24.658038+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:49:24.661523+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[541,540,539,538,537,536,535,534,533,532]] [] [2022-04-07T05:49:24.668610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:49:24.669052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:49:24.669378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:49:24.669704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:49:24.670022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:49:24.670344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:49:24.670636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:49:24.670930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:49:24.671245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:49:24.671618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:49:24.671930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:49:24.672237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [27] [] [2022-04-07T05:49:24.673652+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:49:24.680733+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:49:24.895375+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e8228"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2e8228","method":"GET"} [] [2022-04-07T05:49:56.162141+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T05:49:56.188628+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:49:56.188683+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:49:56.188716+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:49:56.190213+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:49:56.227172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:49:56.230566+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:49:56.281586+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:49:56.289564+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:49:56.290501+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:49:56.317666+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:49:56.490085+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"864733"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/864733","method":"GET"} [] [2022-04-07T05:51:26.371951+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-07T05:51:26.405507+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:51:26.432580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:51:26.435891+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:51:26.435961+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:51:26.435999+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:26.436030+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:26.499302+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2022-04-07T05:51:26.507305+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T05:51:26.508483+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["158"]] [] [2022-04-07T05:51:26.556284+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:51:26.557293+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":192598.0,"3":"2022-03-20T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2022-04-07T05:51:26.559552+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":11500.0,"4":null,"5":542,"6":158} [] [2022-04-07T05:51:26.561656+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:51:26.576092+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:51:26.699327+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:51:26.724008+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:51:26.724068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:26.724103+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:26.725141+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:51:26.768846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:51:26.771968+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:51:26.784963+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:51:26.840063+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:51:26.844576+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[542,541,540,539,538,537,536,535,534,533]] [] [2022-04-07T05:51:26.851813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:51:26.852347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:51:26.852752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:51:26.853220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:51:26.853621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:51:26.854258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:51:26.854649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:51:26.855009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:51:26.855521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:51:26.855990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:51:26.856379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:51:26.856757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:51:26.858413+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:51:26.865926+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:51:27.085910+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d0570"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9d0570","method":"GET"} [] [2022-04-07T05:51:36.556972+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T05:51:36.586485+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:51:36.586604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:36.586644+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:36.587687+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:51:36.630087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:51:36.633154+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:51:36.687327+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:51:36.693292+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:51:36.694172+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:51:36.722835+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:51:36.866698+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3edc75"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3edc75","method":"GET"} [] [2022-04-07T05:51:40.018229+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:51:40.042370+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:51:40.042426+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:40.042461+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:40.043472+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:51:40.072953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:51:40.076051+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:51:40.086293+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:51:40.134566+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:51:40.137452+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[267,266,265,264,263,262,261,260,259,258]] [] [2022-04-07T05:51:40.140350+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:51:40.146476+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:51:40.297534+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a724ea"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a724ea","method":"GET"} [] [2022-04-07T05:51:45.044318+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:51:45.072512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:51:45.072572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:45.072607+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:51:45.074156+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:51:45.115023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:51:45.121719+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:51:45.170695+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:51:45.332126+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c52003"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c52003","method":"GET"} [] [2022-04-07T05:52:10.988991+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:52:11.014151+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:52:11.044169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:52:11.047293+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:52:11.047353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:52:11.047389+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:52:11.047420+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:52:11.112979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["A/C Condenser"] [] [2022-04-07T05:52:11.118275+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:52:11.118923+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"A/C Condenser","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T05:52:11.121215+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:52:11.144242+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:52:11.267619+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:52:11.291862+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:52:11.291918+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:52:11.291951+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:52:11.292954+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:52:11.333969+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:52:11.337365+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:52:11.348375+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:52:11.399326+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:52:11.402268+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[268,267,266,265,264,263,262,261,260,259]] [] [2022-04-07T05:52:11.405683+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:52:11.410653+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:52:11.584299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07e8d7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/07e8d7","method":"GET"} [] [2022-04-07T05:52:24.837874+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:52:24.866183+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:52:24.866240+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:52:24.866272+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:52:24.867793+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:52:24.903173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:52:24.906487+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:52:24.921682+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:52:24.977139+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:52:24.980308+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[542,541,540,539,538,537,536,535,534,533]] [] [2022-04-07T05:52:24.987556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:52:24.987986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:52:24.988316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:52:24.988639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:52:24.988956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:52:24.989271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:52:24.989587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:52:24.989877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:52:24.990167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:52:24.990479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:52:24.990792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:52:24.991102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:52:24.992516+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:52:24.999640+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:52:25.150248+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7fb0d2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7fb0d2","method":"GET"} [] [2022-04-07T05:52:26.189226+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"542"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/542","method":"GET"} [] [2022-04-07T05:52:26.213149+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:52:26.213208+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:52:26.213241+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:52:26.214239+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:52:26.258316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:52:26.261359+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:52:26.276133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["542"] [] [2022-04-07T05:52:26.288393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [542] [] [2022-04-07T05:52:26.335044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:52:26.335827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:52:26.336883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-07T05:52:26.339184+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:52:26.340513+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:52:26.341400+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:52:26.373029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:52:26.573240+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b9777"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6b9777","method":"GET"} [] [2022-04-07T05:54:53.206429+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"542"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/542","method":"POST"} [] [2022-04-07T05:54:53.239196+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:54:53.289214+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:54:53.292575+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:54:53.292635+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:54:53.292670+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:54:53.292700+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:54:53.312179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["542"] [] [2022-04-07T05:54:53.326002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [542] [] [2022-04-07T05:54:53.373732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:54:53.375458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:54:53.377365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-07T05:54:53.380058+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2022-04-07T05:54:53.381067+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T05:54:53.382824+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["158"]] [] [2022-04-07T05:54:53.383676+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["268"]] [] [2022-04-07T05:54:53.384194+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["191"]] [] [2022-04-07T05:54:53.384667+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2022-04-07T05:54:53.432951+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:54:53.433737+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":6400.0,"4":null,"5":542,"6":268} [] [2022-04-07T05:54:53.435971+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4500.0,"4":null,"5":542,"6":191} [] [2022-04-07T05:54:53.436193+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":550.0,"4":null,"5":542,"6":118} [] [2022-04-07T05:54:53.437297+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:54:53.456398+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:54:53.602588+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:54:53.633028+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:54:53.633083+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:54:53.633115+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:54:53.634614+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:54:53.668780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:54:53.672089+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:54:53.687294+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:54:53.743433+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:54:53.748792+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[542,541,540,539,538,537,536,535,534,533]] [] [2022-04-07T05:54:53.755694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:54:53.756108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:54:53.757333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:54:53.757651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:54:53.757961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:54:53.758273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:54:53.758582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:54:53.758869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:54:53.759241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:54:53.759609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:54:53.760026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:54:53.760394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:54:53.761971+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:54:53.768990+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:54:54.034871+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"858106"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/858106","method":"GET"} [] [2022-04-07T05:54:57.112294+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:54:57.138285+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:54:57.138337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:54:57.138370+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:54:57.139902+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:54:57.176522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:54:57.179934+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:54:57.191284+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:54:57.246649+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:54:57.249578+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[268,267,266,265,264,263,262,261,260,259]] [] [2022-04-07T05:54:57.252555+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:54:57.257117+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:54:57.423508+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4da79e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4da79e","method":"GET"} [] [2022-04-07T05:54:59.193033+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T05:54:59.225100+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:54:59.225184+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:54:59.225236+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:54:59.226519+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:54:59.263521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:54:59.266644+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:54:59.308495+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:54:59.470944+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c884d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c884d","method":"GET"} [] [2022-04-07T05:55:19.585294+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T05:55:19.617628+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:55:19.663719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:55:19.666984+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:55:19.667044+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:55:19.667138+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:55:19.667174+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:55:19.742136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["A/C Pipe Joint Seal"] [] [2022-04-07T05:55:19.747445+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:55:19.748057+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"A/C Pipe Joint Seal","2":"Set","3":null,"4":null,"5":1} [] [2022-04-07T05:55:19.749221+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:55:19.763862+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:55:19.882738+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T05:55:19.907099+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:55:19.907155+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:55:19.907188+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:55:19.908180+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:55:19.944366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:55:19.947412+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:55:19.957809+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:55:20.008397+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T05:55:20.011273+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[269,268,267,266,265,264,263,262,261,260]] [] [2022-04-07T05:55:20.014237+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T05:55:20.020206+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:55:20.192087+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f74aa"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8f74aa","method":"GET"} [] [2022-04-07T05:55:24.855738+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:55:24.880027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:55:24.880083+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:55:24.880116+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:55:24.881131+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:55:24.923961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:55:24.927030+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:55:24.939082+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:55:24.992726+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:55:24.995906+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[542,541,540,539,538,537,536,535,534,533]] [] [2022-04-07T05:55:25.003037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:55:25.003467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:55:25.003841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:55:25.004165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:55:25.004483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:55:25.004797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:55:25.005111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:55:25.005399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:55:25.005687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:55:25.006000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:55:25.006310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:55:25.006625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:55:25.008046+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:55:25.015049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:55:25.209572+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"772016"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/772016","method":"GET"} [] [2022-04-07T05:55:26.506866+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"542"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/542","method":"GET"} [] [2022-04-07T05:55:26.533202+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:55:26.533256+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:55:26.533289+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:55:26.534777+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:55:26.573690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:55:26.576971+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:55:26.595436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["542"] [] [2022-04-07T05:55:26.607688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [542] [] [2022-04-07T05:55:26.653187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:55:26.653937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:55:26.655764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-07T05:55:26.656164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [268] [] [2022-04-07T05:55:26.656501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-07T05:55:26.656832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-07T05:55:26.658229+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T05:55:26.659544+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T05:55:26.660395+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T05:55:26.696579+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:55:26.886723+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a71562"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a71562","method":"GET"} [] [2022-04-07T05:58:01.003084+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"542"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/542","method":"POST"} [] [2022-04-07T05:58:01.036222+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:58:01.087275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:58:01.090580+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:58:01.090640+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:58:01.090675+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:58:01.090705+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:58:01.110416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["542"] [] [2022-04-07T05:58:01.123043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [542] [] [2022-04-07T05:58:01.170593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:58:01.171383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:58:01.173295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-07T05:58:01.173728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [268] [] [2022-04-07T05:58:01.174120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-07T05:58:01.174570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-07T05:58:01.177460+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2022-04-07T05:58:01.178552+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T05:58:01.181054+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["158"]] [] [2022-04-07T05:58:01.181937+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["268"]] [] [2022-04-07T05:58:01.182452+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["191"]] [] [2022-04-07T05:58:01.182957+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["118"]] [] [2022-04-07T05:58:01.183461+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["269"]] [] [2022-04-07T05:58:01.184021+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["115"]] [] [2022-04-07T05:58:01.184536+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["161"]] [] [2022-04-07T05:58:01.185052+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["14"]] [] [2022-04-07T05:58:01.185575+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["6"]] [] [2022-04-07T05:58:01.236664+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T05:58:01.237467+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":542,"6":269} [] [2022-04-07T05:58:01.274097+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1650.0,"4":null,"5":542,"6":115} [] [2022-04-07T05:58:01.274315+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":700.0,"4":null,"5":542,"6":161} [] [2022-04-07T05:58:01.274564+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2200.0,"4":null,"5":542,"6":14} [] [2022-04-07T05:58:01.274744+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2500.0,"4":null,"5":542,"6":6} [] [2022-04-07T05:58:01.275920+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T05:58:01.291972+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:58:01.449799+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T05:58:01.480608+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T05:58:01.480664+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:58:01.480696+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T05:58:01.482596+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T05:58:01.531575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T05:58:01.541187+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T05:58:01.563682+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T05:58:01.622042+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T05:58:01.625582+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[542,541,540,539,538,537,536,535,534,533]] [] [2022-04-07T05:58:01.632810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T05:58:01.633224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T05:58:01.633513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T05:58:01.633796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T05:58:01.634071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T05:58:01.634355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T05:58:01.634630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T05:58:01.634877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T05:58:01.635127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T05:58:01.635397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T05:58:01.635663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T05:58:01.635930+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [48] [] [2022-04-07T05:58:01.637367+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T05:58:01.644600+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T05:58:01.868554+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c7e7f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5c7e7f","method":"GET"} [] [2022-04-07T06:01:33.627569+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T06:01:33.662016+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T06:01:33.662074+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:01:33.662109+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:01:33.663805+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T06:01:33.703393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T06:01:33.706792+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T06:01:33.771035+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T06:01:33.779919+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T06:01:33.780795+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T06:01:33.811838+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T06:01:34.012752+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89f62a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/89f62a","method":"GET"} [] [2022-04-07T06:03:32.876508+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-07T06:03:32.909297+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T06:03:32.953576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T06:03:32.956928+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T06:03:32.956995+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T06:03:32.957095+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:03:32.957132+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:03:33.020591+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2022-04-07T06:03:33.028669+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T06:03:33.030497+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-07T06:03:33.034222+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-07T06:03:33.034729+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-07T06:03:33.084253+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T06:03:33.085271+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":208922.0,"3":"2022-03-13T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":19,"11":2} [] [2022-04-07T06:03:33.122170+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":543,"6":26} [] [2022-04-07T06:03:33.123214+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":543,"6":24} [] [2022-04-07T06:03:33.124111+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":543,"6":25} [] [2022-04-07T06:03:33.128153+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T06:03:33.163237+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T06:03:33.292096+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T06:03:33.317469+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T06:03:33.317534+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:03:33.317572+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:03:33.318801+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T06:03:33.366224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T06:03:33.369398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T06:03:33.382802+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T06:03:33.442010+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T06:03:33.445702+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[543,542,541,540,539,538,537,536,535,534]] [] [2022-04-07T06:03:33.454013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T06:03:33.454553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T06:03:33.454903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T06:03:33.455238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T06:03:33.455529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T06:03:33.455860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T06:03:33.456242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T06:03:33.456564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T06:03:33.456860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T06:03:33.457176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T06:03:33.457510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T06:03:33.457839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T06:03:33.459386+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T06:03:33.467720+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T06:03:33.732014+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eba4a1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eba4a1","method":"GET"} [] [2022-04-07T06:05:12.145652+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-07T06:05:12.173070+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T06:05:12.173127+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:05:12.173160+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:05:12.174717+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T06:05:12.217623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T06:05:12.221005+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T06:05:12.269225+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T06:05:12.294593+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T06:05:12.470456+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f6397"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9f6397","method":"GET"} [] [2022-04-07T06:05:30.891601+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-07T06:05:30.926743+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T06:05:30.976495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T06:05:30.979889+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T06:05:30.979950+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T06:05:30.979987+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:05:30.980018+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:05:31.032086+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2022-04-07T06:05:31.107022+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2022-04-07T00:00:00+00:00"] [] [2022-04-07T06:05:31.114477+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2022-04-07T00:00:00+00:00"] [] [2022-04-07T06:05:31.120406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T06:05:31.123944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2022-04-07T06:05:31.127140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-07T06:05:31.127476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-07T06:05:31.127766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-07T06:05:31.128050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-04-07T06:05:31.128328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-07T06:05:31.128695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-07T06:05:31.128978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2022-04-07T06:05:31.129299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-07T06:05:31.129595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-04-07T06:05:31.129867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2022-04-07T06:05:31.130171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-07T06:05:31.130462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2022-04-07T06:05:31.130829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2022-04-07T06:05:31.131145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-04-07T06:05:31.131436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2022-04-07T06:05:31.131774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2022-04-07T06:05:31.132085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2022-04-07T06:05:31.132378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2022-04-07T06:05:31.132652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2022-04-07T06:05:31.133079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-07T06:05:31.133383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2022-04-07T06:05:31.133807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2022-04-07T06:05:31.134131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-07T06:05:31.134399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-07T06:05:31.134660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-07T06:05:31.134935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2022-04-07T06:05:31.135274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-07T06:05:31.135541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-07T06:05:31.135799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-07T06:05:31.136081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2022-04-07T06:05:31.136332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2022-04-07T06:05:31.136741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-07T06:05:31.137001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2022-04-07T06:05:31.137384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2022-04-07T06:05:31.137751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-07T06:05:31.138016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2022-04-07T06:05:31.138273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-07T06:05:31.138527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-07T06:05:31.138781+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-07T06:05:31.139069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2022-04-07T06:05:31.139448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2022-04-07T06:05:31.139855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2022-04-07T06:05:31.140263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2022-04-07T06:05:31.140575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2022-04-07T06:05:31.140920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-04-07T06:05:31.141184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2022-04-07T06:05:31.141442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-07T06:05:31.141703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-04-07T06:05:31.142011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2022-04-07T06:05:31.142364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2022-04-07T06:05:31.142710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-07T06:05:31.143048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2022-04-07T06:05:31.143452+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2022-04-07T06:05:31.143841+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2022-04-07T06:05:31.144224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-07T06:05:31.144490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2022-04-07T06:05:31.144748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-04-07T06:05:31.145012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2022-04-07T06:05:31.145461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2022-04-07T06:05:31.145788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2022-04-07T06:05:31.146176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [334] [] [2022-04-07T06:05:31.146660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [346] [] [2022-04-07T06:05:31.147041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [366] [] [2022-04-07T06:05:31.147449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [389] [] [2022-04-07T06:05:31.147907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [381] [] [2022-04-07T06:05:31.148273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-07T06:05:31.148544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-07T06:05:31.148819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-07T06:05:31.149126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [394] [] [2022-04-07T06:05:31.149405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-04-07T06:05:31.149687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [417] [] [2022-04-07T06:05:31.150065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [422] [] [2022-04-07T06:05:31.150400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-07T06:05:31.150665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-07T06:05:31.150925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-07T06:05:31.151215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [425] [] [2022-04-07T06:05:31.151627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [443] [] [2022-04-07T06:05:31.151958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [448] [] [2022-04-07T06:05:31.152356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-07T06:05:31.152625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-07T06:05:31.152884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-04-07T06:05:31.153145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-04-07T06:05:31.153453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [466] [] [2022-04-07T06:05:31.153808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [476] [] [2022-04-07T06:05:31.154218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [498] [] [2022-04-07T06:05:31.154630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [543] [] [2022-04-07T06:05:32.314297+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T06:05:32.337624+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T06:10:10.361723+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-07T06:10:10.394613+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T06:10:10.394671+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:10:10.394704+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:10:10.396234+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T06:10:10.424807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T06:10:10.428134+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T06:10:10.478074+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T06:10:10.505468+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T06:10:10.696007+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31dd43"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/31dd43","method":"GET"} [] [2022-04-07T06:10:18.428253+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-07T06:10:18.460320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T06:10:18.501896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T06:10:18.505206+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T06:10:18.505265+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T06:10:18.505300+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:10:18.505330+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:10:18.555293+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["14"]] [] [2022-04-07T06:10:18.627711+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [14,"2020-01-01T00:00:00+00:00","2022-04-07T00:00:00+00:00"] [] [2022-04-07T06:10:18.634338+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [14,"2020-01-01T00:00:00+00:00","2022-04-07T00:00:00+00:00"] [] [2022-04-07T06:10:18.640144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2022-04-07T06:10:18.643790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [54] [] [2022-04-07T06:10:18.646129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [64] [] [2022-04-07T06:10:18.646462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-07T06:10:18.646805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-07T06:10:18.647090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-07T06:10:18.647374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-04-07T06:10:18.647652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [65] [] [2022-04-07T06:10:18.647929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [66] [] [2022-04-07T06:10:18.648205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-04-07T06:10:18.648480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-07T06:10:18.648779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [55] [] [2022-04-07T06:10:18.649184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [68] [] [2022-04-07T06:10:18.649470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-07T06:10:18.649748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [71] [] [2022-04-07T06:10:18.650026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [69] [] [2022-04-07T06:10:18.650302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [70] [] [2022-04-07T06:10:18.650577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-04-07T06:10:18.650864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2022-04-07T06:10:18.651139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [121] [] [2022-04-07T06:10:18.651580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [146] [] [2022-04-07T06:10:18.652012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-07T06:10:18.652349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [100] [] [2022-04-07T06:10:18.652633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-04-07T06:10:18.652915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [101] [] [2022-04-07T06:10:18.653192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-07T06:10:18.653498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-07T06:10:18.653773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [163] [] [2022-04-07T06:10:18.654225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-07T06:10:18.654554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [172] [] [2022-04-07T06:10:18.654886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-07T06:10:18.655222+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [20] [] [2022-04-07T06:10:18.655528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [184] [] [2022-04-07T06:10:18.655919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-04-07T06:10:18.656228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-04-07T06:10:18.656566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [120] [] [2022-04-07T06:10:18.656882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [198] [] [2022-04-07T06:10:18.657338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-04-07T06:10:18.657633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-07T06:10:18.657988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-04-07T06:10:18.658309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [121] [] [2022-04-07T06:10:18.658596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [122] [] [2022-04-07T06:10:18.658881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-07T06:10:18.659196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T06:10:18.659476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [222] [] [2022-04-07T06:10:18.659952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [261] [] [2022-04-07T06:10:18.660335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-07T06:10:18.660623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [164] [] [2022-04-07T06:10:18.660946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [288] [] [2022-04-07T06:10:18.661394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-07T06:10:18.661681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2022-04-07T06:10:18.661971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-07T06:10:18.662257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [177] [] [2022-04-07T06:10:18.662580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [283] [] [2022-04-07T06:10:18.663019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [339] [] [2022-04-07T06:10:18.663461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [380] [] [2022-04-07T06:10:18.663860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [204] [] [2022-04-07T06:10:18.664152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [205] [] [2022-04-07T06:10:18.664438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [206] [] [2022-04-07T06:10:18.664706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [207] [] [2022-04-07T06:10:18.664966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [208] [] [2022-04-07T06:10:18.665226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [210] [] [2022-04-07T06:10:18.665604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [403] [] [2022-04-07T06:10:18.666020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [454] [] [2022-04-07T06:10:18.666463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [451] [] [2022-04-07T06:10:18.666797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-07T06:10:18.667060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-04-07T06:10:18.667317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-04-07T06:10:18.667606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [464] [] [2022-04-07T06:10:18.667989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [247] [] [2022-04-07T06:10:18.668299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [495] [] [2022-04-07T06:10:18.668870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [539] [] [2022-04-07T06:10:18.669272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [259] [] [2022-04-07T06:10:18.669547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [260] [] [2022-04-07T06:10:18.669809+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [266] [] [2022-04-07T06:10:18.670067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [262] [] [2022-04-07T06:10:18.670323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [263] [] [2022-04-07T06:10:18.670578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [264] [] [2022-04-07T06:10:18.670828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [265] [] [2022-04-07T06:10:18.671116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [507] [] [2022-04-07T06:10:19.460134+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T06:10:19.479728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T06:44:18.092886+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-07T06:44:18.124667+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T06:44:18.124724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:44:18.124756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T06:44:18.126300+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T06:44:18.154315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T06:44:18.157722+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T06:44:18.205943+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T06:44:18.232478+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T06:44:18.429546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b69f32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b69f32","method":"GET"} [] [2022-04-07T08:21:26.551538+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-07T08:21:26.591089+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:21:26.591149+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:26.591184+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:26.607869+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:21:26.638775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:21:26.642919+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:21:26.668901+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:21:26.912619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3eff25"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3eff25","method":"GET"} [] [2022-04-07T08:21:29.802697+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-07T08:21:29.827371+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:21:29.849229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:21:29.852329+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:21:29.852388+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:21:29.852422+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:29.852459+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:29.852876+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:29.854072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-07T08:21:30.062577+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:30.068355+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 07 Apr 2022 08:21:30 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:30.068426+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:30.068458+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:30.073945+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:21:30.179985+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:21:30.204008+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:21:30.204066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:30.204099+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:30.205194+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:21:30.225665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:21:30.228709+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:21:30.245418+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:21:30.314306+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:21:30.333382+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[543,542,541,540,539,538,537,536,535,534]] [] [2022-04-07T08:21:30.341168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:21:30.341744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:21:30.342215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:21:30.342588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:21:30.342956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:21:30.343326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:21:30.343696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:21:30.344103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:21:30.344442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:21:30.344800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:21:30.345164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T08:21:30.345536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-04-07T08:21:30.347176+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:21:30.355340+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:21:30.589947+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1972e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a1972e","method":"GET"} [] [2022-04-07T08:21:32.995968+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T08:21:33.027724+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:21:33.027787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:33.027824+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:21:33.029487+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:21:33.081505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:21:33.085441+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:21:33.155536+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:21:33.164782+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T08:21:33.165850+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T08:21:33.199049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:21:33.355726+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f1eea"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0f1eea","method":"GET"} [] [2022-04-07T08:22:55.861664+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-07T08:22:55.902410+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:22:55.945695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:22:55.949776+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:22:55.949844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:22:55.949880+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:22:55.949912+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:22:56.020884+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2022-04-07T08:22:56.030055+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T08:22:56.032957+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-07T08:22:56.037049+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-07T08:22:56.037604+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-07T08:22:56.038134+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2022-04-07T08:22:56.092212+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:22:56.093190+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":190717.0,"3":"2022-03-16T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":8,"11":2} [] [2022-04-07T08:22:56.095834+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":544,"6":26} [] [2022-04-07T08:22:56.097627+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":544,"6":24} [] [2022-04-07T08:22:56.097936+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":544,"6":25} [] [2022-04-07T08:22:56.098259+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":544,"6":27} [] [2022-04-07T08:22:56.099613+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:22:56.117506+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:22:56.251350+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:22:56.281233+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:22:56.281294+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:22:56.281328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:22:56.282446+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:22:56.317057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:22:56.320727+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:22:56.333801+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:22:56.395827+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:22:56.399906+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[544,543,542,541,540,539,538,537,536,535]] [] [2022-04-07T08:22:56.408688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:22:56.409242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:22:56.409708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:22:56.410083+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:22:56.410459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:22:56.410889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:22:56.411263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:22:56.411639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:22:56.412013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:22:56.412359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:22:56.412709+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:22:56.413089+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T08:22:56.414691+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:22:56.423026+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:22:56.655979+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a771c0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a771c0","method":"GET"} [] [2022-04-07T08:23:08.846708+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T08:23:08.872215+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:23:08.872276+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:23:08.872312+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:23:08.873396+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:23:08.904857+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:23:08.908017+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:23:08.956040+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:23:08.962204+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T08:23:08.963211+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T08:23:08.994349+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:23:09.153793+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"536cfe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/536cfe","method":"GET"} [] [2022-04-07T08:32:35.630299+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-07T08:32:35.661515+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:32:35.661571+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:35.661604+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:35.676163+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:32:35.701018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:32:35.704288+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:32:35.713489+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:32:35.886202+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85a0ce"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/85a0ce","method":"GET"} [] [2022-04-07T08:32:38.645263+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-07T08:32:38.672846+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:32:38.714281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:32:38.717630+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:32:38.717689+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:32:38.717724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:38.717764+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:38.718202+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:38.719423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-07T08:32:38.923388+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:38.929158+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 07 Apr 2022 08:32:38 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:38.929222+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:38.929252+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:38.935392+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:32:39.088710+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:32:39.113845+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:32:39.113905+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:39.113939+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:39.115174+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:32:39.135804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:32:39.138809+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:32:39.155343+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:32:39.223741+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:32:39.227440+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[544,543,542,541,540,539,538,537,536,535]] [] [2022-04-07T08:32:39.234731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:32:39.235200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:32:39.235578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:32:39.235956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:32:39.236388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:32:39.236768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:32:39.237143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:32:39.237518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:32:39.237893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:32:39.238241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:32:39.238593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:32:39.238975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T08:32:39.240483+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:32:39.247698+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:32:39.472694+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ccc83"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6ccc83","method":"GET"} [] [2022-04-07T08:32:43.412331+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T08:32:43.439456+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:32:43.439513+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:43.439615+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:32:43.441156+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:32:43.480074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:32:43.483389+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:32:43.540193+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:32:43.548408+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T08:32:43.549294+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T08:32:43.577946+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:32:43.764280+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eac2ec"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eac2ec","method":"GET"} [] [2022-04-07T08:34:50.377347+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:34:50.408876+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:34:50.408933+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:34:50.408966+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:34:50.410488+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:34:50.448088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:34:50.451414+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:34:50.464749+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:34:50.523972+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:34:50.526979+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[269,268,267,266,265,264,263,262,261,260]] [] [2022-04-07T08:34:50.530079+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:34:50.536259+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:34:50.712298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"008a7d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/008a7d","method":"GET"} [] [2022-04-07T08:34:51.876375+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:34:51.900880+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:34:51.900938+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:34:51.900971+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:34:51.902014+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:34:51.922257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:34:51.925279+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:34:51.966351+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:34:52.140378+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00ec1f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/00ec1f","method":"GET"} [] [2022-04-07T08:35:10.673934+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:35:10.707044+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:35:10.757647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:35:10.761097+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:35:10.761157+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:35:10.761192+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:35:10.761222+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:35:10.837380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Fog Light Assembly"] [] [2022-04-07T08:35:10.843247+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:35:10.843891+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Fog Light Assembly","2":"Set","3":null,"4":null,"5":1} [] [2022-04-07T08:35:10.846567+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:35:10.860883+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:35:10.978960+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:35:11.003182+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:35:11.003237+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:35:11.003270+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:35:11.004297+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:35:11.040498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:35:11.043569+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:35:11.054121+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:35:11.105302+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:35:11.108279+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[270,269,268,267,266,265,264,263,262,261]] [] [2022-04-07T08:35:11.111341+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:35:11.117415+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:35:11.287515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81881d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/81881d","method":"GET"} [] [2022-04-07T08:35:12.200037+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:35:12.224260+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:35:12.224315+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:35:12.224348+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:35:12.225348+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:35:12.268168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:35:12.271269+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:35:12.311095+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:35:12.457927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9b88a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d9b88a","method":"GET"} [] [2022-04-07T08:36:28.848364+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:36:28.873569+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:36:28.918919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:36:28.921992+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:36:28.922051+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:36:28.922086+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:36:28.922117+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:36:28.971617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Fog Light Assembly Fittin [...]"] [] [2022-04-07T08:36:28.975667+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:36:28.976233+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Fog Light Assembly Fittin [...]","2":"Job","3":null,"4":null,"5":1} [] [2022-04-07T08:36:28.978707+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:36:28.991850+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:36:29.107716+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:36:29.131909+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:36:29.131964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:36:29.131997+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:36:29.133009+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:36:29.165551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:36:29.168629+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:36:29.178163+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:36:29.225141+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:36:29.227764+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[271,270,269,268,267,266,265,264,263,262]] [] [2022-04-07T08:36:29.230725+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:36:29.235525+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:36:29.404790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a4518"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7a4518","method":"GET"} [] [2022-04-07T08:37:08.017478+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:37:08.048752+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:37:08.048808+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:37:08.048841+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:37:08.050363+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:37:08.093892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:37:08.097273+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:37:08.145526+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:37:08.309657+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9ac95"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c9ac95","method":"GET"} [] [2022-04-07T08:37:36.446283+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:37:36.479165+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:37:36.516423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:37:36.519742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:37:36.519801+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:37:36.519836+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:37:36.519866+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:37:36.593491+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Main & Begin Bearing"] [] [2022-04-07T08:37:36.598921+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:37:36.599496+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Main & Begin Bearing","2":"Set","3":null,"4":null,"5":1} [] [2022-04-07T08:37:36.601711+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:37:36.623768+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:37:36.763482+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:37:36.787352+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:37:36.787410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:37:36.787443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:37:36.788437+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:37:36.830536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:37:36.833679+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:37:36.844127+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:37:36.894665+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:37:36.897611+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[272,271,270,269,268,267,266,265,264,263]] [] [2022-04-07T08:37:36.900720+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:37:36.906782+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:37:37.064828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b517b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2b517b","method":"GET"} [] [2022-04-07T08:37:43.050448+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:37:43.074994+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:37:43.075049+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:37:43.075150+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:37:43.076190+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:37:43.111316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:37:43.114465+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:37:43.153733+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:37:43.290658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"347b27"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/347b27","method":"GET"} [] [2022-04-07T08:38:07.237072+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:38:07.261619+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:38:07.291633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:38:07.294840+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:38:07.294898+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:38:07.294931+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:07.294960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:07.343588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Timing Chain Spatter"] [] [2022-04-07T08:38:07.347627+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:38:07.348208+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Timing Chain Spatter","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T08:38:07.385930+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:38:07.399700+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:38:07.516171+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:38:07.540458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:38:07.540515+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:07.540548+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:07.541643+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:38:07.572903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:38:07.575946+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:38:07.585479+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:38:07.633192+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:38:07.635870+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[273,272,271,270,269,268,267,266,265,264]] [] [2022-04-07T08:38:07.638770+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:38:07.643487+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:38:07.807556+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ab669"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3ab669","method":"GET"} [] [2022-04-07T08:38:16.297826+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:38:16.322142+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:38:16.322198+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:16.322235+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:16.323265+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:38:16.360670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:38:16.363756+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:38:16.402719+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:38:16.570290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77ed2e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/77ed2e","method":"GET"} [] [2022-04-07T08:38:45.199589+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:38:45.224567+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:38:45.262741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:38:45.265801+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:38:45.265859+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:38:45.265895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:45.265925+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:45.315076+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Engine Massing Shop Work"] [] [2022-04-07T08:38:45.319169+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:38:45.319733+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Engine Massing Shop Work","2":"Job","3":null,"4":null,"5":1} [] [2022-04-07T08:38:45.322288+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:38:45.335029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:38:45.446687+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:38:45.470695+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:38:45.470750+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:45.470782+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:45.471782+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:38:45.507597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:38:45.510648+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:38:45.520307+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:38:45.567368+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:38:45.569875+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[274,273,272,271,270,269,268,267,266,265]] [] [2022-04-07T08:38:45.572741+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:38:45.577377+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:38:45.753417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2635f1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2635f1","method":"GET"} [] [2022-04-07T08:38:58.770863+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:38:58.797422+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:38:58.797482+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:58.797517+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:38:58.798676+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:38:58.831648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:38:58.834958+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:38:58.878716+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:38:59.024918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"072be0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/072be0","method":"GET"} [] [2022-04-07T08:39:21.606765+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:39:21.635344+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:39:21.672265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:39:21.676434+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:39:21.676512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:39:21.676551+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:21.676582+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:21.730336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Engine Overhauling Charge"] [] [2022-04-07T08:39:21.734468+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:39:21.735054+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Engine Overhauling Charge","2":"Job","3":null,"4":null,"5":1} [] [2022-04-07T08:39:21.736829+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:39:21.750117+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:39:21.874361+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:39:21.900353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:39:21.900412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:21.900445+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:21.901457+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:39:21.942500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:39:21.945761+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:39:21.955592+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:39:22.005029+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:39:22.008189+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[275,274,273,272,271,270,269,268,267,266]] [] [2022-04-07T08:39:22.012428+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:39:22.017308+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:39:22.191078+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0597c0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0597c0","method":"GET"} [] [2022-04-07T08:39:24.048628+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-07T08:39:24.072684+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:39:24.072741+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:24.072775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:24.073780+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:39:24.115997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:39:24.119033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:39:24.159941+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:39:24.182706+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:39:24.327488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98eaaf"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/98eaaf","method":"GET"} [] [2022-04-07T08:39:25.305698+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:39:25.330088+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:39:25.330146+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:25.330250+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:25.331288+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:39:25.362951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:39:25.366071+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:39:25.378313+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:39:25.430202+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:39:25.433449+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[544,543,542,541,540,539,538,537,536,535]] [] [2022-04-07T08:39:25.449266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:39:25.449734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:39:25.450094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:39:25.450469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:39:25.450833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:39:25.451251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:39:25.451627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:39:25.451992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:39:25.452357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:39:25.452734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:39:25.453078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:39:25.453445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-04-07T08:39:25.454951+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:39:25.461909+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:39:25.663743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7d09b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a7d09b","method":"GET"} [] [2022-04-07T08:39:29.054275+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T08:39:29.083080+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:39:29.083156+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:29.083197+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:39:29.084822+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:39:29.134216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:39:29.144766+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:39:29.215906+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:39:29.223897+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T08:39:29.224853+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T08:39:29.253247+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:39:29.393409+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9955ad"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9955ad","method":"GET"} [] [2022-04-07T08:43:19.068249+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-07T08:43:19.101156+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:43:19.146883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:43:19.150359+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:43:19.150430+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:43:19.150466+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:19.150496+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:19.212049+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-07T08:43:19.220040+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T08:43:19.223058+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["270"]] [] [2022-04-07T08:43:19.226844+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["271"]] [] [2022-04-07T08:43:19.227397+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["200"]] [] [2022-04-07T08:43:19.227922+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["201"]] [] [2022-04-07T08:43:19.228444+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["202"]] [] [2022-04-07T08:43:19.228968+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["272"]] [] [2022-04-07T08:43:19.273825+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:43:19.274783+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":180350.0,"3":"2022-04-06T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2022-04-07T08:43:19.311977+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":5000.0,"4":null,"5":545,"6":270} [] [2022-04-07T08:43:19.312846+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1000.0,"4":null,"5":545,"6":271} [] [2022-04-07T08:43:19.313568+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":6500.0,"4":null,"5":545,"6":200} [] [2022-04-07T08:43:19.314272+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4500.0,"4":null,"5":545,"6":201} [] [2022-04-07T08:43:19.314962+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":10800.0,"4":null,"5":545,"6":202} [] [2022-04-07T08:43:19.315689+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2400.0,"4":null,"5":545,"6":272} [] [2022-04-07T08:43:19.319315+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:43:19.346679+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:43:19.486125+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:43:19.510114+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:43:19.510168+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:19.510273+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:19.511291+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:43:19.550791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:43:19.553893+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:43:19.566332+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:43:19.619292+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:43:19.622842+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[545,544,543,542,541,540,539,538,537,536]] [] [2022-04-07T08:43:19.629851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:43:19.630280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:43:19.630642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:43:19.630963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:43:19.631281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:43:19.631662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:43:19.631980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:43:19.632294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:43:19.632605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:43:19.632918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:43:19.633220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:43:19.633510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:43:19.634921+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:43:19.641793+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:43:19.875949+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2d882"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c2d882","method":"GET"} [] [2022-04-07T08:43:23.319730+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:43:23.346048+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:43:23.346102+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:23.346134+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:23.347640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:43:23.383917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:43:23.387190+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:43:23.398230+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:43:23.452462+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:43:23.455267+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[275,274,273,272,271,270,269,268,267,266]] [] [2022-04-07T08:43:23.458168+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:43:23.462785+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:43:23.623971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10c1e4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/10c1e4","method":"GET"} [] [2022-04-07T08:43:24.945266+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:43:24.969328+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:43:24.969385+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:24.969418+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:24.970419+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:43:25.010413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:43:25.013438+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:43:25.053114+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:43:25.224128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"165af3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/165af3","method":"GET"} [] [2022-04-07T08:43:42.600258+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:43:42.633950+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:43:42.660304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:43:42.663592+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:43:42.663660+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:43:42.663697+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:42.663728+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:42.738487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Engine Valbe"] [] [2022-04-07T08:43:42.743886+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:43:42.744453+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Engine Valbe","2":"Set","3":null,"4":null,"5":1} [] [2022-04-07T08:43:42.746758+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:43:42.764194+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:43:42.898809+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:43:42.922597+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:43:42.922651+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:42.922683+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:42.923661+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:43:42.967839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:43:42.970876+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:43:42.981283+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:43:43.031323+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:43:43.034207+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[276,275,274,273,272,271,270,269,268,267]] [] [2022-04-07T08:43:43.037195+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:43:43.043242+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:43:43.199043+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"513a92"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/513a92","method":"GET"} [] [2022-04-07T08:43:55.257407+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:43:55.281552+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:43:55.281608+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:55.281640+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:43:55.282644+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:43:55.322141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:43:55.325197+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:43:55.364177+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:43:55.515033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fda743"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fda743","method":"GET"} [] [2022-04-07T08:44:05.422860+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:44:05.447738+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:44:05.491221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:44:05.494347+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:44:05.494408+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:44:05.494442+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:44:05.494472+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:44:05.543438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Sit Cover"] [] [2022-04-07T08:44:05.547459+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:44:05.548023+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Sit Cover","2":"Set","3":null,"4":null,"5":1} [] [2022-04-07T08:44:05.549333+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:44:05.562560+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:44:05.676299+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:44:05.700828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:44:05.700884+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:44:05.700918+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:44:05.701951+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:44:05.742568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:44:05.745716+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:44:05.755607+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:44:05.803519+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:44:05.806209+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[277,276,275,274,273,272,271,270,269,268]] [] [2022-04-07T08:44:05.809220+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:44:05.813986+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:44:05.987248+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44fa46"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/44fa46","method":"GET"} [] [2022-04-07T08:44:08.737752+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:44:08.762301+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:44:08.762358+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:44:08.762392+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:44:08.763420+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:44:08.798683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:44:08.801759+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:44:08.813960+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:44:08.868419+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:44:08.871747+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[545,544,543,542,541,540,539,538,537,536]] [] [2022-04-07T08:44:08.879035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:44:08.879533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:44:08.879924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:44:08.880293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:44:08.880656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:44:08.881022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:44:08.881393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:44:08.881756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:44:08.882118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:44:08.882488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:44:08.882824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:44:08.883165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:44:08.884646+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:44:08.891795+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:44:09.098635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41dbee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/41dbee","method":"GET"} [] [2022-04-07T08:44:10.009045+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"545"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/545","method":"GET"} [] [2022-04-07T08:44:10.035480+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:44:10.035535+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:44:10.035567+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:44:10.037053+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:44:10.088536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:44:10.098891+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:44:10.126907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["545"] [] [2022-04-07T08:44:10.139453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-07T08:44:10.185791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:44:10.186549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:44:10.188959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-07T08:44:10.189361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-07T08:44:10.189705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-07T08:44:10.190043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-07T08:44:10.190462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-07T08:44:10.190800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-07T08:44:10.192335+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:44:10.193636+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T08:44:10.194413+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T08:44:10.234234+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:44:10.426685+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8acf0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a8acf0","method":"GET"} [] [2022-04-07T08:45:48.538026+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"545"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/545","method":"POST"} [] [2022-04-07T08:45:48.570462+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:45:48.608540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:45:48.611950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:45:48.612010+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:45:48.612046+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:45:48.612080+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:45:48.631716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["545"] [] [2022-04-07T08:45:48.644097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-07T08:45:48.690157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:45:48.691041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:45:48.693533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-07T08:45:48.694042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-07T08:45:48.694432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-07T08:45:48.694773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-07T08:45:48.695111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-07T08:45:48.695445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-07T08:45:48.698423+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-07T08:45:48.699452+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T08:45:48.700796+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["270"]] [] [2022-04-07T08:45:48.701651+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["271"]] [] [2022-04-07T08:45:48.702135+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["200"]] [] [2022-04-07T08:45:48.702597+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["201"]] [] [2022-04-07T08:45:48.703059+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["202"]] [] [2022-04-07T08:45:48.703519+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["272"]] [] [2022-04-07T08:45:48.703976+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["276"]] [] [2022-04-07T08:45:48.704560+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["273"]] [] [2022-04-07T08:45:48.750833+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:45:48.751634+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":9500.0,"4":null,"5":545,"6":276} [] [2022-04-07T08:45:48.788506+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":2.0,"3":3750.0,"4":null,"5":545,"6":273} [] [2022-04-07T08:45:48.792208+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:45:48.822980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:45:48.997544+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:45:49.030644+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:45:49.030705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:45:49.030744+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:45:49.032398+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:45:49.080869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:45:49.084149+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:45:49.099785+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:45:49.157350+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:45:49.160963+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[545,544,543,542,541,540,539,538,537,536]] [] [2022-04-07T08:45:49.168194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:45:49.168614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:45:49.168939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:45:49.169267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:45:49.169591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:45:49.169913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:45:49.170231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:45:49.170554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:45:49.170870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:45:49.171185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:45:49.171501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:45:49.171822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:45:49.173257+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:45:49.180350+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:45:49.405362+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42ee59"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/42ee59","method":"GET"} [] [2022-04-07T08:45:54.528989+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:45:54.555725+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:45:54.555782+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:45:54.555814+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:45:54.557343+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:45:54.600978+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:45:54.604605+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:45:54.615888+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:45:54.671002+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:45:54.673834+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[277,276,275,274,273,272,271,270,269,268]] [] [2022-04-07T08:45:54.676745+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:45:54.681398+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:45:54.857445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b518b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4b518b","method":"GET"} [] [2022-04-07T08:45:56.138338+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"GET"} [] [2022-04-07T08:45:56.163520+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:45:56.163578+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:45:56.163613+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:45:56.164670+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:45:56.202402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:45:56.205582+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:45:56.246060+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:45:56.386806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aaf6b1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aaf6b1","method":"GET"} [] [2022-04-07T08:47:31.466268+00:00] request.INFO: Matched route "item_new". {"route":"item_new","route_parameters":{"_route":"item_new","_controller":"App\\Controller\\ItemController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item/new","method":"POST"} [] [2022-04-07T08:47:31.491456+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:47:31.527793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:47:31.530798+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:47:31.530862+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:47:31.530896+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:47:31.530926+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:47:31.596175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.name = ? ["Timing Chain"] [] [2022-04-07T08:47:31.600298+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:47:31.600924+00:00] doctrine.DEBUG: INSERT INTO item (name, unit, description, note, type) VALUES (?, ?, ?, ?, ?) {"1":"Timing Chain","2":"Pcs","3":null,"4":null,"5":1} [] [2022-04-07T08:47:31.603129+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:47:31.615764+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:47:31.731158+00:00] request.INFO: Matched route "item_index". {"route":"item_index","route_parameters":{"_route":"item_index","page":1,"_controller":"App\\Controller\\ItemController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/item","method":"GET"} [] [2022-04-07T08:47:31.755388+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:47:31.755444+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:47:31.755477+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:47:31.756489+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:47:31.794243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:47:31.797226+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:47:31.806786+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:47:31.854556+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%"] [] [2022-04-07T08:47:31.857326+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%",[278,277,276,275,274,273,272,271,270,269]] [] [2022-04-07T08:47:31.860292+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.name LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%"] [] [2022-04-07T08:47:31.865096+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:47:32.038088+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adfaf3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/adfaf3","method":"GET"} [] [2022-04-07T08:48:56.619008+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:48:56.650796+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:48:56.650851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:48:56.650956+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:48:56.652510+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:48:56.702503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:48:56.705896+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:48:56.722495+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:48:56.787348+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:48:56.790832+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[545,544,543,542,541,540,539,538,537,536]] [] [2022-04-07T08:48:56.797919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:48:56.798383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:48:56.798745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:48:56.799112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:48:56.799474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:48:56.799905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:48:56.800278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:48:56.800648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:48:56.801011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:48:56.801379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:48:56.801716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:48:56.802057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:48:56.803514+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:48:56.810406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:48:56.999656+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"017e5c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/017e5c","method":"GET"} [] [2022-04-07T08:49:01.186167+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-07T08:49:01.213639+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:49:01.213697+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:49:01.213731+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:49:01.215308+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:49:01.266632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:49:01.271266+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:49:01.327313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:49:01.335278+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T08:49:01.336165+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T08:49:01.364925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:49:01.525380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9da0c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9da0c1","method":"GET"} [] [2022-04-07T08:49:13.640447+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"545"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/545","method":"GET"} [] [2022-04-07T08:49:13.671798+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:49:13.671854+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:49:13.671887+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:49:13.673384+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:49:13.722498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:49:13.725816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:49:13.744505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["545"] [] [2022-04-07T08:49:13.757138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-07T08:49:13.803414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:49:13.804320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:49:13.807359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-07T08:49:13.807797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-07T08:49:13.808183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-07T08:49:13.808570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-07T08:49:13.808957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-07T08:49:13.809343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-07T08:49:13.809730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-07T08:49:13.810116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-07T08:49:13.811819+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:49:13.813241+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T08:49:13.814117+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T08:49:13.857180+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:49:14.043847+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3404b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d3404b","method":"GET"} [] [2022-04-07T08:54:21.000704+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"545"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/545","method":"POST"} [] [2022-04-07T08:54:21.034035+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:54:21.079463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:54:21.082866+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:54:21.082927+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:54:21.082964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:54:21.082994+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:54:21.102770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["545"] [] [2022-04-07T08:54:21.115564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-07T08:54:21.162517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:54:21.163313+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:54:21.166335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-07T08:54:21.166767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-07T08:54:21.167151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-07T08:54:21.167533+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-07T08:54:21.167921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-07T08:54:21.168302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-07T08:54:21.168684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-07T08:54:21.169067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-07T08:54:21.172179+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-07T08:54:21.173327+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T08:54:21.177304+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["270"]] [] [2022-04-07T08:54:21.178195+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["271"]] [] [2022-04-07T08:54:21.178710+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["200"]] [] [2022-04-07T08:54:21.179212+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["201"]] [] [2022-04-07T08:54:21.179721+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["202"]] [] [2022-04-07T08:54:21.180232+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["272"]] [] [2022-04-07T08:54:21.180736+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["276"]] [] [2022-04-07T08:54:21.181250+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["273"]] [] [2022-04-07T08:54:21.181759+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["278"]] [] [2022-04-07T08:54:21.182321+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["31"]] [] [2022-04-07T08:54:21.182850+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-07T08:54:21.183366+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-07T08:54:21.183893+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-07T08:54:21.184411+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["123"]] [] [2022-04-07T08:54:21.184935+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["8"]] [] [2022-04-07T08:54:21.185460+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["274"]] [] [2022-04-07T08:54:21.185982+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["275"]] [] [2022-04-07T08:54:21.234210+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:54:21.235008+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":4000.0,"4":null,"5":545,"6":278} [] [2022-04-07T08:54:21.237333+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":900.0,"4":null,"5":545,"6":31} [] [2022-04-07T08:54:21.237574+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":400.0,"4":null,"5":545,"6":24} [] [2022-04-07T08:54:21.237815+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":800.0,"4":null,"5":545,"6":26} [] [2022-04-07T08:54:21.237999+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":545,"6":25} [] [2022-04-07T08:54:21.238207+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":3.0,"3":150.0,"4":null,"5":545,"6":123} [] [2022-04-07T08:54:21.238428+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":6200.0,"4":null,"5":545,"6":8} [] [2022-04-07T08:54:21.238644+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":7000.0,"4":null,"5":545,"6":274} [] [2022-04-07T08:54:21.238860+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":8000.0,"4":null,"5":545,"6":275} [] [2022-04-07T08:54:21.239990+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:54:21.266579+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:54:21.443748+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:54:21.475693+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:54:21.475750+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:54:21.475784+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:54:21.477304+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:54:21.516880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:54:21.520281+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:54:21.535836+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:54:21.592825+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:54:21.596388+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[545,544,543,542,541,540,539,538,537,536]] [] [2022-04-07T08:54:21.603488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:54:21.603935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:54:21.604293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:54:21.604667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:54:21.605029+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:54:21.605398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:54:21.605824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:54:21.606195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:54:21.606559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:54:21.606926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:54:21.607264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:54:21.607605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:54:21.609083+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:54:21.616110+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:54:21.828864+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d25714"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d25714","method":"GET"} [] [2022-04-07T08:54:30.421394+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"545"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/545","method":"GET"} [] [2022-04-07T08:54:30.453504+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:54:30.453561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:54:30.453594+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:54:30.455165+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:54:30.505409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:54:30.508764+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:54:30.527907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["545"] [] [2022-04-07T08:54:30.540331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-07T08:54:30.586626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:54:30.587409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:54:30.593575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-07T08:54:30.594021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-07T08:54:30.594407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-07T08:54:30.594791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-07T08:54:30.595173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-07T08:54:30.595555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-07T08:54:30.595940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-07T08:54:30.596323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-07T08:54:30.596703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [278] [] [2022-04-07T08:54:30.597090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-07T08:54:30.597473+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-07T08:54:30.597856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-07T08:54:30.598240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-07T08:54:30.598696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-07T08:54:30.599086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-07T08:54:30.599469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [274] [] [2022-04-07T08:54:30.599922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [275] [] [2022-04-07T08:54:30.602180+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-07T08:54:30.603541+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-07T08:54:30.604354+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-07T08:54:30.660882+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:54:30.839713+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3c26b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b3c26b","method":"GET"} [] [2022-04-07T08:56:36.809964+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"545"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/545","method":"POST"} [] [2022-04-07T08:56:36.843147+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:56:36.880045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:56:36.883373+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:56:36.883433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:56:36.883468+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:56:36.883499+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:56:36.903064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["545"] [] [2022-04-07T08:56:36.915662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-07T08:56:36.962014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:56:36.962816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:56:36.968417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-07T08:56:36.968860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-07T08:56:36.969251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-07T08:56:36.969635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-07T08:56:36.970027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-07T08:56:36.970411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-07T08:56:36.970795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-07T08:56:36.971181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-07T08:56:36.971565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [278] [] [2022-04-07T08:56:36.971948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-07T08:56:36.972333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-07T08:56:36.972715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-07T08:56:36.973096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-07T08:56:36.973528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-07T08:56:36.973919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-07T08:56:36.974409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [274] [] [2022-04-07T08:56:36.974797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [275] [] [2022-04-07T08:56:36.978477+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-07T08:56:36.979553+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-07T08:56:36.980594+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["270"]] [] [2022-04-07T08:56:36.981443+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["271"]] [] [2022-04-07T08:56:36.981954+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["200"]] [] [2022-04-07T08:56:36.982461+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["201"]] [] [2022-04-07T08:56:36.982971+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["202"]] [] [2022-04-07T08:56:36.983476+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["272"]] [] [2022-04-07T08:56:36.983984+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["276"]] [] [2022-04-07T08:56:36.984494+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["273"]] [] [2022-04-07T08:56:36.985006+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["278"]] [] [2022-04-07T08:56:36.985516+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["31"]] [] [2022-04-07T08:56:36.986026+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-07T08:56:36.986538+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-07T08:56:36.987052+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-07T08:56:36.987563+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["123"]] [] [2022-04-07T08:56:36.988069+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["8"]] [] [2022-04-07T08:56:36.988540+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["274"]] [] [2022-04-07T08:56:36.989040+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["275"]] [] [2022-04-07T08:56:36.989586+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["277"]] [] [2022-04-07T08:56:37.037354+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-07T08:56:37.038182+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":8000.0,"4":null,"5":545,"6":277} [] [2022-04-07T08:56:37.077232+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-07T08:56:37.094228+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:56:37.258402+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-07T08:56:37.290063+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-07T08:56:37.290119+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:56:37.290152+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-07T08:56:37.291731+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-07T08:56:37.340114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-07T08:56:37.343494+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-07T08:56:37.359134+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-07T08:56:37.416006+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-07T08:56:37.419700+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[545,544,543,542,541,540,539,538,537,536]] [] [2022-04-07T08:56:37.426712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-07T08:56:37.427172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-07T08:56:37.427544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-07T08:56:37.427907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-07T08:56:37.428270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-07T08:56:37.428635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-07T08:56:37.428997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-07T08:56:37.429361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-07T08:56:37.429789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-07T08:56:37.430155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-07T08:56:37.430498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-07T08:56:37.430840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-07T08:56:37.432307+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-07T08:56:37.439430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-07T08:56:37.683199+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b0b4c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7b0b4c","method":"GET"} [] [2022-04-11T03:51:17.970156+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-11T03:51:18.054139+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-11T03:51:18.054197+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:18.054233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:18.094501+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-11T03:51:18.301842+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9027e8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9027e8","method":"GET"} [] [2022-04-11T03:51:21.086753+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-11T03:51:21.111420+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-11T03:51:21.111473+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.111512+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.114409+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.219159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-11T03:51:21.438722+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.445857+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 11 Apr 2022 03:51:21 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.445922+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.445953+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.451968+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-11T03:51:21.572384+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-11T03:51:21.596098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-11T03:51:21.596150+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.596182+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:51:21.597226+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-11T03:51:21.623054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-11T03:51:21.630445+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-11T03:51:21.670853+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-11T03:51:21.793839+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-11T03:51:21.802692+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[545,544,543,542,541,540,539,538,537,536]] [] [2022-04-11T03:51:21.812229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-11T03:51:21.812664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-11T03:51:21.814283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-11T03:51:21.814602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-11T03:51:21.814917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-11T03:51:21.815227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-11T03:51:21.815543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-11T03:51:21.815854+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-11T03:51:21.816160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-11T03:51:21.816472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-11T03:51:21.816826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-11T03:51:21.817131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-04-11T03:51:21.819060+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-11T03:51:21.832458+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-11T03:51:22.105406+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"201f7f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/201f7f","method":"GET"} [] [2022-04-11T03:56:35.089248+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-11T03:56:35.120308+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-11T03:56:35.120363+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:56:35.120395+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:56:35.121871+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-11T03:56:35.150304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-11T03:56:35.153950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-11T03:56:35.237578+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-11T03:56:35.246724+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-11T03:56:35.248222+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-11T03:56:35.281235+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-11T03:56:35.459386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e67ed3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e67ed3","method":"GET"} [] [2022-04-11T03:59:30.465027+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-11T03:59:30.497554+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-11T03:59:30.530103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-11T03:59:30.533630+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-11T03:59:30.533688+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-11T03:59:30.533722+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:59:30.533751+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:59:30.596344+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["13"]] [] [2022-04-11T03:59:30.647633+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-11T03:59:30.650624+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-11T03:59:30.655009+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2022-04-11T03:59:30.655802+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["63"]] [] [2022-04-11T03:59:30.656367+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-11T03:59:30.656891+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-11T03:59:30.657413+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2022-04-11T03:59:30.802271+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-11T03:59:30.803663+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":171200.0,"3":"2022-03-21T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":13,"11":2} [] [2022-04-11T03:59:30.805539+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":2800.0,"4":null,"5":546,"6":26} [] [2022-04-11T03:59:30.810421+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":600.0,"4":null,"5":546,"6":28} [] [2022-04-11T03:59:30.810665+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":1600.0,"4":null,"5":546,"6":63} [] [2022-04-11T03:59:30.810894+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":700.0,"4":null,"5":546,"6":24} [] [2022-04-11T03:59:30.811121+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":546,"6":25} [] [2022-04-11T03:59:30.811350+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":546,"6":27} [] [2022-04-11T03:59:30.813414+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-11T03:59:30.825453+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-11T03:59:30.964079+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-11T03:59:30.988932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-11T03:59:30.988987+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:59:30.989021+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-11T03:59:30.990057+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-11T03:59:31.013759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-11T03:59:31.016976+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-11T03:59:31.029183+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-11T03:59:31.081445+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-11T03:59:31.087434+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[546,545,544,543,542,541,540,539,538,537]] [] [2022-04-11T03:59:31.094997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-11T03:59:31.095474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-11T03:59:31.096384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-11T03:59:31.096719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-11T03:59:31.097046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-11T03:59:31.097374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-11T03:59:31.097725+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-11T03:59:31.098050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-11T03:59:31.098373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-11T03:59:31.098696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-11T03:59:31.099066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-11T03:59:31.100444+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-11T03:59:31.107414+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-11T03:59:31.388212+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c2295"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3c2295","method":"GET"} [] [2022-04-16T04:40:38.452394+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-16T04:40:38.522413+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T04:40:38.522471+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:38.522506+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:38.556954+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-16T04:40:38.754062+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a3c5d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9a3c5d","method":"GET"} [] [2022-04-16T04:40:41.524530+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-16T04:40:41.548695+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T04:40:41.548747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:41.548785+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:41.551154+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:41.636959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-16T04:40:41.983471+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:41.991341+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 16 Apr 2022 04:40:41 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:41.991416+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:41.991447+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:41.996957+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T04:40:42.104061+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-16T04:40:42.127935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T04:40:42.127988+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:42.128020+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:42.129061+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T04:40:42.149006+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T04:40:42.156123+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T04:40:42.199960+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-16T04:40:42.331547+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-16T04:40:42.351608+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[546,545,544,543,542,541,540,539,538,537]] [] [2022-04-16T04:40:42.362116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-16T04:40:42.362587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-16T04:40:42.365804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-16T04:40:42.366149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-16T04:40:42.366483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-16T04:40:42.366819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-16T04:40:42.367184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-16T04:40:42.367506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-16T04:40:42.367812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-16T04:40:42.368115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-16T04:40:42.368390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-16T04:40:42.370371+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-16T04:40:42.385467+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T04:40:42.647398+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10537d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/10537d","method":"GET"} [] [2022-04-16T04:40:46.225623+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-16T04:40:46.252332+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T04:40:46.252387+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:46.252419+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:40:46.253926+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T04:40:46.289147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T04:40:46.293291+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T04:40:46.365013+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T04:40:46.394991+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T04:40:46.568832+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"359182"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/359182","method":"GET"} [] [2022-04-16T04:41:15.414259+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-16T04:41:15.447237+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T04:41:15.489148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T04:41:15.493610+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T04:41:15.493678+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T04:41:15.493713+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:41:15.493815+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T04:41:15.548502+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["19"]] [] [2022-04-16T04:41:15.781868+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [19,"2020-01-01T00:00:00+00:00","2022-04-16T00:00:00+00:00"] [] [2022-04-16T04:41:15.792157+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [19,"2020-01-01T00:00:00+00:00","2022-04-16T00:00:00+00:00"] [] [2022-04-16T04:41:15.798635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-16T04:41:15.803177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [19] [] [2022-04-16T04:41:15.809958+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-16T04:41:15.813177+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-16T04:41:15.813487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-16T04:41:15.813774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-04-16T04:41:15.814057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-16T04:41:15.814353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-16T04:41:15.814639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [193] [] [2022-04-16T04:41:15.815702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-16T04:41:15.816073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-04-16T04:41:15.816353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [21] [] [2022-04-16T04:41:15.816665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-16T04:41:15.816961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [4] [] [2022-04-16T04:41:15.817241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [22] [] [2022-04-16T04:41:15.817550+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-04-16T04:41:15.817845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [5] [] [2022-04-16T04:41:15.818122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [23] [] [2022-04-16T04:41:15.818430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [40] [] [2022-04-16T04:41:15.818727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [6] [] [2022-04-16T04:41:15.819000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [24] [] [2022-04-16T04:41:15.819444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-16T04:41:15.819755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [70] [] [2022-04-16T04:41:15.820514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [4] [] [2022-04-16T04:41:15.820862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-16T04:41:15.821151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-16T04:41:15.821522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-16T04:41:15.821826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [131] [] [2022-04-16T04:41:15.822203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-16T04:41:15.822490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-16T04:41:15.822771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-16T04:41:15.823077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [18] [] [2022-04-16T04:41:15.823337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [119] [] [2022-04-16T04:41:15.823756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-16T04:41:15.824018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [145] [] [2022-04-16T04:41:15.824405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [175] [] [2022-04-16T04:41:15.824775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-16T04:41:15.825042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [116] [] [2022-04-16T04:41:15.825302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-16T04:41:15.825560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-16T04:41:15.825816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-16T04:41:15.826106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [168] [] [2022-04-16T04:41:15.826546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [187] [] [2022-04-16T04:41:15.826966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [205] [] [2022-04-16T04:41:15.827376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [214] [] [2022-04-16T04:41:15.827687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [218] [] [2022-04-16T04:41:15.828036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-04-16T04:41:15.828301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [131] [] [2022-04-16T04:41:15.828562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-16T04:41:15.828819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-04-16T04:41:15.829112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [239] [] [2022-04-16T04:41:15.829416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [150] [] [2022-04-16T04:41:15.829678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-16T04:41:15.829954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [244] [] [2022-04-16T04:41:15.830338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [267] [] [2022-04-16T04:41:15.831041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [314] [] [2022-04-16T04:41:15.831426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-16T04:41:15.831690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [187] [] [2022-04-16T04:41:15.831973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-04-16T04:41:15.832230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [301] [] [2022-04-16T04:41:15.832532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [185] [] [2022-04-16T04:41:15.832829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [306] [] [2022-04-16T04:41:15.833209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [334] [] [2022-04-16T04:41:15.833970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [346] [] [2022-04-16T04:41:15.834355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [366] [] [2022-04-16T04:41:15.834765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [389] [] [2022-04-16T04:41:15.835144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [381] [] [2022-04-16T04:41:15.835507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-16T04:41:15.835777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-16T04:41:15.836053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-16T04:41:15.836362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [394] [] [2022-04-16T04:41:15.836643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-04-16T04:41:15.836923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [417] [] [2022-04-16T04:41:15.837682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [422] [] [2022-04-16T04:41:15.838015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-16T04:41:15.838282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-16T04:41:15.838542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-16T04:41:15.838834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [425] [] [2022-04-16T04:41:15.839244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [443] [] [2022-04-16T04:41:15.839579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [448] [] [2022-04-16T04:41:15.839979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-16T04:41:15.840245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-16T04:41:15.840507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-04-16T04:41:15.840764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-04-16T04:41:15.841073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [466] [] [2022-04-16T04:41:15.841429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [476] [] [2022-04-16T04:41:15.841839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [498] [] [2022-04-16T04:41:15.842307+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [543] [] [2022-04-16T04:41:16.988535+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T04:41:17.008510+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:12:53.889062+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-16T05:12:53.921977+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:12:53.922035+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:12:53.922068+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:12:53.923673+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:12:53.963160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:12:53.967638+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:12:54.017958+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T05:12:54.046890+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:12:54.268526+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1445f5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1445f5","method":"GET"} [] [2022-04-16T05:12:59.158706+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-16T05:12:59.184117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:12:59.221489+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:12:59.225493+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:12:59.225552+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:12:59.225587+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:12:59.225617+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:12:59.267279+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2022-04-16T05:12:59.337886+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2022-04-16T00:00:00+00:00"] [] [2022-04-16T05:12:59.344948+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2022-04-16T00:00:00+00:00"] [] [2022-04-16T05:12:59.350691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-16T05:12:59.355293+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2022-04-16T05:12:59.358457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-16T05:12:59.359740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-16T05:12:59.360074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-16T05:12:59.360433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2022-04-16T05:12:59.360889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-16T05:12:59.361233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-04-16T05:12:59.361566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-16T05:12:59.361920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2022-04-16T05:12:59.362321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2022-04-16T05:12:59.362652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2022-04-16T05:12:59.363019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2022-04-16T05:12:59.363432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-16T05:12:59.363898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-16T05:12:59.364227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2022-04-16T05:12:59.364582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-16T05:12:59.364934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2022-04-16T05:12:59.365545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-16T05:12:59.365879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-16T05:12:59.366212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-16T05:12:59.366542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-16T05:12:59.366873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-16T05:12:59.367207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2022-04-16T05:12:59.367541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2022-04-16T05:12:59.367872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-16T05:12:59.368239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2022-04-16T05:12:59.368776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2022-04-16T05:12:59.369112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2022-04-16T05:12:59.369443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-16T05:12:59.369774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2022-04-16T05:12:59.370109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2022-04-16T05:12:59.370444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2022-04-16T05:12:59.370778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2022-04-16T05:12:59.371124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2022-04-16T05:12:59.371461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2022-04-16T05:12:59.371806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-16T05:12:59.372130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2022-04-16T05:12:59.372596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2022-04-16T05:12:59.373054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2022-04-16T05:12:59.373516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2022-04-16T05:12:59.373871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-16T05:12:59.374226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2022-04-16T05:12:59.374604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2022-04-16T05:12:59.374941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-16T05:12:59.375290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2022-04-16T05:12:59.375754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-16T05:12:59.376096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-04-16T05:12:59.376524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2022-04-16T05:12:59.376941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-04-16T05:12:59.377352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-04-16T05:12:59.377691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2022-04-16T05:12:59.378060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [331] [] [2022-04-16T05:12:59.378608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [347] [] [2022-04-16T05:12:59.379066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-04-16T05:12:59.379401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-16T05:12:59.379735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-16T05:12:59.380067+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [194] [] [2022-04-16T05:12:59.380399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-04-16T05:12:59.380752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-16T05:12:59.381119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [362] [] [2022-04-16T05:12:59.381616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [370] [] [2022-04-16T05:12:59.382013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-04-16T05:12:59.382350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-04-16T05:12:59.382720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [384] [] [2022-04-16T05:12:59.383185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [433] [] [2022-04-16T05:12:59.383673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [413] [] [2022-04-16T05:12:59.384112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-04-16T05:12:59.384464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-16T05:12:59.384795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [226] [] [2022-04-16T05:12:59.385127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [227] [] [2022-04-16T05:12:59.385497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [439] [] [2022-04-16T05:12:59.385994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [442] [] [2022-04-16T05:12:59.386346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-04-16T05:12:59.386697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [463] [] [2022-04-16T05:12:59.387189+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [473] [] [2022-04-16T05:12:59.387648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [481] [] [2022-04-16T05:12:59.388041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-16T05:12:59.388340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2022-04-16T05:12:59.388661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [501] [] [2022-04-16T05:12:59.389074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [505] [] [2022-04-16T05:12:59.389455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2022-04-16T05:12:59.389727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [198] [] [2022-04-16T05:12:59.389993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [212] [] [2022-04-16T05:13:00.255741+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T05:13:00.275726+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:16:38.006927+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-16T05:16:38.042868+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:16:38.042930+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:16:38.042967+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:16:38.044674+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:16:38.072925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:16:38.077898+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:16:38.131857+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T05:16:38.162375+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:16:38.388550+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ea6d0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1ea6d0","method":"GET"} [] [2022-04-16T05:16:40.140711+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-16T05:16:40.165231+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:16:40.165287+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:16:40.165320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:16:40.166391+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:16:40.201500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:16:40.205549+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:16:40.218211+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-16T05:16:40.269836+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-16T05:16:40.275198+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[546,545,544,543,542,541,540,539,538,537]] [] [2022-04-16T05:16:40.282416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-16T05:16:40.282880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-16T05:16:40.284159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-16T05:16:40.284529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-16T05:16:40.284897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-16T05:16:40.285264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-16T05:16:40.285737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-16T05:16:40.286104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-16T05:16:40.286470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-16T05:16:40.286838+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-04-16T05:16:40.287179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-04-16T05:16:40.288641+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-16T05:16:40.295786+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:16:40.494713+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c165a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/6c165a","method":"GET"} [] [2022-04-16T05:16:41.731657+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-16T05:16:41.758466+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:16:41.758522+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:16:41.758554+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:16:41.760064+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:16:41.795149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:16:41.799376+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:16:41.864000+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T05:16:41.873742+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-16T05:16:41.875801+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-16T05:16:41.908445+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:16:42.063619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be2fba"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/be2fba","method":"GET"} [] [2022-04-16T05:19:32.474816+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-16T05:19:32.508044+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:19:32.546231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:19:32.550568+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:19:32.550628+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:19:32.550663+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:19:32.550693+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:19:32.612872+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2022-04-16T05:19:32.621928+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-16T05:19:32.624784+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-16T05:19:32.631457+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-16T05:19:32.632239+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-16T05:19:32.683209+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-16T05:19:32.685110+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":158510.0,"3":"2022-03-05T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":3,"11":2} [] [2022-04-16T05:19:32.702698+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":547,"6":26} [] [2022-04-16T05:19:32.706594+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":547,"6":24} [] [2022-04-16T05:19:32.706823+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":547,"6":25} [] [2022-04-16T05:19:32.709741+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-16T05:19:32.738527+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:19:32.868495+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-16T05:19:32.892622+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:19:32.892678+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:19:32.892711+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:19:32.893723+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:19:32.921365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:19:32.925348+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:19:32.937777+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-16T05:19:32.990457+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-16T05:19:32.995687+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[547,546,545,544,543,542,541,540,539,538]] [] [2022-04-16T05:19:33.003138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-16T05:19:33.003635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-16T05:19:33.004956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-16T05:19:33.005355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-16T05:19:33.005749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-16T05:19:33.006148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-16T05:19:33.006543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-16T05:19:33.006973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-16T05:19:33.007370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-16T05:19:33.007766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-16T05:19:33.009250+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-16T05:19:33.016423+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:19:33.225877+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f76f3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4f76f3","method":"GET"} [] [2022-04-16T05:19:35.502687+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-16T05:19:35.529046+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:19:35.529102+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:19:35.529135+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:19:35.530631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:19:35.559677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:19:35.563900+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:19:35.611503+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T05:19:35.637530+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:19:35.809427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0646c0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0646c0","method":"GET"} [] [2022-04-16T05:19:52.463409+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-16T05:19:52.495550+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:19:52.525357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:19:52.529763+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:19:52.529822+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:19:52.529856+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:19:52.529885+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:19:52.580342+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["3"]] [] [2022-04-16T05:19:52.653673+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [3,"2020-01-01T00:00:00+00:00","2022-04-16T00:00:00+00:00"] [] [2022-04-16T05:19:52.661644+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [3,"2020-01-01T00:00:00+00:00","2022-04-16T00:00:00+00:00"] [] [2022-04-16T05:19:52.667349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-16T05:19:52.671894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [63] [] [2022-04-16T05:19:52.675200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-16T05:19:52.676538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-16T05:19:52.676844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-16T05:19:52.677171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [266] [] [2022-04-16T05:19:52.677549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-16T05:19:52.677849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-04-16T05:19:52.678147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-16T05:19:52.678462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [73] [] [2022-04-16T05:19:52.678898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2022-04-16T05:19:52.679205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2022-04-16T05:19:52.679535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [74] [] [2022-04-16T05:19:52.679906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-16T05:19:52.680286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-16T05:19:52.680579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [77] [] [2022-04-16T05:19:52.680902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-16T05:19:52.681218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [263] [] [2022-04-16T05:19:52.681680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-16T05:19:52.681986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-16T05:19:52.682285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-16T05:19:52.682575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-16T05:19:52.682862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-16T05:19:52.683150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [160] [] [2022-04-16T05:19:52.683437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2022-04-16T05:19:52.683724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-16T05:19:52.684051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [174] [] [2022-04-16T05:19:52.684532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2022-04-16T05:19:52.684833+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [111] [] [2022-04-16T05:19:52.685129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-16T05:19:52.685418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [113] [] [2022-04-16T05:19:52.685706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2022-04-16T05:19:52.685993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [112] [] [2022-04-16T05:19:52.686278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2022-04-16T05:19:52.686582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [114] [] [2022-04-16T05:19:52.686871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2022-04-16T05:19:52.687169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-16T05:19:52.687453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [182] [] [2022-04-16T05:19:52.687878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [207] [] [2022-04-16T05:19:52.688300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [229] [] [2022-04-16T05:19:52.688717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [265] [] [2022-04-16T05:19:52.689036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-16T05:19:52.689351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [299] [] [2022-04-16T05:19:52.689693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [183] [] [2022-04-16T05:19:52.689989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-16T05:19:52.690353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [302] [] [2022-04-16T05:19:52.690761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-16T05:19:52.691049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-04-16T05:19:52.691319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [293] [] [2022-04-16T05:19:52.691671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-04-16T05:19:52.691947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-04-16T05:19:52.692219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [179] [] [2022-04-16T05:19:52.692523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [331] [] [2022-04-16T05:19:52.692950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [347] [] [2022-04-16T05:19:52.693346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-04-16T05:19:52.693624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-16T05:19:52.693896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-16T05:19:52.694168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [194] [] [2022-04-16T05:19:52.694435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-04-16T05:19:52.694702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-16T05:19:52.695003+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [362] [] [2022-04-16T05:19:52.695406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [370] [] [2022-04-16T05:19:52.695824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-04-16T05:19:52.696117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [132] [] [2022-04-16T05:19:52.696433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [384] [] [2022-04-16T05:19:52.696844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [433] [] [2022-04-16T05:19:52.697248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [413] [] [2022-04-16T05:19:52.697636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-04-16T05:19:52.697938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-16T05:19:52.698240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [226] [] [2022-04-16T05:19:52.698516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [227] [] [2022-04-16T05:19:52.698828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [439] [] [2022-04-16T05:19:52.699267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [442] [] [2022-04-16T05:19:52.699573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-04-16T05:19:52.699873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [463] [] [2022-04-16T05:19:52.700310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [473] [] [2022-04-16T05:19:52.700715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [481] [] [2022-04-16T05:19:52.701055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-16T05:19:52.701368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2022-04-16T05:19:52.701683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [501] [] [2022-04-16T05:19:52.702092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [505] [] [2022-04-16T05:19:52.702469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2022-04-16T05:19:52.702753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [198] [] [2022-04-16T05:19:52.703030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [212] [] [2022-04-16T05:19:52.703355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [547] [] [2022-04-16T05:19:53.578355+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T05:19:53.598960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:26:09.637299+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-16T05:26:09.669956+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T05:26:09.670017+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:26:09.670050+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T05:26:09.671631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T05:26:09.716738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T05:26:09.721140+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T05:26:09.772359+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T05:26:09.800740+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T05:26:09.990338+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07bcee"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/07bcee","method":"GET"} [] [2022-04-16T06:38:25.830125+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-16T06:38:25.871125+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T06:38:25.915418+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T06:38:25.927880+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T06:38:25.928025+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T06:38:25.928111+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T06:38:25.928185+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T06:38:25.996953+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["1"]] [] [2022-04-16T06:38:26.082942+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [1,"2020-01-01T00:00:00+00:00","2022-04-16T00:00:00+00:00"] [] [2022-04-16T06:38:26.091820+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [1,"2020-01-01T00:00:00+00:00","2022-04-16T00:00:00+00:00"] [] [2022-04-16T06:38:26.097981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-16T06:38:26.102990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [39] [] [2022-04-16T06:38:26.106510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-16T06:38:26.108024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-16T06:38:26.108325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-04-16T06:38:26.108611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-16T06:38:26.108922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [41] [] [2022-04-16T06:38:26.109238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [52] [] [2022-04-16T06:38:26.109542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [40] [] [2022-04-16T06:38:26.109957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-16T06:38:26.110294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [42] [] [2022-04-16T06:38:26.110717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-16T06:38:26.111035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [43] [] [2022-04-16T06:38:26.111465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-16T06:38:26.111790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [3] [] [2022-04-16T06:38:26.112287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2022-04-16T06:38:26.112573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-16T06:38:26.112856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [5] [] [2022-04-16T06:38:26.113133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-16T06:38:26.113430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [130] [] [2022-04-16T06:38:26.114065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-16T06:38:26.114374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-16T06:38:26.114727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-16T06:38:26.115010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [152] [] [2022-04-16T06:38:26.115469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-16T06:38:26.115751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [164] [] [2022-04-16T06:38:26.116059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-16T06:38:26.116363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [162] [] [2022-04-16T06:38:26.116774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [183] [] [2022-04-16T06:38:26.117180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [203] [] [2022-04-16T06:38:26.117616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [215] [] [2022-04-16T06:38:26.117949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [9] [] [2022-04-16T06:38:26.118229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [220] [] [2022-04-16T06:38:26.118640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [228] [] [2022-04-16T06:38:26.119045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [249] [] [2022-04-16T06:38:26.119380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [156] [] [2022-04-16T06:38:26.119671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-16T06:38:26.119970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [262] [] [2022-04-16T06:38:26.120303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-04-16T06:38:26.120619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [257] [] [2022-04-16T06:38:26.121055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [284] [] [2022-04-16T06:38:26.121437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-04-16T06:38:26.121729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-16T06:38:26.122024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-04-16T06:38:26.122338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [305] [] [2022-04-16T06:38:26.122740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-16T06:38:26.123030+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-16T06:38:26.123311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-16T06:38:26.123571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-16T06:38:26.123826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-16T06:38:26.124120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [303] [] [2022-04-16T06:38:26.124539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [341] [] [2022-04-16T06:38:26.124865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-04-16T06:38:26.125131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-04-16T06:38:26.125398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [343] [] [2022-04-16T06:38:26.125799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-04-16T06:38:26.126059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [349] [] [2022-04-16T06:38:26.126433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-16T06:38:26.126703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-16T06:38:26.127008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [357] [] [2022-04-16T06:38:26.127399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [387] [] [2022-04-16T06:38:26.127771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-04-16T06:38:26.128119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [399] [] [2022-04-16T06:38:26.128412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-04-16T06:38:26.128693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [412] [] [2022-04-16T06:38:26.129279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [432] [] [2022-04-16T06:38:26.129574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-04-16T06:38:26.129861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [437] [] [2022-04-16T06:38:26.130337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [235] [] [2022-04-16T06:38:26.130676+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-04-16T06:38:26.130942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-04-16T06:38:26.131200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-04-16T06:38:26.131522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-04-16T06:38:26.131813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [446] [] [2022-04-16T06:38:26.132212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [456] [] [2022-04-16T06:38:26.132573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-04-16T06:38:26.133109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [474] [] [2022-04-16T06:38:26.133544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [494] [] [2022-04-16T06:38:27.164238+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T06:38:27.185539+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T06:40:28.323597+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-16T06:40:28.356598+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-16T06:40:28.356656+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T06:40:28.356690+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-16T06:40:28.358247+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-16T06:40:28.409653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-16T06:40:28.418154+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-16T06:40:28.480318+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-16T06:40:28.508713+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-16T06:40:28.709167+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c7632"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3c7632","method":"GET"} [] [2022-04-19T04:35:13.404943+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-19T04:35:13.491418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:35:13.491476+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:13.491511+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:13.534285+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-19T04:35:13.725270+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa795a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/aa795a","method":"GET"} [] [2022-04-19T04:35:16.140699+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-19T04:35:16.167028+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:35:16.167081+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.167119+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.168414+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.233544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-19T04:35:16.454763+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.461101+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 19 Apr 2022 04:35:16 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.461238+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.461274+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.466712+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:35:16.575514+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-19T04:35:16.599416+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:35:16.599470+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.599503+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:16.600544+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:35:16.626604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:35:16.631183+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:35:16.672821+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-19T04:35:16.809055+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-19T04:35:16.819712+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[547,546,545,544,543,542,541,540,539,538]] [] [2022-04-19T04:35:16.830314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-19T04:35:16.830778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T04:35:16.832251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-19T04:35:16.832639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T04:35:16.832961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-19T04:35:16.833279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-19T04:35:16.833639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-19T04:35:16.834034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-19T04:35:16.834351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-19T04:35:16.834665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-19T04:35:16.836914+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-19T04:35:16.851351+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:35:17.076210+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf283f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cf283f","method":"GET"} [] [2022-04-19T04:35:22.194316+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T04:35:22.221614+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:35:22.221673+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:22.221706+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:22.223256+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:35:22.257512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:35:22.261966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:35:22.327252+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:35:22.355812+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:35:22.509445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a5c50"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2a5c50","method":"GET"} [] [2022-04-19T04:35:39.037636+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-19T04:35:39.071861+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:35:39.101674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:35:39.105976+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:35:39.106040+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:35:39.106074+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:39.106103+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:35:39.161560+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2022-04-19T04:35:39.386467+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T04:35:39.395278+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T04:35:39.401570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T04:35:39.406043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2022-04-19T04:35:39.410596+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-19T04:35:39.411950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-19T04:35:39.412264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2022-04-19T04:35:39.412690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-19T04:35:39.413025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-19T04:35:39.413321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-04-19T04:35:39.413631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2022-04-19T04:35:39.413903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-04-19T04:35:39.414174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-04-19T04:35:39.414488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2022-04-19T04:35:39.414836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2022-04-19T04:35:39.415193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-04-19T04:35:39.415509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2022-04-19T04:35:39.416276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T04:35:39.416557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T04:35:39.416836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T04:35:39.417134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2022-04-19T04:35:39.417547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2022-04-19T04:35:39.417832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-04-19T04:35:39.418106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2022-04-19T04:35:39.418383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2022-04-19T04:35:39.418654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-19T04:35:39.418924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2022-04-19T04:35:39.419194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2022-04-19T04:35:39.419475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-19T04:35:39.419747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2022-04-19T04:35:39.420523+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-04-19T04:35:39.420822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2022-04-19T04:35:39.421639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T04:35:39.421932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-19T04:35:39.422206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2022-04-19T04:35:39.422506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-19T04:35:39.422803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2022-04-19T04:35:39.423130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2022-04-19T04:35:39.423398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-19T04:35:39.423655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2022-04-19T04:35:39.423928+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2022-04-19T04:35:39.424421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-19T04:35:39.424683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-19T04:35:39.424937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-19T04:35:39.425188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-04-19T04:35:39.425439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-04-19T04:35:39.425688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-04-19T04:35:39.425937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-19T04:35:39.426186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-04-19T04:35:39.426432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-19T04:35:39.426754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-19T04:35:39.427009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2022-04-19T04:35:39.427260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2022-04-19T04:35:39.427509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-04-19T04:35:39.427756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-19T04:35:39.428024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2022-04-19T04:35:39.428393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-04-19T04:35:39.428760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-19T04:35:39.429103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2022-04-19T04:35:39.429480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2022-04-19T04:35:39.430352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [336] [] [2022-04-19T04:35:39.431190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-19T04:35:39.431530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [192] [] [2022-04-19T04:35:39.431868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-19T04:35:39.432203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-19T04:35:39.432537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-19T04:35:39.432870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-19T04:35:39.433203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-19T04:35:39.433591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [329] [] [2022-04-19T04:35:39.434121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [354] [] [2022-04-19T04:35:39.434646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [375] [] [2022-04-19T04:35:39.435023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-04-19T04:35:39.435394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [406] [] [2022-04-19T04:35:39.435889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [445] [] [2022-04-19T04:35:39.436774+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [480] [] [2022-04-19T04:35:39.437268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [485] [] [2022-04-19T04:35:39.437901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-19T04:35:39.438239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-04-19T04:35:39.438575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-19T04:35:39.438942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [239] [] [2022-04-19T04:35:39.439350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [254] [] [2022-04-19T04:35:39.439687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [253] [] [2022-04-19T04:35:39.440059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [491] [] [2022-04-19T04:35:40.300467+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:35:40.323024+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:36:45.199863+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T04:36:45.231643+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:36:45.231699+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:36:45.231732+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:36:45.233215+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:36:45.265639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:36:45.306050+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:36:45.355871+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:36:45.381445+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:36:45.540213+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"049a47"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/049a47","method":"GET"} [] [2022-04-19T04:36:49.847750+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-19T04:36:49.871954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:36:49.872008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:36:49.872040+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:36:49.873041+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:36:49.903290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:36:49.908963+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:36:49.921435+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-19T04:36:49.973849+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-19T04:36:49.979410+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[547,546,545,544,543,542,541,540,539,538]] [] [2022-04-19T04:36:49.986448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-19T04:36:49.986902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T04:36:49.988251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-19T04:36:49.988617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T04:36:49.988982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-19T04:36:49.989342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-19T04:36:49.989706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-19T04:36:49.990094+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-19T04:36:49.990453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-19T04:36:49.990894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-04-19T04:36:49.992359+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-19T04:36:49.999457+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:36:50.169832+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a82971"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a82971","method":"GET"} [] [2022-04-19T04:36:51.469648+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-19T04:36:51.496482+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:36:51.496538+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:36:51.496570+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:36:51.498091+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:36:51.528015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:36:51.532258+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:36:51.595059+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:36:51.604013+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-19T04:36:51.605862+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-19T04:36:51.636431+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:36:51.785261+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdbaf1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bdbaf1","method":"GET"} [] [2022-04-19T04:38:53.133405+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-19T04:38:53.166653+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:38:53.204942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:38:53.209234+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:38:53.209297+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:38:53.209332+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:38:53.209362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:38:53.270872+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2022-04-19T04:38:53.279792+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-19T04:38:53.282983+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-19T04:38:53.289384+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["28"]] [] [2022-04-19T04:38:53.289944+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-19T04:38:53.290466+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-19T04:38:53.346529+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-19T04:38:53.348318+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":247513.0,"3":"2022-03-10T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":4,"11":2} [] [2022-04-19T04:38:53.350952+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":548,"6":26} [] [2022-04-19T04:38:53.353068+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":548,"6":28} [] [2022-04-19T04:38:53.353397+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":548,"6":24} [] [2022-04-19T04:38:53.353638+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":548,"6":25} [] [2022-04-19T04:38:53.355745+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-19T04:38:53.370347+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:38:53.491990+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-19T04:38:53.515868+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:38:53.515920+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:38:53.515952+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:38:53.517091+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:38:53.548352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:38:53.552207+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:38:53.564462+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-19T04:38:53.617575+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-19T04:38:53.622966+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[548,547,546,545,544,543,542,541,540,539]] [] [2022-04-19T04:38:53.630414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-19T04:38:53.630883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T04:38:53.632185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-19T04:38:53.632524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-19T04:38:53.632856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T04:38:53.633187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-19T04:38:53.633516+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-19T04:38:53.633844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-19T04:38:53.634201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-19T04:38:53.634528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-19T04:38:53.635949+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-19T04:38:53.642970+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:38:53.832493+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8255b6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8255b6","method":"GET"} [] [2022-04-19T04:38:55.410788+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T04:38:55.437259+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:38:55.437317+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:38:55.437349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:38:55.438917+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:38:55.470072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:38:55.474249+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:38:55.521065+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:38:55.547015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:38:55.691561+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"501595"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/501595","method":"GET"} [] [2022-04-19T04:39:10.520709+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-19T04:39:10.553980+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:39:10.582705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:39:10.586060+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:39:10.586121+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:39:10.586155+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:39:10.586184+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:39:10.637184+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["4"]] [] [2022-04-19T04:39:10.709205+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [4,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T04:39:10.716332+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [4,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T04:39:10.721956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T04:39:10.725614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [16] [] [2022-04-19T04:39:10.727973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-19T04:39:10.728373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-19T04:39:10.728689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [17] [] [2022-04-19T04:39:10.729115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-19T04:39:10.729408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-19T04:39:10.729694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-04-19T04:39:10.729980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [34] [] [2022-04-19T04:39:10.730265+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-04-19T04:39:10.730545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-04-19T04:39:10.730860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [8] [] [2022-04-19T04:39:10.731210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2022-04-19T04:39:10.731571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-04-19T04:39:10.731894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [71] [] [2022-04-19T04:39:10.732248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T04:39:10.732538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T04:39:10.732822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T04:39:10.733124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [6] [] [2022-04-19T04:39:10.733542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [10] [] [2022-04-19T04:39:10.733832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-04-19T04:39:10.734116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [12] [] [2022-04-19T04:39:10.734397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [13] [] [2022-04-19T04:39:10.734677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-19T04:39:10.734957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [15] [] [2022-04-19T04:39:10.735219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [16] [] [2022-04-19T04:39:10.735488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-19T04:39:10.735749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [151] [] [2022-04-19T04:39:10.736149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-04-19T04:39:10.736435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [192] [] [2022-04-19T04:39:10.736853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T04:39:10.737133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-19T04:39:10.737394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [216] [] [2022-04-19T04:39:10.737700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-19T04:39:10.738011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [236] [] [2022-04-19T04:39:10.738329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [144] [] [2022-04-19T04:39:10.738615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-19T04:39:10.738879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2022-04-19T04:39:10.739157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [233] [] [2022-04-19T04:39:10.739661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-19T04:39:10.739929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-19T04:39:10.740192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-19T04:39:10.740451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-04-19T04:39:10.740711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-04-19T04:39:10.740970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-04-19T04:39:10.741227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-19T04:39:10.741483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-04-19T04:39:10.741740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-19T04:39:10.742086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-19T04:39:10.742350+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2022-04-19T04:39:10.742609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [135] [] [2022-04-19T04:39:10.742867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-04-19T04:39:10.743124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-19T04:39:10.743401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [234] [] [2022-04-19T04:39:10.743743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-04-19T04:39:10.744008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-19T04:39:10.744269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [143] [] [2022-04-19T04:39:10.744568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [269] [] [2022-04-19T04:39:10.745014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [336] [] [2022-04-19T04:39:10.745438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-19T04:39:10.745711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [192] [] [2022-04-19T04:39:10.745974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-19T04:39:10.746236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-19T04:39:10.746494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-19T04:39:10.746751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-19T04:39:10.747007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-19T04:39:10.747314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [329] [] [2022-04-19T04:39:10.747766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [354] [] [2022-04-19T04:39:10.748212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [375] [] [2022-04-19T04:39:10.748515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-04-19T04:39:10.748817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [406] [] [2022-04-19T04:39:10.749231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [445] [] [2022-04-19T04:39:10.749674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [480] [] [2022-04-19T04:39:10.750086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [485] [] [2022-04-19T04:39:10.750632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-19T04:39:10.750902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-04-19T04:39:10.751164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-19T04:39:10.751454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [239] [] [2022-04-19T04:39:10.751787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [254] [] [2022-04-19T04:39:10.752045+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [253] [] [2022-04-19T04:39:10.752337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [491] [] [2022-04-19T04:39:10.752803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [548] [] [2022-04-19T04:39:11.599907+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:39:11.620139+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:43:35.186494+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T04:43:35.218470+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:43:35.218525+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:43:35.218557+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:43:35.220104+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:43:35.259400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:43:35.263667+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:43:35.313388+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:43:35.341251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:43:35.516477+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f55db4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f55db4","method":"GET"} [] [2022-04-19T04:45:42.600646+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-19T04:45:42.633472+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:45:42.674737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:45:42.678906+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:45:42.678967+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:45:42.679001+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:45:42.679030+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:45:42.730128+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2022-04-19T04:45:42.803149+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T04:45:42.811337+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T04:45:42.817096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T04:45:42.821693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2022-04-19T04:45:42.825142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T04:45:42.826450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T04:45:42.826760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T04:45:42.827063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T04:45:42.827361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-19T04:45:42.827685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2022-04-19T04:45:42.828180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2022-04-19T04:45:42.828754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2022-04-19T04:45:42.829270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2022-04-19T04:45:42.829661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-19T04:45:42.829985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-19T04:45:42.830368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-19T04:45:42.830732+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2022-04-19T04:45:42.831104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2022-04-19T04:45:42.831462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2022-04-19T04:45:42.831962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2022-04-19T04:45:42.832535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-19T04:45:42.832901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-19T04:45:42.833261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-19T04:45:42.833620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-19T04:45:42.833979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-19T04:45:42.834341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2022-04-19T04:45:42.834702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-19T04:45:42.835064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-19T04:45:42.835449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [328] [] [2022-04-19T04:45:42.835999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-19T04:45:42.836358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2022-04-19T04:45:42.836898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-19T04:45:42.837257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2022-04-19T04:45:42.837638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-19T04:45:42.838019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2022-04-19T04:45:42.838509+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2022-04-19T04:45:42.839004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2022-04-19T04:45:42.839407+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2022-04-19T04:45:42.839768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-19T04:45:42.840147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2022-04-19T04:45:42.840667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2022-04-19T04:45:42.841128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-19T04:45:42.841588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2022-04-19T04:45:42.841970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-19T04:45:42.842353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2022-04-19T04:45:42.842893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [325] [] [2022-04-19T04:45:42.843412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [335] [] [2022-04-19T04:45:42.843819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2022-04-19T04:45:42.844216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2022-04-19T04:45:42.844706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [404] [] [2022-04-19T04:45:42.845196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [414] [] [2022-04-19T04:45:42.845674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-19T04:45:42.845989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-19T04:45:42.846300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-04-19T04:45:42.846585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [398] [] [2022-04-19T04:45:42.846888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-04-19T04:45:42.847187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [438] [] [2022-04-19T04:45:42.847655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [471] [] [2022-04-19T04:45:42.848059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [459] [] [2022-04-19T04:45:42.848359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-04-19T04:45:42.848658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [478] [] [2022-04-19T04:45:42.849064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [500] [] [2022-04-19T04:45:42.849498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [542] [] [2022-04-19T04:45:42.849962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [268] [] [2022-04-19T04:45:42.850246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-19T04:45:42.850537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [269] [] [2022-04-19T04:45:43.726601+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:45:43.747076+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:50:09.489663+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T04:50:09.521348+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T04:50:09.521403+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:50:09.521436+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T04:50:09.522964+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T04:50:09.560148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T04:50:09.564355+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T04:50:09.613882+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T04:50:09.641885+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T04:50:09.839386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eee36a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eee36a","method":"GET"} [] [2022-04-19T05:19:53.100130+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-19T05:19:53.133577+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:19:53.165472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:19:53.169665+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:19:53.169726+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:19:53.169760+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:19:53.169789+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:19:53.220656+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-19T05:19:53.292869+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T05:19:53.301154+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T05:19:53.306824+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:19:53.311327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2022-04-19T05:19:53.314524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-19T05:19:53.315860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-19T05:19:53.316147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2022-04-19T05:19:53.316462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-04-19T05:19:53.316757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-04-19T05:19:53.317060+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2022-04-19T05:19:53.317435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T05:19:53.317718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T05:19:53.317995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T05:19:53.318269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-19T05:19:53.318565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2022-04-19T05:19:53.319058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2022-04-19T05:19:53.319343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2022-04-19T05:19:53.319620+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2022-04-19T05:19:53.319894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-04-19T05:19:53.320167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2022-04-19T05:19:53.320439+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-19T05:19:53.320741+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2022-04-19T05:19:53.321035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2022-04-19T05:19:53.321305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-19T05:19:53.321575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-19T05:19:53.321869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2022-04-19T05:19:53.322231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-04-19T05:19:53.322534+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-19T05:19:53.322791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2022-04-19T05:19:53.323171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2022-04-19T05:19:53.323538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-19T05:19:53.323794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2022-04-19T05:19:53.324069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-19T05:19:53.324344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2022-04-19T05:19:53.324655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2022-04-19T05:19:53.324916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-19T05:19:53.325203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2022-04-19T05:19:53.325577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2022-04-19T05:19:53.325950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T05:19:53.326230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2022-04-19T05:19:53.326525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2022-04-19T05:19:53.326821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2022-04-19T05:19:53.327187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-04-19T05:19:53.327441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2022-04-19T05:19:53.327719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-19T05:19:53.328000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2022-04-19T05:19:53.328406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2022-04-19T05:19:53.328752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-04-19T05:19:53.329011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-04-19T05:19:53.329266+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-04-19T05:19:53.329518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-19T05:19:53.329802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2022-04-19T05:19:53.330208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2022-04-19T05:19:53.330618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2022-04-19T05:19:53.331017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [315] [] [2022-04-19T05:19:53.331388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [321] [] [2022-04-19T05:19:53.331745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-19T05:19:53.332048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-19T05:19:53.332309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [188] [] [2022-04-19T05:19:53.332562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-19T05:19:53.332863+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [332] [] [2022-04-19T05:19:53.333270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [348] [] [2022-04-19T05:19:53.333598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [195] [] [2022-04-19T05:19:53.333861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2022-04-19T05:19:53.334164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [350] [] [2022-04-19T05:19:53.334565+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [356] [] [2022-04-19T05:19:53.334876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [367] [] [2022-04-19T05:19:53.335276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [374] [] [2022-04-19T05:19:53.335582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [405] [] [2022-04-19T05:19:53.335983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [427] [] [2022-04-19T05:19:53.336500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [429] [] [2022-04-19T05:19:53.336873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [232] [] [2022-04-19T05:19:53.337155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [233] [] [2022-04-19T05:19:53.337411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [234] [] [2022-04-19T05:19:53.337699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [428] [] [2022-04-19T05:19:53.337974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-04-19T05:19:53.338251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [453] [] [2022-04-19T05:19:53.338598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [241] [] [2022-04-19T05:19:53.338858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [242] [] [2022-04-19T05:19:53.339128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-19T05:19:53.339426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [458] [] [2022-04-19T05:19:53.339830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [469] [] [2022-04-19T05:19:53.340103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [252] [] [2022-04-19T05:19:53.340378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [449] [] [2022-04-19T05:19:53.340720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [237] [] [2022-04-19T05:19:53.340979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [238] [] [2022-04-19T05:19:53.341300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [475] [] [2022-04-19T05:19:53.341705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [489] [] [2022-04-19T05:19:53.342012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [467] [] [2022-04-19T05:19:53.342403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [248] [] [2022-04-19T05:19:53.342665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [249] [] [2022-04-19T05:19:53.342918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [250] [] [2022-04-19T05:19:53.343167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [251] [] [2022-04-19T05:19:53.343415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2022-04-19T05:19:53.343699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [497] [] [2022-04-19T05:19:53.344106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-19T05:19:53.344652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-19T05:19:53.344913+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-19T05:19:53.345167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-19T05:19:53.345421+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-19T05:19:53.345672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-19T05:19:53.345922+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-19T05:19:53.346172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-19T05:19:53.346419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-19T05:19:53.346665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [278] [] [2022-04-19T05:19:53.347056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-19T05:19:53.347304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-19T05:19:53.347551+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [274] [] [2022-04-19T05:19:53.347802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [275] [] [2022-04-19T05:19:53.348053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [277] [] [2022-04-19T05:19:54.620972+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:19:54.646963+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:27:43.753628+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T05:27:43.785272+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:27:43.785327+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:27:43.785359+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:27:43.786885+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:27:43.822480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:27:43.826728+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:27:43.876054+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:27:43.903946+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:27:44.083723+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acdb51"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/acdb51","method":"GET"} [] [2022-04-19T05:27:45.990120+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-19T05:27:46.014417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:27:46.014472+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:27:46.014504+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:27:46.015518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:27:46.040555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:27:46.043542+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:27:46.055878+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-19T05:27:46.108219+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-19T05:27:46.113677+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[548,547,546,545,544,543,542,541,540,539]] [] [2022-04-19T05:27:46.120842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-19T05:27:46.121269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:27:46.122538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-19T05:27:46.122859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-19T05:27:46.123170+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T05:27:46.123479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-19T05:27:46.123826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-19T05:27:46.124136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-19T05:27:46.124471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-19T05:27:46.124777+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-19T05:27:46.126192+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-19T05:27:46.133186+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:27:46.323010+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9d724"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c9d724","method":"GET"} [] [2022-04-19T05:27:47.893531+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-19T05:27:47.920313+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:27:47.920367+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:27:47.920399+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:27:47.921937+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:27:47.962095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:27:47.965297+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:27:48.021343+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:27:48.029458+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-19T05:27:48.030424+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-19T05:27:48.059889+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:27:48.208763+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99194a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/99194a","method":"GET"} [] [2022-04-19T05:28:47.147389+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T05:28:47.178984+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:28:47.179040+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:28:47.179072+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:28:47.180598+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:28:47.219291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:28:47.222514+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:28:47.271326+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:28:47.297878+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:28:47.452651+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a64e33"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a64e33","method":"GET"} [] [2022-04-19T05:29:05.253727+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-19T05:29:05.279324+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:29:05.310145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:29:05.313156+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:29:05.313264+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:29:05.313302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:29:05.313332+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:29:05.353742+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-19T05:29:05.424295+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T05:29:05.430555+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T05:29:05.436541+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:29:05.440298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2022-04-19T05:29:05.442668+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-19T05:29:05.443023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-19T05:29:05.443312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2022-04-19T05:29:05.443586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-04-19T05:29:05.443867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-04-19T05:29:05.444157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2022-04-19T05:29:05.444537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T05:29:05.444822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T05:29:05.445062+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T05:29:05.445300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-19T05:29:05.445559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2022-04-19T05:29:05.445983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2022-04-19T05:29:05.446227+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2022-04-19T05:29:05.446464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2022-04-19T05:29:05.446701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-04-19T05:29:05.446936+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2022-04-19T05:29:05.447168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-19T05:29:05.447399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2022-04-19T05:29:05.447631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2022-04-19T05:29:05.447865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-19T05:29:05.448099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-19T05:29:05.448356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2022-04-19T05:29:05.448695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-04-19T05:29:05.448980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-19T05:29:05.449218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2022-04-19T05:29:05.449590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2022-04-19T05:29:05.449985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-19T05:29:05.450321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2022-04-19T05:29:05.450637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-19T05:29:05.450915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2022-04-19T05:29:05.451229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2022-04-19T05:29:05.451479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-19T05:29:05.451758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2022-04-19T05:29:05.452129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2022-04-19T05:29:05.452503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T05:29:05.452769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2022-04-19T05:29:05.453050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2022-04-19T05:29:05.453345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2022-04-19T05:29:05.453707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-04-19T05:29:05.453956+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2022-04-19T05:29:05.454217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-19T05:29:05.454527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2022-04-19T05:29:05.454926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2022-04-19T05:29:05.455264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-04-19T05:29:05.455512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-04-19T05:29:05.455751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-04-19T05:29:05.455985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-19T05:29:05.456255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2022-04-19T05:29:05.456652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2022-04-19T05:29:05.457078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2022-04-19T05:29:05.457480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [315] [] [2022-04-19T05:29:05.457851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [321] [] [2022-04-19T05:29:05.458200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-19T05:29:05.458454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-19T05:29:05.458698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [188] [] [2022-04-19T05:29:05.458938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-19T05:29:05.459226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [332] [] [2022-04-19T05:29:05.459625+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [348] [] [2022-04-19T05:29:05.459943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [195] [] [2022-04-19T05:29:05.460188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2022-04-19T05:29:05.460480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [350] [] [2022-04-19T05:29:05.460874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [356] [] [2022-04-19T05:29:05.461167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [367] [] [2022-04-19T05:29:05.461558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [374] [] [2022-04-19T05:29:05.461865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [405] [] [2022-04-19T05:29:05.462261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [427] [] [2022-04-19T05:29:05.462649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [429] [] [2022-04-19T05:29:05.462989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [232] [] [2022-04-19T05:29:05.463253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [233] [] [2022-04-19T05:29:05.463505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [234] [] [2022-04-19T05:29:05.463778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [428] [] [2022-04-19T05:29:05.464038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-04-19T05:29:05.464305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [453] [] [2022-04-19T05:29:05.464640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [241] [] [2022-04-19T05:29:05.464886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [242] [] [2022-04-19T05:29:05.465140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-19T05:29:05.465437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [458] [] [2022-04-19T05:29:05.465895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [469] [] [2022-04-19T05:29:05.466182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [252] [] [2022-04-19T05:29:05.466451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [449] [] [2022-04-19T05:29:05.466791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [237] [] [2022-04-19T05:29:05.467038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [238] [] [2022-04-19T05:29:05.467368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [475] [] [2022-04-19T05:29:05.467771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [489] [] [2022-04-19T05:29:05.468070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [467] [] [2022-04-19T05:29:05.468456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [248] [] [2022-04-19T05:29:05.468703+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [249] [] [2022-04-19T05:29:05.468943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [250] [] [2022-04-19T05:29:05.469178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [251] [] [2022-04-19T05:29:05.469414+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2022-04-19T05:29:05.469687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [497] [] [2022-04-19T05:29:05.470118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-19T05:29:05.470672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-19T05:29:05.470920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-19T05:29:05.471169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-19T05:29:05.471501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-19T05:29:05.471751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-19T05:29:05.471993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-19T05:29:05.472229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-19T05:29:05.472476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-19T05:29:05.472719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [278] [] [2022-04-19T05:29:05.473052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-19T05:29:05.473291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-19T05:29:05.473539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [274] [] [2022-04-19T05:29:05.473795+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [275] [] [2022-04-19T05:29:05.474033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [277] [] [2022-04-19T05:29:06.766463+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:29:06.786887+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:29:30.346964+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T05:29:30.372285+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:29:30.372343+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:29:30.372375+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:29:30.373398+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:29:30.402367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:29:30.405349+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:29:30.443414+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:29:30.465166+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:29:30.603226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"148c1a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/148c1a","method":"GET"} [] [2022-04-19T05:29:32.598206+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-19T05:29:32.622506+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:29:32.622561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:29:32.622594+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:29:32.623618+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:29:32.644145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:29:32.647122+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:29:32.659865+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-19T05:29:32.712760+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-19T05:29:32.716335+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[548,547,546,545,544,543,542,541,540,539]] [] [2022-04-19T05:29:32.723564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-19T05:29:32.724012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:29:32.724381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-19T05:29:32.724746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-19T05:29:32.725111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T05:29:32.725477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-19T05:29:32.725842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-19T05:29:32.726208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-19T05:29:32.726601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-19T05:29:32.727001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-04-19T05:29:32.728467+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-19T05:29:32.735541+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:29:32.914930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54fefd"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/54fefd","method":"GET"} [] [2022-04-19T05:29:34.278760+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-19T05:29:34.305770+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:29:34.305825+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:29:34.305858+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:29:34.307507+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:29:34.339102+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:29:34.342287+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:29:34.398681+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:29:34.406663+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-19T05:29:34.407526+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-19T05:29:34.435951+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:29:34.600323+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97d464"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/97d464","method":"GET"} [] [2022-04-19T05:31:45.549274+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-19T05:31:45.581740+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:31:45.619100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:31:45.622311+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:31:45.622373+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:31:45.622407+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:31:45.622436+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:31:45.683164+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-19T05:31:45.690848+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-19T05:31:45.692982+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-19T05:31:45.696622+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-19T05:31:45.697133+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-19T05:31:45.697607+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2022-04-19T05:31:45.741344+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-19T05:31:45.742312+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":180150.0,"3":"2022-03-13T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":16,"11":2} [] [2022-04-19T05:31:45.778946+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":549,"6":26} [] [2022-04-19T05:31:45.779201+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":5.0,"3":400.0,"4":null,"5":549,"6":24} [] [2022-04-19T05:31:45.779431+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":840.0,"4":null,"5":549,"6":25} [] [2022-04-19T05:31:45.779697+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":549,"6":27} [] [2022-04-19T05:31:45.780806+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-19T05:31:45.795098+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:31:45.913998+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-19T05:31:45.937733+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:31:45.937787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:31:45.937819+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:31:45.938805+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:31:45.966718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:31:45.969668+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:31:45.981920+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-19T05:31:46.034513+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-19T05:31:46.037875+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[549,548,547,546,545,544,543,542,541,540]] [] [2022-04-19T05:31:46.044941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T05:31:46.045392+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:31:46.045716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-19T05:31:46.046031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-19T05:31:46.046344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-19T05:31:46.046684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-19T05:31:46.046993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-19T05:31:46.047297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-19T05:31:46.047630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-19T05:31:46.049014+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-19T05:31:46.055882+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:31:46.252708+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55f5c0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/55f5c0","method":"GET"} [] [2022-04-19T05:31:51.268168+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"545"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/545","method":"GET"} [] [2022-04-19T05:31:51.294632+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:31:51.294687+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:31:51.294767+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:31:51.296285+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:31:51.325038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:31:51.328282+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:31:51.348584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["545"] [] [2022-04-19T05:31:51.361887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-19T05:31:51.408539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T05:31:51.409311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:31:51.416175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-19T05:31:51.417720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-19T05:31:51.418187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-19T05:31:51.418609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-19T05:31:51.418993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-19T05:31:51.419378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-19T05:31:51.419779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-19T05:31:51.420169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-19T05:31:51.420558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [278] [] [2022-04-19T05:31:51.420940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-19T05:31:51.421380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T05:31:51.421769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T05:31:51.422160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T05:31:51.422548+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-19T05:31:51.422932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-19T05:31:51.423325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [274] [] [2022-04-19T05:31:51.423711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [275] [] [2022-04-19T05:31:51.424100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [277] [] [2022-04-19T05:31:51.426461+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:31:51.427840+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-19T05:31:51.428672+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-19T05:31:51.488416+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:31:51.721669+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"070d31"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/070d31","method":"GET"} [] [2022-04-19T05:32:05.213518+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T05:32:05.245875+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:32:05.245931+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:05.245964+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:05.247530+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:32:05.275304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:32:05.278553+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:32:05.328146+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:32:05.355182+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:32:05.517463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36866b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/36866b","method":"GET"} [] [2022-04-19T05:32:21.515774+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-19T05:32:21.544283+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:32:21.571139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:32:21.574401+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:32:21.574465+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:32:21.574499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:21.574529+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:21.617212+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-19T05:32:21.691902+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T05:32:21.735409+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T05:32:21.741331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:32:21.746331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2022-04-19T05:32:21.749655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-19T05:32:21.750954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-19T05:32:21.751238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2022-04-19T05:32:21.751535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-04-19T05:32:21.751845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-04-19T05:32:21.752172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2022-04-19T05:32:21.752544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T05:32:21.752842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T05:32:21.753135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T05:32:21.753428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-19T05:32:21.753724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2022-04-19T05:32:21.754196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2022-04-19T05:32:21.754474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2022-04-19T05:32:21.754738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2022-04-19T05:32:21.755013+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-04-19T05:32:21.755343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2022-04-19T05:32:21.755618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-19T05:32:21.755877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2022-04-19T05:32:21.756160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2022-04-19T05:32:21.756431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-19T05:32:21.756686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-19T05:32:21.756995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2022-04-19T05:32:21.757370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-04-19T05:32:21.757693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-19T05:32:21.757960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2022-04-19T05:32:21.758356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2022-04-19T05:32:21.758738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-19T05:32:21.758991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2022-04-19T05:32:21.759283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-19T05:32:21.759567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2022-04-19T05:32:21.759897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2022-04-19T05:32:21.760165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-19T05:32:21.760450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2022-04-19T05:32:21.760847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2022-04-19T05:32:21.761234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T05:32:21.761526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2022-04-19T05:32:21.761827+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2022-04-19T05:32:21.762118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2022-04-19T05:32:21.762498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-04-19T05:32:21.762759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2022-04-19T05:32:21.763041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-19T05:32:21.763330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2022-04-19T05:32:21.763745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2022-04-19T05:32:21.764108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-04-19T05:32:21.764376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-04-19T05:32:21.764635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-04-19T05:32:21.764880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-19T05:32:21.765186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2022-04-19T05:32:21.765667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2022-04-19T05:32:21.766099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2022-04-19T05:32:21.766570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [315] [] [2022-04-19T05:32:21.766992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [321] [] [2022-04-19T05:32:21.767389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-19T05:32:21.767698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-19T05:32:21.767993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [188] [] [2022-04-19T05:32:21.768299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-19T05:32:21.768653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [332] [] [2022-04-19T05:32:21.769117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [348] [] [2022-04-19T05:32:21.769494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [195] [] [2022-04-19T05:32:21.769785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2022-04-19T05:32:21.770118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [350] [] [2022-04-19T05:32:21.770566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [356] [] [2022-04-19T05:32:21.770885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [367] [] [2022-04-19T05:32:21.771347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [374] [] [2022-04-19T05:32:21.771720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [405] [] [2022-04-19T05:32:21.772186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [427] [] [2022-04-19T05:32:21.772656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [429] [] [2022-04-19T05:32:21.773068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [232] [] [2022-04-19T05:32:21.773417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [233] [] [2022-04-19T05:32:21.773740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [234] [] [2022-04-19T05:32:21.774068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [428] [] [2022-04-19T05:32:21.774382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-04-19T05:32:21.774675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [453] [] [2022-04-19T05:32:21.775051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [241] [] [2022-04-19T05:32:21.775351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [242] [] [2022-04-19T05:32:21.775665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-19T05:32:21.775999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [458] [] [2022-04-19T05:32:21.776446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [469] [] [2022-04-19T05:32:21.776751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [252] [] [2022-04-19T05:32:21.777057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [449] [] [2022-04-19T05:32:21.777434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [237] [] [2022-04-19T05:32:21.777683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [238] [] [2022-04-19T05:32:21.778020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [475] [] [2022-04-19T05:32:21.778423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [489] [] [2022-04-19T05:32:21.778738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [467] [] [2022-04-19T05:32:21.779140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [248] [] [2022-04-19T05:32:21.779406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [249] [] [2022-04-19T05:32:21.779663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [250] [] [2022-04-19T05:32:21.779937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [251] [] [2022-04-19T05:32:21.780206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2022-04-19T05:32:21.780497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [497] [] [2022-04-19T05:32:21.780925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [549] [] [2022-04-19T05:32:21.781356+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-19T05:32:21.781912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-19T05:32:21.782166+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-19T05:32:21.782448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-19T05:32:21.782706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-19T05:32:21.782963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-19T05:32:21.783236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-19T05:32:21.783493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-19T05:32:21.783742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-19T05:32:21.783980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [278] [] [2022-04-19T05:32:21.784301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-19T05:32:21.784555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-19T05:32:21.784802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [274] [] [2022-04-19T05:32:21.785066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [275] [] [2022-04-19T05:32:21.785318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [277] [] [2022-04-19T05:32:23.108508+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:32:23.129053+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:32:55.339047+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T05:32:55.363516+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:32:55.363571+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:55.363603+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:55.364620+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:32:55.393914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:32:55.396928+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:32:55.435669+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:32:55.457378+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:32:55.625823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3c6fe"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a3c6fe","method":"GET"} [] [2022-04-19T05:32:57.261228+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-19T05:32:57.287701+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:32:57.287753+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:57.287786+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:57.289211+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:32:57.324654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:32:57.327874+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:32:57.343346+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-19T05:32:57.403528+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-19T05:32:57.408107+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[549,548,547,546,545,544,543,542,541,540]] [] [2022-04-19T05:32:57.415281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T05:32:57.415745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:32:57.417044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-19T05:32:57.417438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-19T05:32:57.417808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-19T05:32:57.418204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-19T05:32:57.418628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-19T05:32:57.418994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-19T05:32:57.419390+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-19T05:32:57.420881+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-19T05:32:57.427896+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:32:57.598484+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbb9a5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/bbb9a5","method":"GET"} [] [2022-04-19T05:32:58.836967+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"549"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/549","method":"GET"} [] [2022-04-19T05:32:58.863667+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:32:58.863763+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:58.863801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:32:58.865325+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:32:58.902403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:32:58.905659+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:32:58.924085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["549"] [] [2022-04-19T05:32:58.936744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [549] [] [2022-04-19T05:32:58.982617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T05:32:58.983364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:32:58.985192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T05:32:58.985584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T05:32:58.985938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T05:32:58.986333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T05:32:58.987727+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:32:58.989078+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-19T05:32:58.989915+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-19T05:32:59.026596+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:32:59.196479+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4235a1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/4235a1","method":"GET"} [] [2022-04-19T05:33:10.470299+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"549"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/edit/549","method":"POST"} [] [2022-04-19T05:33:10.498878+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:33:10.538017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:33:10.541265+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:33:10.541329+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:33:10.541363+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:33:10.541392+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:33:10.560275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["549"] [] [2022-04-19T05:33:10.573696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [549] [] [2022-04-19T05:33:10.620721+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T05:33:10.621510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:33:10.624442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T05:33:10.625760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T05:33:10.626100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T05:33:10.626433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T05:33:10.629272+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-19T05:33:10.630340+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-19T05:33:10.630992+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-19T05:33:10.631830+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-19T05:33:10.632297+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-19T05:33:10.632749+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2022-04-19T05:33:10.677890+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-19T05:33:10.678143+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ? WHERE id = ? [800.0,1998] [] [2022-04-19T05:33:10.680491+00:00] doctrine.DEBUG: UPDATE service_details SET unit_price = ? WHERE id = ? [600.0,2000] [] [2022-04-19T05:33:10.680695+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-19T05:33:10.696272+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:33:10.842222+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-19T05:33:10.872940+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:33:10.872995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:33:10.873028+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:33:10.874531+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:33:10.899333+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:33:10.902514+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:33:10.917786+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-19T05:33:10.973733+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-19T05:33:10.977257+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[549,548,547,546,545,544,543,542,541,540]] [] [2022-04-19T05:33:10.984174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-19T05:33:10.984578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:33:10.984895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-19T05:33:10.985209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-19T05:33:10.985518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-19T05:33:10.985856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-19T05:33:10.986165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-19T05:33:10.986469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-19T05:33:10.986803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-19T05:33:10.988182+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-19T05:33:10.995186+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:33:11.194679+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ceaf4d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ceaf4d","method":"GET"} [] [2022-04-19T05:33:12.684974+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T05:33:12.711288+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:33:12.711343+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:33:12.711376+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:33:12.713009+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:33:12.740617+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:33:12.743854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:33:12.790891+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:33:12.815510+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T05:33:12.963105+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a44380"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/a44380","method":"GET"} [] [2022-04-19T05:33:28.013079+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-19T05:33:28.038330+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T05:33:28.063079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T05:33:28.066189+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T05:33:28.066292+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T05:33:28.066330+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:33:28.066360+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T05:33:28.106550+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["16"]] [] [2022-04-19T05:33:28.180070+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [16,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T05:33:28.187389+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [16,"2020-01-01T00:00:00+00:00","2022-04-19T00:00:00+00:00"] [] [2022-04-19T05:33:28.193277+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-19T05:33:28.198001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [56] [] [2022-04-19T05:33:28.201254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-19T05:33:28.202498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [32] [] [2022-04-19T05:33:28.202784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [72] [] [2022-04-19T05:33:28.203049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [35] [] [2022-04-19T05:33:28.203310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [36] [] [2022-04-19T05:33:28.203581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [57] [] [2022-04-19T05:33:28.203933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-19T05:33:28.204225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-19T05:33:28.204510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-19T05:33:28.204772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-19T05:33:28.205049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [58] [] [2022-04-19T05:33:28.205496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [73] [] [2022-04-19T05:33:28.205748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [74] [] [2022-04-19T05:33:28.205991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [75] [] [2022-04-19T05:33:28.206231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [76] [] [2022-04-19T05:33:28.206475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [77] [] [2022-04-19T05:33:28.206708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-19T05:33:28.206938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [78] [] [2022-04-19T05:33:28.207169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [79] [] [2022-04-19T05:33:28.207412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-19T05:33:28.207653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-19T05:33:28.207917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [123] [] [2022-04-19T05:33:28.208261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-04-19T05:33:28.208546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-19T05:33:28.208782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [134] [] [2022-04-19T05:33:28.209156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [157] [] [2022-04-19T05:33:28.209539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-19T05:33:28.209782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [159] [] [2022-04-19T05:33:28.210049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-19T05:33:28.210321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [167] [] [2022-04-19T05:33:28.210624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [83] [] [2022-04-19T05:33:28.210870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-19T05:33:28.211147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [179] [] [2022-04-19T05:33:28.211513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [197] [] [2022-04-19T05:33:28.211870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-19T05:33:28.212132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [202] [] [2022-04-19T05:33:28.212411+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [129] [] [2022-04-19T05:33:28.212691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [210] [] [2022-04-19T05:33:28.213046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [3] [] [2022-04-19T05:33:28.213286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [219] [] [2022-04-19T05:33:28.213546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-19T05:33:28.213852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [231] [] [2022-04-19T05:33:28.214261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [246] [] [2022-04-19T05:33:28.214602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-04-19T05:33:28.214855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-04-19T05:33:28.215099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [67] [] [2022-04-19T05:33:28.215335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-19T05:33:28.215606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [253] [] [2022-04-19T05:33:28.216035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [270] [] [2022-04-19T05:33:28.216469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [310] [] [2022-04-19T05:33:28.216869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [315] [] [2022-04-19T05:33:28.217232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [321] [] [2022-04-19T05:33:28.217580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-19T05:33:28.217826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-19T05:33:28.218063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [188] [] [2022-04-19T05:33:28.218302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-19T05:33:28.218615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [332] [] [2022-04-19T05:33:28.219097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [348] [] [2022-04-19T05:33:28.219454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [195] [] [2022-04-19T05:33:28.219716+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2022-04-19T05:33:28.220015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [350] [] [2022-04-19T05:33:28.220429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [356] [] [2022-04-19T05:33:28.220733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [367] [] [2022-04-19T05:33:28.221167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [374] [] [2022-04-19T05:33:28.221475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [405] [] [2022-04-19T05:33:28.221874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [427] [] [2022-04-19T05:33:28.222268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [429] [] [2022-04-19T05:33:28.222601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [232] [] [2022-04-19T05:33:28.222867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [233] [] [2022-04-19T05:33:28.223107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [234] [] [2022-04-19T05:33:28.223379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [428] [] [2022-04-19T05:33:28.223642+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-04-19T05:33:28.223904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [453] [] [2022-04-19T05:33:28.224262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [241] [] [2022-04-19T05:33:28.224513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [242] [] [2022-04-19T05:33:28.224783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-04-19T05:33:28.225082+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [458] [] [2022-04-19T05:33:28.225483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [469] [] [2022-04-19T05:33:28.225742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [252] [] [2022-04-19T05:33:28.226007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [449] [] [2022-04-19T05:33:28.226338+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [237] [] [2022-04-19T05:33:28.226584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [238] [] [2022-04-19T05:33:28.226896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [475] [] [2022-04-19T05:33:28.227327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [489] [] [2022-04-19T05:33:28.227631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [467] [] [2022-04-19T05:33:28.228016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [248] [] [2022-04-19T05:33:28.228260+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [249] [] [2022-04-19T05:33:28.228496+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [250] [] [2022-04-19T05:33:28.228730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [251] [] [2022-04-19T05:33:28.228961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2022-04-19T05:33:28.229240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [497] [] [2022-04-19T05:33:28.229640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [549] [] [2022-04-19T05:33:28.230033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [545] [] [2022-04-19T05:33:28.230573+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [270] [] [2022-04-19T05:33:28.230852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [271] [] [2022-04-19T05:33:28.231118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-19T05:33:28.231366+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-19T05:33:28.231621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-19T05:33:28.231862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [272] [] [2022-04-19T05:33:28.232098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [276] [] [2022-04-19T05:33:28.232345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [273] [] [2022-04-19T05:33:28.232587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [278] [] [2022-04-19T05:33:28.232885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-19T05:33:28.233119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-04-19T05:33:28.233355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [274] [] [2022-04-19T05:33:28.233590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [275] [] [2022-04-19T05:33:28.233821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [277] [] [2022-04-19T05:33:29.550674+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T05:33:29.571361+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T06:23:37.603371+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-19T06:23:37.638935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-19T06:23:37.638996+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T06:23:37.639045+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-19T06:23:37.640822+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-19T06:23:37.670416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-19T06:23:37.674327+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-19T06:23:37.728162+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-19T06:23:37.757701+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-19T06:23:37.959010+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb4fc6"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/eb4fc6","method":"GET"} [] [2022-04-20T06:52:20.117650+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-20T06:52:20.200306+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:52:20.200369+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:20.200405+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:20.235657+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-20T06:52:20.445653+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b703a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8b703a","method":"GET"} [] [2022-04-20T06:52:22.904165+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-20T06:52:22.932665+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:52:22.932722+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:22.932761+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:22.934023+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:22.990070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-20T06:52:23.207820+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:23.215024+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 20 Apr 2022 06:52:23 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:23.215091+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:23.215122+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:23.229082+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:52:23.344240+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-20T06:52:23.369249+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:52:23.369305+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:23.369337+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:23.370400+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:52:23.392604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:52:23.395774+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:52:23.423796+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-20T06:52:23.549106+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-20T06:52:23.558680+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[549,548,547,546,545,544,543,542,541,540]] [] [2022-04-20T06:52:23.568734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-20T06:52:23.569219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-20T06:52:23.570415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-20T06:52:23.570742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-20T06:52:23.571065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-20T06:52:23.571416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-20T06:52:23.571735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-20T06:52:23.572051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-20T06:52:23.572443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-20T06:52:23.574427+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-20T06:52:23.587411+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:52:23.817748+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d424ab"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d424ab","method":"GET"} [] [2022-04-20T06:52:25.344649+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-20T06:52:25.375110+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:52:25.375180+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:25.375215+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:25.377643+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:52:25.407315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:52:25.411949+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:52:25.473334+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-20T06:52:25.502205+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:52:25.662483+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95a67f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/95a67f","method":"GET"} [] [2022-04-20T06:52:47.609428+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-20T06:52:47.634810+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:52:47.659514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:52:47.662609+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:52:47.662671+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:52:47.662706+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:47.662736+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:52:47.704244+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2022-04-20T06:52:47.845407+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2022-04-20T00:00:00+00:00"] [] [2022-04-20T06:52:47.852277+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2022-04-20T00:00:00+00:00"] [] [2022-04-20T06:52:47.858671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-20T06:52:47.862379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2022-04-20T06:52:47.868037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-04-20T06:52:47.869253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2022-04-20T06:52:47.869636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-20T06:52:47.869923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-20T06:52:47.870199+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-20T06:52:47.870535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2022-04-20T06:52:47.870914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-20T06:52:47.871197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-20T06:52:47.871476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-20T06:52:47.871751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-20T06:52:47.872061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2022-04-20T06:52:47.872502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-20T06:52:47.872783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2022-04-20T06:52:47.873092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [309] [] [2022-04-20T06:52:47.874156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-20T06:52:47.874440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-20T06:52:47.874718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-04-20T06:52:47.874993+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-20T06:52:47.875283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-20T06:52:47.875555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2022-04-20T06:52:47.876290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2022-04-20T06:52:47.876686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-20T06:52:47.877005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2022-04-20T06:52:47.877376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-20T06:52:47.877704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2022-04-20T06:52:47.878009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-20T06:52:47.878310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2022-04-20T06:52:47.879034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-04-20T06:52:47.879316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-04-20T06:52:47.879713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2022-04-20T06:52:47.880117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2022-04-20T06:52:47.880448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2022-04-20T06:52:47.880849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2022-04-20T06:52:47.881251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2022-04-20T06:52:47.881648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2022-04-20T06:52:47.881952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2022-04-20T06:52:47.882216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-20T06:52:47.882486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-04-20T06:52:47.882740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2022-04-20T06:52:47.883109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2022-04-20T06:52:47.883372+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-04-20T06:52:47.883624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2022-04-20T06:52:47.883874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2022-04-20T06:52:47.884125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-20T06:52:47.884409+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2022-04-20T06:52:47.884775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-20T06:52:47.885052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-04-20T06:52:47.885304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-04-20T06:52:47.885577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2022-04-20T06:52:47.886005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [379] [] [2022-04-20T06:52:47.886544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-20T06:52:47.886813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-04-20T06:52:47.887087+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-20T06:52:47.887342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-20T06:52:47.887591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-20T06:52:47.887840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-20T06:52:47.888091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [203] [] [2022-04-20T06:52:47.888381+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [386] [] [2022-04-20T06:52:47.888760+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [418] [] [2022-04-20T06:52:47.889490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [436] [] [2022-04-20T06:52:47.889862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [479] [] [2022-04-20T06:52:47.890296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [502] [] [2022-04-20T06:52:47.891010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [487] [] [2022-04-20T06:52:47.891340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-20T06:52:47.891604+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2022-04-20T06:52:47.891859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-04-20T06:52:47.892144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [503] [] [2022-04-20T06:52:47.892497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [257] [] [2022-04-20T06:52:47.892785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-20T06:52:48.714716+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-20T06:52:48.745850+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:53:14.955448+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-20T06:53:14.992869+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:53:14.992931+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:53:14.992966+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:53:14.994596+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:53:15.023770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:53:15.027654+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:53:15.085792+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-20T06:53:15.118164+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:53:15.292455+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31b3ac"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/31b3ac","method":"GET"} [] [2022-04-20T06:55:39.461889+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-20T06:55:39.494942+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:55:39.495001+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:55:39.495035+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:55:39.496614+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:55:39.530832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:55:39.534354+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:55:39.551881+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-20T06:55:39.627513+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-20T06:55:39.631562+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[549,548,547,546,545,544,543,542,541,540]] [] [2022-04-20T06:55:39.639666+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-20T06:55:39.640179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-20T06:55:39.640587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-20T06:55:39.640972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-20T06:55:39.641342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-20T06:55:39.641745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-20T06:55:39.642116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-20T06:55:39.642487+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-20T06:55:39.642886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-20T06:55:39.644425+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-20T06:55:39.651945+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:55:39.854368+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"067e32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/067e32","method":"GET"} [] [2022-04-20T06:55:42.265215+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-20T06:55:42.295942+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:55:42.296004+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:55:42.296038+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:55:42.297658+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:55:42.325988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:55:42.329554+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:55:42.346234+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-20T06:55:42.414636+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-20T06:55:42.419877+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[549,548,547,546,545,544,543,542,541,540]] [] [2022-04-20T06:55:42.427681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-20T06:55:42.428274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-20T06:55:42.431656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-20T06:55:42.432055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-20T06:55:42.432382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-20T06:55:42.432736+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-20T06:55:42.433056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-20T06:55:42.433474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-20T06:55:42.433870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-04-20T06:55:42.435483+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-20T06:55:42.443017+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:55:42.636893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5462c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5462c1","method":"GET"} [] [2022-04-20T06:55:45.515248+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-20T06:55:45.541792+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:55:45.541893+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:55:45.541929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:55:45.543447+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:55:45.576587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:55:45.580024+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:55:45.642216+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-20T06:55:45.652309+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-20T06:55:45.653647+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-20T06:55:45.686542+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:55:45.841611+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f18877"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f18877","method":"GET"} [] [2022-04-20T06:57:38.835852+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-20T06:57:38.861222+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:57:38.882497+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:57:38.885954+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:57:38.886021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:57:38.886056+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:57:38.886087+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:57:38.935387+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2022-04-20T06:57:38.941281+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-20T06:57:38.943508+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-20T06:57:38.947816+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-20T06:57:38.948373+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-20T06:57:38.948890+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["27"]] [] [2022-04-20T06:57:39.004436+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-20T06:57:39.005797+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Power Ltd","2":191942.0,"3":"2022-03-12T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":7,"11":2} [] [2022-04-20T06:57:39.008353+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":550,"6":26} [] [2022-04-20T06:57:39.010366+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":550,"6":24} [] [2022-04-20T06:57:39.010704+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":550,"6":25} [] [2022-04-20T06:57:39.010954+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":500.0,"4":null,"5":550,"6":27} [] [2022-04-20T06:57:39.013097+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-20T06:57:39.025991+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:57:39.144971+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-20T06:57:39.169134+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:57:39.169187+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:57:39.169219+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:57:39.170227+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:57:39.191661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:57:39.195474+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:57:39.208059+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-20T06:57:39.260732+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-20T06:57:39.264395+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[550,549,548,547,546,545,544,543,542,541]] [] [2022-04-20T06:57:39.273120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-04-20T06:57:39.273632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-20T06:57:39.274061+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-20T06:57:39.274478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-20T06:57:39.274859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-20T06:57:39.275241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-20T06:57:39.275651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-20T06:57:39.276072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-20T06:57:39.276453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-20T06:57:39.277970+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-20T06:57:39.284990+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:57:39.481791+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86492f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/86492f","method":"GET"} [] [2022-04-20T06:57:43.273757+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-20T06:57:43.300517+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:57:43.300572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:57:43.300604+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:57:43.302119+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:57:43.330154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:57:43.333427+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:57:43.381094+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-20T06:57:43.407324+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T06:57:43.559155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcad8e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dcad8e","method":"GET"} [] [2022-04-20T06:58:06.316622+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-20T06:58:06.356080+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T06:58:06.385791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T06:58:06.389703+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T06:58:06.389770+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T06:58:06.389805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:58:06.389835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T06:58:06.460715+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["7"]] [] [2022-04-20T06:58:06.542647+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [7,"2020-01-01T00:00:00+00:00","2022-04-20T00:00:00+00:00"] [] [2022-04-20T06:58:06.550092+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [7,"2020-01-01T00:00:00+00:00","2022-04-20T00:00:00+00:00"] [] [2022-04-20T06:58:06.556619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-20T06:58:06.560584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [12] [] [2022-04-20T06:58:06.562994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-04-20T06:58:06.563529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [13] [] [2022-04-20T06:58:06.563988+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-20T06:58:06.564386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-20T06:58:06.564739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-20T06:58:06.565154+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [14] [] [2022-04-20T06:58:06.565634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-20T06:58:06.566025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-20T06:58:06.566352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-20T06:58:06.566657+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-20T06:58:06.567019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [15] [] [2022-04-20T06:58:06.567476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-20T06:58:06.567846+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [30] [] [2022-04-20T06:58:06.568239+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [309] [] [2022-04-20T06:58:06.568673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-20T06:58:06.569099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-20T06:58:06.569437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [108] [] [2022-04-20T06:58:06.569773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-20T06:58:06.570207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-20T06:58:06.570549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [118] [] [2022-04-20T06:58:06.571032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [137] [] [2022-04-20T06:58:06.571510+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-20T06:58:06.571858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [141] [] [2022-04-20T06:58:06.572224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-20T06:58:06.572586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [142] [] [2022-04-20T06:58:06.572949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-20T06:58:06.573319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [176] [] [2022-04-20T06:58:06.573780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [119] [] [2022-04-20T06:58:06.574111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-04-20T06:58:06.574457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [170] [] [2022-04-20T06:58:06.574894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [194] [] [2022-04-20T06:58:06.575254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [196] [] [2022-04-20T06:58:06.575652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [224] [] [2022-04-20T06:58:06.576066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [230] [] [2022-04-20T06:58:06.576482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [295] [] [2022-04-20T06:58:06.576816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2022-04-20T06:58:06.577169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-20T06:58:06.577459+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-04-20T06:58:06.577723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [272] [] [2022-04-20T06:58:06.578106+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [165] [] [2022-04-20T06:58:06.578373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-04-20T06:58:06.578631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [107] [] [2022-04-20T06:58:06.578887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [166] [] [2022-04-20T06:58:06.579141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-04-20T06:58:06.579490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [273] [] [2022-04-20T06:58:06.579910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-20T06:58:06.580242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-04-20T06:58:06.580538+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [38] [] [2022-04-20T06:58:06.580851+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [294] [] [2022-04-20T06:58:06.581288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [379] [] [2022-04-20T06:58:06.581768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-04-20T06:58:06.582078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-04-20T06:58:06.582389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [200] [] [2022-04-20T06:58:06.582683+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [201] [] [2022-04-20T06:58:06.582974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [202] [] [2022-04-20T06:58:06.583268+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [123] [] [2022-04-20T06:58:06.583558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [203] [] [2022-04-20T06:58:06.583879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [386] [] [2022-04-20T06:58:06.584354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [418] [] [2022-04-20T06:58:06.584790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [436] [] [2022-04-20T06:58:06.585213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [479] [] [2022-04-20T06:58:06.586443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [502] [] [2022-04-20T06:58:06.586887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [487] [] [2022-04-20T06:58:06.587276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-20T06:58:06.587577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [54] [] [2022-04-20T06:58:06.587878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-04-20T06:58:06.588211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [503] [] [2022-04-20T06:58:06.588606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [257] [] [2022-04-20T06:58:06.588902+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-20T06:58:06.589228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [550] [] [2022-04-20T06:58:07.433164+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-20T06:58:07.454044+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T07:00:41.548087+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-20T07:00:41.581380+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T07:00:41.581439+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T07:00:41.581473+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-20T07:00:41.583090+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-20T07:00:41.609942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-20T07:00:41.613428+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-20T07:00:41.665287+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-20T07:00:41.694142+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-20T07:00:41.857290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d5292"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7d5292","method":"GET"} [] [2022-04-21T03:41:28.600552+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-21T03:41:28.801425+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:41:28.801497+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:28.801534+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:28.889137+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-21T03:41:29.217815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e16186"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e16186","method":"GET"} [] [2022-04-21T03:41:32.069166+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-04-21T03:41:32.098243+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:41:32.098311+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.098355+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.100138+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.199890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-04-21T03:41:32.487150+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.493354+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 21 Apr 2022 03:41:32 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.493420+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.493450+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.498821+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:41:32.618666+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-21T03:41:32.642418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:41:32.642470+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.642502+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:32.643689+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:41:32.677257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:41:32.688396+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:41:32.729233+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-21T03:41:32.866771+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-21T03:41:32.887719+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[550,549,548,547,546,545,544,543,542,541]] [] [2022-04-21T03:41:32.899156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-04-21T03:41:32.899605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T03:41:32.903353+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-21T03:41:32.903687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-21T03:41:32.904008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-21T03:41:32.904321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-21T03:41:32.904671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-21T03:41:32.904982+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-21T03:41:32.905339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-21T03:41:32.907375+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-21T03:41:32.922864+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:41:33.178970+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7fc22"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f7fc22","method":"GET"} [] [2022-04-21T03:41:35.916214+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-21T03:41:35.942434+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:41:35.942487+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:35.942519+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:35.944002+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:41:35.981895+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:41:35.986058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:41:36.075627+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:41:36.106272+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:41:36.313754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b2407"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7b2407","method":"GET"} [] [2022-04-21T03:41:53.570461+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-21T03:41:53.595638+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:41:53.622363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:41:53.626304+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:41:53.626362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:41:53.626396+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:53.626425+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:41:53.668636+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2022-04-21T03:41:53.938474+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2022-04-21T00:00:00+00:00"] [] [2022-04-21T03:41:53.949372+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2022-04-21T00:00:00+00:00"] [] [2022-04-21T03:41:53.956654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T03:41:53.961344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2022-04-21T03:41:53.968186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-21T03:41:53.971740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-21T03:41:53.972044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-21T03:41:53.972329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-21T03:41:53.972651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-21T03:41:53.972962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2022-04-21T03:41:53.973461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2022-04-21T03:41:53.973904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2022-04-21T03:41:53.974375+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2022-04-21T03:41:53.975441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-21T03:41:53.975734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-21T03:41:53.976019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-21T03:41:53.976301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2022-04-21T03:41:53.976592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2022-04-21T03:41:53.976872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2022-04-21T03:41:53.977621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2022-04-21T03:41:53.978058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-21T03:41:53.978348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-21T03:41:53.978631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-21T03:41:53.978912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-21T03:41:53.979190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-21T03:41:53.979511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2022-04-21T03:41:53.979792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-21T03:41:53.980072+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-21T03:41:53.980427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [328] [] [2022-04-21T03:41:53.981216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-21T03:41:53.981501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2022-04-21T03:41:53.982290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-21T03:41:53.982572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2022-04-21T03:41:53.982883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-21T03:41:53.983188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2022-04-21T03:41:53.983600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2022-04-21T03:41:53.984010+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2022-04-21T03:41:53.984339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2022-04-21T03:41:53.984626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-21T03:41:53.984926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2022-04-21T03:41:53.985370+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2022-04-21T03:41:53.985742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-21T03:41:53.986107+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2022-04-21T03:41:53.986395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-21T03:41:53.986679+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2022-04-21T03:41:53.987069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [325] [] [2022-04-21T03:41:53.987483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [335] [] [2022-04-21T03:41:53.987784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2022-04-21T03:41:53.988084+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2022-04-21T03:41:53.988469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [404] [] [2022-04-21T03:41:53.988848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [414] [] [2022-04-21T03:41:53.989164+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-21T03:41:53.989429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-21T03:41:53.989717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-04-21T03:41:53.990019+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [398] [] [2022-04-21T03:41:53.990305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-04-21T03:41:53.990587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [438] [] [2022-04-21T03:41:53.991478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [471] [] [2022-04-21T03:41:53.991861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [459] [] [2022-04-21T03:41:53.992142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-04-21T03:41:53.992426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [478] [] [2022-04-21T03:41:53.992810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [500] [] [2022-04-21T03:41:53.993218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [542] [] [2022-04-21T03:41:53.993973+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [268] [] [2022-04-21T03:41:53.994242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-21T03:41:53.994517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [269] [] [2022-04-21T03:41:54.902164+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:41:54.921945+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:46:17.004795+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-21T03:46:17.036502+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:46:17.036557+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:17.036589+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:17.038097+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:46:17.066358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:46:17.070542+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:46:17.119431+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:46:17.146580+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:46:17.345921+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"640bc4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/640bc4","method":"GET"} [] [2022-04-21T03:46:19.276608+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-21T03:46:19.300362+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:46:19.300417+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:19.300449+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:19.301449+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:46:19.324843+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:46:19.328725+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:46:19.340893+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-21T03:46:19.392011+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-21T03:46:19.397262+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[550,549,548,547,546,545,544,543,542,541]] [] [2022-04-21T03:46:19.404542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-04-21T03:46:19.404979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T03:46:19.406206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-21T03:46:19.406542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-21T03:46:19.406870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-21T03:46:19.407198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-21T03:46:19.407554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-21T03:46:19.407878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-21T03:46:19.408200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-21T03:46:19.409611+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-21T03:46:19.416538+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:46:19.598878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b59ea"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0b59ea","method":"GET"} [] [2022-04-21T03:46:20.940508+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-21T03:46:20.966936+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:46:20.966993+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:20.967025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:20.968527+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:46:20.994150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:46:20.998252+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:46:21.064898+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:46:21.088318+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-21T03:46:21.090089+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-21T03:46:21.120067+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:46:21.280860+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1af1a"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d1af1a","method":"GET"} [] [2022-04-21T03:46:42.917710+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-21T03:46:42.942120+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:46:42.942176+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:42.942210+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:42.943259+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:46:42.976661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:46:42.980685+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:46:42.993191+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-21T03:46:43.046294+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-21T03:46:43.051594+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[550,549,548,547,546,545,544,543,542,541]] [] [2022-04-21T03:46:43.059295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-04-21T03:46:43.059794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T03:46:43.061051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-21T03:46:43.061438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-21T03:46:43.061831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-21T03:46:43.062220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-21T03:46:43.062648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-21T03:46:43.063038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-21T03:46:43.063431+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-21T03:46:43.065015+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-21T03:46:43.072260+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:46:43.247762+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"010e26"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/010e26","method":"GET"} [] [2022-04-21T03:46:44.516477+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-21T03:46:44.542486+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:46:44.542539+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:44.542571+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:46:44.544057+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:46:44.580720+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:46:44.584829+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:46:44.640140+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:46:44.648941+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-21T03:46:44.650684+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-21T03:46:44.681271+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:46:44.850645+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d50c7b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d50c7b","method":"GET"} [] [2022-04-21T03:48:09.619901+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-21T03:48:09.644921+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:48:09.678427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:48:09.682362+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:48:09.682420+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:48:09.682454+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:48:09.682482+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:48:09.729450+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2022-04-21T03:48:09.735963+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-21T03:48:09.738639+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-21T03:48:09.778899+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-21T03:48:09.780580+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-21T03:48:09.859843+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-21T03:48:09.861706+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":192774.0,"3":"2022-03-13T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":11,"11":2} [] [2022-04-21T03:48:09.872956+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":551,"6":26} [] [2022-04-21T03:48:09.878899+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":551,"6":24} [] [2022-04-21T03:48:09.879397+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":551,"6":25} [] [2022-04-21T03:48:09.883366+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-21T03:48:09.904737+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:48:10.035261+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-21T03:48:10.059021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:48:10.059079+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:48:10.059112+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:48:10.060114+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:48:10.092408+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:48:10.100632+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:48:10.117660+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-21T03:48:10.169812+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-21T03:48:10.175014+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[551,550,549,548,547,546,545,544,543,542]] [] [2022-04-21T03:48:10.182152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-21T03:48:10.182575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T03:48:10.183853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-04-21T03:48:10.184230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-21T03:48:10.184556+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-21T03:48:10.184877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-21T03:48:10.185201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-21T03:48:10.185549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-21T03:48:10.185867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-21T03:48:10.187293+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-21T03:48:10.194221+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:48:10.401274+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c54ce8"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c54ce8","method":"GET"} [] [2022-04-21T03:48:13.876579+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-21T03:48:13.902651+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:48:13.902705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:48:13.902737+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:48:13.904231+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:48:13.934161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:48:13.938325+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:48:13.984419+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:48:14.009762+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:48:14.179392+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"059aa1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/059aa1","method":"GET"} [] [2022-04-21T03:48:28.243916+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-21T03:48:28.276635+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:48:28.309388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:48:28.313647+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:48:28.313706+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:48:28.313740+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:48:28.313769+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:48:28.365076+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["11"]] [] [2022-04-21T03:48:28.439315+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [11,"2020-01-01T00:00:00+00:00","2022-04-21T00:00:00+00:00"] [] [2022-04-21T03:48:28.447375+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [11,"2020-01-01T00:00:00+00:00","2022-04-21T00:00:00+00:00"] [] [2022-04-21T03:48:28.453070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T03:48:28.457616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [45] [] [2022-04-21T03:48:28.460881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-21T03:48:28.462120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-21T03:48:28.462428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-21T03:48:28.462730+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-21T03:48:28.463027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-21T03:48:28.463348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [46] [] [2022-04-21T03:48:28.463842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [47] [] [2022-04-21T03:48:28.464400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [48] [] [2022-04-21T03:48:28.464901+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [276] [] [2022-04-21T03:48:28.465289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-21T03:48:28.465594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-21T03:48:28.465892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-21T03:48:28.466187+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [172] [] [2022-04-21T03:48:28.466492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [16] [] [2022-04-21T03:48:28.466788+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [113] [] [2022-04-21T03:48:28.467263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [260] [] [2022-04-21T03:48:28.467710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [158] [] [2022-04-21T03:48:28.468012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-21T03:48:28.468308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-21T03:48:28.468602+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-21T03:48:28.468896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [115] [] [2022-04-21T03:48:28.469188+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [161] [] [2022-04-21T03:48:28.469478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-21T03:48:28.469771+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-21T03:48:28.470086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [328] [] [2022-04-21T03:48:28.470504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-21T03:48:28.470804+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [177] [] [2022-04-21T03:48:28.471253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-21T03:48:28.471546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [185] [] [2022-04-21T03:48:28.471870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-04-21T03:48:28.472186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [181] [] [2022-04-21T03:48:28.472610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [208] [] [2022-04-21T03:48:28.473036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [248] [] [2022-04-21T03:48:28.473382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [157] [] [2022-04-21T03:48:28.473686+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-21T03:48:28.473999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [259] [] [2022-04-21T03:48:28.474454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [297] [] [2022-04-21T03:48:28.474858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-21T03:48:28.475252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [280] [] [2022-04-21T03:48:28.475579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-21T03:48:28.475897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [320] [] [2022-04-21T03:48:28.476332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [325] [] [2022-04-21T03:48:28.476785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [335] [] [2022-04-21T03:48:28.477131+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [110] [] [2022-04-21T03:48:28.477466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [324] [] [2022-04-21T03:48:28.477887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [404] [] [2022-04-21T03:48:28.478309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [414] [] [2022-04-21T03:48:28.478673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-21T03:48:28.478980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-21T03:48:28.479302+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-04-21T03:48:28.479673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [398] [] [2022-04-21T03:48:28.480009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-04-21T03:48:28.480315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [438] [] [2022-04-21T03:48:28.480749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [471] [] [2022-04-21T03:48:28.481146+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [459] [] [2022-04-21T03:48:28.481441+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-04-21T03:48:28.481739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [478] [] [2022-04-21T03:48:28.482137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [500] [] [2022-04-21T03:48:28.482563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [551] [] [2022-04-21T03:48:28.482959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [542] [] [2022-04-21T03:48:28.483398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [268] [] [2022-04-21T03:48:28.483685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [191] [] [2022-04-21T03:48:28.483974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [269] [] [2022-04-21T03:48:29.383277+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:48:29.404007+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:52:41.700735+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-21T03:52:41.732620+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:52:41.732676+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:52:41.732709+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:52:41.734249+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:52:41.768555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:52:41.772896+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:52:41.822157+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:52:41.850611+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:52:42.059716+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c2a83"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0c2a83","method":"GET"} [] [2022-04-21T03:54:37.740038+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-21T03:54:37.766503+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:54:37.787917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:54:37.792077+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:54:37.792148+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:54:37.792183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:54:37.792214+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:54:37.834005+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2022-04-21T03:54:37.906735+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2022-04-21T00:00:00+00:00"] [] [2022-04-21T03:54:37.913959+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2022-04-21T00:00:00+00:00"] [] [2022-04-21T03:54:37.919939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T03:54:37.924853+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2022-04-21T03:54:37.928319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-21T03:54:37.929715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-21T03:54:37.930041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-21T03:54:37.930332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-21T03:54:37.930650+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2022-04-21T03:54:37.931073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-21T03:54:37.931368+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-21T03:54:37.931654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-21T03:54:37.931933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-21T03:54:37.932212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-21T03:54:37.932583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2022-04-21T03:54:37.933033+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-21T03:54:37.933362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2022-04-21T03:54:37.933735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2022-04-21T03:54:37.934026+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-21T03:54:37.934304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-04-21T03:54:37.934613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-21T03:54:37.934900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2022-04-21T03:54:37.935331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2022-04-21T03:54:37.935752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-04-21T03:54:37.936041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2022-04-21T03:54:37.936358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2022-04-21T03:54:37.936691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2022-04-21T03:54:37.936975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-21T03:54:37.937275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2022-04-21T03:54:37.937685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2022-04-21T03:54:37.938283+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [312] [] [2022-04-21T03:54:37.938710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [323] [] [2022-04-21T03:54:37.939114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-21T03:54:37.939406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-21T03:54:37.939690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-21T03:54:37.939972+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-21T03:54:37.940250+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-21T03:54:37.940571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2022-04-21T03:54:37.940965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2022-04-21T03:54:37.941254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-21T03:54:37.941577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [326] [] [2022-04-21T03:54:37.941989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-21T03:54:37.942326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [345] [] [2022-04-21T03:54:37.942772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-21T03:54:37.943119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [361] [] [2022-04-21T03:54:37.943443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-21T03:54:37.943752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [364] [] [2022-04-21T03:54:37.944223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [410] [] [2022-04-21T03:54:37.944630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-21T03:54:37.944907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-21T03:54:37.945184+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-04-21T03:54:37.945440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-04-21T03:54:37.945694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-04-21T03:54:37.945986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [431] [] [2022-04-21T03:54:37.946403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [426] [] [2022-04-21T03:54:37.946714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [441] [] [2022-04-21T03:54:37.946991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-04-21T03:54:37.947271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [484] [] [2022-04-21T03:54:37.947699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [488] [] [2022-04-21T03:54:37.948148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-04-21T03:54:37.948417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-04-21T03:54:37.948677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-04-21T03:54:37.948935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-21T03:54:37.949192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-04-21T03:54:37.949514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-04-21T03:54:37.949778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [257] [] [2022-04-21T03:54:37.950032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [258] [] [2022-04-21T03:54:37.950303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-21T03:54:37.950557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-04-21T03:54:37.950866+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [506] [] [2022-04-21T03:54:38.667108+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:54:38.687201+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:58:40.114860+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-21T03:58:40.146973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:58:40.147027+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:58:40.147059+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:58:40.148585+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:58:40.184718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:58:40.188934+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:58:40.238541+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:58:40.266198+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:58:40.462021+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97aa42"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/97aa42","method":"GET"} [] [2022-04-21T03:58:42.755275+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-21T03:58:42.779594+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:58:42.779648+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:58:42.779681+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:58:42.780698+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:58:42.800944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:58:42.803866+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:58:42.816365+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-21T03:58:42.869361+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-21T03:58:42.874748+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[551,550,549,548,547,546,545,544,543,542]] [] [2022-04-21T03:58:42.881886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-21T03:58:42.882309+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T03:58:42.883529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-04-21T03:58:42.883898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-21T03:58:42.884220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-21T03:58:42.884535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-21T03:58:42.884849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-21T03:58:42.885190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-21T03:58:42.885500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-21T03:58:42.886986+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-21T03:58:42.894039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:58:43.080724+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23058d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/23058d","method":"GET"} [] [2022-04-21T03:58:44.339753+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-04-21T03:58:44.366369+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T03:58:44.366423+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:58:44.366455+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T03:58:44.367958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T03:58:44.402801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T03:58:44.406154+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T03:58:44.462164+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T03:58:44.470279+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-04-21T03:58:44.471126+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-04-21T03:58:44.503228+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T03:58:44.666396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3afb1f"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3afb1f","method":"GET"} [] [2022-04-21T04:02:22.998601+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-04-21T04:02:23.031539+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T04:02:23.066850+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T04:02:23.070278+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T04:02:23.070337+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T04:02:23.070370+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:02:23.070399+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:02:23.131364+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2022-04-21T04:02:23.139227+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-04-21T04:02:23.141943+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-04-21T04:02:23.146622+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-04-21T04:02:23.147221+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-04-21T04:02:23.192104+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-04-21T04:02:23.193056+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Shakti Engineering Ltd","2":172785.0,"3":"2022-03-20T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":5,"11":2} [] [2022-04-21T04:02:23.194929+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":552,"6":26} [] [2022-04-21T04:02:23.196076+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":552,"6":24} [] [2022-04-21T04:02:23.196310+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":552,"6":25} [] [2022-04-21T04:02:23.197388+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-04-21T04:02:23.209001+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T04:02:23.343391+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-04-21T04:02:23.367202+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T04:02:23.367257+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:02:23.367289+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:02:23.368288+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T04:02:23.396054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T04:02:23.402587+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T04:02:23.420991+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-04-21T04:02:23.474226+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-04-21T04:02:23.477712+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[552,551,550,549,548,547,546,545,544,543]] [] [2022-04-21T04:02:23.484971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-04-21T04:02:23.485393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T04:02:23.485731+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-04-21T04:02:23.486066+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-04-21T04:02:23.486394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-04-21T04:02:23.486726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-04-21T04:02:23.487119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-04-21T04:02:23.487457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-04-21T04:02:23.487806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-04-21T04:02:23.488130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-04-21T04:02:23.489539+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-04-21T04:02:23.496543+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T04:02:23.731615+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f3f1d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8f3f1d","method":"GET"} [] [2022-04-21T04:02:27.346796+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-21T04:02:27.373005+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T04:02:27.373059+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:02:27.373091+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:02:27.374594+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T04:02:27.410306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T04:02:27.413554+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T04:02:27.460173+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T04:02:27.484911+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T04:02:27.663174+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63eeb4"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/63eeb4","method":"GET"} [] [2022-04-21T04:19:59.657252+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-04-21T04:19:59.689849+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T04:19:59.726940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T04:19:59.730308+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T04:19:59.730366+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T04:19:59.730454+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:19:59.730489+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:19:59.781192+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["5"]] [] [2022-04-21T04:19:59.852639+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [5,"2020-01-01T00:00:00+00:00","2022-04-21T00:00:00+00:00"] [] [2022-04-21T04:19:59.859571+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [5,"2020-01-01T00:00:00+00:00","2022-04-21T00:00:00+00:00"] [] [2022-04-21T04:19:59.865095+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-04-21T04:19:59.868728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [36] [] [2022-04-21T04:19:59.872116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-04-21T04:19:59.873389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-04-21T04:19:59.873696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-04-21T04:19:59.873994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-04-21T04:19:59.874317+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [37] [] [2022-04-21T04:19:59.874724+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-04-21T04:19:59.875027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-04-21T04:19:59.875367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-04-21T04:19:59.875664+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-04-21T04:19:59.875959+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-04-21T04:19:59.876271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [38] [] [2022-04-21T04:19:59.876710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-04-21T04:19:59.877042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [129] [] [2022-04-21T04:19:59.877423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [17] [] [2022-04-21T04:19:59.877726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-04-21T04:19:59.878021+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-04-21T04:19:59.878340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-04-21T04:19:59.878634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [169] [] [2022-04-21T04:19:59.879059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [201] [] [2022-04-21T04:19:59.879422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [127] [] [2022-04-21T04:19:59.879722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [128] [] [2022-04-21T04:19:59.880051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [238] [] [2022-04-21T04:19:59.880394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [149] [] [2022-04-21T04:19:59.880692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-04-21T04:19:59.881008+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [232] [] [2022-04-21T04:19:59.881430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [255] [] [2022-04-21T04:19:59.881931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [312] [] [2022-04-21T04:19:59.882351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [323] [] [2022-04-21T04:19:59.882761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-04-21T04:19:59.883063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-04-21T04:19:59.883358+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-04-21T04:19:59.883651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-04-21T04:19:59.883941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-04-21T04:19:59.884271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [327] [] [2022-04-21T04:19:59.884634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [190] [] [2022-04-21T04:19:59.884931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-04-21T04:19:59.885258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [326] [] [2022-04-21T04:19:59.885672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-04-21T04:19:59.886009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [345] [] [2022-04-21T04:19:59.886451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-04-21T04:19:59.886749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [361] [] [2022-04-21T04:19:59.887075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-04-21T04:19:59.887394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [364] [] [2022-04-21T04:19:59.887814+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [410] [] [2022-04-21T04:19:59.888215+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-04-21T04:19:59.888499+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-04-21T04:19:59.888792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-04-21T04:19:59.889063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-04-21T04:19:59.889334+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-04-21T04:19:59.889638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [431] [] [2022-04-21T04:19:59.890035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [426] [] [2022-04-21T04:19:59.890369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [441] [] [2022-04-21T04:19:59.890661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [213] [] [2022-04-21T04:19:59.890957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [484] [] [2022-04-21T04:19:59.891349+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [488] [] [2022-04-21T04:19:59.891807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-04-21T04:19:59.892086+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-04-21T04:19:59.892406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-04-21T04:19:59.892681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-04-21T04:19:59.892951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-04-21T04:19:59.893220+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [167] [] [2022-04-21T04:19:59.893490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [257] [] [2022-04-21T04:19:59.893759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [258] [] [2022-04-21T04:19:59.894063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-04-21T04:19:59.894332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [236] [] [2022-04-21T04:19:59.894635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [506] [] [2022-04-21T04:19:59.895058+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [552] [] [2022-04-21T04:20:00.639224+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T04:20:00.659062+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T04:24:58.878659+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-04-21T04:24:58.910402+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-21T04:24:58.910459+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:24:58.910493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-21T04:24:58.912033+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-04-21T04:24:58.953127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-04-21T04:24:58.956471+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-04-21T04:24:59.005319+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-04-21T04:24:59.031897+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-04-21T04:24:59.206028+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccb4b9"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/ccb4b9","method":"GET"} [] [2022-04-26T03:17:03.644384+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-04-26T03:17:03.703482+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-26T03:17:03.703539+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-26T03:17:03.703574+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-04-26T03:17:03.730330+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-26T03:17:03.910261+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"412d84"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/412d84","method":"GET"} [] [2022-05-07T05:13:41.331588+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-05-07T05:13:41.482669+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-07T05:13:41.482745+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:41.482782+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:41.554530+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-07T05:13:41.848039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fee363"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/fee363","method":"GET"} [] [2022-05-07T05:13:44.669485+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-05-07T05:13:44.694956+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-07T05:13:44.695010+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:44.695049+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:44.697944+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:44.817828+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-05-07T05:13:45.051854+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:45.059760+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 07 May 2022 05:13:45 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:45.059847+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:45.059880+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:45.066292+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-07T05:13:45.193231+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-07T05:13:45.217891+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-07T05:13:45.217947+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:45.217980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:45.219080+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-07T05:13:45.250989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-07T05:13:45.254247+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-07T05:13:45.329463+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-07T05:13:45.580603+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-05-07T05:13:45.600137+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[552,551,550,549,548,547,546,545,544,543]] [] [2022-05-07T05:13:45.612961+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-05-07T05:13:45.613543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-07T05:13:45.616746+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-07T05:13:45.617311+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-05-07T05:13:45.617769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-05-07T05:13:45.618142+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-05-07T05:13:45.618521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-05-07T05:13:45.618898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-07T05:13:45.619299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-05-07T05:13:45.619673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-05-07T05:13:45.623193+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-07T05:13:45.650911+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-07T05:13:45.892576+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d2054"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/2d2054","method":"GET"} [] [2022-05-07T05:13:47.470284+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-07T05:13:47.498659+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-07T05:13:47.498719+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:47.498753+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:13:47.500383+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-07T05:13:47.550472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-07T05:13:47.553972+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-07T05:13:47.649792+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-07T05:13:47.681128+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-07T05:13:47.816849+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"292ac0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/292ac0","method":"GET"} [] [2022-05-07T05:15:39.745510+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-05-07T05:15:39.770706+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-07T05:15:39.812044+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-07T05:15:39.815235+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-07T05:15:39.815296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-07T05:15:39.815330+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:15:39.815360+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:15:39.858831+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["6"]] [] [2022-05-07T05:15:40.148475+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [6,"2020-01-01T00:00:00+00:00","2022-05-07T00:00:00+00:00"] [] [2022-05-07T05:15:40.157887+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [6,"2020-01-01T00:00:00+00:00","2022-05-07T00:00:00+00:00"] [] [2022-05-07T05:15:40.164885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-07T05:15:40.168667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [10] [] [2022-05-07T05:15:40.174251+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-05-07T05:15:40.175377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-05-07T05:15:40.175742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-05-07T05:15:40.176130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-05-07T05:15:40.176386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-05-07T05:15:40.176681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [9] [] [2022-05-07T05:15:40.177074+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-05-07T05:15:40.177330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-05-07T05:15:40.177587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-05-07T05:15:40.177869+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [11] [] [2022-05-07T05:15:40.178352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [72] [] [2022-05-07T05:15:40.178994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [84] [] [2022-05-07T05:15:40.179276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [85] [] [2022-05-07T05:15:40.179536+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [86] [] [2022-05-07T05:15:40.179797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2022-05-07T05:15:40.180050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [108] [] [2022-05-07T05:15:40.180433+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-05-07T05:15:40.180694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [107] [] [2022-05-07T05:15:40.181028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-05-07T05:15:40.181295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-05-07T05:15:40.181560+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-05-07T05:15:40.181805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [115] [] [2022-05-07T05:15:40.182121+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-05-07T05:15:40.182394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-05-07T05:15:40.182638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [136] [] [2022-05-07T05:15:40.183138+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [161] [] [2022-05-07T05:15:40.183881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [189] [] [2022-05-07T05:15:40.184622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [211] [] [2022-05-07T05:15:40.185042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [213] [] [2022-05-07T05:15:40.185352+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [242] [] [2022-05-07T05:15:40.185784+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [268] [] [2022-05-07T05:15:40.186543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [285] [] [2022-05-07T05:15:40.186891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-05-07T05:15:40.187155+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [171] [] [2022-05-07T05:15:40.187445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [319] [] [2022-05-07T05:15:40.187891+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [338] [] [2022-05-07T05:15:40.188600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [358] [] [2022-05-07T05:15:40.189032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [360] [] [2022-05-07T05:15:40.189299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-05-07T05:15:40.189568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [372] [] [2022-05-07T05:15:40.189929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [92] [] [2022-05-07T05:15:40.190234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-05-07T05:15:40.190498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [198] [] [2022-05-07T05:15:40.190776+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-05-07T05:15:40.191032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-05-07T05:15:40.191326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [385] [] [2022-05-07T05:15:40.191743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [397] [] [2022-05-07T05:15:40.192150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [217] [] [2022-05-07T05:15:40.192443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-05-07T05:15:40.192688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [146] [] [2022-05-07T05:15:40.192964+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [424] [] [2022-05-07T05:15:40.193773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [450] [] [2022-05-07T05:15:40.194428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-05-07T05:15:40.194690+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [103] [] [2022-05-07T05:15:40.194943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-05-07T05:15:40.195186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-05-07T05:15:40.195432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [239] [] [2022-05-07T05:15:40.195684+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-05-07T05:15:40.195941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-05-07T05:15:40.196202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-05-07T05:15:40.196455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [130] [] [2022-05-07T05:15:40.196706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-05-07T05:15:40.196963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [240] [] [2022-05-07T05:15:40.197212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-05-07T05:15:40.197467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [136] [] [2022-05-07T05:15:40.197738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [235] [] [2022-05-07T05:15:40.198046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [462] [] [2022-05-07T05:15:40.198493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [496] [] [2022-05-07T05:15:40.199314+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [538] [] [2022-05-07T05:15:41.191023+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-07T05:15:41.210689+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-07T05:20:48.649090+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-07T05:20:48.683371+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-07T05:20:48.683432+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:20:48.683466+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-07T05:20:48.685048+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-07T05:20:48.725289+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-07T05:20:48.731048+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-07T05:20:48.781457+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-07T05:20:48.809622+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-07T05:20:49.029109+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e90438"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/e90438","method":"GET"} [] [2022-05-08T05:28:31.193366+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-05-08T05:28:31.285948+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-08T05:28:31.286007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:31.286042+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:31.321847+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-08T05:28:31.551274+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"391aa3"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/391aa3","method":"GET"} [] [2022-05-08T05:28:35.295059+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-05-08T05:28:35.320776+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-08T05:28:35.320833+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.320873+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.322191+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.387054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-05-08T05:28:35.615159+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.621499+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 08 May 2022 05:28:35 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.621573+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.621606+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.627407+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-08T05:28:35.743172+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-08T05:28:35.768506+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-08T05:28:35.768571+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.768605+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:35.769722+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-08T05:28:35.801859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-08T05:28:35.807768+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-08T05:28:35.844625+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-08T05:28:35.983078+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-05-08T05:28:36.002646+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[552,551,550,549,548,547,546,545,544,543]] [] [2022-05-08T05:28:36.012429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-05-08T05:28:36.012865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-08T05:28:36.016832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-08T05:28:36.017279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-05-08T05:28:36.017675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-05-08T05:28:36.018171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-05-08T05:28:36.018669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-05-08T05:28:36.019027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-08T05:28:36.019354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-05-08T05:28:36.019637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-05-08T05:28:36.021913+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-08T05:28:36.035916+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-08T05:28:36.281502+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c5132"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/9c5132","method":"GET"} [] [2022-05-08T05:28:54.943386+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-08T05:28:54.981447+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-08T05:28:54.981506+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:54.981539+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:28:54.983207+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-08T05:28:55.025099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-08T05:28:55.034208+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-08T05:28:55.105121+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-08T05:28:55.135676+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-08T05:28:55.321839+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8c0d5"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d8c0d5","method":"GET"} [] [2022-05-08T05:29:22.586786+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-08T05:29:22.613698+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-08T05:29:22.613753+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:29:22.613785+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:29:22.615345+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-08T05:29:22.648813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-08T05:29:22.653274+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-08T05:29:22.701863+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-08T05:29:22.729548+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-08T05:29:22.918046+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f270c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/7f270c","method":"GET"} [] [2022-05-08T05:30:24.658392+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-05-08T05:30:24.683929+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-08T05:30:24.707219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-08T05:30:24.711294+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-08T05:30:24.711354+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-08T05:30:24.711388+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:30:24.711417+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:30:24.755723+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["17"]] [] [2022-05-08T05:30:24.907371+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [17,"2020-01-01T00:00:00+00:00","2022-05-08T00:00:00+00:00"] [] [2022-05-08T05:30:24.915504+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [17,"2020-01-01T00:00:00+00:00","2022-05-08T00:00:00+00:00"] [] [2022-05-08T05:30:24.921889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-08T05:30:24.926562+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [62] [] [2022-05-08T05:30:24.933320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [29] [] [2022-05-08T05:30:24.936749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-05-08T05:30:24.937064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-05-08T05:30:24.937361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-05-08T05:30:24.937654+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-05-08T05:30:24.937947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-05-08T05:30:24.938270+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [76] [] [2022-05-08T05:30:24.938658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-05-08T05:30:24.938951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [3] [] [2022-05-08T05:30:24.939240+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-05-08T05:30:24.939531+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-05-08T05:30:24.939834+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-05-08T05:30:24.940122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [122] [] [2022-05-08T05:30:24.940638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-05-08T05:30:24.940965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [143] [] [2022-05-08T05:30:24.941281+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-05-08T05:30:24.941594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [153] [] [2022-05-08T05:30:24.942341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [160] [] [2022-05-08T05:30:24.942652+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-05-08T05:30:24.942965+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [186] [] [2022-05-08T05:30:24.943622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [195] [] [2022-05-08T05:30:24.944100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [223] [] [2022-05-08T05:30:24.944587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [256] [] [2022-05-08T05:30:24.945364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [298] [] [2022-05-08T05:30:24.945699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [182] [] [2022-05-08T05:30:24.945994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-05-08T05:30:24.946298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [22] [] [2022-05-08T05:30:24.946583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [274] [] [2022-05-08T05:30:24.946992+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [168] [] [2022-05-08T05:30:24.947285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [169] [] [2022-05-08T05:30:24.947582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [170] [] [2022-05-08T05:30:24.947873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-05-08T05:30:24.948183+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [282] [] [2022-05-08T05:30:24.948629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [330] [] [2022-05-08T05:30:24.949399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [351] [] [2022-05-08T05:30:24.949852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [402] [] [2022-05-08T05:30:24.950324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [408] [] [2022-05-08T05:30:24.950631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-05-08T05:30:24.950946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [444] [] [2022-05-08T05:30:24.951733+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [465] [] [2022-05-08T05:30:24.952207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-05-08T05:30:24.952506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-05-08T05:30:24.952802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-05-08T05:30:24.953093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [133] [] [2022-05-08T05:30:24.953383+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-05-08T05:30:24.953672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-05-08T05:30:24.953963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-05-08T05:30:24.954294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [177] [] [2022-05-08T05:30:24.954587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-05-08T05:30:24.954915+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [499] [] [2022-05-08T05:30:25.663753+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-08T05:30:25.683760+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-08T05:49:55.649986+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-08T05:49:55.682195+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-08T05:49:55.682253+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:49:55.682285+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-08T05:49:55.683839+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-08T05:49:55.720398+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-08T05:49:55.723863+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-08T05:49:55.773074+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-08T05:49:55.799971+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-08T05:49:55.978672+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"948d9c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/948d9c","method":"GET"} [] [2022-05-10T04:25:39.957954+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-05-10T04:25:40.042241+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:25:40.042298+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:40.042374+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:40.079392+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-10T04:25:40.303944+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3df28e"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/3df28e","method":"GET"} [] [2022-05-10T04:25:43.479419+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-05-10T04:25:43.508299+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:25:43.508357+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.508396+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.511261+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.570101+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["shaheen@cross-world.com"] [] [2022-05-10T04:25:43.789334+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"shaheen@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.797096+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 10 May 2022 04:25:43 GMT\r\nLocation: /vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to /vehicle/public/index.php/service\n \n \n Redirecting to /vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.797162+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.797193+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.802661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:25:43.911374+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-10T04:25:43.935202+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:25:43.935254+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.935332+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:43.936381+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:25:43.964836+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:25:43.968806+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:25:44.007831+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-10T04:25:44.134925+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-05-10T04:25:44.153145+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[552,551,550,549,548,547,546,545,544,543]] [] [2022-05-10T04:25:44.162954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-05-10T04:25:44.163343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-10T04:25:44.167231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-10T04:25:44.167591+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-05-10T04:25:44.167893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-05-10T04:25:44.168201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-05-10T04:25:44.168467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-05-10T04:25:44.168727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-10T04:25:44.169011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-05-10T04:25:44.169269+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-05-10T04:25:44.171204+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-10T04:25:44.186928+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:25:44.398788+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f23807"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f23807","method":"GET"} [] [2022-05-10T04:25:46.328317+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T04:25:46.355287+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:25:46.355342+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:46.355373+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:25:46.356879+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:25:46.386321+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:25:46.390516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:25:46.455440+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T04:25:46.484150+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:25:46.619752+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c494c1"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/c494c1","method":"GET"} [] [2022-05-10T04:43:31.250391+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T04:43:31.283251+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:43:31.283307+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:43:31.283340+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:43:31.284907+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:43:31.311689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:43:31.316051+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:43:31.366753+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T04:43:31.396126+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:43:31.585855+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"355640"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/355640","method":"GET"} [] [2022-05-10T04:44:08.233751+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-05-10T04:44:08.258859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:44:08.303120+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:44:08.307112+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:44:08.307175+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:44:08.307254+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:44:08.307288+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:44:08.351342+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2022-05-10T04:44:08.506973+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2022-05-10T00:00:00+00:00"] [] [2022-05-10T04:44:08.515967+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2022-05-10T00:00:00+00:00"] [] [2022-05-10T04:44:08.522437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-10T04:44:08.527139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2022-05-10T04:44:08.534357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-05-10T04:44:08.538023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-05-10T04:44:08.538329+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-05-10T04:44:08.538644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2022-05-10T04:44:08.539011+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-05-10T04:44:08.539300+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2022-05-10T04:44:08.539621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2022-05-10T04:44:08.540034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-05-10T04:44:08.540323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-05-10T04:44:08.540608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-05-10T04:44:08.540926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2022-05-10T04:44:08.541297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-05-10T04:44:08.541586+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-05-10T04:44:08.541867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-05-10T04:44:08.542176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-05-10T04:44:08.542456+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2022-05-10T04:44:08.542864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-05-10T04:44:08.543151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-05-10T04:44:08.543434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-05-10T04:44:08.543713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2022-05-10T04:44:08.543991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2022-05-10T04:44:08.544294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-05-10T04:44:08.544569+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2022-05-10T04:44:08.544983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-05-10T04:44:08.545286+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2022-05-10T04:44:08.546065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2022-05-10T04:44:08.546879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-05-10T04:44:08.547161+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-05-10T04:44:08.547427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2022-05-10T04:44:08.547685+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-05-10T04:44:08.547940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-05-10T04:44:08.548197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2022-05-10T04:44:08.548450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2022-05-10T04:44:08.548705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2022-05-10T04:44:08.548994+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2022-05-10T04:44:08.549385+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2022-05-10T04:44:08.549688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2022-05-10T04:44:08.549952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-05-10T04:44:08.550231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2022-05-10T04:44:08.550975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2022-05-10T04:44:08.551359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-05-10T04:44:08.551640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-05-10T04:44:08.551941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2022-05-10T04:44:08.552226+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-05-10T04:44:08.552511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2022-05-10T04:44:08.552852+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-05-10T04:44:08.553115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-05-10T04:44:08.553427+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2022-05-10T04:44:08.553811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [340] [] [2022-05-10T04:44:08.554515+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-05-10T04:44:08.554796+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-05-10T04:44:08.555091+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [365] [] [2022-05-10T04:44:08.555493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [378] [] [2022-05-10T04:44:08.555864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-05-10T04:44:08.556163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [407] [] [2022-05-10T04:44:08.556445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-05-10T04:44:08.556728+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [419] [] [2022-05-10T04:44:08.557470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [472] [] [2022-05-10T04:44:08.557859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [457] [] [2022-05-10T04:44:08.558359+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-05-10T04:44:08.558663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-05-10T04:44:08.558946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [244] [] [2022-05-10T04:44:08.559202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [245] [] [2022-05-10T04:44:08.559488+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-05-10T04:44:08.559745+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [136] [] [2022-05-10T04:44:08.560034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [490] [] [2022-05-10T04:44:09.344543+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T04:44:09.364725+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:51:07.296699+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T04:51:07.328375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:51:07.328429+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:51:07.328460+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:51:07.329993+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:51:07.364288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:51:07.368565+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:51:07.418562+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T04:51:07.446656+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:51:07.652158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a5e47"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8a5e47","method":"GET"} [] [2022-05-10T04:57:06.301793+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T04:57:06.336258+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:57:06.336314+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:57:06.336346+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:57:06.337913+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:57:06.365607+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:57:06.371220+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:57:06.423612+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T04:57:06.452696+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:57:06.622290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b46760"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/b46760","method":"GET"} [] [2022-05-10T04:57:12.219381+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-10T04:57:12.251097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:57:12.251152+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:57:12.251186+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:57:12.252712+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:57:12.291103+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:57:12.295616+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:57:12.311961+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-10T04:57:12.377077+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-05-10T04:57:12.382536+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[552,551,550,549,548,547,546,545,544,543]] [] [2022-05-10T04:57:12.390069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-05-10T04:57:12.390552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-10T04:57:12.391890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-10T04:57:12.392287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-05-10T04:57:12.392678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-05-10T04:57:12.393073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-05-10T04:57:12.393463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-05-10T04:57:12.393890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-10T04:57:12.394306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-05-10T04:57:12.394696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-05-10T04:57:12.396197+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-10T04:57:12.403425+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:57:12.604953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"925644"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/925644","method":"GET"} [] [2022-05-10T04:57:14.033688+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"GET"} [] [2022-05-10T04:57:14.060408+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:57:14.060462+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:57:14.060494+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:57:14.061968+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:57:14.100280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:57:14.104565+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:57:14.167370+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T04:57:14.176421+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-05-10T04:57:14.178755+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-05-10T04:57:14.210584+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:57:14.369642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b9c32"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0b9c32","method":"GET"} [] [2022-05-10T04:59:29.305187+00:00] request.INFO: Matched route "service_new". {"route":"service_new","route_parameters":{"_route":"service_new","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service/new","method":"POST"} [] [2022-05-10T04:59:29.337818+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:59:29.382507+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:59:29.386768+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:59:29.386831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:59:29.386866+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:59:29.386894+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:59:29.448461+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2022-05-10T04:59:29.457439+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-05-10T04:59:29.460235+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-05-10T04:59:29.466583+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-05-10T04:59:29.467143+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-05-10T04:59:29.522816+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-05-10T04:59:29.524200+00:00] doctrine.DEBUG: INSERT INTO service (business_unit, running_hours, work_date, amount, till_amount, remarks, description, note, type, vehicle_id, workshop_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"Cross World Ltd","2":197650.0,"3":"2022-03-22T00:00:00+00:00","4":null,"5":null,"6":null,"7":null,"8":null,"9":1,"10":50,"11":2} [] [2022-05-10T04:59:29.526783+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":250.0,"4":null,"5":553,"6":26} [] [2022-05-10T04:59:29.530377+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":4.0,"3":400.0,"4":null,"5":553,"6":24} [] [2022-05-10T04:59:29.530627+00:00] doctrine.DEBUG: INSERT INTO service_details (unit, quantity, unit_price, note, service_id, item_id) VALUES (?, ?, ?, ?, ?, ?) {"1":null,"2":1.0,"3":400.0,"4":null,"5":553,"6":25} [] [2022-05-10T04:59:29.532697+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-05-10T04:59:29.544609+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:59:29.664255+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-10T04:59:29.688518+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T04:59:29.688573+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:59:29.688604+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T04:59:29.689623+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T04:59:29.709525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T04:59:29.713388+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T04:59:29.725705+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-10T04:59:29.779083+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-05-10T04:59:29.784497+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[553,552,551,550,549,548,547,546,545,544]] [] [2022-05-10T04:59:29.793635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2022-05-10T04:59:29.794153+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-10T04:59:29.795437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-05-10T04:59:29.795831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-10T04:59:29.796221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-05-10T04:59:29.796612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-05-10T04:59:29.796998+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-05-10T04:59:29.797387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-05-10T04:59:29.797773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-10T04:59:29.798194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-05-10T04:59:29.799676+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-10T04:59:29.806884+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T04:59:30.012187+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d55ff"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/0d55ff","method":"GET"} [] [2022-05-10T05:07:55.985667+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T05:07:56.017313+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T05:07:56.017368+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T05:07:56.017400+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T05:07:56.018911+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T05:07:56.057818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T05:07:56.062116+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T05:07:56.111599+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T05:07:56.139644+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T05:07:56.315874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"937d9d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/937d9d","method":"GET"} [] [2022-05-10T05:15:51.399314+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T05:15:51.432200+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T05:15:51.432258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T05:15:51.432291+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T05:15:51.433892+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T05:15:51.460749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T05:15:51.464112+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T05:15:51.513973+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T05:15:51.540925+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T05:15:51.754406+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc54b2"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/dc54b2","method":"GET"} [] [2022-05-10T05:16:12.419772+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T05:16:12.451923+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T05:16:12.451980+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T05:16:12.452013+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T05:16:12.453542+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T05:16:12.482898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T05:16:12.486109+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T05:16:12.535045+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T05:16:12.561953+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T05:16:12.769789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3bf1b"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/f3bf1b","method":"GET"} [] [2022-05-10T06:22:45.253532+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T06:22:45.292531+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T06:22:45.292590+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T06:22:45.292647+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T06:22:45.294529+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T06:22:45.324963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T06:22:45.328885+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T06:22:45.385013+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T06:22:45.414947+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T06:22:45.612003+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8bb18d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/8bb18d","method":"GET"} [] [2022-05-10T06:22:45.782528+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T06:22:45.808967+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T06:22:45.809026+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T06:22:45.809063+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T06:22:45.810131+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T06:22:45.831991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T06:22:45.835365+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T06:22:45.876580+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T06:22:45.899023+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T06:22:46.054045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"586aba"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/586aba","method":"GET"} [] [2022-05-10T07:22:06.060630+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T07:22:06.093095+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T07:22:06.093152+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:22:06.093184+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:22:06.094750+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T07:22:06.136739+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T07:22:06.140336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T07:22:06.190182+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T07:22:06.218108+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T07:22:06.403486+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5305a0"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/5305a0","method":"GET"} [] [2022-05-10T07:23:32.195558+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T07:23:32.234782+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T07:23:32.234839+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:23:32.234872+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:23:32.236533+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T07:23:32.272236+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T07:23:32.276374+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T07:23:32.336313+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T07:23:32.367635+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T07:23:32.598054+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"998082"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/998082","method":"GET"} [] [2022-05-10T07:23:37.882865+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T07:23:37.907162+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T07:23:37.907215+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:23:37.907247+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:23:37.908265+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T07:23:37.929597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T07:23:37.932911+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T07:23:37.971536+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T07:23:37.993478+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T07:23:38.137481+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd623d"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/cd623d","method":"GET"} [] [2022-05-10T07:23:58.035671+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-05-10T07:23:58.062776+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T07:23:58.100445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T07:23:58.103614+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T07:23:58.103679+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T07:23:58.103713+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:23:58.103743+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:23:58.145082+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2022-05-10T07:23:58.221009+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [50,"2020-01-01T00:00:00+00:00","2022-05-10T00:00:00+00:00"] [] [2022-05-10T07:23:58.228988+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [50,"2020-01-01T00:00:00+00:00","2022-05-10T00:00:00+00:00"] [] [2022-05-10T07:23:58.234687+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-10T07:23:58.239752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [96] [] [2022-05-10T07:23:58.243480+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-05-10T07:23:58.245034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-05-10T07:23:58.245330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-05-10T07:23:58.245637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [97] [] [2022-05-10T07:23:58.245995+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-05-10T07:23:58.246274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2022-05-10T07:23:58.246582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [98] [] [2022-05-10T07:23:58.246944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-05-10T07:23:58.247221+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-05-10T07:23:58.247495+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-05-10T07:23:58.247807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [99] [] [2022-05-10T07:23:58.248167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-05-10T07:23:58.248465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-05-10T07:23:58.248738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [11] [] [2022-05-10T07:23:58.249038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-05-10T07:23:58.249357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [128] [] [2022-05-10T07:23:58.249756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-05-10T07:23:58.250050+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-05-10T07:23:58.250323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [19] [] [2022-05-10T07:23:58.250595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [94] [] [2022-05-10T07:23:58.250868+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [95] [] [2022-05-10T07:23:58.251162+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-05-10T07:23:58.251430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [138] [] [2022-05-10T07:23:58.251831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-05-10T07:23:58.252126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [171] [] [2022-05-10T07:23:58.252570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [200] [] [2022-05-10T07:23:58.253046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [102] [] [2022-05-10T07:23:58.253328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [104] [] [2022-05-10T07:23:58.253601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [105] [] [2022-05-10T07:23:58.253871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [106] [] [2022-05-10T07:23:58.254140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [59] [] [2022-05-10T07:23:58.254410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [124] [] [2022-05-10T07:23:58.254663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [125] [] [2022-05-10T07:23:58.254912+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [126] [] [2022-05-10T07:23:58.255194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [209] [] [2022-05-10T07:23:58.255576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [240] [] [2022-05-10T07:23:58.255875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2022-05-10T07:23:58.256132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-05-10T07:23:58.256406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [258] [] [2022-05-10T07:23:58.256849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [277] [] [2022-05-10T07:23:58.257223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [173] [] [2022-05-10T07:23:58.257512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-05-10T07:23:58.257822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [278] [] [2022-05-10T07:23:58.258148+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-05-10T07:23:58.258423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [307] [] [2022-05-10T07:23:58.258755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [60] [] [2022-05-10T07:23:58.259014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-05-10T07:23:58.259315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [318] [] [2022-05-10T07:23:58.259691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [340] [] [2022-05-10T07:23:58.260134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [180] [] [2022-05-10T07:23:58.260410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [33] [] [2022-05-10T07:23:58.260697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [365] [] [2022-05-10T07:23:58.261071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [378] [] [2022-05-10T07:23:58.261436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-05-10T07:23:58.261727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [407] [] [2022-05-10T07:23:58.261999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [219] [] [2022-05-10T07:23:58.262272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [419] [] [2022-05-10T07:23:58.262712+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [472] [] [2022-05-10T07:23:58.263088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [457] [] [2022-05-10T07:23:58.263571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [134] [] [2022-05-10T07:23:58.263867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [58] [] [2022-05-10T07:23:58.264136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [244] [] [2022-05-10T07:23:58.264401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [245] [] [2022-05-10T07:23:58.264678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [57] [] [2022-05-10T07:23:58.264925+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [136] [] [2022-05-10T07:23:58.265249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [490] [] [2022-05-10T07:23:58.265655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [553] [] [2022-05-10T07:23:59.050932+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T07:23:59.071406+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T07:26:16.793034+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T07:26:16.825207+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T07:26:16.825294+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:26:16.825356+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:26:16.826958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T07:26:16.857636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T07:26:16.860912+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T07:26:16.912419+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T07:26:16.942999+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T07:26:17.120140+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2bd4c"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/d2bd4c","method":"GET"} [] [2022-05-10T07:26:26.626891+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-05-10T07:26:26.659854+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T07:26:26.699000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T07:26:26.702389+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T07:26:26.702493+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T07:26:26.702534+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:26:26.702564+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:26:26.756182+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["51"]] [] [2022-05-10T07:26:26.832334+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [51,"2020-01-01T00:00:00+00:00","2022-05-10T00:00:00+00:00"] [] [2022-05-10T07:26:26.840081+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [51,"2020-01-01T00:00:00+00:00","2022-05-10T00:00:00+00:00"] [] [2022-05-10T07:26:26.846137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-10T07:26:26.850907+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [460] [] [2022-05-10T07:26:26.854173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-05-10T07:26:26.855890+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [28] [] [2022-05-10T07:26:26.856249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-05-10T07:26:26.856552+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-05-10T07:26:26.856877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [540] [] [2022-05-10T07:26:26.857371+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-05-10T07:26:26.973289+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T07:26:26.993167+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T07:30:13.515055+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"GET"} [] [2022-05-10T07:30:13.547390+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T07:30:13.547482+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:30:13.547518+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:30:13.549563+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T07:30:13.606196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T07:30:13.609482+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T07:30:13.659670+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T07:30:13.686443+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-10T07:30:13.868618+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e28d7"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/_wdt/1e28d7","method":"GET"} [] [2022-05-10T07:31:33.527563+00:00] request.INFO: Matched route "reports_servicedetails". {"route":"reports_servicedetails","route_parameters":{"_route":"reports_servicedetails","_controller":"App\\Controller\\ReportsController::index"},"request_uri":"http://192.168.0.190:8081/vehicle/public/index.php/reports/servicedetails","method":"POST"} [] [2022-05-10T07:31:33.552997+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-10T07:31:33.582319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] [] [2022-05-10T07:31:33.585402+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"shaheen@cross-world.com"} [] [2022-05-10T07:31:33.585461+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-10T07:31:33.585495+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:31:33.585523+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-10T07:31:33.625528+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["8"]] [] [2022-05-10T07:31:33.693902+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC [8,"2020-01-01T00:00:00+00:00","2022-05-10T00:00:00+00:00"] [] [2022-05-10T07:31:33.700067+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE v1_.id = ? AND (s0_.work_date BETWEEN ? AND ?) ORDER BY s0_.work_date ASC LIMIT 1 [8,"2020-01-01T00:00:00+00:00","2022-05-10T00:00:00+00:00"] [] [2022-05-10T07:31:33.705563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-10T07:31:33.709351+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [25] [] [2022-05-10T07:31:33.713558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [41] [] [2022-05-10T07:31:33.713935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [34] [] [2022-05-10T07:31:33.714297+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [48] [] [2022-05-10T07:31:33.714582+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [49] [] [2022-05-10T07:31:33.714856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [20] [] [2022-05-10T07:31:33.715151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [27] [] [2022-05-10T07:31:33.715526+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-05-10T07:31:33.715808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-05-10T07:31:33.716122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-05-10T07:31:33.716399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [42] [] [2022-05-10T07:31:33.716669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [6] [] [2022-05-10T07:31:33.716963+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [28] [] [2022-05-10T07:31:33.717354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [1] [] [2022-05-10T07:31:33.717633+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [46] [] [2022-05-10T07:31:33.717910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [47] [] [2022-05-10T07:31:33.718180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [43] [] [2022-05-10T07:31:33.718448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [44] [] [2022-05-10T07:31:33.718752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [30] [] [2022-05-10T07:31:33.719213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [29] [] [2022-05-10T07:31:33.719512+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [39] [] [2022-05-10T07:31:33.719811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [31] [] [2022-05-10T07:31:33.720129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [45] [] [2022-05-10T07:31:33.720443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [35] [] [2022-05-10T07:31:33.720926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [50] [] [2022-05-10T07:31:33.721238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [32] [] [2022-05-10T07:31:33.721715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [33] [] [2022-05-10T07:31:33.722135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [14] [] [2022-05-10T07:31:33.722446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [110] [] [2022-05-10T07:31:33.722816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [4] [] [2022-05-10T07:31:33.723081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [15] [] [2022-05-10T07:31:33.723306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [109] [] [2022-05-10T07:31:33.723661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [206] [] [2022-05-10T07:31:33.724068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [90] [] [2022-05-10T07:31:33.724303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [31] [] [2022-05-10T07:31:33.724559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [12] [] [2022-05-10T07:31:33.724782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [227] [] [2022-05-10T07:31:33.725047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [87] [] [2022-05-10T07:31:33.725298+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [19] [] [2022-05-10T07:31:33.725521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [221] [] [2022-05-10T07:31:33.725870+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [250] [] [2022-05-10T07:31:33.726191+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [151] [] [2022-05-10T07:31:33.726476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [145] [] [2022-05-10T07:31:33.726757+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [251] [] [2022-05-10T07:31:33.727122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [155] [] [2022-05-10T07:31:33.727369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [18] [] [2022-05-10T07:31:33.727629+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [271] [] [2022-05-10T07:31:33.727975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [27] [] [2022-05-10T07:31:33.728224+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [289] [] [2022-05-10T07:31:33.728518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [8] [] [2022-05-10T07:31:33.728749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [7] [] [2022-05-10T07:31:33.729009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [304] [] [2022-05-10T07:31:33.729384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [342] [] [2022-05-10T07:31:33.729710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [152] [] [2022-05-10T07:31:33.729941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [193] [] [2022-05-10T07:31:33.730202+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [337] [] [2022-05-10T07:31:33.730549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [353] [] [2022-05-10T07:31:33.730921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [369] [] [2022-05-10T07:31:33.731249+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [186] [] [2022-05-10T07:31:33.731482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [118] [] [2022-05-10T07:31:33.731710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [117] [] [2022-05-10T07:31:33.731932+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [159] [] [2022-05-10T07:31:33.732151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [14] [] [2022-05-10T07:31:33.732406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [383] [] [2022-05-10T07:31:33.732798+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [212] [] [2022-05-10T07:31:33.733053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [23] [] [2022-05-10T07:31:33.733278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [376] [] [2022-05-10T07:31:33.733524+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [82] [] [2022-05-10T07:31:33.733770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [447] [] [2022-05-10T07:31:33.734242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [477] [] [2022-05-10T07:31:33.734649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [455] [] [2022-05-10T07:31:33.734966+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [51] [] [2022-05-10T07:31:33.735198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [142] [] [2022-05-10T07:31:33.735423+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [199] [] [2022-05-10T07:31:33.735646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [243] [] [2022-05-10T07:31:33.735903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [486] [] [2022-05-10T07:31:33.736206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [198] [] [2022-05-10T07:31:33.736437+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [255] [] [2022-05-10T07:31:33.736661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [256] [] [2022-05-10T07:31:33.736921+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [544] [] [2022-05-10T07:31:34.683108+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-10T07:31:34.719618+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T04:33:43.728588+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2022-05-11T04:33:43.890382+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:33:43.890451+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:43.890486+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:43.906755+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-11T04:33:43.952371+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2022-05-11T04:33:43.953628+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2022-05-11T04:33:44.112644+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-05-11T04:33:44.138676+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:33:44.138736+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:44.138770+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:44.184233+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-11T04:33:44.391232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60db61"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/60db61","method":"GET"} [] [2022-05-11T04:33:52.567207+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-05-11T04:33:52.598599+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:33:52.598663+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:52.598704+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:52.601038+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:52.723769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2022-05-11T04:33:52.992127+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:52.995869+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 11 May 2022 04:33:52 GMT\r\nLocation: http://127.0.0.1:8081/vehicle/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/\n \n \n Redirecting to http://127.0.0.1:8081/vehicle/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:52.995946+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:52.995978+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:53.001701+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T04:33:53.114426+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2022-05-11T04:33:53.139414+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:33:53.139471+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:53.139505+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:33:53.140727+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T04:33:53.177365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2022-05-11T04:33:53.183831+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T04:33:53.474891+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-11T04:33:53.527062+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-05-11T04:33:53.533260+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-05-11T04:33:53.589669+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T04:33:53.876237+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6673eb"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/6673eb","method":"GET"} [] [2022-05-11T04:34:47.412707+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2022-05-11T04:34:47.446872+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:34:47.446929+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:34:47.446961+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:34:47.448492+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T04:34:47.487063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2022-05-11T04:34:47.491315+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T04:34:47.554663+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-11T04:34:47.564002+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-05-11T04:34:47.565845+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-05-11T04:34:47.598926+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T04:34:47.796236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4aa4b"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/e4aa4b","method":"GET"} [] [2022-05-11T04:34:51.123320+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2022-05-11T04:34:51.149561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:34:51.149624+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:34:51.149661+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:34:51.150758+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T04:34:51.187884+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2022-05-11T04:34:51.192083+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T04:34:51.244808+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-11T04:34:51.252743+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-05-11T04:34:51.254836+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-05-11T04:34:51.284977+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T04:34:51.449438+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"541a55"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/541a55","method":"GET"} [] [2022-05-11T04:35:03.809410+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/","method":"GET"} [] [2022-05-11T04:35:03.838503+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:35:03.838562+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:35:03.838595+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:35:03.840179+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T04:35:03.878325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2022-05-11T04:35:03.882627+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T04:35:03.946319+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-11T04:35:03.955617+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-05-11T04:35:03.957780+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-05-11T04:35:03.989062+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T04:35:04.149956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ccf1f"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/7ccf1f","method":"GET"} [] [2022-05-11T04:35:30.983005+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-11T04:35:31.009897+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:35:31.009957+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:35:31.009995+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:35:31.011096+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T04:35:31.052837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2022-05-11T04:35:31.056937+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T04:35:31.080093+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-11T04:35:31.160598+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-05-11T04:35:31.179041+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[553,552,551,550,549,548,547,546,545,544]] [] [2022-05-11T04:35:31.190987+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2022-05-11T04:35:31.191527+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-11T04:35:31.192812+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-05-11T04:35:31.193219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-11T04:35:31.193609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-05-11T04:35:31.193984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-05-11T04:35:31.194365+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-05-11T04:35:31.194749+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-05-11T04:35:31.195129+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-11T04:35:31.195539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-05-11T04:35:31.198098+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-11T04:35:31.259751+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T04:35:31.455920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d8be8"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/2d8be8","method":"GET"} [] [2022-05-11T04:35:58.302373+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":"2","_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/service/2","method":"GET"} [] [2022-05-11T04:35:58.334186+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T04:35:58.334248+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:35:58.334286+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T04:35:58.335393+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T04:35:58.374818+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] [] [2022-05-11T04:35:58.379040+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T04:35:58.392124+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-11T04:35:58.405407+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-11T04:35:58.456310+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 OFFSET 10 ["%%","%%"] [] [2022-05-11T04:35:58.459587+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[543,542,541,540,539,538,537,536,535,534]] [] [2022-05-11T04:35:58.467159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [19] [] [2022-05-11T04:35:58.467635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-11T04:35:58.468943+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-11T04:35:58.469335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-11T04:35:58.469715+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [51] [] [2022-05-11T04:35:58.470099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [14] [] [2022-05-11T04:35:58.470478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [6] [] [2022-05-11T04:35:58.470858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [39] [] [2022-05-11T04:35:58.471207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [24] [] [2022-05-11T04:35:58.471558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [30] [] [2022-05-11T04:35:58.471929+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [21] [] [2022-05-11T04:35:58.472304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [49] [] [2022-05-11T04:35:58.478780+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T04:35:58.672613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b510e9"},"request_uri":"http://127.0.0.1:8081/vehicle/public/index.php/_wdt/b510e9","method":"GET"} [] [2022-05-11T09:03:05.121550+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\ServiceController::new"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/","method":"GET"} [] [2022-05-11T09:03:05.127034+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:05.127077+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:05.127106+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:05.128094+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-11T09:03:05.138205+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2022-05-11T09:03:05.138607+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2022-05-11T09:03:05.292259+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-05-11T09:03:05.321118+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:05.321163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:05.321193+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:05.353808+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-11T09:03:05.613585+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f417d"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/_wdt/3f417d","method":"GET"} [] [2022-05-11T09:03:06.785589+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/register","method":"GET"} [] [2022-05-11T09:03:06.816691+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:06.816746+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:06.816775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:07.015251+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-11T09:03:07.167489+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa0571"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/_wdt/fa0571","method":"GET"} [] [2022-05-11T09:03:32.198173+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/register","method":"POST"} [] [2022-05-11T09:03:32.230064+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:32.230118+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:32.230146+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:32.231925+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-11T09:03:32.564898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["malaya@cross-world.com"] [] [2022-05-11T09:03:32.769726+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-05-11T09:03:32.770683+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"malaya@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Malaya Roy","5":1342} [] [2022-05-11T09:03:32.773871+00:00] doctrine.DEBUG: "COMMIT" [] [] [2022-05-11T09:03:32.955483+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-11T09:03:32.984859+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:32.984910+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:32.984939+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:32.987146+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-11T09:03:32.995111+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\vehicle\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:119)"} [] [2022-05-11T09:03:32.995470+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2022-05-11T09:03:33.114198+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/login","method":"GET"} [] [2022-05-11T09:03:33.135560+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:33.135602+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:33.135631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:33.148576+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-11T09:03:33.281990+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c6417"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/_wdt/2c6417","method":"GET"} [] [2022-05-11T09:03:43.352114+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/login","method":"POST"} [] [2022-05-11T09:03:43.383162+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:43.383215+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.383251+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.383831+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.410734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] [] [2022-05-11T09:03:43.598593+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.601056+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 11 May 2022 09:03:43 GMT\r\nLocation: http://192.168.0.208:8081/vehicle/public/index.php/service\r\n\r\n\n\n \n \n \n\n Redirecting to http://192.168.0.208:8081/vehicle/public/index.php/service\n \n \n Redirecting to http://192.168.0.208:8081/vehicle/public/index.php/service.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.601114+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.601141+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.608398+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T09:03:43.717806+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-11T09:03:43.739746+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:43.739790+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.739819+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:43.740900+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T09:03:43.762903+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] [] [2022-05-11T09:03:43.772650+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T09:03:43.819838+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-11T09:03:43.965252+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-05-11T09:03:43.976865+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[553,552,551,550,549,548,547,546,545,544]] [] [2022-05-11T09:03:43.985767+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2022-05-11T09:03:43.986145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-11T09:03:43.987894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-05-11T09:03:43.988178+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-11T09:03:43.988458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-05-11T09:03:43.988735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-05-11T09:03:43.989124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-05-11T09:03:43.989404+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-05-11T09:03:43.989705+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-11T09:03:43.990012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-05-11T09:03:43.991291+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-11T09:03:43.997713+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T09:03:44.234174+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5aa098"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/_wdt/5aa098","method":"GET"} [] [2022-05-11T09:03:49.301076+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"553"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/service/edit/553","method":"GET"} [] [2022-05-11T09:03:49.331110+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:49.331157+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:49.331186+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:49.332608+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T09:03:49.371376+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] [] [2022-05-11T09:03:49.376305+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T09:03:49.394663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["553"] [] [2022-05-11T09:03:49.407461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [553] [] [2022-05-11T09:03:49.454276+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2022-05-11T09:03:49.459360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-11T09:03:49.461584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-05-11T09:03:49.463052+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-05-11T09:03:49.463500+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-05-11T09:03:49.464798+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 ORDER BY v0_.number ASC [] [] [2022-05-11T09:03:49.467454+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 ORDER BY w0_.name ASC [] [] [2022-05-11T09:03:49.468350+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 ORDER BY i0_.name ASC [] [] [2022-05-11T09:03:49.525132+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T09:03:49.736933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"415b24"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/_wdt/415b24","method":"GET"} [] [2022-05-11T09:03:51.649682+00:00] request.INFO: Matched route "service_edit". {"route":"service_edit","route_parameters":{"_route":"service_edit","_controller":"App\\Controller\\ServiceController::edit","id":"553"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/service/edit/553","method":"POST"} [] [2022-05-11T09:03:51.675418+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T09:03:51.698613+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] [] [2022-05-11T09:03:51.702922+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T09:03:51.702986+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:51.703016+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:51.703042+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:51.720518+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.business_unit AS business_unit_2, t0.running_hours AS running_hours_3, t0.work_date AS work_date_4, t0.amount AS amount_5, t0.till_amount AS till_amount_6, t0.remarks AS remarks_7, t0.description AS description_8, t0.note AS note_9, t0.type AS type_10, t0.vehicle_id AS vehicle_id_11, t0.workshop_id AS workshop_id_12 FROM service t0 WHERE t0.id = ? ["553"] [] [2022-05-11T09:03:51.732410+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.unit AS unit_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.note AS note_5, t0.service_id AS service_id_6, t0.item_id AS item_id_7 FROM service_details t0 WHERE t0.service_id = ? [553] [] [2022-05-11T09:03:51.775595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2022-05-11T09:03:51.780272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-11T09:03:51.782386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [26] [] [2022-05-11T09:03:51.783395+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [24] [] [2022-05-11T09:03:51.783740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.description AS description_4, t0.note AS note_5, t0.type AS type_6 FROM item t0 WHERE t0.id = ? [25] [] [2022-05-11T09:03:51.786247+00:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.number AS number_1, v0_.name AS name_2, v0_.purchase_date AS purchase_date_3, v0_.renewal_date AS renewal_date_4, v0_.description AS description_5, v0_.note AS note_6, v0_.type AS type_7 FROM vehicle v0_ WHERE v0_.type = 1 AND v0_.id IN (?) ORDER BY v0_.number ASC [["50"]] [] [2022-05-11T09:03:51.788036+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.address AS address_2, w0_.mobile AS mobile_3, w0_.email AS email_4, w0_.contact_person AS contact_person_5, w0_.type AS type_6 FROM workshop w0_ WHERE w0_.type = 1 AND w0_.id IN (?) ORDER BY w0_.name ASC [["2"]] [] [2022-05-11T09:03:51.788699+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["26"]] [] [2022-05-11T09:03:51.789505+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["24"]] [] [2022-05-11T09:03:51.789960+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.unit AS unit_2, i0_.description AS description_3, i0_.note AS note_4, i0_.type AS type_5 FROM item i0_ WHERE i0_.type = 1 AND i0_.id IN (?) ORDER BY i0_.name ASC [["25"]] [] [2022-05-11T09:03:51.895483+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T09:03:52.035155+00:00] request.INFO: Matched route "service_index". {"route":"service_index","route_parameters":{"_route":"service_index","page":1,"_controller":"App\\Controller\\ServiceController::index"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/service","method":"GET"} [] [2022-05-11T09:03:52.063369+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-05-11T09:03:52.063416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:52.063445+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-05-11T09:03:52.064865+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2022-05-11T09:03:52.088710+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] [] [2022-05-11T09:03:52.092580+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} [] [2022-05-11T09:03:52.107019+00:00] php.INFO: User Deprecated: Since babdev/pagerfanta 2.2: The "Pagerfanta\PagerfantaInterface" interface is deprecated and will be removed in 3.0. Use the "Pagerfanta\Pagerfanta" class instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since babdev/pagerfanta 2.2: The \"Pagerfanta\\PagerfantaInterface\" interface is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Pagerfanta\" class instead. at C:\\Apache24\\htdocs\\vehicle\\vendor\\pagerfanta\\pagerfanta\\src\\PagerfantaInterface.php:5)"} [] [2022-05-11T09:03:52.163693+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, v1_.number AS number_10 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%"] [] [2022-05-11T09:03:52.168107+00:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9, s0_.vehicle_id AS vehicle_id_10, s0_.workshop_id AS workshop_id_11 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE ((s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ?) AND s0_.id IN (?) ORDER BY s0_.id DESC ["%%","%%",[553,552,551,550,549,548,547,546,545,544]] [] [2022-05-11T09:03:52.174212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [50] [] [2022-05-11T09:03:52.174537+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile AS mobile_4, t0.email AS email_5, t0.contact_person AS contact_person_6, t0.type AS type_7 FROM workshop t0 WHERE t0.id = ? [2] [] [2022-05-11T09:03:52.175503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [5] [] [2022-05-11T09:03:52.175785+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [11] [] [2022-05-11T09:03:52.176096+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [7] [] [2022-05-11T09:03:52.176374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [16] [] [2022-05-11T09:03:52.176677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [4] [] [2022-05-11T09:03:52.177457+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [3] [] [2022-05-11T09:03:52.177837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [13] [] [2022-05-11T09:03:52.178137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.number AS number_2, t0.name AS name_3, t0.purchase_date AS purchase_date_4, t0.renewal_date AS renewal_date_5, t0.description AS description_6, t0.note AS note_7, t0.type AS type_8 FROM vehicle t0 WHERE t0.id = ? [8] [] [2022-05-11T09:03:52.179355+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.business_unit AS business_unit_1, s0_.running_hours AS running_hours_2, s0_.work_date AS work_date_3, s0_.amount AS amount_4, s0_.till_amount AS till_amount_5, s0_.remarks AS remarks_6, s0_.description AS description_7, s0_.note AS note_8, s0_.type AS type_9 FROM service s0_ INNER JOIN vehicle v1_ ON s0_.vehicle_id = v1_.id WHERE (s0_.type = 1 AND v1_.number LIKE ?) OR s0_.running_hours LIKE ? ORDER BY s0_.id DESC) dctrn_result) dctrn_table ["%%","%%"] [] [2022-05-11T09:03:52.185705+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-05-11T09:03:52.368770+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef8d45"},"request_uri":"http://192.168.0.208:8081/vehicle/public/index.php/_wdt/ef8d45","method":"GET"} []